aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-01-18 14:33:51 -0500
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-19 02:53:54 +0530
commit683854918fdf60a0978b19fe0d6259580759e451 (patch)
treef5987c132ea93b3b6bd0faa79d8d068e4adac920 /railties
parentf2af2acac73b675600cf0644a9a0144e50e44c09 (diff)
downloadrails-683854918fdf60a0978b19fe0d6259580759e451.tar.gz
rails-683854918fdf60a0978b19fe0d6259580759e451.tar.bz2
rails-683854918fdf60a0978b19fe0d6259580759e451.zip
Update Release Notes: sprockets-rails section should be inside of ActionPack section
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index 439cd5f714..c3652057e6 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -284,7 +284,7 @@ h5. Deprecations
* Passing formats or handlers to render :template and friends like <tt>render :template => "foo.html.erb"</tt> is deprecated. Instead, you can provide :handlers and :formats directly as an options: <tt> render :template => "foo", :formats => [:html, :js], :handlers => :erb</tt>.
-h3. Sprockets
+h4. Sprockets
* Adds a configuration option <tt>config.assets.logger</tt> to control Sprockets logging. Set it to +false+ to turn off logging and to +nil+ to default to +Rails.logger+.