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, 2 insertions, 2 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb
index 04b779200a..dbf77d03b7 100644
--- a/railties/environments/development.rb
+++ b/railties/environments/development.rb
@@ -3,10 +3,10 @@
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the webserver when you make code changes.
-config.cache_classes = false
+config.cache_classes = false
# Log error messages when you accidentally call methods on nil.
-config.whiny_nils = true
+config.whiny_nils = true
# Enable the breakpoint server that script/breakpointer connects to
config.breakpoint_server = true