mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Document changes in #7968
This commit is contained in:
parent
18c57c79ef
commit
0dcecd2650
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ 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`
|
||||
* In Rails 4.0, precompiling assets no longer automatically copies non-JS/CSS assets from `vendor/assets` and `lib/assets`. Rails application and engine developers should put these assets in `app/assets` or configure `config.assets.precompile`.
|
||||
|
||||
### Active Support
|
||||
|
||||
|
|
Loading…
Reference in a new issue