aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2016-08-15 21:53:27 +0200
committerMarcus Stollsteimer <sto.mar@web.de>2016-08-15 21:53:27 +0200
commitb3ad505cac271307f4a2c1dd4a8022f20b89a8dd (patch)
tree87bcbaa959c8b7cb190e61d94477363bae704303 /guides/source/upgrading_ruby_on_rails.md
parent72c1122a1780d149ac441fbe773aca2110bc39e7 (diff)
downloadrails-b3ad505cac271307f4a2c1dd4a8022f20b89a8dd.tar.gz
rails-b3ad505cac271307f4a2c1dd4a8022f20b89a8dd.tar.bz2
rails-b3ad505cac271307f4a2c1dd4a8022f20b89a8dd.zip
Clarify use of update task on 4.2 and earlier [ci skip]
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 2ac5a2188b..8fcbf3ed4b 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -44,7 +44,7 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp
### The Update Task
-Rails provides the `app:update` task (`rails:update` on 4.2 and earlier). After updating the Rails version
+Rails provides the `app:update` task (`rake rails:update` on 4.2 and earlier). After updating the Rails version
in the Gemfile, run this task.
This will help you with the creation of new files and changes of old files in an
interactive session.