aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@gmail.com>2013-02-28 15:29:05 -0600
committerTrevor Turk <trevorturk@gmail.com>2013-02-28 15:29:05 -0600
commitcfb04a69a1a6f61861d33154250b6fb9b28a5848 (patch)
tree47e605466877bf9d183b5131edee17c4dc426310 /guides
parent8ecc2edcd0b9ff3e03c427fdbdeb329d4e65ac60 (diff)
downloadrails-cfb04a69a1a6f61861d33154250b6fb9b28a5848.tar.gz
rails-cfb04a69a1a6f61861d33154250b6fb9b28a5848.tar.bz2
rails-cfb04a69a1a6f61861d33154250b6fb9b28a5848.zip
Document sass-rails asset_url deprecation
Diffstat (limited to 'guides')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 950290d106..eff00f7276 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -131,6 +131,10 @@ The order in which helpers from more than one directory are loaded has changed i
Active Record Observer and Action Controller Sweeper have been extracted to the `rails-observers` gem. You will need to add the `rails-observers` gem if you require these features.
+### sass-rails
+
+* `asset_url` with two arguments is deprecated. For example: `asset-url("rails.png", image)` becomes `asset-url("rails.png")`
+
Upgrading from Rails 3.1 to Rails 3.2
-------------------------------------