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.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