aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/caching_with_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:13:29 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:13:29 +0530
commit9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea (patch)
treed140ca53a53d70823d1d3b4602349235eb9d56be /railties/guides/source/caching_with_rails.textile
parent5f2a35604e8180c916796abc93189bd1e0f7987f (diff)
downloadrails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.gz
rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.bz2
rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.zip
No more changelogs inside guides
Diffstat (limited to 'railties/guides/source/caching_with_rails.textile')
-rw-r--r--railties/guides/source/caching_with_rails.textile11
1 files changed, 0 insertions, 11 deletions
diff --git a/railties/guides/source/caching_with_rails.textile b/railties/guides/source/caching_with_rails.textile
index 693303950d..19378d63ce 100644
--- a/railties/guides/source/caching_with_rails.textile
+++ b/railties/guides/source/caching_with_rails.textile
@@ -403,14 +403,3 @@ end
h3. Further reading
* "Scaling Rails Screencasts":http://railslab.newrelic.com/scaling-rails
-
-h3. Changelog
-
-* Feb 17, 2011: Document 3.0.0 changes to ActiveSupport::Cache
-* May 02, 2009: Formatting cleanups
-* April 26, 2009: Clean up typos in submitted patch
-* April 1, 2009: Made a bunch of small fixes
-* 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