diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-12 16:47:37 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-12 16:47:37 +0000 |
commit | 68636013352bc8730d1f7fb43fee03a19c65d57a (patch) | |
tree | decd4e48d692ba35b86555a06b1bcb9148b8b910 /railties | |
parent | 8e1f1ee44241838c2b701ad2622d98c9c41ea268 (diff) | |
download | rails-68636013352bc8730d1f7fb43fee03a19c65d57a.tar.gz rails-68636013352bc8730d1f7fb43fee03a19c65d57a.tar.bz2 rails-68636013352bc8730d1f7fb43fee03a19c65d57a.zip |
Turn off ACL for localhost
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@126 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-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 ab4d3b9979..192601f179 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')
\ No newline at end of file +Breakpoint.activate_drb('druby://localhost:42531', nil)
\ No newline at end of file |