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-02-08 17:33:22 +01:00
..
controllers Allow scoped views to be customized per controller/mailer class. 2010-02-08 17:33:22 +01:00
encryptors Fixed some Ruby 1.9 issues/bugs. 2010-01-21 16:06:19 +08:00
hooks Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance. 2010-02-02 12:37:06 +01:00
locales Introducing Registerable module, allowing users to sign up. 2010-02-04 20:08:38 -02:00
models Merge with master 2010-02-06 09:24:00 -02:00
orm Refactoring a bit models and lockable. Also remove devise :all deprecation. 2010-02-04 20:09:53 -02:00
rails Use sign_up instead of registration in routes. Fix issue with users being signed in while attempting to sign up with info from already existing user. Also fix signed up flash. 2010-02-08 11:03:15 -02:00
strategies Use sign_up instead of registration in routes. Fix issue with users being signed in while attempting to sign up with info from already existing user. Also fix signed up flash. 2010-02-08 11:03:15 -02:00
failure_app.rb Fix "return_to" to always save the request_uri, overwriting the return to url when the user types another forbidden url before sign in. 2010-02-04 08:46:22 -02:00
mapping.rb Merge with master 2010-02-06 09:24:00 -02:00
models.rb Bring Devise::ALL back to modules and improving lockable docs. 2010-02-04 20:09:53 -02:00
rails.rb Update to work with Warden 0.8.0. 2010-01-05 13:44:13 +01:00
schema.rb Initial support for authorization using "authentication token" (a.k.a. "single access token") - new module. Corresponding changes to Devise core to hook events like "after_changed_password" (only one added now - only one that makes much sense for latest module) easily. Unit and integration tests included. NOTE: One failing test for hooking Warden::Manager.after_authentication - gets ignored for some reason. 2010-02-02 12:36:44 +01:00
test_helpers.rb Add support to Warden 0.9.0.pre 2010-01-14 13:38:02 +01:00
version.rb Move to 0.9.2. 2010-02-05 21:37:28 +01:00