aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorRebecca Skinner <traybaby@gmail.com>2015-01-13 14:34:10 +0800
committerRebecca Skinner <traybaby@gmail.com>2015-01-13 14:34:10 +0800
commitda1b8302536ebcd967010c968f64110425be1567 (patch)
treecf105ebb1651e34db87a0218337ab44875942e6a /guides/source/asset_pipeline.md
parent72570ea289ca96edbc074c3aadb2be2b214303af (diff)
downloadrails-da1b8302536ebcd967010c968f64110425be1567.tar.gz
rails-da1b8302536ebcd967010c968f64110425be1567.tar.bz2
rails-da1b8302536ebcd967010c968f64110425be1567.zip
Digesting is now enabled by default in development
Diffstat (limited to 'guides/source/asset_pipeline.md')
-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.