aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorMatthew Bergman <MZBPhoto@gmail.com>2008-09-22 06:55:12 -0400
committerMatthew Bergman <MZBPhoto@gmail.com>2008-09-22 06:55:12 -0400
commit46fac72e4e79f03641e049136e7d164ecbb6e710 (patch)
treee3ff899de1cd0fe9218d09e98446126d9e4a7353 /railties/Rakefile
parent13307e420f122af1bc09f28b320b943b0cd384a7 (diff)
parentf6360ba196658f9d25ad03261b6b42582b5f4818 (diff)
downloadrails-46fac72e4e79f03641e049136e7d164ecbb6e710.tar.gz
rails-46fac72e4e79f03641e049136e7d164ecbb6e710.tar.bz2
rails-46fac72e4e79f03641e049136e7d164ecbb6e710.zip
Merge branch 'master' of git@github.com:lifo/docrails
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.