1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
Lucas Mazza da0c27393f Serialize the last_request_at entry as an Integer
Pushing the `Time` object inside the session has inconsistencies
across different serializers and we should use a more primitive type
so we don't need any specific parsing logic for the JSON serializer.
2014-03-28 22:51:56 -03:00
..
controllers Upgrade stray legacy hash syntax to 1.9 syntax. 2014-03-21 15:24:25 -04:00
generators Rename variable to views, change flag to -v 2014-03-06 13:41:11 -08:00
helpers Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
integration Serialize the last_request_at entry as an Integer 2014-03-28 22:51:56 -03:00
mailers Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
models Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
omniauth Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
orm
rails_app Ensure registration controller block yields happen on failure in addition to success and closes #2936. 2014-03-21 10:29:14 -04:00
support Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
delegator_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
devise_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
failure_app_test.rb Chase language changes in tests 2014-03-03 10:15:33 -05:00
mapping_test.rb
models_test.rb
parameter_sanitizer_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
routes_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
test_helper.rb
test_helpers_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
test_models.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30