heartcombo--devise/lib/devise
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
encryptors Fixed some Ruby 1.9 issues/bugs. 2010-01-21 16:06:19 +08:00
hooks :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
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 Small cleanup. 2010-03-30 00:29:57 +02:00
rails Compatibility with Rails beta 3. 2010-04-05 11:46:26 +02:00
strategies Revert "Only triggers http in failure app if devise.authentication_method is :http." 2010-04-06 22:36:41 +02:00
failure_app.rb Revert "Only triggers http in failure app if devise.authentication_method is :http." 2010-04-06 22:36:41 +02:00
mapping.rb Initial work on making the authentication stack more flexible. 2010-03-29 16:13:19 +02:00
models.rb Authenticatable shuold be loaded at the end. 2010-04-06 17:27:49 +02:00
modules.rb :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
rails.rb Move failure messages from devise.sessions to devise.failure. 2010-04-03 13:11:45 +02:00
schema.rb Expend the length of the encrypted_password field to 128 to allow storing BCrypt or SHA512 passwords. 2010-04-02 20:31:33 +02:00
test_helpers.rb Do not depend on silence_missing_strategies! anymore. This speeds up strategies matching because we don't need to check if the model duck types to the strategy and it doesn't trigger uneeded strategies. 2010-03-28 14:55:05 +02:00
version.rb Releasing 1.1.rc0 which is compatible with Rails 3.0.0.beta2. There is just one known bug with this new Rails version, which means we are close to a final Devise 'Rock Your Socks Off 1.1' version. 2010-04-03 13:20:00 +02:00