diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-07-25 15:39:06 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-07-25 15:39:06 +0000 |
commit | 51b654fdda849ae6286d6dbc7d5cff7cc7692f44 (patch) | |
tree | 883562cfea1cd32c5516eabdf96d750d89667cb2 /config/environments | |
parent | fc61598d55f5037912230a5ece9431515c731c30 (diff) | |
download | redmine-51b654fdda849ae6286d6dbc7d5cff7cc7692f44.tar.gz redmine-51b654fdda849ae6286d6dbc7d5cff7cc7692f44.zip |
revert r16881 (#26513, #26524, #26526)
git-svn-id: http://svn.redmine.org/redmine/trunk@16883 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 6d4207d84..85cd3890c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -10,8 +10,6 @@ Rails.application.configure do # Rake tasks automatically ignore this option for performance. config.eager_load = true - config.enable_dependency_loading = true - # Full error reports are disabled and caching is turned on. config.consider_all_requests_local = false config.action_controller.perform_caching = true |