diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-01-18 14:33:51 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-01-18 14:33:51 -0500 |
commit | fa52740dfa0d0d1948f43122149db5149d7052f4 (patch) | |
tree | d910fbdabc44c643ebe9d408dfc3475d37ec6b40 /railties/guides/source/3_2_release_notes.textile | |
parent | 660cc4064490c2ae05521b2e14d3adead4bac520 (diff) | |
download | rails-fa52740dfa0d0d1948f43122149db5149d7052f4.tar.gz rails-fa52740dfa0d0d1948f43122149db5149d7052f4.tar.bz2 rails-fa52740dfa0d0d1948f43122149db5149d7052f4.zip |
Update Release Notes: sprockets-rails section should be inside of ActionPack section
Diffstat (limited to 'railties/guides/source/3_2_release_notes.textile')
-rw-r--r-- | railties/guides/source/3_2_release_notes.textile | 2 |
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+. |