Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Browser::Cookies #63

Merged
merged 1 commit into from
Oct 15, 2016
Merged

fix Browser::Cookies #63

merged 1 commit into from
Oct 15, 2016

Conversation

tongueroo
Copy link
Contributor

@tongueroo tongueroo commented Oct 15, 2016

  • replace 1.day with 60 * 60 * 24. Think 1.day was moved into opal-activesupport
  • use utc instead of to_utc for cookie expires
  • add usage example documentation

replace 1.day method since its been moved out of opal to opal-activesupport
fixes setting a cookie.  use utc instead of to_utc
add usage example doc
@meh meh merged commit dfa94cc into opal:master Oct 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants