diff options
author | francis <francis> | 2008-01-23 01:59:23 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-23 01:59:23 +0000 |
commit | 48e272ad3a764dd7293c31554ed30b95fa317304 (patch) | |
tree | c5b99c1927ee3f30350460e455079dd16b8a7aee /config/environments/development.rb | |
parent | 6d1733e8a0b5f404326cfbd78b7139c87ecbffa3 (diff) |
Migration to Rails 2.0.2
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r-- | config/environments/development.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 243eb489c..eb5fe21c4 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -8,9 +8,6 @@ config.cache_classes = false # Log error messages when you accidentally call methods on nil. config.whiny_nils = true -# Enable the breakpoint server that script/breakpointer connects to -config.breakpoint_server = true - # Show full error reports and disable caching config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false |