heartcombo--devise/test
José Valim e1c2e45f97 Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected. 2009-12-20 13:53:53 +01:00
..
controllers Release Devise 0.5.5 bringing back Ruby 1.8.6 compatibility. 2009-11-19 20:55:40 -02:00
integration Rename :timeout to :timeout_in and release gem again. 2009-11-25 00:11:49 -02:00
mailers Mail views a scoped as well. 2009-12-15 01:32:40 +01:00
models Revert earlier commit. Do care about blank passwords, otherwise update_with_password is useless. 2009-12-16 17:34:09 +01:00
rails_app Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected. 2009-12-20 13:53:53 +01: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 Introducing timeoutable to timeout sessions without activity. 2009-11-23 23:01:00 -02:00
mapping_test.rb Extract common logic into the same method. 2009-11-16 15:07:01 -02:00
models_test.rb Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected. 2009-12-20 13:53:53 +01: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 Added trackable for sign_in_count, sign_in_at and sign_in_ip. 2009-11-24 15:18:42 -02:00
test_helpers_test.rb Allow to sign in with two different users in the same functional test with Devise::TestHelpers. 2009-12-14 22:48:15 +01:00