mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update Release Notes: sprockets-rails section should be inside of ActionPack section
This commit is contained in:
parent
660cc40644
commit
fa52740dfa
1 changed files with 1 additions and 1 deletions
|
@ -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+.
|
||||
|
||||
|
|
Loading…
Reference in a new issue