diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-02-18 10:38:39 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-02-18 10:38:39 -0500 |
commit | 8c4ca897a9ccbd23f7790fb4ca8f233ac69de189 (patch) | |
tree | 67f9427fb953ab119dd7cd8b5c782061a00039f6 /guides | |
parent | 4edca106daacc5a159289eae255207d160f22396 (diff) | |
parent | 4921d39488d6e588e19a234bd26aa6f745ce02b0 (diff) | |
download | rails-8c4ca897a9ccbd23f7790fb4ca8f233ac69de189.tar.gz rails-8c4ca897a9ccbd23f7790fb4ca8f233ac69de189.tar.bz2 rails-8c4ca897a9ccbd23f7790fb4ca8f233ac69de189.zip |
Merge pull request #14096 from arthurnn/precompile_all
Upgrade Doc: assets:precompile:all was removed on 4
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 8aae3bbc1a..80fa92f46f 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -567,7 +567,7 @@ Active Record Observer and Action Controller Sweeper have been extracted to the ### sprockets-rails -* `assets:precompile:primary` has been removed. Use `assets:precompile` instead. +* `assets:precompile:primary` and `assets:precompile:all` has been removed. Use `assets:precompile` instead. * The `config.assets.compress` option should be changed to `config.assets.js_compressor` like so for instance: |