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
2012-02-22 13:55:03 -02:00
..
authenticatable.rb Improve coverage, cache array in a constant. 2012-02-15 20:18:52 +01:00
confirmable.rb Required fields on confirmable 2012-02-22 13:55:02 -02:00
database_authenticatable.rb Added required_fields to database_authenticatable 2012-02-22 13:55:01 -02:00
encryptable.rb Required fields on encryptable 2012-02-22 13:55:02 -02:00
lockable.rb Fixed a bug in lockable wherein when a user tries to login with correct password after being locked, 2011-12-29 23:57:39 +05:30
omniauthable.rb Remove OAuth2 in favor of OmniAuth. 2010-10-18 15:00:34 +02:00
recoverable.rb Update CHANGELOG, rename method. 2011-12-10 23:28:23 +01:00
registerable.rb corrected 'an user' to 'a user' in comments and docs 2011-02-06 23:46:49 +08:00
rememberable.rb Use rememberable_options instead of deprecated cookie_options in initializer 2012-02-21 08:01:17 +01:00
timeoutable.rb Deprecate and disable old behavior accumulated with time. 2011-12-04 23:58:19 +01:00
token_authenticatable.rb Required fields on token_authenticatable 2012-02-22 13:55:02 -02:00
trackable.rb Required fields on trackable 2012-02-22 13:55:03 -02:00
validatable.rb Deprecate and disable old behavior accumulated with time. 2011-12-04 23:58:19 +01:00