1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2015-05-26 15:09:07 +02:00
..
controllers Removes the bang in confirm! and reset_password! 2015-04-19 11:47:44 -04:00
generators Silence controller generator warning output 2014-09-18 18:24:26 -03:00
helpers Simplify the setup code for the Devise Helper tests so no locales or translations are leaked between tests. 2014-09-11 17:01:07 -03:00
integration Added an option to not automatically sign in a user after a password reset. This is useful for cases where additional strategies might be needed (such as two-factor authentication, e.g.), or generally if it is considered a security risk to automatically log in a user after a password is reset. 2015-02-13 02:29:11 -08:00
mailers Switched all instances of 'not blank?' to 'present?' 2014-04-17 20:34:28 -05:00
models Also reset password token on email change 2015-05-26 15:09:07 +02:00
omniauth Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
orm Support custom port for MongoDB config 2014-01-03 11:23:34 -02:00
rails_app Do a final pass removing spaces around square brackets 2015-03-13 13:59:19 -03:00
support Removes the bang in confirm! and reset_password! 2015-04-19 11:47:44 -04:00
delegator_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
devise_test.rb Split out BCrypt hashing to make it reusable 2015-05-06 12:11:09 -07:00
failure_app_test.rb Use router_name from scope if available 2015-03-30 16:18:05 -07:00
mapping_test.rb Allow objects to specify their devise scope. 2015-03-03 22:37:25 -07:00
models_test.rb Get rid of deprecated code 2013-08-05 11:24:04 +02:00
parameter_sanitizer_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
rails_test.rb Tidy up 2015-01-06 14:23:06 -02:00
routes_test.rb Revert "Update routes to match 'sign up'/'log in', incorporate feedback from @carlosantoniodasilva" 2014-08-10 12:13:35 -04:00
test_helper.rb Remove ActiveSupport test order deprecation warning 2014-09-29 17:42:08 -03:00
test_helpers_test.rb Removes the bang in confirm! and reset_password! 2015-04-19 11:47:44 -04:00
test_models.rb Do a final pass removing spaces around square brackets 2015-03-13 13:59:19 -03:00