heartcombo--devise/test
José Valim fd934f1434 Revert "Only triggers http in failure app if devise.authentication_method is :http."
It has not fixed the problem it was supposed to fix.
This reverts commit 9d1a52978c.
2010-04-06 22:36:41 +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 Compatibility with Rails beta 3. 2010-04-05 11:46:26 +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 Compatibility with Rails beta 3. 2010-04-05 11:46:26 +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 Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
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 Create authenticatable base model and strategy. 2010-03-29 20:52:48 +02:00
models_test.rb Initial work on making the authentication stack more flexible. 2010-03-29 16:13:19 +02:00
routes_test.rb Initial work on making the authentication stack more flexible. 2010-03-29 16:13:19 +02:00
test_helper.rb More compatibility with Rails master. 2010-03-28 07:15:52 +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