From 51b654fdda849ae6286d6dbc7d5cff7cc7692f44 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 25 Jul 2017 15:39:06 +0000 Subject: [PATCH] revert r16881 (#26513, #26524, #26526) git-svn-id: http://svn.redmine.org/redmine/trunk@16883 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/environments/production.rb | 2 -- 1 file changed, 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