1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Document sass-rails asset_url deprecation

This commit is contained in:
Trevor Turk 2013-02-28 15:29:05 -06:00
parent 8ecc2edcd0
commit cfb04a69a1

View file

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