aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Wu <fred@envato.com>2010-09-15 14:22:43 +1000
committerFred Wu <fred@envato.com>2010-09-15 14:22:43 +1000
commitcedc49dbd3669c82a8844c13a7aa3e165062c9e7 (patch)
tree0c6646cd99ea9a09ce39afeef99f55562ad1e26f
parent50b175030ab68f65bd54c6023c5d6c5e5e66bd2c (diff)
downloadrails-cedc49dbd3669c82a8844c13a7aa3e165062c9e7.tar.gz
rails-cedc49dbd3669c82a8844c13a7aa3e165062c9e7.tar.bz2
rails-cedc49dbd3669c82a8844c13a7aa3e165062c9e7.zip
Updated the Cache Money repo link to one that works with Rails 3.
-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 818c6eb00e..09cd796271 100644
--- a/railties/guides/source/caching_with_rails.textile
+++ b/railties/guides/source/caching_with_rails.textile
@@ -367,7 +367,7 @@ 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/nkallen/cache-money/tree/master plugin is supposed to be mad cool.
+Also the new "Cache money":http://github.com/ngmoco/cache-money/tree/rails3 plugin is supposed to be mad cool.
h3. References