heartcombo--devise/lib/devise/models
José Valim 708fe78d86 Ensure password confirmation is always required, closes #228 2010-04-25 09:38:56 +02:00
..
authenticatable.rb More more logic to Authenticatable. 2010-04-16 22:00:06 +02:00
confirmable.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
database_authenticatable.rb Ensure password confirmation is always required, closes #228 2010-04-25 09:38:56 +02:00
lockable.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
recoverable.rb Use persisted? instead of new_record? 2010-03-28 20:53:13 -07:00
registerable.rb Bring Devise::ALL back to modules and improving lockable docs. 2010-02-04 20:09:53 -02:00
rememberable.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
timeoutable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
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 Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb Use persisted? instead of new_record? 2010-03-28 20:53:13 -07:00