diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-04-01 09:45:35 -0700 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-04-01 09:45:35 -0700 |
commit | 29ac0fb8d502a6d86480c80380aa9c6e9073ea3b (patch) | |
tree | 1901b87d03df5af9e3a390a0e67bfcba0e7f644d | |
parent | f26653512328f16c354906e60dbc3a34c41a9afa (diff) | |
parent | 69c5b40491e5e13672f21eee7311d5e46be2b433 (diff) | |
download | rails-29ac0fb8d502a6d86480c80380aa9c6e9073ea3b.tar.gz rails-29ac0fb8d502a6d86480c80380aa9c6e9073ea3b.tar.bz2 rails-29ac0fb8d502a6d86480c80380aa9c6e9073ea3b.zip |
Merge pull request #129 from rafBM/master
Remove “Sweepers” from Caching TOC and mention Page/Action caching removal
-rw-r--r-- | guides/source/caching_with_rails.md | 4 |
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. |