aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-07-10 21:17:10 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-07-10 21:17:10 +0530
commit3bc34f596b87c25fec62bc82c6a4ae898a1af846 (patch)
treeffb264e39029ae0d995244ecfc9c310bb187539c /guides
parent816e15d6269ff994ac7ee9e0d391ed74187ed98a (diff)
downloadrails-3bc34f596b87c25fec62bc82c6a4ae898a1af846.tar.gz
rails-3bc34f596b87c25fec62bc82c6a4ae898a1af846.tar.bz2
rails-3bc34f596b87c25fec62bc82c6a4ae898a1af846.zip
Add `config.assets.quiet` to configuration guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 34878e5c38..fe59155db0 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -181,6 +181,8 @@ pipeline is enabled. It is set to `true` by default.
* `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.
+* `config.assets.quiet` disables logging of assets requests. Set to `true` by default in `development.rb`.
+
### Configuring Generators
Rails allows you to alter what generators are used with the `config.generators` method. This method takes a block: