diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-04-15 19:09:41 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-04-15 19:09:41 +0200 |
commit | 39e087cbf5628ecc351fc86a3a1e320be193bf29 (patch) | |
tree | 874e4071ce0b60821f22fda2cf512a9f0e550420 | |
parent | f885587cc785cc634d11e547b5137c9895b847e7 (diff) | |
parent | 600a81a9e70234ca7e50c9b4f5d82103cb4f80d7 (diff) | |
download | rails-39e087cbf5628ecc351fc86a3a1e320be193bf29.tar.gz rails-39e087cbf5628ecc351fc86a3a1e320be193bf29.tar.bz2 rails-39e087cbf5628ecc351fc86a3a1e320be193bf29.zip |
Merge pull request #24565 from javiervidal/rails_update_task
Add TIP about app:update task in 'A Guide for Upgrading Ruby on Rails'
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
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 d14c9158ca..34cfb742a4 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 Task -Rails provides the `app:update` task. After updating the Rails version +Rails provides the `app:update` task (`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. |