This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
devise
Watch
1
Star
1
Fork
0
You've already forked devise
mirror of
https://github.com/heartcombo/devise.git
synced
2026-01-19 19:59:00 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4878bdb60bcbbd4bbb1c896d7c6144772f758c69
devise
/
test
History
Jonas Grimfelt
4878bdb60b
Second version of token_authenticatable reflecting feedback: Nuked all hook-stuff. Should be easy to custom-reset authentication tokens by inheritance.
...
Signed-off-by: José Valim <
jose.valim@gmail.com
>
2010-02-02 12:37:06 +01:00
..
controllers
Improve documentation for after_sign_in_path_for.
2010-01-16 10:56:35 +01:00
integration
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
mailers
Merge remote branch 'mhfs/master'
2010-01-13 17:49:20 +01:00
models
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
orm
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
rails_app
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
support
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
devise_test.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
encryptors_test.rb
Fixed some Ruby 1.9 issues/bugs.
2010-01-21 16:06:19 +08:00
failure_app_test.rb
Introducing timeoutable to timeout sessions without activity.
2009-11-23 23:01:00 -02:00
mapping_test.rb
Devise::Mapping#raw_path does not consider relative_url_root so that route helpers work (no more session_path(:user) => '/abc/abc/users/sign_in')
2010-01-22 23:03:48 +08:00
models_test.rb
Clean up tests.
2010-01-13 19:53:12 +01:00
routes_test.rb
Deprecate :all.
2010-01-13 19:45:24 +01:00
test_helper.rb
Tests passing for ActiveRecord and MongoMapper.
2009-12-21 21:10:23 +01:00
test_helpers_test.rb
Tests passing for ActiveRecord and MongoMapper.
2009-12-21 21:10:23 +01:00