home.social

#rubylang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rubylang, aggregated by home.social.

  1. Two weeks to EuRuKo 2026 🇨🇿

    17–18 September, Brno. Two days of Ruby.

    Still time to sort travel — but this is about the last comfortable week for it.

    2026.euruko.org/

    #EuRuKo #Ruby #RubyLang

  2. There is no model generator in Hanami, and no scaffold either. My first reaction was to look for a plugin, which was the wrong reaction.

    What Rails calls a model is four separate jobs: a relation, a repo, a struct and an operation. One of the four never gets a file.

    Second post in a series: I keep my Rails habits switched on in Hanami 3 and report where they break.

    bounga.org/ruby/2026/09/01/ask

    #RubyLang #Hanami #Hanakai #Architecture