heartcombo--devise/lib/devise/hooks
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
..
activatable.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
csrf_cleaner.rb Protect against CSRF token fixation attacks 2013-08-02 23:13:15 +02:00
forgetable.rb Split out sign_in/out functionality so it can be reused in hooks 2013-11-06 20:55:26 +01:00
lockable.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
proxy.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
rememberable.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
timeoutable.rb Serialize the `last_request_at` entry as an Integer 2014-03-28 22:51:56 -03:00
trackable.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30