aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/development.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-20 06:13:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-20 06:13:26 +0000
commitc4d6b8bb3c531d3e6571ec7b91382ceeb4b616f7 (patch)
tree0066be208e6e01228f017b0361763f3c17d4f506 /railties/environments/development.rb
parent6d627b6725beca23eb07ee7c924363eb6249cef0 (diff)
downloadrails-c4d6b8bb3c531d3e6571ec7b91382ceeb4b616f7.tar.gz
rails-c4d6b8bb3c531d3e6571ec7b91382ceeb4b616f7.tar.bz2
rails-c4d6b8bb3c531d3e6571ec7b91382ceeb4b616f7.zip
Dont line up that which does not
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3999 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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