more like ruby off rails https://jardo.dev/what-about-rails
@moonsea legitimately going to try to migrate as many work systems to Hanami in the coming years as possible rather than do another Rails upgrade
@moonsea unfortunately we have our own “AO3” massive legacy rails system that it is probably infeasible to do anything about, but we also have a number of smaller API apps which it is probably more feasible to transition
we are already pretty committed to the dry-rb stack so i am hoping that makes things easy
@moonsea so long as you stay away from ActiveModel/ActiveRecord it is not too bad; you have to switch out the routing and the controllers but a lot of that stuff is basically the same across frameworks so you can keep a lot of the code
if you use Rails for your modelling though, then it gets a lot harder
@Lady wishing you the best of luck! i can't imagine trying to transition rn but at least it's smaller API stuff