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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb
index d3681e28ca..aab4562a51 100644
--- a/railties/environments/development.rb
+++ b/railties/environments/development.rb
@@ -1,3 +1,5 @@
+require 'active_support/whiny_nil'
+
Dependencies.mechanism = :load
ActionController::Base.consider_all_requests_local = true
ActionController::Base.perform_caching = false