aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorAditya Chadha <aditya@sublucid.com>2009-02-23 00:53:58 -0500
committerAditya Chadha <aditya@sublucid.com>2009-02-23 00:53:58 -0500
commit9deb327daa97da5c38c8e1d83b60e8723ef429a7 (patch)
tree80e345ee4feb5eba32ca93abf963b46f15fae841 /railties
parent7cf3822c5624cca530afa8481956142dfff6cca3 (diff)
downloadrails-9deb327daa97da5c38c8e1d83b60e8723ef429a7.tar.gz
rails-9deb327daa97da5c38c8e1d83b60e8723ef429a7.tar.bz2
rails-9deb327daa97da5c38c8e1d83b60e8723ef429a7.zip
Added a changelog
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/caching_with_rails.textile8
1 files changed, 8 insertions, 0 deletions
diff --git a/railties/guides/source/caching_with_rails.textile b/railties/guides/source/caching_with_rails.textile
index b7082e8092..c2696aa1ba 100644
--- a/railties/guides/source/caching_with_rails.textile
+++ b/railties/guides/source/caching_with_rails.textile
@@ -495,3 +495,11 @@ 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.
+
+h3. Changelog
+"Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/10-guide-to-caching
+
+February 22, 2009: Beefed up the section on cache_stores
+December 27, 2008: Typo fixes
+November 23, 2008: Incremental updates with various suggested changes and formatting cleanup
+September 15, 2008: Initial version by Aditya Chadha