From 40f06f4c039e4d9eb010b9adb87a37b7129d9e05 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Mon, 15 Sep 2008 10:22:53 +0100 Subject: Add caching guide --- railties/Rakefile | 3 ++- railties/doc/guides/index.txt | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/railties/Rakefile b/railties/Rakefile index 2087c62f08..be37023a1d 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -284,7 +284,8 @@ guides = [ { 'routing' => 'routing_outside_in' }, { 'forms' =>'form_helpers' }, { 'activerecord' => 'association_basics' }, - { 'debugging' => 'debugging_rails_applications' } + { 'debugging' => 'debugging_rails_applications' }, + { 'caching' => 'caching_with_rails' } ] guides_html_files = [] # autogenerated from the 'guides' variable. diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt index 87d6804ead..2c17d37fe8 100644 --- a/railties/doc/guides/index.txt +++ b/railties/doc/guides/index.txt @@ -51,3 +51,8 @@ of your code. *********************************************************** TODO: Insert some description here. *********************************************************** + +.link:caching/caching_with_rails.html[Rails Caching] +*********************************************************** +TODO: Insert some description here. +*********************************************************** \ No newline at end of file -- cgit v1.2.3