1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Turn off ACL for localhost

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@126 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2004-12-12 16:47:37 +00:00
parent 8e1f1ee442
commit 6863601335

View file

@ -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')
Breakpoint.activate_drb('druby://localhost:42531', nil)