We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5b4be commit 111ab9dCopy full SHA for 111ab9d
sites/en/installfest/create_a_rails_app.step
@@ -27,6 +27,8 @@ step "Create a new Rails app" do
27
console "cd test_app"
28
console "rails server"
29
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
+
32
tip "In Windows, you may need to let Ruby and Rails communicate through your firewall. Say yes to the pop up."
33
34
tip "Shortcut: Just type 'rails s'" do
0 commit comments