Skip to content

Commit

Permalink
Merge pull request rails#23937 from y-yagi/use_app_update
Browse files Browse the repository at this point in the history
use `app:update` instead of deprecated `rails:update` [ci skip]
  • Loading branch information
arunagw committed Feb 28, 2016
2 parents 65b2cfa + aaf13f8 commit 2280c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp

### The Task

Rails provides the `rails:update` rake task. After updating the Rails version
Rails provides the `app:update` rake task. After updating the Rails version
in the Gemfile, run this rake task.
This will help you with the creation of new files and changes of old files in an
interactive session.

```bash
$ rails rails:update
$ rails app:update
identical config/boot.rb
exist config
conflict config/routes.rb
Expand Down

0 comments on commit 2280c84

Please sign in to comment.