Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Upgrading Guide with removal of :cache and :concat options
  • Loading branch information
guilleiguaran committed Oct 24, 2012
1 parent 276e7b0 commit 53568e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -271,3 +271,7 @@ or
```bash ```bash
$ rake db:sessions:clear $ rake db:sessions:clear
``` ```

### 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.

0 comments on commit 53568e0

Please sign in to comment.