diff options
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 3 |
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', |