aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordm1try <dmitry.dedov@tut.by>2012-07-22 23:47:30 +0300
committerdm1try <dmitry.dedov@tut.by>2012-07-22 23:47:30 +0300
commitc12024bc7dabb3d911acf49c0c936541ff5f8e93 (patch)
tree211f54f0e8e8d953512d794dd96f97a9d3733c87
parentb7b97fadc183771b129a7b11b7b759f72bfb2dd3 (diff)
downloadrails-c12024bc7dabb3d911acf49c0c936541ff5f8e93.tar.gz
rails-c12024bc7dabb3d911acf49c0c936541ff5f8e93.tar.bz2
rails-c12024bc7dabb3d911acf49c0c936541ff5f8e93.zip
tiny mistake in description
-rw-r--r--guides/source/configuring.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.textile b/guides/source/configuring.textile
index cd9aab4892..e7272a51b7 100644
--- a/guides/source/configuring.textile
+++ b/guides/source/configuring.textile
@@ -157,7 +157,7 @@ Rails 3.1, by default, is set up to use the +sprockets+ gem to manage assets wit
* +config.assets.digest+ enables the use of MD5 fingerprints in asset names. Set to +true+ by default in +production.rb+.
-* +config.assets.debug+ disables the concatenation and compression of assets. Set to +false+ by default in +development.rb+.
+* +config.assets.debug+ disables the concatenation and compression of assets. Set to +true+ by default in +development.rb+.
* +config.assets.manifest+ defines the full path to be used for the asset precompiler's manifest file. Defaults to using +config.assets.prefix+.