Update upgrading notes: users should stop using :concat and :cache options in asset tags

This commit is contained in:
Guillermo Iguaran 2012-10-24 10:47:07 -05:00
parent 211accced6
commit 276e7b0a1d
1 changed files with 4 additions and 0 deletions

View File

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