aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-07-01 12:10:07 +0200
committerrohit <rohit.arondekar@gmail.com>2010-07-01 17:34:35 +0530
commitd167cfd62b31333e11fcb9de4ea33dfabde7fa82 (patch)
tree105a708c59d35d1a842ba7c6833932b1a4bbea83 /railties/README
parentc63cf7bf0db708fe46a929cf57649ab5a92034af (diff)
downloadrails-d167cfd62b31333e11fcb9de4ea33dfabde7fa82.tar.gz
rails-d167cfd62b31333e11fcb9de4ea33dfabde7fa82.tar.bz2
rails-d167cfd62b31333e11fcb9de4ea33dfabde7fa82.zip
Fixes README for generated apps with Rails 3 (rails *new* myapp, and Welcome aboard text)
Diffstat (limited to 'railties/README')
-rw-r--r--railties/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/README b/railties/README
index b8c84dd07d..d8be15e346 100644
--- a/railties/README
+++ b/railties/README
@@ -29,13 +29,13 @@ link:files/vendor/rails/actionpack/README.html.
== Getting Started
1. At the command prompt, create a new Rails application:
- <tt>rails myapp</tt> (where <tt>myapp</tt> is the application name)
+ <tt>rails new myapp</tt> (where <tt>myapp</tt> is the application name)
2. Change directory to <tt>myapp</tt> and start the web server:
<tt>cd myapp; rails server</tt> (run with --help for options)
3. Go to http://localhost:3000/ and you'll see:
- "Welcome aboard: You're riding the Rails!"
+ "Welcome aboard: You're riding Ruby on Rails!"
4. Follow the guidelines to start developing your application. You can find
the following resources handy: