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:
parent
8e1f1ee442
commit
6863601335
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue