Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request rails#9178 from robertomiranda/best-standard-suppo…
Browse files Browse the repository at this point in the history
…rt-guide

Update upgrading guide with ActionDispatch::BestStandardsSupport removal [ci skip]
  • Loading branch information
carlosantoniodasilva committed Feb 4, 2013
2 parents 5efce21 + ebcb53c commit c163916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ becomes
get 'こんにちは', controller: 'welcome', action: 'index'
```

* Rails 4.0 has removed ActionDispatch::BestStandardsSupport middleware, !DOCTYPE html already triggers standards mode per http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx and ChromeFrame header has been moved to `config.action_dispatch.default_headers`

### Active Support

Rails 4.0 removes the `j` alias for `ERB::Util#json_escape` since `j` is already used for `ActionView::Helpers::JavaScriptHelper#escape_javascript`.
Expand Down

0 comments on commit c163916

Please sign in to comment.