1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2009-11-19 13:53:57 -02:00
..
controllers Create after_sign_in_path_for and after_sign_out_path_for hooks and sign_in_and_redirect and sign_out_and_redirect helpers. 2009-11-19 11:16:31 -02:00
integration Only redirect if needed. 2009-11-16 14:31:09 -02:00
mailers [DEPRECATION] Notifier is deprecated, use DeviseMailer instead. Remember to rename app/views/notifier to app/views/devise_mailer and I18n key from devise.notifier to devise.mailer. 2009-11-02 23:14:27 -02:00
models Allow overwriting find for authentication method. 2009-11-19 13:53:57 -02:00
rails_app Allow overwriting find for authentication method. 2009-11-19 13:53:57 -02:00
support Major refactoring. Allow Warden::Manager to be configured through Devise, undeprecate Devise.confirm_within, Devise.pepper and friends and move Rails hooks to their own file. 2009-11-03 09:35:11 -02:00
devise_test.rb Allow default scope to beconfigured. 2009-11-19 13:09:05 -02:00
encryptors_test.rb Tidying up encryptors. 2009-11-10 18:55:13 -02:00
failure_app_test.rb Only redirect if needed. 2009-11-16 14:31:09 -02:00
mapping_test.rb Extract common logic into the same method. 2009-11-16 15:07:01 -02:00
models_test.rb Do not require ActiveRecord to be loaded to use Devise. 2009-10-30 21:51:50 -02:00
routes_test.rb Allow passing options from devise_for to route definitions, useful on subdomain scenarios. 2009-11-13 08:49:22 -02:00
test_helper.rb Allow overwriting find for authentication method. 2009-11-19 13:53:57 -02:00
test_helpers_test.rb Added test helpers. 2009-11-16 14:58:14 -02:00