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-04-16 12:52:59 +02:00
..
authenticatable.rb Remove deprecations, bump to .dev and update template. 2011-03-28 21:26:53 +02:00
confirmable.rb typo 2011-03-30 21:11:34 +08:00
database_authenticatable.rb Downcase keys before validation. 2011-04-16 12:52:59 +02: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 Tidy up previous commits. 2011-03-30 15:35:38 +02: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 Bump the password maximum length to 128 characters. 2011-04-15 16:39:01 +08:00