comparison config/environments/.svn/text-base/test.rb.svn-base @ 37:94944d00e43c

* Update to SVN trunk rev 4411
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 19 Nov 2010 13:24:41 +0000
parents 513646585e45
children
comparison
equal deleted inserted replaced
22:40f7cfd4df19 37:94944d00e43c
15 15
16 config.action_mailer.perform_deliveries = true 16 config.action_mailer.perform_deliveries = true
17 config.action_mailer.delivery_method = :test 17 config.action_mailer.delivery_method = :test
18 18
19 config.action_controller.session = { 19 config.action_controller.session = {
20 :session_key => "_test_session", 20 :key => "_test_session",
21 :secret => "some secret phrase for the tests." 21 :secret => "some secret phrase for the tests."
22 } 22 }
23 23
24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application 24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application
25 config.action_controller.allow_forgery_protection = false 25 config.action_controller.allow_forgery_protection = false