aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments/development.rb')
-rw-r--r--railties/environments/development.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb
index 42a43d59fb..d3681e28ca 100644
--- a/railties/environments/development.rb
+++ b/railties/environments/development.rb
@@ -1,3 +1,4 @@
Dependencies.mechanism = :load
ActionController::Base.consider_all_requests_local = true
+ActionController::Base.perform_caching = false
BREAKPOINT_SERVER_PORT = 42531 \ No newline at end of file