1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise
2010-05-25 05:51:32 +08:00
..
controllers Tidy up previous commit. 2010-05-24 22:50:25 +02:00
encryptors Fixed some Ruby 1.9 issues/bugs. 2010-01-21 16:06:19 +08:00
hooks Add tests to cookie domain, closes #254. 2010-05-16 14:13:56 +02:00
models Automatically create the confirmation_token when email is sent for optionally confirmable models 2010-05-16 14:54:05 +02:00
orm No need to check if AR is defined. 2010-04-20 17:22:16 +02:00
rails Add merb-auth like router helper 2010-05-25 05:51:32 +08:00
strategies Add tests to cookie domain, closes #254. 2010-05-16 14:13:56 +02:00
failure_app.rb Added navigational formats to specify when it should return a 302 and when a 401, closes #234 and #249. 2010-05-16 19:13:38 +02:00
mapping.rb Add tests to previous commit. 2010-05-16 12:14:02 +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 Clean up the whole loading mess and closes #247. This commit depends on latest Rails. 2010-05-16 00:38:40 +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