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-11-26 00:29:33 -02:00
..
controllers Add some tests to helper creation using namespaces, to better show how it works. 2010-08-02 08:50:48 -03:00
integration Avoid session fixation attacks. 2010-11-20 23:51:09 +01:00
mailers Make I18n key for mailer compatible with lookup shortcuts, closes #245 2010-06-12 20:29:43 +02:00
models Avoid BCrypt::Errors::InvalidSalt: invalid salt 2010-09-24 09:29:35 +02:00
orm Use UTC for Mongoid timestamps, so it conforms with AR. 2010-11-26 00:02:50 -02:00
rails_app Make sure to load test gems only in Devise test env 2010-11-26 00:29:33 -02:00
support Bump webrat to 0.7.1 2010-11-20 23:48:23 +01: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 Improve integration of devise with new router scope. 2010-07-04 11:53:12 +02:00
test_helper.rb Make sure to load test gems only in Devise test env 2010-11-26 00:29:33 -02:00
test_helpers_test.rb Tests green again. 2010-06-29 21:41:34 +02:00