heartcombo--devise/test
José Valim 708fe78d86 Ensure password confirmation is always required, closes #228 2010-04-25 09:38:56 +02:00
..
controllers No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +02:00
integration Ensure password confirmation is always required, closes #228 2010-04-25 09:38:56 +02:00
mailers minor change to content type checking to make it more flexible when utf8 is returned 2010-03-30 00:23:46 +02:00
models :activatable is included by default in your models. If you are building a strategy for devise, you now need to call validate(resource), since Devise has now a default API to validate resources before and after signing them in. You can still use other Warden::Strategies with Devise, but they won't work with a few modules like unlockable (they never did, but now we have a single point to make it work). 2010-04-06 16:34:22 +02:00
orm Allow the dummy application in test/rails_app to boot. 2010-04-01 12:49:11 +02:00
rails_app Move mailer configuration to the app. 2010-04-25 09:26:51 +02:00
support No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +02:00
devise_test.rb Fix warden configuration. 2010-03-31 22:04:48 +02:00
encryptors_test.rb
failure_app_test.rb Revert "Only triggers http in failure app if devise.authentication_method is :http." 2010-04-06 22:36:41 +02:00
mapping_test.rb :as and :scope in routes is deprecated. Use :path and :singular instead. Closes #199. 2010-04-15 08:21:13 +02:00
models_test.rb Get rid of deprecation warnings. 2010-04-15 08:43:39 +02:00
routes_test.rb
test_helper.rb Move mailer configuration to the app. 2010-04-25 09:26:51 +02:00
test_helpers_test.rb No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +02:00