heartcombo--devise/lib/devise
José Valim d750b48879 Include model_session helpers in view, closes #227 2010-04-25 09:40:07 +02:00
..
controllers Include model_session helpers in view, closes #227 2010-04-25 09:40:07 +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 Ensure password confirmation is always required, closes #228 2010-04-25 09:38:56 +02:00
orm No need to check if AR is defined. 2010-04-20 17:22:16 +02:00
rails Ensure routes are loaded before application classes are eager loaded, closes #212. 2010-04-22 19:59:52 +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 More more logic to Authenticatable. 2010-04-16 22:00:06 +02:00
models.rb More more logic to Authenticatable. 2010-04-16 22:00:06 +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 Ensure routes are loaded before application classes are eager loaded, closes #212. 2010-04-22 19:59:52 +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 Release devise 1.1.rc1. 2010-04-15 08:45:33 +02:00