Hello,
I’m revisiting Rails after a hiatus that went a few years.
If I recall correctly, services such as Heroku used to simply accept a Github repo and would spin up your app. It was easy peasy. You could just open up the console to initiate commands.
With Rails 8 it seems like it’s not so simple. From what I understand, the database now needs to be spun up as a separate service?
I have tried both Heroku and Koyeb and both services keep giving me database errors. Everything from “bad PG connection” to “bad URI” to “unable to parse database name” and everything else you can imagine.
Can anyone please lend a helping hand on how I’m supposed to spin up my app and have a simple Postgres database connected to it?
Thank you!