1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update configuration docs for assets.enabled, as it's set true by default in the configuration and doesn't appear in the config files anymore.

This commit is contained in:
Anuj Dutta 2013-05-19 19:33:13 +01:00
parent 36e5368e76
commit ef82b2c2d4

View file

@ -133,7 +133,8 @@ numbers. New applications filter out passwords by adding the following `config.f
### Configuring Assets
* `config.assets.enabled` a flag that controls whether the asset pipeline is enabled. It is explicitly initialized in `config/application.rb`.
* `config.assets.enabled` a flag that controls whether the asset
pipeline is enabled. It is set to true by default.
* `config.assets.compress` a flag that enables the compression of compiled assets. It is explicitly set to true in `config/production.rb`.