1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
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
..
controllers Improve integration of devise with new router scope. 2010-07-04 11:53:12 +02:00
integration fix AbstractController::ActionNotFound when use 2010-07-02 13:25:33 +08:00
mailers Make I18n key for mailer compatible with lookup shortcuts, closes #245 2010-06-12 20:29:43 +02:00
models Remove data_mapper support. 2010-07-04 17:22:57 +02:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails_app Remove data_mapper support. 2010-07-04 17:22:57 +02:00
support No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +02:00
devise_test.rb Clean up the whole loading mess and closes #247. This commit depends on latest Rails. 2010-05-16 00:38:40 +02:00
encryptors_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
failure_app_test.rb Added navigational formats to specify when it should return a 302 and when a 401, closes #234 and #249. 2010-05-16 19:13:38 +02:00
mapping_test.rb Update bundler, Rails and improve tests for previous commit. 2010-07-02 08:12:00 +02:00
models_test.rb Get rid of deprecation warnings. 2010-04-15 08:43:39 +02:00
routes_test.rb Improve integration of devise with new router scope. 2010-07-04 11:53:12 +02:00
test_helper.rb Move mailer configuration to the app. 2010-04-25 09:26:51 +02:00
test_helpers_test.rb Tests green again. 2010-06-29 21:41:34 +02:00