aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
diff options
context:
space:
mode:
authorOliver Jakubiec <ojakubiec@gmail.com>2013-04-02 18:45:28 -0700
committerOliver Jakubiec <ojakubiec@gmail.com>2013-04-02 18:45:28 -0700
commitb13789c30cc991e2c0b20f16705a88e45c91dcad (patch)
treea7dd94d14b8d62c4c48fb89d9a089eeac079a9b1 /guides/source/caching_with_rails.md
parent8917a5b949856f8ef44d03d98470614c8cf8bbee (diff)
parent919c86d2d5e7b74b96305c0bfb0482bbe61d99f2 (diff)
downloadrails-b13789c30cc991e2c0b20f16705a88e45c91dcad.tar.gz
rails-b13789c30cc991e2c0b20f16705a88e45c91dcad.tar.bz2
rails-b13789c30cc991e2c0b20f16705a88e45c91dcad.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'guides/source/caching_with_rails.md')
-rw-r--r--guides/source/caching_with_rails.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md
index abab3dd983..e1fc3d0f53 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -5,8 +5,8 @@ This guide will teach you what you need to know about avoiding that expensive ro
After reading this guide, you will know:
-* Page, action, and fragment caching.
-* Sweepers.
+* Page and action caching (moved to separate gems as of Rails 4).
+* Fragment caching.
* Alternative cache stores.
* Conditional GET support.