aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-11-30 09:25:50 +0300
committerYauheni Dakuka <yauheni.dakuka@gmail.com>2017-11-30 09:35:26 +0300
commitb6baf0c88411824ce99f1ad4b9de64fa37ad96ea (patch)
tree98071989102db61cfcb5001d9213cf1ed1d9a6a8 /guides/source/caching_with_rails.md
parentf7e3c686685fb89e67293440d24356f93fa34847 (diff)
downloadrails-b6baf0c88411824ce99f1ad4b9de64fa37ad96ea.tar.gz
rails-b6baf0c88411824ce99f1ad4b9de64fa37ad96ea.tar.bz2
rails-b6baf0c88411824ce99f1ad4b9de64fa37ad96ea.zip
Cosmetic changes [ci skip]
Diffstat (limited to 'guides/source/caching_with_rails.md')
-rw-r--r--guides/source/caching_with_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md
index 31bc478015..780e69c146 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -32,7 +32,7 @@ Basic Caching
This is an introduction to three types of caching techniques: page, action and
fragment caching. By default Rails provides fragment caching. In order to use
page and action caching you will need to add `actionpack-page_caching` and
-`actionpack-action_caching` to your Gemfile.
+`actionpack-action_caching` to your `Gemfile`.
By default, caching is only enabled in your production environment. To play
around with caching locally you'll want to enable caching in your local