aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorHongli Lai (Phusion) <hongli@phusion.nl>2008-09-12 11:47:19 +0200
committerHongli Lai (Phusion) <hongli@phusion.nl>2008-09-12 11:47:19 +0200
commit6160828b041c93a0adde196df0aed42fd070f9b7 (patch)
tree599d867c726c287414cde5eeb0fd8af9b8d86556 /railties/Rakefile
parent850daecc58be5be1971234b68f74ba3014733f74 (diff)
downloadrails-6160828b041c93a0adde196df0aed42fd070f9b7.tar.gz
rails-6160828b041c93a0adde196df0aed42fd070f9b7.tar.bz2
rails-6160828b041c93a0adde196df0aed42fd070f9b7.zip
Add 'Getting Started with Rails' to guides index page.
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 1f4eb8e800..ec2fe850e6 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -274,8 +274,9 @@ Rake::RDocTask.new { |rdoc|
# In this array, one defines the guides for which HTML output should be
# generated. Specify the folder names of the guides. If the .txt filename
-# doesn't equal its folder name, then specify a hash: { 'folder_name' => 'filename.txt' }
+# doesn't equal its folder name, then specify a hash: { 'folder_name' => 'basename' }
guides = [
+ 'getting_started_with_rails',
'securing_rails_applications',
'testing_rails_applications',
'creating_plugins',