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:
parent
8ecc2edcd0
commit
cfb04a69a1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
-------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue