diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-12 18:51:26 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-12 18:51:26 +0000 |
commit | 54dabd05e67ed4db1370757efe7610a783852976 (patch) | |
tree | bcb6e024c037c30f3864e06a6faac7a414a8e7f6 /railties/environments | |
parent | fdc4d1bd79bb31189c448acc291c942c44237c61 (diff) | |
download | rails-54dabd05e67ed4db1370757efe7610a783852976.tar.gz rails-54dabd05e67ed4db1370757efe7610a783852976.tar.bz2 rails-54dabd05e67ed4db1370757efe7610a783852976.zip |
Added collusion handling for FCGI
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments')
-rw-r--r-- | railties/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb index 007a9aa1da..54720d3c1c 100644 --- a/railties/environments/development.rb +++ b/railties/environments/development.rb @@ -9,4 +9,4 @@ require 'irb/completion' # 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://localhost:42531', nil) if $0.include?("dispatch")
\ No newline at end of file +Breakpoint.activate_drb('druby://l​ocalhost:42531', nil, !defined?(FastCGI)) if $0.include?("dispatch")
\ No newline at end of file |