heartcombo--devise/test
José Valim db1ce8eeb2 Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message. This commit also moves after_update_path_for to inside RegistrationsController, not allowing it to be overriden inside ApplicationController anymore. 2010-09-30 09:12:00 +02:00
..
controllers Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message. This commit also moves after_update_path_for to inside RegistrationsController, not allowing it to be overriden inside ApplicationController anymore. 2010-09-30 09:12:00 +02:00
integration Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message. This commit also moves after_update_path_for to inside RegistrationsController, not allowing it to be overriden inside ApplicationController anymore. 2010-09-30 09:12:00 +02:00
mailers Add reply-to to e-mail headers by default. Closes #474 2010-09-21 10:07:02 +02:00
models Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
oauth Unit tests for OAuth. 2010-07-26 20:33:23 +02:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails_app Ensure we are pointing to the proper sessions controller on failure. 2010-09-26 21:12:05 +02:00
support Avoid RAILS_DEFAULT_LOGGER deprecation warning from Webrat 2010-09-26 14:53:36 -03:00
devise_test.rb Clean up the whole loading mess and closes #247. This commit depends on latest Rails. 2010-05-16 00:38:40 +02:00
encryptors_test.rb Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
failure_app_test.rb Do not rely on controller being available in params. 2010-09-25 11:22:18 +02:00
mapping_test.rb Use Admin in old rememberable tests. 2010-09-25 12:04:38 +02:00
models_test.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
routes_test.rb Ensure we are pointing to the proper sessions controller on failure. 2010-09-26 21:12:05 +02:00
test_helper.rb Start to add helpers for OAuth tests. 2010-07-26 20:33:22 +02:00
test_helpers_test.rb Do not execute Warden::Callbacks on Devise::TestHelpers. Closes #414. 2010-09-21 10:50:01 +02:00