heartcombo--devise/lib/devise
Sean Cribbs 9f032350e3 Use ActiveModel's to_key instead of id.
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-10-10 17:51:32 +02:00
..
controllers Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message. This commit also moves after_update_path_for to inside RegistrationsController, not allowing it to be overriden inside ApplicationController anymore. 2010-09-30 09:12:00 +02:00
encryptors Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
hooks cookie_domain is deprecated in favor of cookie_options which uses session_options by default. 2010-09-25 21:13:54 +02:00
models Use ActiveModel's to_key instead of id. 2010-10-10 17:51:32 +02:00
oauth Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message. This commit also moves after_update_path_for to inside RegistrationsController, not allowing it to be overriden inside ApplicationController anymore. 2010-09-30 09:12:00 +02:00
orm Remove unused options param for token_auth schema, and avoid creating a new hash 2010-09-26 14:08:25 -03:00
rails Use ActiveModel's to_key instead of id. 2010-10-10 17:51:32 +02:00
strategies Allow :stateless_token to be set to true avoiding users to be stored in session through token authentication 2010-09-25 20:28:14 +02:00
failure_app.rb Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message. This commit also moves after_update_path_for to inside RegistrationsController, not allowing it to be overriden inside ApplicationController anymore. 2010-09-30 09:12:00 +02:00
mapping.rb Added Devise.sign_out_via. 2010-08-23 09:05:40 -03:00
models.rb Remove deprecated code. 2010-07-26 20:32:05 +02:00
modules.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
oauth.rb Add a small connection stubbing API. 2010-07-26 20:33:22 +02:00
path_checker.rb Consider ApplicationController url_options in for PathChecker. 2010-07-16 08:40:21 +02:00
rails.rb Remove deprecation warnings on Rails 3.1. 2010-10-10 17:51:31 +02:00
schema.rb Remove unused options param for token_auth schema, and avoid creating a new hash 2010-09-26 14:08:25 -03:00
test_helpers.rb Do not execute Warden::Callbacks on Devise::TestHelpers. Closes #414. 2010-09-21 10:50:01 +02:00
version.rb Regenerate gemspec to force latest warden version. 2010-09-25 20:29:33 +02:00