How much time its takes to upgrade a rails project to rails 5

This page summarizes the projects mentioned and recommended in the original post on /r/rails

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • deprecation_toolkit

    ⚒Eliminate deprecations from your codebase ⚒

  • First, install deprecation toolkit: https://github.com/Shopify/deprecation_toolkit. This will let you record every deprecation warning that fires while running your test suite and basically give you a “todo” list of most of what you need to fix to establish a safe upgrade path.

  • bootboot

    Dualboot your Ruby app made easy

  • Second, setup a dual boot with the next rails version using either bootboot https://github.com/Shopify/bootboot or managing multiple gemfiles. Read up on dual booting rails and get the tests running and the amount of failures should give you a rough idea of how much work is involved in the upgrade.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts