We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65b2cfa + aaf13f8 commit 2280c84Copy full SHA for 2280c84
guides/source/upgrading_ruby_on_rails.md
@@ -44,13 +44,13 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp
44
45
### The Task
46
47
-Rails provides the `rails:update` rake task. After updating the Rails version
+Rails provides the `app:update` rake task. After updating the Rails version
48
in the Gemfile, run this rake task.
49
This will help you with the creation of new files and changes of old files in an
50
interactive session.
51
52
```bash
53
-$ rails rails:update
+$ rails app:update
54
identical config/boot.rb
55
exist config
56
conflict config/routes.rb
0 commit comments