heartcombo--devise/test
José Valim a016819de8 Ensure all encryptor returns a symbol. Get the class using encryptor_class. 2009-11-22 22:32:54 -02:00
..
controllers Release Devise 0.5.5 bringing back Ruby 1.8.6 compatibility. 2009-11-19 20:55:40 -02:00
integration Added scoped views support. Just turn it on in your Devise.setup. 2009-11-21 20:07:37 -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 Ensure all encryptor returns a symbol. Get the class using encryptor_class. 2009-11-22 22:32:54 -02:00
rails_app Added scoped views support. Just turn it on in your Devise.setup. 2009-11-21 20:07:37 -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 Ensure all encryptor returns a symbol. Get the class using encryptor_class. 2009-11-22 22:32:54 -02:00
failure_app_test.rb Allow a strategy to be added after authenticatable one and move store_location to FailureApp. 2009-11-22 00:49:23 -02:00
mapping_test.rb Extract common logic into the same method. 2009-11-16 15:07:01 -02:00
models_test.rb Ensure all encryptor returns a symbol. Get the class using encryptor_class. 2009-11-22 22:32:54 -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