comparison config/environments/test.rb @ 1517:dffacf8a6908 redmine-2.5

Update to Redmine SVN revision 13367 on 2.5-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:29:00 +0100
parents 433d4f72a19b
children
comparison
equal deleted inserted replaced
1516:b450a9d58aed 1517:dffacf8a6908
22 22
23 # Skip protect_from_forgery in requests 23 # Skip protect_from_forgery in requests
24 # http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application 24 # 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
26 26
27 config.active_support.deprecation = :log 27 config.active_support.deprecation = [:stderr, :log]
28 28
29 config.secret_token = 'a secret token for running the tests' 29 config.secret_token = 'a secret token for running the tests'
30 end 30 end