heartcombo--devise/test
José Valim 2b5a068246 Move part of the logic in SessionsController#create to the FailureApp. Whenever Warden is invoked with a :recall, the failure app will recall the chosen controller and the action given to recall. 2010-04-01 17:30:55 +02:00
..
controllers Move part of the logic in SessionsController#create to the FailureApp. Whenever Warden is invoked with a :recall, the failure app will recall the chosen controller and the action given to recall. 2010-04-01 17:30:55 +02:00
integration Ensure customs pass through sessions_controller. 2010-04-01 14:00:21 +02:00
mailers minor change to content type checking to make it more flexible when utf8 is returned 2010-03-30 00:23:46 +02:00
models Use message verifier in cookies. Previous implementation allowed brute force attacks by cookies. Even though it is impossible for the brute force attack to succeed, the current implementation blocks the attacker even before hitting the database. 2010-03-31 13:31:45 +02:00
orm Allow the dummy application in test/rails_app to boot. 2010-04-01 12:49:11 +02:00
rails_app Get rid of flash hook and clean up passwords after registration. 2010-04-01 13:23:49 +02:00
support Fix some unlockable bugs. 2010-03-28 23:09:28 +02:00
devise_test.rb Fix warden configuration. 2010-03-31 22:04:48 +02:00
encryptors_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
failure_app_test.rb Move part of the logic in SessionsController#create to the FailureApp. Whenever Warden is invoked with a :recall, the failure app will recall the chosen controller and the action given to recall. 2010-04-01 17:30:55 +02:00
mapping_test.rb Create authenticatable base model and strategy. 2010-03-29 20:52:48 +02:00
models_test.rb Initial work on making the authentication stack more flexible. 2010-03-29 16:13:19 +02:00
routes_test.rb Initial work on making the authentication stack more flexible. 2010-03-29 16:13:19 +02:00
test_helper.rb More compatibility with Rails master. 2010-03-28 07:15:52 +02:00
test_helpers_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00