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
Trevor Turk 8824b767f3 remember_across_browsers option for rememberable module
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-30 12:42:42 +02:00
..
authenticatable.rb Add tests to cookie domain, closes #254. 2010-05-16 14:13:56 +02:00
confirmable.rb Allow the mailer class to be configured. 2010-06-12 20:56:55 +02:00
database_authenticatable.rb Ensure password confirmation is always required, closes #228 2010-04-25 09:38:56 +02:00
lockable.rb Allow the mailer class to be configured. 2010-06-12 20:56:55 +02:00
recoverable.rb Allow the mailer class to be configured. 2010-06-12 20:56:55 +02:00
registerable.rb
rememberable.rb remember_across_browsers option for rememberable module 2010-06-30 12:42:42 +02:00
timeoutable.rb
token_authenticatable.rb :activatable is included by default in your models. If you are building a strategy for devise, you now need to call validate(resource), since Devise has now a default API to validate resources before and after signing them in. You can still use other Warden::Strategies with Devise, but they won't work with a few modules like unlockable (they never did, but now we have a single point to make it work). 2010-04-06 16:34:22 +02:00
trackable.rb
validatable.rb Use persisted? instead of new_record? 2010-03-28 20:53:13 -07:00