aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@gmail.com>2013-02-28 15:34:38 -0600
committerTrevor Turk <trevorturk@gmail.com>2013-02-28 15:34:38 -0600
commit97d9843ef562e7ba9de9e5db5a7ff63bec1f53a7 (patch)
tree54c7ad7b40950e46b46d9875b124b93e6a55a9a6
parentcfb04a69a1a6f61861d33154250b6fb9b28a5848 (diff)
downloadrails-97d9843ef562e7ba9de9e5db5a7ff63bec1f53a7.tar.gz
rails-97d9843ef562e7ba9de9e5db5a7ff63bec1f53a7.tar.bz2
rails-97d9843ef562e7ba9de9e5db5a7ff63bec1f53a7.zip
Document removal of assets:precompile:primary
-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 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")`