heartcombo--devise/test/models
José Valim 7774accb6c Remove data_mapper support.
Devise 1.1.0 will be released soon. This new version will support activerecord and mongoid as default ORMs. From now on, Devise will prefer ORM extensions as gems since this is the best way to handle dependencies.

For example, to allow Devise to work with Datamapper, it requires at least activemodel, dm-rails and dm-timestamps. If the ORM support comes from Devise gem, we cannot add dm-rails and dm-timestamps as dependencies, relying on the developer and documentation to find these out and install them.

Other ORMs may still be added to Devise, as long as they are supported by the community, extend Devise test suite to have all tests passing and they necessarily use ActiveModel::Validations.
2010-07-04 17:22:57 +02:00
..
confirmable_test.rb Automatically create the confirmation_token when email is sent for optionally confirmable models 2010-05-16 14:54:05 +02:00
database_authenticatable_test.rb Make bcrypt the default encryptor and automatically add a pepper on generation. 2010-06-12 14:46:55 +02:00
lockable_test.rb beta 4 works, yay. 2010-06-09 01:27:38 +02:00
recoverable_test.rb Use persisted? instead of new_record? 2010-03-28 20:53:13 -07:00
rememberable_test.rb more tests for remember_across_browsers 2010-06-30 12:42:59 +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 Remove data_mapper support. 2010-07-04 17:22:57 +02:00