mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update upgrading notes: users should stop using :concat and :cache options in asset tags
This commit is contained in:
parent
211accced6
commit
276e7b0a1d
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ config.static_cache_control = "public, max-age=3600"
|
|||
end
|
||||
```
|
||||
|
||||
#### Remove :cache and :concat options in asset helpers references in views
|
||||
|
||||
* With the Asset Pipeline the :cache and :concat options aren't used anymore, delete these options from your views.
|
||||
|
||||
Creating a Rails 3.1 application
|
||||
--------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue