aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
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.