Update upgrading guide with ActionDispatch::BestStandardsSupport removal

This commit is contained in:
robertomiranda 2013-02-04 18:00:18 -05:00
parent cb48bbeb00
commit ebcb53c1cf
1 changed files with 2 additions and 0 deletions

View File

@ -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`.