heartcombo--devise/lib/devise/models
José Valim b4794e041b Save confirmation token to the database, if one does not exist but was requested, closes #377 2010-07-14 18:03:34 +02:00
..
authenticatable.rb Add tests to cookie domain, closes #254. 2010-05-16 14:13:56 +02:00
confirmable.rb Save confirmation token to the database, if one does not exist but was requested, closes #377 2010-07-14 18:03:34 +02:00
database_authenticatable.rb Also pass stretches to salt generation. 2010-07-12 06:59:49 +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 Bring Devise::ALL back to modules and improving lockable docs. 2010-02-04 20:09:53 -02:00
rememberable.rb remember_across_browsers option for rememberable module 2010-06-30 12:42:42 +02:00
timeoutable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
token_authenticatable.rb Improve docs on finders after taking a look at the wiki. 2010-07-05 19:11:37 +02:00
trackable.rb Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb Email should be case insensitive, closes #372 2010-07-12 07:29:45 +02:00