diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-20 14:15:47 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-20 14:15:47 -0700 |
commit | 1299640ea587c6a8895dd16a6e7f865441e51596 (patch) | |
tree | c86f26bbd7bfec6111e9562d6a1f0e81d258bc9f | |
parent | 71ef72c3d01ddf8bf18e873d928836c3e72465e8 (diff) | |
parent | 0b3b91cdcdfd54fc4a9e9bcb6be95ff487724e25 (diff) | |
download | rails-1299640ea587c6a8895dd16a6e7f865441e51596.tar.gz rails-1299640ea587c6a8895dd16a6e7f865441e51596.tar.bz2 rails-1299640ea587c6a8895dd16a6e7f865441e51596.zip |
Merge pull request #2595 from smartinez87/assets-guide
Document debugging assets set by default for dev and test envs on guides
-rw-r--r-- | railties/guides/source/asset_pipeline.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile index 8094ba18f2..34ab00e80d 100644 --- a/railties/guides/source/asset_pipeline.textile +++ b/railties/guides/source/asset_pipeline.textile @@ -247,6 +247,8 @@ When the +debug_assets+ parameter is set, this line is expanded out into three s This allows the individual parts of an asset to be rendered and debugged separately. +NOTE. Assets debugging is turned on by default in development and test environments. + h3. In Production In the production environment, assets are served slightly differently. |