1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2010-07-06 16:01:22 +02:00
..
controllers No longer retrieve the user from paths, but use the env hash. This change deprecates use_default_scope. 2010-07-06 01:33:32 +02:00
integration Ensure method is always POST on new.html.erb forms, closes #365. Also, start to remove usage of assert_template. 2010-07-06 16:01:22 +02: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 Regenerate devise initializar and get rid of some deprecation warnings from Devise and Rails. 2010-07-06 08:40:32 -03:00
support Ensure method is always POST on new.html.erb forms, closes #365. Also, start to remove usage of assert_template. 2010-07-06 16:01:22 +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 No longer retrieve the user from paths, but use the env hash. This change deprecates use_default_scope. 2010-07-06 01:33:32 +02:00
mapping_test.rb No longer retrieve the user from paths, but use the env hash. This change deprecates use_default_scope. 2010-07-06 01:33:32 +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