提交 ec4b18ec 编写于 作者: J José Valim

Get rid of deprecation warnings on config/environments/*

上级 101a8fa5
......@@ -10,7 +10,7 @@
config.whiny_nils = true
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.consider_all_requests_local = true
config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
......
......@@ -6,7 +6,7 @@
config.cache_classes = true
# Full error reports are disabled and caching is turned on
config.action_controller.consider_all_requests_local = false
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
# See everything in the log (default is :info)
......
......@@ -11,7 +11,7 @@
config.whiny_nils = true
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
# Disable request forgery protection in test environment
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册