Andrea Fomera

318 Followers
101 Following
204 Posts

πŸ‘©β€πŸ’» Senior Developer
πŸ“š Course creator on the side
πŸ› οΈ Builder of side projects

starryweather.com β€’ relationkit.io

πŸ³οΈβ€βš§οΈπŸ³οΈβ€πŸŒˆ

Pronounsshe/her
Twitter@afomera
Websitehttps://afomera.dev

After the recent Rubygems drama, I felt anxious, and trapped, frustrated that I can’t escape evil people trying to dominate my life.

I found myself grieving, and mourning the future I grew up thinking we would have; but also feeling hope, that it’s not too late to stop enabling these people, and start choosing kindness.

I wrote about these feelings. Join me in building a better future:

https://okayfail.com/2025/in-praise-of-dhh.html

In Praise of dhh

A reflection on Ruby's past, present, and future.

The nice outcome from a framework made of loosely coupled pieces. We can test @afomera’s excellent new resource-based routing by having a plain old Hash pretend to be the Hanami container that resolves the actions that handle each route.

I actually am enjoying @hanami quite a lot to rebuild my forked.sh project in.

It's taken time to get used to it, but I think the end result is going to be very nice!

@hanami provides the ability to reuse param validations/definitions across actions.

In each action class you can define `params` blocks, but you can also make those into reusable classes that can be shared (and tested!) if you have a common set of params that need to be used!

#HanamiTips

Ryan Bigg - Hanami for Rails Developers: Part 4: Associations

Hanami for Rails Developers: Part 4: Associations

Ryan Bigg
social media is hard ok, I posted this yesterday on Bluesky but forgot to cross post it here

some news: i’ve joined the Hanami Maintainers team, and i’m
spending my free time efforts towards making Hanami better.

i am still very early in my usage of @hanami but i’m excited for the future and to help make things better for the ruby community as i use it more and contribute back.

a diverse ruby ecosystem is a healthy one, and Ruby needs alternative choices and ideas in the tent to be successful.

hopefully more to come with Hanami in the future that everyone will love :)

Starting a new series called: #HanamiTips

You can implement your own logging behavior for
@hanami by overriding the `config.logger.logger_constructor` in your app.rb file.

This one records the logs to stdout AND a log file and rotates logs daily or at 1mb in size.

I will not get nerd sniped and make a new course πŸ˜…
Ryan Bigg - Hanami for Rails Developers: Part 3: Forms

Hanami for Rails Developers: Part 3: Forms

Ryan Bigg