diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-06-06 00:16:03 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-06-06 00:16:03 -0300 |
commit | 10d0c43c7937f65b2fc6fb87a87b1023bbd85674 (patch) | |
tree | 0bfe57dc8142e65c4637ce980330a5af0cda5bca /guides/source | |
parent | 847a5ea7dbb723728cda0bda5d5d744ba2c7118b (diff) | |
parent | fba2473a5baae4f70db0290a8d444c6b80586927 (diff) | |
download | rails-10d0c43c7937f65b2fc6fb87a87b1023bbd85674.tar.gz rails-10d0c43c7937f65b2fc6fb87a87b1023bbd85674.tar.bz2 rails-10d0c43c7937f65b2fc6fb87a87b1023bbd85674.zip |
Merge pull request #20423 from Erol/remove-assets-version-documentation
Remove `config.assets.version` from Configuring Rails Application Guide
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index b3a1ae6779..634b9c1ad0 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -161,8 +161,6 @@ pipeline is enabled. It is set to true by default. * `config.assets.cache_store` defines the cache store that Sprockets will use. The default is the Rails file store. -* `config.assets.version` is an option string that is used in MD5 hash generation. This can be changed to force all files to be recompiled. - * `config.assets.compile` is a boolean that can be used to turn on live Sprockets compilation in production. * `config.assets.logger` accepts a logger conforming to the interface of Log4r or the default Ruby `Logger` class. Defaults to the same configured at `config.logger`. Setting `config.assets.logger` to false will turn off served assets logging. |