aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorDamien Mathieu <damien.mathieu@lim.eu>2010-08-30 15:08:55 +0200
committerDamien Mathieu <damien.mathieu@lim.eu>2010-08-30 15:08:55 +0200
commit414b68df1fb602769f49414cae04bfba9712c4dc (patch)
tree5bac8cd168e72fa97d23089c07ebdccf4d1ea5da /railties/guides/source
parent880f20259172375802e29450290d4216114fdab3 (diff)
downloadrails-414b68df1fb602769f49414cae04bfba9712c4dc.tar.gz
rails-414b68df1fb602769f49414cae04bfba9712c4dc.tar.bz2
rails-414b68df1fb602769f49414cae04bfba9712c4dc.zip
fix the cache_fu links
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/caching_with_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/caching_with_rails.textile b/railties/guides/source/caching_with_rails.textile
index ff672d8695..818c6eb00e 100644
--- a/railties/guides/source/caching_with_rails.textile
+++ b/railties/guides/source/caching_with_rails.textile
@@ -364,7 +364,7 @@ end
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
+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/nkallen/cache-money/tree/master plugin is supposed to be mad cool.