Files
devise/test
Lucas Mazza 57fdae1e48 Attempt to coerce the generated_at cookie to a Time object.
Time objects aren't properly coerced back when using the JSON cookie serialization,
so we need to do it ourselves.

To avoid any new JSON serialization issues, we now store the `generated_at` as
an String with the timestamp seconds + miliseconds in the cookie but still the
previous JSON encoded format.

Thanks to @boblail at https://github.com/plataformatec/devise/pull/3917 for the
initial patch.
2016-01-31 16:25:10 -02:00
..
2014-02-25 22:12:55 +05:30
2014-02-25 22:12:55 +05:30
2015-08-27 10:26:12 -05:00
2015-01-06 14:23:06 -02:00