aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-28 15:46:44 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-28 15:52:56 +0900
commitaaf13f82316b780bb63fb2fa9ef5957f45b946a0 (patch)
tree000cac908839f323970209dfa6b92ca87fc0e231 /guides
parent65b2cfadddeaa3b077332f4c2a7848321255495a (diff)
downloadrails-aaf13f82316b780bb63fb2fa9ef5957f45b946a0.tar.gz
rails-aaf13f82316b780bb63fb2fa9ef5957f45b946a0.tar.bz2
rails-aaf13f82316b780bb63fb2fa9ef5957f45b946a0.zip
use `app:update` instead of deprecated `rails:update` [ci skip]
`rails:update` was deprecated in 6fb31638c8b61731103d4963272755b217a2df87
Diffstat (limited to 'guides')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 8d45e09993..9d0fec5ab1 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/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
### 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