Ruby 2.7 and Rails 5.2
I'm looking into platforms for deploying an old Ruby on Rails app, and I'm wondering if Railway is an option. It's currently on Heroku, but that is being deprecated. The plan is to upgrade the app to newer versions of everything, but we need an environment that we can safely deploy to in the meantime. Anyone know what minumum support version is? Thanks!
#What is the minimum support version for Ruby and/or Rails?
8 messages · Page 1 of 1 (latest)
Project ID: N/A
N/A
There is no 'minimum supported version' if you user your own Dockerfile
Awesome! Thanks!
And if you use Railpack (Railway's own builder) you can override the Ruby version and there's no mention of a min. supported version https://railpack.com/languages/ruby#config-variables
Great. Thanks again!
!s