aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-12 20:29:52 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-12 20:29:52 +0000
commit8eec6741487bbc2199742f711974399bb937ce16 (patch)
tree12028662b8e4dfc60e0007e53f5593cc689fdf6b /railties/environments
parentc9cc73d0e97db72cb24a7d6db54c0751444470f9 (diff)
downloadrails-8eec6741487bbc2199742f711974399bb937ce16.tar.gz
rails-8eec6741487bbc2199742f711974399bb937ce16.tar.bz2
rails-8eec6741487bbc2199742f711974399bb937ce16.zip
Breakpointing that works much better with CGI and FCGI
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@136 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments')
-rw-r--r--railties/environments/development.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb
index 54720d3c1c..b8d4600759 100644
--- a/railties/environments/development.rb
+++ b/railties/environments/development.rb
@@ -2,11 +2,4 @@ ActionController::Base.consider_all_requests_local = true
ActionController::Base.reload_dependencies = true
ActiveRecord::Base.reload_associations = true
-require 'breakpoint'
-require 'irb/completion'
-# Change the port (default: 42531) here in case you are
-# on shared hosting. Note that you should set up a SSH
-# tunnel when you want to connect from a different
-# computer over the internet. See the documentation of
-# Breakpoint.activate_drb for how to do that.
-Breakpoint.activate_drb('druby://l​ocalhost:42531', nil, !defined?(FastCGI)) if $0.include?("dispatch") \ No newline at end of file
+BREAKPOINT_SERVER_PORT = 42531 \ No newline at end of file