Two Different Approaches to Upgrade Rails by FastRuby.io
In this article I explain how we approach Rails upgrade projects for two different types of applications:
- Small to medium applications
- Medium to huge Rails monoliths
As a quick rule of thumb, if your application is beyond these parameters we will usually recommend an initial engagement:
- More than 150 models
- More than 300 total gems
If your applications is under these parameters we will recommend a roadmap:
- Fewer than 150 models
- Fewer than 300 total gems
Read more over here: Two Different Approaches to Upgrade Rails
Post a comment