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-06-18 22:00:31 +02:00
..
controllers add #anybody_signed_in? to helpers 2010-06-12 05:11:04 +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 Allow the mailer class to be configured. 2010-06-12 20:56:55 +02:00
orm Rename apply_schema to apply_devise_schema and refactor Mongoid part a bit. 2010-06-13 11:48:45 +02:00
rails Use ActiveSupport::Dependencies.ref to abstract constant lookup logic. 2010-06-12 20:48:37 +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 Use ActiveSupport::Dependencies.ref to abstract constant lookup logic. 2010-06-12 20:48:37 +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 Fix a couple things based on community feedback (love ya!) 2010-06-13 10:51:46 +02:00
schema.rb Bring encrypted password limit back. 2010-06-18 22:00:31 +02:00
test_helpers.rb Be more generic on TestHelpers. 2010-06-13 11:09:59 +02:00
version.rb Release devise 1.1.rc1. 2010-04-15 08:45:33 +02:00