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-07-23 23:57:31 +02:00
..
controllers Fix docs about after_sign_in_path_for and routes 2010-07-13 22:22:26 -03:00
encryptors Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
hooks More about extend remember period feature. 2010-07-23 23:57:31 +02:00
models More about extend remember period feature. 2010-07-23 23:57:31 +02:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails Warn in case you are using the previous session schema, closes #386 2010-07-19 00:11:51 +02:00
strategies More about extend remember period feature. 2010-07-23 23:57:31 +02:00
failure_app.rb Add http_authenticatable_on_xhr option 2010-07-07 21:26:29 +02:00
mapping.rb No longer retrieve the user from paths, but use the env hash. This change deprecates use_default_scope. 2010-07-06 01:33:32 +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
path_checker.rb Consider ApplicationController url_options in for PathChecker. 2010-07-16 08:40:21 +02:00
rails.rb Add filters as convenient default. 2010-07-18 12:17:04 +02:00
schema.rb Bring encrypted password limit back. 2010-06-18 22:00:31 +02:00
test_helpers.rb Fix a bug in Devise::TestHelpers where current_user was returning a Response object for non active accounts, closes #341. 2010-06-29 11:52:10 +02:00
version.rb Bump version to 1.1.0 but do not release yet. We are only using this as flag for those using Devise as git with bundler due to the latest changes. 2010-07-04 17:34:33 +02:00