1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise/models
Guilherme Goettems Schneider 8b9fba73fd Allow frozen options in as_json (#4655)
The test uses `as_json` instead of `to_json` because `to_json` does `#dup` on `options` before it reaches `#serializable_hash` and the test would pass without the fix.
2017-12-21 15:23:25 -02:00
..
authenticatable.rb Allow frozen options in as_json (#4655) 2017-12-21 15:23:25 -02:00
confirmable.rb Add Devise.activerecord51? 2017-05-10 17:09:38 -03:00
database_authenticatable.rb Change rake secret to rails secret in comments 2017-11-02 15:38:32 +00:00
lockable.rb Extract list of both strategies into class constant 2016-05-02 14:22:09 -04:00
omniauthable.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
recoverable.rb Add Devise.activerecord51? 2017-05-10 17:09:38 -03:00
registerable.rb
rememberable.rb minor grammar fix in rememberable documentation (#4550) 2017-12-07 23:16:27 -02:00
timeoutable.rb Store creation timestamp on remember cookies 2016-01-18 15:17:25 +01:00
trackable.rb Fix missing validations on Signup (#4674) 2017-11-28 12:58:41 -02:00
validatable.rb change validatable docs to match generator (#4727) 2017-12-19 08:34:45 -02:00