Hi, in the middle of January I thought it would be cool, to finally try Ruby On Rails 8.
And also to illustrate how easy it is to deploy.
I thought I fly.io is the obvious choice, since it has a free tier.
However, I feel a bit wrong. It’s almost been impossible to get a basic app deployed.
Of course, famously, it runs on my machine haha.
Here’s the repo; just a simple list of where people have walked recently - thought I’d add some gamification in the next versions:
It feels like we should be able to go:
rails new montesmalaga
rails scaffold mountain name:string
rails scaffold summit yourname:string
and
rake db:migrate
update the routes to root as summits#index
and
then deploy to fly
fly create
and away we go.
But after similar variants of this, I keep getting stuck.
I miss the easy days of rails 4 or so, and heroku if I’m honest.
I want to be able to type rails new, and deploy it all within an hour.
Then iterate.
Am I dreaming that this is a possibility?
Cheers,
Ian.