heartcombo--devise/test/models
Paul Rosania 02c2df65cd Mark confirmable roles as active when confirmation_required? is false
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-16 14:53:08 +02:00
..
confirmable_test.rb Mark confirmable roles as active when confirmation_required? is false 2010-05-16 14:53:08 +02:00
database_authenticatable_test.rb Create authenticatable base model and strategy. 2010-03-29 20:52:48 +02:00
lockable_test.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_test.rb Use persisted? instead of new_record? 2010-03-28 20:53:13 -07:00
rememberable_test.rb Use message verifier in cookies. Previous implementation allowed brute force attacks by cookies. Even though it is impossible for the brute force attack to succeed, the current implementation blocks the attacker even before hitting the database. 2010-03-31 13:31:45 +02:00
timeoutable_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
token_authenticatable_test.rb Small changes to token_authenticatable. 2010-04-06 13:26:56 +02:00
trackable_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
validatable_test.rb Adding Mongoid 2.0 Support, Removing MongoMapper for now 2010-03-26 13:37:38 -07:00