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
2011-03-25 15:40:46 +01:00
..
authenticatable.rb Rename active? to active_for_authentication? 2011-03-25 15:40:46 +01:00
confirmable.rb Rename active? to active_for_authentication? 2011-03-25 15:40:46 +01:00
database_authenticatable.rb Faster uniqueness queries, closes #917 2011-03-15 12:53:17 +01:00
encryptable.rb Use secure compare as well. 2011-02-15 11:33:54 +01:00
lockable.rb Rename active? to active_for_authentication? 2011-03-25 15:40:46 +01:00
omniauthable.rb Remove OAuth2 in favor of OmniAuth. 2010-10-18 15:00:34 +02:00
recoverable.rb Allowing reset_password_keys and unlock_keys to be set through the config 2010-12-30 03:10:56 +08:00
registerable.rb corrected 'an user' to 'a user' in comments and docs 2011-02-06 23:46:49 +08:00
rememberable.rb Move rememberable back to a hook. 2011-02-24 21:55:52 +01:00
timeoutable.rb Making sure timeoutable respects rememberable if both are loaded. 2010-09-29 15:27:54 +08:00
token_authenticatable.rb typos (remaining instances of authenticable -> authenticatable) 2011-01-13 13:02:17 +08:00
trackable.rb Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb Faster uniqueness queries, closes #917 2011-03-15 12:53:17 +01:00