diff options
author | Joost Baaij <joost@spacebabies.nl> | 2010-09-29 15:56:16 +0200 |
---|---|---|
committer | Joost Baaij <joost@spacebabies.nl> | 2010-09-29 15:56:16 +0200 |
commit | b1acba7bb8062fe155df6904b957351d37a87ee2 (patch) | |
tree | 6f6a1b53b670ad513081958e093abcd7e60f15ce | |
parent | 3c620bed8c266940410e174a51c2ae74fa0cd1de (diff) | |
download | rails-b1acba7bb8062fe155df6904b957351d37a87ee2.tar.gz rails-b1acba7bb8062fe155df6904b957351d37a87ee2.tar.bz2 rails-b1acba7bb8062fe155df6904b957351d37a87ee2.zip |
Cleanup of the References section.
Removed non-functional links.
Removed links to API documentation.
Removed link to Rails 2 material.
Renamed "References" to "Further Reading".
-rw-r--r-- | railties/guides/source/caching_with_rails.textile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/railties/guides/source/caching_with_rails.textile b/railties/guides/source/caching_with_rails.textile index 9cc9af558b..3320b610e7 100644 --- a/railties/guides/source/caching_with_rails.textile +++ b/railties/guides/source/caching_with_rails.textile @@ -362,13 +362,9 @@ class ProductsController < ApplicationController end </ruby> -h3. References +h3. Further reading * "Scaling Rails Screencasts":http://railslab.newrelic.com/scaling-rails -* "RailsEnvy, Rails Caching Tutorial, Part 1":http://www.railsenvy.com/2007/2/28/rails-caching-tutorial -* "RailsEnvy, Rails Caching Tutorial, Part 2":http://www.railsenvy.com/2007/3/20/ruby-on-rails-caching-tutorial-part-2 -* "ActiveSupport::Cache documentation":http://api.rubyonrails.org/classes/ActiveSupport/Cache.html -* "Rails 2.1 integrated caching tutorial":http://thewebfellas.com/blog/2008/6/9/rails-2-1-now-with-better-integrated-caching h3. Changelog |