aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-02-01 11:00:56 -0200
committerRafael França <rafaelmfranca@gmail.com>2016-02-01 11:00:56 -0200
commit8b2c618cefef1ccd83d270cbacdd19abf4be9b2f (patch)
treefe5bbd630b52b80901a9030c059807366dcc7a41 /guides/source/configuring.md
parent407baa2b4cc462e42c9aaccc9850adad4462ea7e (diff)
parent437fa98e633e044e925c1fc7502a0a851b8bf718 (diff)
downloadrails-8b2c618cefef1ccd83d270cbacdd19abf4be9b2f.tar.gz
rails-8b2c618cefef1ccd83d270cbacdd19abf4be9b2f.tar.bz2
rails-8b2c618cefef1ccd83d270cbacdd19abf4be9b2f.zip
Merge pull request #23375 from prathamesh-sonpatki/fix-19835
Fix documentation related to `config.assets.cache_store` [ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 91008ec3c9..d9c345fb71 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -159,8 +159,6 @@ pipeline is enabled. It is set to true by default.
* `config.assets.debug` disables the concatenation and compression of assets. Set to `true` by default in `development.rb`.
-* `config.assets.cache_store` defines the cache store that Sprockets will use. The default is the Rails file store.
-
* `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.