diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-07-25 17:39:17 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-07-25 17:39:17 +0530 |
commit | 203a85f191455d40ac869cd57e0ac50e8da342b7 (patch) | |
tree | 62b5e114c6d192afac9fcd5944a0f0a0c2191641 /railties/guides/source/getting_started.textile | |
parent | 60c505dc796dddccf83c0e8d7938c1360df42d9b (diff) | |
download | rails-203a85f191455d40ac869cd57e0ac50e8da342b7.tar.gz rails-203a85f191455d40ac869cd57e0ac50e8da342b7.tar.bz2 rails-203a85f191455d40ac869cd57e0ac50e8da342b7.zip |
Revert "Add in a tip about opening two command prompt windows"
This reverts commit 1e5fa59d132562399536a3ca06295b60558bc258.
Reason: It's somewhat a grey area. We don't really want to tell the
users how they want to use the terminal.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index ae7cee47dc..0b89021392 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -426,11 +426,6 @@ 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 |