Skip to content

Commit

Permalink
Minor grammar/punctuation fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 18, 2014
1 parent 36bf5ac commit 76fec33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -567,17 +567,16 @@ Active Record Observer and Action Controller Sweeper have been extracted to the

### sprockets-rails

* `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:
* `assets:precompile:primary` and `assets:precompile:all` have been removed. Use `assets:precompile` instead.
* The `config.assets.compress` option should be changed to `config.assets.js_compressor` like so for instance:

```ruby
config.assets.js_compressor = :uglifier
```

### sass-rails

* `asset-url` with two arguments is deprecated. For example: `asset-url("rails.png", image)` becomes `asset-url("rails.png")`
* `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
-------------------------------------
Expand Down

0 comments on commit 76fec33

Please sign in to comment.