Upgrading #Ruby in your application can sound complicated and difficult, but it doesn’t have to be. Check out Aysan and Juan's article: A step-by-step guide to upgrading your Ruby version.
Upgrading #Ruby in your application can sound complicated and difficult, but it doesn’t have to be. Check out Aysan and Juan's article: A step-by-step guide to upgrading your Ruby version.
Learn how to dual boot the Ruby version during an upgrade, to avoid long running upgrade branches, and to constantly test your code with the next version. https://go.fastruby.io/9ry
Learn how to dual boot the Ruby version during an upgrade, to avoid long running upgrade branches, and to constantly test your code with the next version. https://go.fastruby.io/9ry
Upgrading #Ruby in your application can sound complicated and difficult, but it doesn’t have to be. Check out Aysan and Juan's article: A step-by-step guide to upgrading your Ruby version.
Are you running an old Ruby version? Get up to date with your Ruby! Follow this step-by-step Ruby upgrade guide to help successfully plan and execute your upgrade
Learn how to dual boot the Ruby version during an upgrade, to avoid long running upgrade branches, and to constantly test your code with the next version. https://go.fastruby.io/9ry
Learn how to dual boot the Ruby version during an upgrade, to avoid long running upgrade branches, and to constantly test your code with the next version. https://go.fastruby.io/q6f
Learn how to dual boot the Ruby version during an upgrade, to avoid long running upgrade branches, and to constantly test your code with the next version. https://go.fastruby.io/q6f
Upgrading #Ruby in your application can sound complicated and difficult, but it doesn’t have to be. Check out Aysan and Juan's article: A step-by-step guide to upgrading your Ruby version.
#UpgradeRuby #Tech Debt
Are you running an old Ruby version? Get up to date with your Ruby! Follow this step-by-step Ruby upgrade guide to help successfully plan and execute your upgrade
Upgrading #Ruby in your application can sound complicated and difficult, but it doesn’t have to be. Check out Aysan and Juan's article: A step-by-step guide to upgrading your Ruby version.
#UpgradeRuby #Tech Debt
Are you running an old Ruby version? Get up to date with your Ruby! Follow this step-by-step Ruby upgrade guide to help successfully plan and execute your upgrade
"Since we were interested in deprecation warnings related to Ruby 3.0 only, we filtered all the deprecations by looking for only certain keywords that are of interest to us. We configured all such keywords in an environment variable called ALLOWED_EXCEPTION_KEYWORDS [...]"
Check out this insightful article to learn more about the #Ruby3 upgrade process: https://www.fastruby.io/blog/my-journey-upgrading-to-ruby-3-0.html#:~:text=Since%20we%20were%20interested%20in%20deprecation%20warnings%20related%20to%20Ruby%203.0%20only%2C%20we%20filtered%20all%20the%20deprecations%20by%20looking%20for%20only%20certain%20keywords%20that%20are%20of%20interest%20to%20us.%20We%20configured%20all%20such%20keywords%20in%20an%20environment%20variable%20called%20ALLOWED_EXCEPTION_KEYWORDS
I share the approach I took to upgrade Ruby from 2.7 to 3.0 when the test coverage was low. Some of the decisions were taken to fit the needs of the project and may not apply all the time.