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-04-03 13:11:45 +02:00
..
controllers No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +02:00
integration Move failure messages from devise.sessions to devise.failure. 2010-04-03 13:11:45 +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 No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +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 No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +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 No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +02:00