aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-08-20 14:15:47 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2011-08-20 14:15:47 -0700
commit1299640ea587c6a8895dd16a6e7f865441e51596 (patch)
treec86f26bbd7bfec6111e9562d6a1f0e81d258bc9f /railties
parent71ef72c3d01ddf8bf18e873d928836c3e72465e8 (diff)
parent0b3b91cdcdfd54fc4a9e9bcb6be95ff487724e25 (diff)
downloadrails-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
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.