From 53568e05a3a9610de2f391f932ecc3700fc9a665 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Wed, 24 Oct 2012 10:51:11 -0500 Subject: Update Upgrading Guide with removal of :cache and :concat options --- guides/source/upgrading_ruby_on_rails.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guides/source') diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index d57bb1f8bc..05a1714966 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -271,3 +271,7 @@ or ```bash $ 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. -- cgit v1.2.3