Skip to content

Commit

Permalink
Update Release Notes: sprockets-rails section should be inside of Act…
Browse files Browse the repository at this point in the history
…ionPack section
  • Loading branch information
guilleiguaran authored and vijaydev committed Jan 18, 2012
1 parent f2af2ac commit 6838549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/3_2_release_notes.textile
Expand Up @@ -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+.

Expand Down

0 comments on commit 6838549

Please sign in to comment.