diff options
author | Damien Mathieu <damien.mathieu@lim.eu> | 2010-08-30 15:08:55 +0200 |
---|---|---|
committer | Damien Mathieu <damien.mathieu@lim.eu> | 2010-08-30 15:08:55 +0200 |
commit | 414b68df1fb602769f49414cae04bfba9712c4dc (patch) | |
tree | 5bac8cd168e72fa97d23089c07ebdccf4d1ea5da /railties/guides/source/caching_with_rails.textile | |
parent | 880f20259172375802e29450290d4216114fdab3 (diff) | |
download | rails-414b68df1fb602769f49414cae04bfba9712c4dc.tar.gz rails-414b68df1fb602769f49414cae04bfba9712c4dc.tar.bz2 rails-414b68df1fb602769f49414cae04bfba9712c4dc.zip |
fix the cache_fu links
Diffstat (limited to 'railties/guides/source/caching_with_rails.textile')
-rw-r--r-- | railties/guides/source/caching_with_rails.textile | 2 |
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. |