aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSebastian Martinez <sebastian@wyeworks.com>2011-08-19 19:45:55 -0300
committerSebastian Martinez <sebastian@wyeworks.com>2011-08-19 19:45:55 -0300
commit0b3b91cdcdfd54fc4a9e9bcb6be95ff487724e25 (patch)
treedb6616493c4b56ad98cf0e274207a25ae7141ef0 /railties
parent8bd76aa50ec5dc5da3c398a0fd5dc971f64d8d68 (diff)
downloadrails-0b3b91cdcdfd54fc4a9e9bcb6be95ff487724e25.tar.gz
rails-0b3b91cdcdfd54fc4a9e9bcb6be95ff487724e25.tar.bz2
rails-0b3b91cdcdfd54fc4a9e9bcb6be95ff487724e25.zip
Document debugging assets set by default for dev and test envs in the asset_pipeline guide.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/asset_pipeline.textile2
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.