1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
Gregory Bataille ff75341c75 Redirect to sign in page when trying to access password#edit without a
reset_password_token (i.e. not coming from a reset password email)
2012-06-08 10:08:35 +02:00
..
controllers Check for the request before checking for the mapping, closes #1859 2012-05-25 09:39:50 +02:00
generators Refactoring simulation inside engine to decide based on the api 2012-05-02 14:53:14 -03:00
helpers Fix failing Mongoid tests 2011-08-05 01:38:42 +07:00
integration Redirect to sign in page when trying to access password#edit without a 2012-06-08 10:08:35 +02:00
mailers implementation of a much simpler solution 2011-11-05 16:53:27 +01:00
models Remove not used variables 2012-05-26 20:31:42 +04:00
omniauth Devise should not attempt to load OmniAuth strategies. Strategies should be loaded before hand by the developer or explicitly given to Devise. 2011-11-20 19:42:02 +00:00
orm Fix failing Mongoid tests 2011-08-05 01:38:42 +07:00
rails_app Removed encryptable references on rails_app 2012-05-09 14:49:55 -03:00
support Pass the block argument straight to the assertion methods in test helpers 2012-05-15 17:19:21 -03:00
delegator_test.rb Fix taking associated failure app from the scope in the given env. 2011-12-07 14:09:00 +02:00
devise_test.rb Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for 2011-12-11 20:18:02 +01:00
failure_app_test.rb Try to fix the build for rails 3.1 2012-05-09 23:41:05 +02:00
indifferent_hash.rb Ensure to convert keys on indifferent hash. 2010-11-27 19:45:25 +01:00
mapping_test.rb Add confirmable to admin. 2011-12-11 20:07:50 +01:00
models_test.rb Remove not used variable, fix indent 2012-05-15 17:14:05 -03:00
routes_test.rb fix for :host getting overwritten in scope[:options] and thus not generating URLs with correct hostnames 2012-02-17 19:14:42 +09:00
test_helper.rb Revert "Merge pull request #1103 from Mab879/master" 2011-06-08 17:37:49 +02:00
test_helpers_test.rb Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for 2011-12-11 20:18:02 +01:00