Preparing for Your Next Rails Upgrade - The Dual Boot Approach
If you are planning to upgrade your Rails app, which has a lot of active development. Let’s say your current rails version of your app is 6.1.7 and you are planning to upgrade it to 7.1.1. The default upgrade strategy that most people use when updating their Rails apps is called the Long Running Branch strategy, which means creating a separate branch from the main, which provides a dedicated environment for developers to work on the upgrade.
Read more...