1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #24565 from javiervidal/rails_update_task

Add TIP about app:update task in 'A Guide for Upgrading Ruby on Rails'
This commit is contained in:
Kasper Timm Hansen 2016-04-15 19:09:41 +02:00
commit 39e087cbf5

View file

@ -44,7 +44,7 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp
### The Task ### 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. in the Gemfile, run this task.
This will help you with the creation of new files and changes of old files in an This will help you with the creation of new files and changes of old files in an
interactive session. interactive session.