You can deploy a Ruby on Rails app on Railway. The harder question is whether you should trust it for production.

For a serious Rails application, the answer is usually no.

Railway still looks attractive during evaluation because the first deploy is quick and the interface is polished. But Rails apps reach operational complexity early. A...