Skip to content

Commit 2280c84

Browse files
committed
Merge pull request rails#23937 from y-yagi/use_app_update
use `app:update` instead of deprecated `rails:update` [ci skip]
2 parents 65b2cfa + aaf13f8 commit 2280c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp
4444

4545
### The Task
4646

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

5252
```bash
53-
$ rails rails:update
53+
$ rails app:update
5454
identical config/boot.rb
5555
exist config
5656
conflict config/routes.rb

0 commit comments

Comments
 (0)