diff options
author | athonlab <akshay.surve@gmail.com> | 2008-09-25 18:34:24 +0530 |
---|---|---|
committer | athonlab <akshay.surve@gmail.com> | 2008-09-25 18:34:24 +0530 |
commit | d4379ca40a2fb1014859582a3e37f0a39036ea01 (patch) | |
tree | 7f3f10d35256ef936adc5b713d2dadc6dd3a4de3 /railties/Rakefile | |
parent | 6ed136d243b24b4c2ea37e7392217b9b166d1a9f (diff) | |
parent | 7a106af97f05e088b7bacbc1664001b7c869ca2a (diff) | |
download | rails-d4379ca40a2fb1014859582a3e37f0a39036ea01.tar.gz rails-d4379ca40a2fb1014859582a3e37f0a39036ea01.tar.bz2 rails-d4379ca40a2fb1014859582a3e37f0a39036ea01.zip |
Merge branch 'master' of git@github.com:lifo/docrails
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. |