Skip to content

Commit 111ab9d

Browse files
brittagtjgrathwell
authored andcommitted
Add note about OS X firewall
1 parent 2e5b4be commit 111ab9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sites/en/installfest/create_a_rails_app.step

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ step "Create a new Rails app" do
2727
console "cd test_app"
2828
console "rails server"
2929

30+
tip "In OS X, you may need to let Ruby accept incoming network connections through your firewall. Select 'allow' in the pop up."
31+
3032
tip "In Windows, you may need to let Ruby and Rails communicate through your firewall. Say yes to the pop up."
3133

3234
tip "Shortcut: Just type 'rails s'" do

0 commit comments

Comments
 (0)