aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc')
-rw-r--r--railties/doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/index.html b/railties/doc/index.html
index b40b9562ea..522a88cd5c 100644
--- a/railties/doc/index.html
+++ b/railties/doc/index.html
@@ -53,8 +53,8 @@
<small>Recommendation: Use *_development and *_test names, such as basecamp_development and basecamp_test</small><br/>
<small>Warning: Don't point your test database at your development database, it'll destroy the latter on test runs!</small>
<li>Edit config/database.yml with your database settings.
- <li>Create controllers and models using the generators in <code>script/new_*</code> <br/>
- <small>Help: Run a generator with no arguments for documentation</small>
+ <li>Create controllers and models using the generator in <code>script/generate</code> <br/>
+ <small>Help: Run the generator with no arguments for documentation</small>
<li>See all the tests run by running <code>rake</code>.
<li>Develop your Rails application!
<li>Setup Apache with <a href="http://www.fastcgi.com">FastCGI</a> (and <a href="http://raa.ruby-lang.org/list.rhtml?name=fcgi">Ruby bindings</a>), if you need better performance