diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-19 00:11:20 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-19 00:11:20 +0530 |
commit | 660cc4064490c2ae05521b2e14d3adead4bac520 (patch) | |
tree | 92928075da5b1923c983e4f61758c5d699014a0d /railties/guides/source/configuring.textile | |
parent | fa92bb4bf5f24a7a2ab7f0e099890ecd206fa76f (diff) | |
parent | de2e28d255d02214b5169c23da5f2327982ea0aa (diff) | |
download | rails-660cc4064490c2ae05521b2e14d3adead4bac520.tar.gz rails-660cc4064490c2ae05521b2e14d3adead4bac520.tar.bz2 rails-660cc4064490c2ae05521b2e14d3adead4bac520.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r-- | railties/guides/source/configuring.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index f70e95c0e9..7e715ff79f 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -152,6 +152,7 @@ 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+. Setting +config.assets.logger+ to false will turn off served assets logging. h4. Configuring Generators |