diff options
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 3 |
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. |