aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/configuring.textile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 15:06:57 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 15:06:57 -0200
commit16c5f488f12106e84e876dcdf5355b66a6db6727 (patch)
tree22b2cae5a1aab868fcf5d593b246802a925bbcbd /railties/guides/source/configuring.textile
parentd7f7f5ee560fafa7e9819786e41bf0ea6df7919b (diff)
downloadrails-16c5f488f12106e84e876dcdf5355b66a6db6727.tar.gz
rails-16c5f488f12106e84e876dcdf5355b66a6db6727.tar.bz2
rails-16c5f488f12106e84e876dcdf5355b66a6db6727.zip
Add documentation to config.assets.logger
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 3153cac2f9..0cf22e849a 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -152,6 +152,8 @@ Rails 3.1, by default, is set up to use the +sprockets+ gem to manage assets wit
* +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+.
+
h4. Configuring Generators