diff options
author | Arthur Neves <arthurnn@gmail.com> | 2014-02-18 10:31:20 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2014-02-18 10:32:05 -0500 |
commit | 4921d39488d6e588e19a234bd26aa6f745ce02b0 (patch) | |
tree | 45c7e116ce2de88b73d7385ee020fd172c9ce6fe /guides/source | |
parent | 5d037819ca80606638212f83de741cc2041db28f (diff) | |
download | rails-4921d39488d6e588e19a234bd26aa6f745ce02b0.tar.gz rails-4921d39488d6e588e19a234bd26aa6f745ce02b0.tar.bz2 rails-4921d39488d6e588e19a234bd26aa6f745ce02b0.zip |
Doc: assets:precompile:all was removed on 4 [skip ci]
Diffstat (limited to 'guides/source')
-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: |