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-26 20:33: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 Add cancel to registrations controller as a way to delete information from session. 2010-07-26 20:33:22 +02:00
mailers Make I18n key for mailer compatible with lookup shortcuts, closes #245 2010-06-12 20:29:43 +02:00
models Tests green on mongoid as well. 2010-07-26 20:25:02 +02:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails_app Add cancel to registrations controller as a way to delete information from session. 2010-07-26 20:33:22 +02:00
support devise_for now accepts a block. All routes inside the block uses the scope defined by devise_for. 2010-07-07 10:51:14 +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 Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
failure_app_test.rb Update CHANGELOG and tidy up tests. 2010-07-07 21:32:13 +02:00
mapping_test.rb Do not add unlock routes unless unlock strategy is email or both, closes #373 2010-07-12 07:24:21 +02:00
models_test.rb Do not add unlock routes unless unlock strategy is email or both, closes #373 2010-07-12 07:24:21 +02:00
routes_test.rb Add cancel to registrations controller as a way to delete information from session. 2010-07-26 20:33:22 +02:00
test_helper.rb Start to add helpers for OAuth tests. 2010-07-26 20:33:22 +02:00
test_helpers_test.rb Tests green again. 2010-06-29 21:41:34 +02:00