-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add js Date marshalling from rb Time #12
Conversation
also, this is my first open-source contribution-- feedback is much appreciated! |
this looks great! it would be nice to support DateTime -> JS as well if possible cause it is fairly common for Rails apps, that said perfectly happy to merge this and great change!!! 👍 |
Thanks @SamSaffron I can add that probably as well. Discussion needs to be had on that however, because it would be only one-way atm (there's only Date() on the JS side, so we'd be coming back as Time) |
I think one way is fine for this case, the timezone thing gets a bit hairy On Thu, May 26, 2016 at 11:41 AM, seanmakesgames [email protected]
|
Release 0.2.4.sqreen1
No description provided.