RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

How to elegantly update other UI when a Turbo Frame is updated

When a Turbo Frame updates, you sometimes need to also update UI elements that sit outside the frame but logically belong to it—like a menu, counter, or sidebar highlight. Before reaching for JavaScript, there’s a simple backend-only technique using a small helper that handles both full page loads and frame updates elegantly: How to elegantly update other UI when a Turbo Frame is updated

It's Official! The Bullies Are Running The Ruby Community!

After reading Joel Drapper’s article “Shopify, pulling strings at Ruby Central, forces Bundler and RubyGems takeover” and Josef Simanek’s article “Why I leave Ruby Central”, there is no doubt left in the fact that Shopify is a mean opportunistic company and isn’t good for the Ruby community. They intentionally compromised the neutrality of RubyGems and Bundler for their own commercial interests. https://andymaleh.blogspot.com/2025/09/its-official-bullies-are-running-ruby.html

Rails API Authentication with the auth generator

The Single-Page Application madness is a part of the past and Hotwire is the go-to alternative for interactive Rails applications. However, there are some use cases where building an API-only Rails app makes sense: mobile apps, teams that are comfortable with FE frameworks or multi-platform applications. In this article we will learn how to add user authentication with the Rails 8 auth generator in API-only apps. Full article on our tech blog: https://avohq.io/blog/rails-api-authentication-with-the-auth-generator

Ruby Syntax

After building several startup projects with RoR, I wanted to sit down and understand Ruby syntax. Like what does it look like when you have time and not be limited by time pressure, or commercial forces. [more inside]

Loading older posts