From f6360ba196658f9d25ad03261b6b42582b5f4818 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Mon, 22 Sep 2008 11:38:16 +0100 Subject: Add profiling guide to the index page --- railties/Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index be37023a1d..e279bf922e 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -285,7 +285,8 @@ guides = [ { 'forms' =>'form_helpers' }, { 'activerecord' => 'association_basics' }, { 'debugging' => 'debugging_rails_applications' }, - { 'caching' => 'caching_with_rails' } + { 'caching' => 'caching_with_rails' }, + { 'benchmarking_and_profiling' => 'preamble' } ] guides_html_files = [] # autogenerated from the 'guides' variable. -- cgit v1.2.3