DEV Community

Cover image for Upgrading Legacy Rails App Guide
Zack Siri for Codemy.net

Posted on

Upgrading Legacy Rails App Guide

Upgrading Legacy Rails App Part 1
Upgrading a Legacy Rails App Part 1 - Upgrading a legacy rails app is a chore for every rails developer. Knowing the right strategy can save you a lot of time. We'll be showing you exactly how to go about it in this episode!

Upgrading Legacy Rails App Part 2
Upgrading a Legacy Rails App Part 2 - We continue the upgrade process from the previous episode. Now that our application is running on the stable version of 4.2.10 . We can start the process of upgrading to 5.2.1 . We will use the railsdiff.org extensively to guide us through the upgrade process.

Upgrading Legacy Rails App Part 3
Upgrading a Legacy Rails App Part 3 - We finalize the upgrade process by patching up a few files. Once all the changes are in place we should be able to run bundle update rails

Top comments (0)