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
Trevor Turk 8824b767f3 remember_across_browsers option for rememberable module
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-30 12:42:42 +02:00
..
controllers sign_out_all_scopes is false by default 2010-06-25 02:29:52 +08:00
encryptors Make bcrypt the default encryptor and automatically add a pepper on generation. 2010-06-12 14:46:55 +02:00
hooks Check if the user is already signing out before timing out his connection, closes #273. 2010-06-13 12:40:13 +02:00
models remember_across_browsers option for rememberable module 2010-06-30 12:42:42 +02:00
orm Specs surely don't pass, but they run at least! 2010-06-19 17:30:10 -07:00
rails Allow devise_for to be scoped with the scope method. This commit requires latest commits in Rails master. 2010-06-30 12:41:44 +02: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 Allow devise_for to be scoped with the scope method. This commit requires latest commits in Rails master. 2010-06-30 12:41:44 +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 Regenerate .gemspec 2010-06-13 12:40:40 +02:00
rails.rb Do not execute after initializers if production. 2010-06-21 14:07:58 +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 Release RC2 (for Rails 3.0.0.beta4) 2010-06-23 12:39:04 +02:00