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
2010-04-25 09:55:11 +02:00
..
activatable.rb introducing lockable implementation 2010-01-01 17:57:35 -02:00
confirmable.rb Bug fixes on unlockable. 2010-03-28 23:14:36 +02:00
database_authenticatable.rb Ensure password confirmation is always required, closes #228 2010-04-25 09:55:11 +02:00
http_authenticatable.rb Make HttpAuthenticatable opt-in. 2010-02-15 14:11:33 +01:00
lockable.rb Bug fixes on unlockable. 2010-03-28 23:14:36 +02:00
recoverable.rb Clean up lockable and class methods API. 2010-03-10 16:18:28 +01:00
registerable.rb Bring Devise::ALL back to modules and improving lockable docs. 2010-02-04 20:09:53 -02:00
rememberable.rb Bring rememberable back. 2010-01-14 15:47:14 +01:00
timeoutable.rb Bring Devise::ALL back to modules and improving lockable docs. 2010-02-04 20:09:53 -02:00
token_authenticatable.rb README and TODO minor updates. 2010-02-12 01:54:47 -02:00
trackable.rb Added trackable for sign_in_count, sign_in_at and sign_in_ip. 2009-11-24 15:18:42 -02:00
validatable.rb Move password_required? to authenticatable. This allow you to reuse it when building your own validations. 2010-03-26 12:19:15 +01:00