Skip to content

Commit

Permalink
Update upgrading notes: users should stop using :concat and :cache op…
Browse files Browse the repository at this point in the history
…tions in asset tags
  • Loading branch information
guilleiguaran committed Oct 24, 2012
1 parent 211accc commit 276e7b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guides/source/3_1_release_notes.md
Expand Up @@ -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
--------------------------------

Expand Down

0 comments on commit 276e7b0

Please sign in to comment.