From 68636013352bc8730d1f7fb43fee03a19c65d57a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Dec 2004 16:47:37 +0000 Subject: Turn off ACL for localhost git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@126 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/environments/development.rb') 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 -- cgit v1.2.3