From 97d9843ef562e7ba9de9e5db5a7ff63bec1f53a7 Mon Sep 17 00:00:00 2001 From: Trevor Turk Date: Thu, 28 Feb 2013 15:34:38 -0600 Subject: Document removal of assets:precompile:primary --- guides/source/upgrading_ruby_on_rails.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index eff00f7276..4eb5eff40f 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. +### sprockets-rails + +* `assets:precompile:primary` has been removed. Use `assets:precompile` instead. + ### sass-rails * `asset_url` with two arguments is deprecated. For example: `asset-url("rails.png", image)` becomes `asset-url("rails.png")` -- cgit v1.2.3