aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 16:37:18 -0600
committerJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 16:37:28 -0600
commit1e5fa59d132562399536a3ca06295b60558bc258 (patch)
treecfd242fecd4aa88129df97e8d3f9b198e1f52fb1
parent0076a6fce2b037d6be0c0e8c26b769e66f7dbfee (diff)
downloadrails-1e5fa59d132562399536a3ca06295b60558bc258.tar.gz
rails-1e5fa59d132562399536a3ca06295b60558bc258.tar.bz2
rails-1e5fa59d132562399536a3ca06295b60558bc258.zip
Add in a tip about opening two command prompt windows
-rw-r--r--railties/guides/source/getting_started.textile5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 0b89021392..ae7cee47dc 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -426,6 +426,11 @@ One of the traditional places to start with a new language is by getting some
text up on screen quickly. To do this, you need to get your Rails application
server running.
+TIP: You may find it helpful to open two command prompt windows and navigate
+to your Rails project in both. Leave the server running ('rails server') in
+the first window, and run the commands listed below in the second terminal
+window.
+
h4. Starting up the Web Server
You actually have a functional Rails application already. To see it, you need to