Comment by paozac

8 hours ago

I'm happy someone's challenging the Rails almost-monoculture in the Ruby ecosystem, but Hanami doesn't seem to bring much to the table. Is there anything in this release that Rails hasn't had for years?

What Hanami brings is an intentional and well-reasoned architecture that supports building maintainable applications. It has taste.

It's basically the flask/fastapi but for ruby, compared to django/rails. It has it's purpose if you want to stay in ruby land

  • It is not, Hanami is a batteries-included framework. It not even a pay-as-you-go framework like Pyramid. The equivalent of Flask in Ruby land is Roda+Sequel.