Posts tagged hanami

Switching up some of the tools I use daily

I've been trying to shake things up a bit in terms of my go-to tools in my work / computer life. Mainly out of trying to understand what else is out there...

TIL: Testing actions in Hanami 2

I was pairing with a colleague this afternoon at work on trying to test an action in Hanami 2 where we explicitly needed to read the body of the request...

Authenticated routes with Hanami 2

As I was building out the admin area of this blog, I wanted to make sure only authenticated people could hop in an edit things. The first iteration of...

Deploying a Hanami 2.0 app to fly.io.

I have a couple of small hobby apps that were on Heroku's free tier (RIP) that I have now moved over to Fly.io. Fly.io has a migrate from Heroku process...