summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-09 21:57:16 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-09 21:57:16 +0000
commite9c681319d69983b1e605e0398bf0497ee4543e5 (patch)
treed5012dbae7463603cb3e4bd35575ae725d28bd12
parentb30ac2f645f8e71758f9c12aed97f806f121396f (diff)
downloadredmine-e9c681319d69983b1e605e0398bf0497ee4543e5.tar.gz
redmine-e9c681319d69983b1e605e0398bf0497ee4543e5.zip
Removed deprecated config.breakpoint_server = true in development.rb.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@969 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--rails-2.0/config/environments/development.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/rails-2.0/config/environments/development.rb b/rails-2.0/config/environments/development.rb
index 04b779200..c816f03e3 100644
--- a/rails-2.0/config/environments/development.rb
+++ b/rails-2.0/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