heartcombo--devise/test
José Valim b9c0676a01 Get rid of deprecation warnings. 2010-04-15 08:43:39 +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 Do not show unlock link unless strategy is e-mail. Closes #204. 2010-04-15 08:40:15 +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 Get rid of deprecation warnings. 2010-04-15 08:43:39 +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 :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 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