aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorClaudio B. <claudiob@users.noreply.github.com>2015-01-13 00:11:20 -0800
committerClaudio B. <claudiob@users.noreply.github.com>2015-01-13 00:11:20 -0800
commit19b4b0dff1820b13db35b7a75dfb7d06f7240ecf (patch)
tree146365a65c9b10df04d4e6c4030c08ec5a562c80 /guides/source
parent1af5c969f3921361e7aad5769c4d0291141e94b0 (diff)
parentda1b8302536ebcd967010c968f64110425be1567 (diff)
downloadrails-19b4b0dff1820b13db35b7a75dfb7d06f7240ecf.tar.gz
rails-19b4b0dff1820b13db35b7a75dfb7d06f7240ecf.tar.bz2
rails-19b4b0dff1820b13db35b7a75dfb7d06f7240ecf.zip
Merge pull request #18480 from karpah/patch-1
Update asset pipeline guide
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/asset_pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index 64d1c31083..01b4005d90 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -149,7 +149,7 @@ clients to fetch them again, even when the content of those assets has not chang
Fingerprinting fixes these problems by avoiding query strings, and by ensuring
that filenames are consistent based on their content.
-Fingerprinting is enabled by default for production and disabled for all other
+Fingerprinting is enabled by default for both the development and production
environments. You can enable or disable it in your configuration through the
`config.assets.digest` option.