aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-03-25 09:17:12 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-03-25 09:17:12 +0900
commitdf280c4316c156a6c39b73cc34f42159cb75f0af (patch)
treed2755990b51077e8d367cb5a927ae4564ff0dd7e /guides/source
parente5fda36d8a0e9269141e113a70fa381842952f99 (diff)
downloadrails-df280c4316c156a6c39b73cc34f42159cb75f0af.tar.gz
rails-df280c4316c156a6c39b73cc34f42159cb75f0af.tar.bz2
rails-df280c4316c156a6c39b73cc34f42159cb75f0af.zip
update `config.assets.digest` default value in guides [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/asset_pipeline.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index 816bff3784..9da0ef1eb3 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -667,8 +667,7 @@ anymore, delete these options from the `javascript_include_tag` and
`stylesheet_link_tag`.
The fingerprinting behavior is controlled by the `config.assets.digest`
-initialization option (which defaults to `true` for production and `false` for
-everything else).
+initialization option (which defaults to `true` for production and development).
NOTE: Under normal circumstances the default `config.assets.digest` option
should not be changed. If there are no digests in the filenames, and far-future