aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-09-22 11:38:16 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-09-22 11:38:16 +0100
commitf6360ba196658f9d25ad03261b6b42582b5f4818 (patch)
tree6851407a6bdf1a9e82737a0068b09ce8d3fed822 /railties/Rakefile
parent63c7dcfeaac680d6596b72f1619e74f89e538ed4 (diff)
downloadrails-f6360ba196658f9d25ad03261b6b42582b5f4818.tar.gz
rails-f6360ba196658f9d25ad03261b6b42582b5f4818.tar.bz2
rails-f6360ba196658f9d25ad03261b6b42582b5f4818.zip
Add profiling guide to the 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 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.