From 4a9ddde0d349446c10c8d52c27972e2c377308ea Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sun, 14 Sep 2008 20:00:55 +0100 Subject: Add new security guide to generate list --- railties/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/Rakefile b/railties/Rakefile index 39c0ec89e7..2087c62f08 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -277,10 +277,10 @@ Rake::RDocTask.new { |rdoc| # 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', 'migrations', + { 'securing_rails_applications' => 'security' }, { 'routing' => 'routing_outside_in' }, { 'forms' =>'form_helpers' }, { 'activerecord' => 'association_basics' }, -- cgit v1.2.3