aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/getting_started_with_rails.txt
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-11-05 08:55:58 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2008-11-05 08:55:58 -0600
commit0fe9f9eb2c4feebc18498b0a6f8386dee95de0a2 (patch)
tree3d937fa63f441f5a5d4396e1b69b789c9cd0fec8 /railties/doc/guides/source/getting_started_with_rails.txt
parent37ea9de5af3fc8c133bbff060c11750bcb6970de (diff)
downloadrails-0fe9f9eb2c4feebc18498b0a6f8386dee95de0a2.tar.gz
rails-0fe9f9eb2c4feebc18498b0a6f8386dee95de0a2.tar.bz2
rails-0fe9f9eb2c4feebc18498b0a6f8386dee95de0a2.zip
Add more documentation pointers to Getting Started Guide.
Diffstat (limited to 'railties/doc/guides/source/getting_started_with_rails.txt')
-rw-r--r--railties/doc/guides/source/getting_started_with_rails.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/doc/guides/source/getting_started_with_rails.txt b/railties/doc/guides/source/getting_started_with_rails.txt
index 49cc63d04f..f924d0793a 100644
--- a/railties/doc/guides/source/getting_started_with_rails.txt
+++ b/railties/doc/guides/source/getting_started_with_rails.txt
@@ -1224,6 +1224,11 @@ Now that you've seen your first Rails application, you should feel free to updat
* The #rubyonrails channel on irc.freenode.net
* The link:http://wiki.rubyonrails.org/rails[Rails wiki]
+Rails also comes with built-in help that you can generate using the rake command-line utility:
+
+* Running +rake doc:guides+ will put a full copy of the Rails Guides in the +/doc/guides+ folder of your application. Open +/doc/guides/index.html+ in your web browser to explore the Guides.
+* Running +rake doc:rails+ will put a full copy of the API documentation for Rails in the +/doc/api+ folder of your application. Open +/doc/api/index.html+ in your web browser to explore the API documentation.
+
== Changelog ==
http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/2[Lighthouse ticket]