aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/caching_with_rails.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-09-29 20:26:42 +0200
committerXavier Noria <fxn@hashref.com>2010-09-29 20:26:42 +0200
commita617f6bc4c0e235d01db743cf88dd21457a36b7f (patch)
tree89288e82ec1b2b607c0176a170a8169a08ba8ff7 /railties/guides/source/caching_with_rails.textile
parent5793d5e0023257962ed9a8ef980062cddd30ce19 (diff)
parentb1acba7bb8062fe155df6904b957351d37a87ee2 (diff)
downloadrails-a617f6bc4c0e235d01db743cf88dd21457a36b7f.tar.gz
rails-a617f6bc4c0e235d01db743cf88dd21457a36b7f.tar.bz2
rails-a617f6bc4c0e235d01db743cf88dd21457a36b7f.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/caching_with_rails.textile')
-rw-r--r--railties/guides/source/caching_with_rails.textile13
1 files changed, 1 insertions, 12 deletions
diff --git a/railties/guides/source/caching_with_rails.textile b/railties/guides/source/caching_with_rails.textile
index 09cd796271..3320b610e7 100644
--- a/railties/guides/source/caching_with_rails.textile
+++ b/railties/guides/source/caching_with_rails.textile
@@ -362,20 +362,9 @@ class ProductsController < ApplicationController
end
</ruby>
-h3. Advanced Caching
-
-Along with the built-in mechanisms outlined above, a number of excellent plugins exist to help with finer grained control over caching. These include Chris Wanstrath's excellent cache_fu plugin (more info "here":http://errtheblog.com/posts/57-kickin-ass-w-cachefu ) and Evan Weaver's interlock plugin (more info "here":http://blog.evanweaver.com/articles/2007/12/13/better-rails-caching/ ). Both of these plugins play nice with memcached and are a must-see for anyone
-seriously considering optimizing their caching needs.
-
-Also the new "Cache money":http://github.com/ngmoco/cache-money/tree/rails3 plugin is supposed to be mad cool.
-
-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