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.

🚀 New post on why the .gemspec file deserves more attention.

A well-crafted .gemspec isn’t just a checklist — it’s your gem’s DNA. It defines who it’s for, how it works, what it depends on, and where it lives. In trix-genius, I wanted everything to feel thoughtful and useful from the moment someone installs it. That intention starts here. [more inside]

🚀 Just dropped a new update to my gem TrixGenius — now with math expression evaluati

You can type something like (5 + 3 * 2) and hit the ✨ “Calculate” button — the result gets auto-inserted right in the content. Perfect for Rails apps that use ActionText and need some smart input magic. [more inside]

Understanding Closures in Ruby 🔒

Closures are one of Ruby’s most powerful yet often misunderstood features. They allow us to write cleaner, more flexible, and highly reusable code. If you’ve ever used blocks, procs, or lambdas in Ruby, you’ve already interacted with closures — but do you really understand how they work? [more inside]

🚀 Finally here: the alpha release of TrixGenius!

Say hello to AI-powered rich-text editing for your Rails apps! ✨ With just a click, your users can now auto-correct spelling mistakes directly inside the Trix Editor — thanks to the magic of DeepSeek + Hotwire. [more inside]

Rails 8 Assets: Adding a bundled package alongside vanilla setup

If you want to use an npm package that you can’t just pin to the importmap but that needs bundling, do you need to abandon the default Rails asset pipeline? Absolutely not, here’s how you can bundle just one package and keep the rest on vanilla Rails asset pipeline: Rails 8 Assets: Adding a bundled package alongside vanilla setup

Loading older posts