aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-08-16 01:56:18 +0530
committerGitHub <noreply@github.com>2016-08-16 01:56:18 +0530
commitc8d9a11df20c1ab238646012318ecb93ca3629d5 (patch)
treee35113044cee64df89c54522faa40d1745442dc4 /guides/source
parent66632308cbc10a99cecbdb98bcf142b608b02b26 (diff)
parentb3ad505cac271307f4a2c1dd4a8022f20b89a8dd (diff)
downloadrails-c8d9a11df20c1ab238646012318ecb93ca3629d5.tar.gz
rails-c8d9a11df20c1ab238646012318ecb93ca3629d5.tar.bz2
rails-c8d9a11df20c1ab238646012318ecb93ca3629d5.zip
Merge pull request #26176 from stomar/clarify-update-task
Clarify use of update task on 4.2 and earlier [ci skip]
Diffstat (limited to 'guides/source')
-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.