1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2010-05-03 13:56:25 +02:00
..
controllers Improve documentation for after_sign_in_path_for. 2010-01-16 10:56:35 +01:00
integration Release devise 1.0.7 with small fixes. 2010-05-03 13:56:25 +02:00
mailers Clean up lockable and class methods API. 2010-03-10 16:18:28 +01:00
models Bug fixes on unlockable. 2010-03-28 23:14:36 +02: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 Use prepend_before_filter in require_no_authentication. 2010-03-26 08:14:58 -03:00
support Bug fixes on unlockable. 2010-03-28 23:14:36 +02:00
devise_test.rb Backport database_authenticatable change,. 2010-04-01 12:16:43 +02: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 Allow devise to work with association proxies. 2010-03-26 10:26:38 +01:00
models_test.rb Backport database_authenticatable change,. 2010-04-01 12:16:43 +02:00
routes_test.rb Refactor on routes. 2010-02-08 20:25:20 +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