diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/Rakefile | 3 | ||||
-rw-r--r-- | railties/doc/guides/index.txt | 5 |
2 files changed, 7 insertions, 1 deletions
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 |