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.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb
index b8d4600759..42a43d59fb 100644
--- a/railties/environments/development.rb
+++ b/railties/environments/development.rb
@@ -1,5 +1,3 @@
+Dependencies.mechanism = :load
ActionController::Base.consider_all_requests_local = true
-ActionController::Base.reload_dependencies = true
-ActiveRecord::Base.reload_associations = true
-
BREAKPOINT_SERVER_PORT = 42531 \ No newline at end of file