heartcombo--devise/test
José Valim 1b6f1b9752 Add registerable integration tests. 2010-02-09 00:08:57 +01:00
..
controllers Improve documentation for after_sign_in_path_for. 2010-01-16 10:56:35 +01:00
integration Add registerable integration tests. 2010-02-09 00:08:57 +01:00
mailers Allow scoped views to be customized per controller/mailer class. 2010-02-08 17:33:22 +01:00
models More changes in update_with_password. 2010-02-08 23:14:03 +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 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
support Add Http Basic Authentication support. 2010-02-06 01:33:32 +01:00
devise_test.rb Add Http Basic Authentication support. 2010-02-06 01:33:32 +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 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
models_test.rb Introducing Registerable module, allowing users to sign up. 2010-02-04 20:08:38 -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