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.

  Today

A Claude Code Skill to Upgrade Rails (From 2.3 to 8.1)

This skill is built on real-world experience, not just documentation: [more inside]

Very cool! I think the “estimated times” in the version upgrade guides may be u…
With that said, I am now letting Claude use the version upgrade notes to take a…
It took less than five minutes and got it 95% of the way there. I had some very…

OMQ: pure Ruby ZMQ

Pleased to announce v0.1.0 of OMQ! It implements the ZMTP 3.1 wire protocol. That’s ZMQ, brokerless messaging, sockets on steroids. Whatever you wanna call it. I made a ZGuide summary as well for anyone who’s new to ZMQ. I’ve been maintaining a ZMQ FFI binding (cztop) for 11 years now. Tbh, it’s probably obsolete. Given modern Ruby has JIT and efficient IO with Async (thanks, Samuel), it’s actually faster than the FFI binding. Benchmarks here. ZMQ won’t be your bottleneck. CURVE (DJB) encryption is supported via rbnacl as well. gem install omq or check out on Rubygems: omq and omq-curve

Hosting options to deploy a Ruby app

Explore different hosting options to deploy a Ruby app. Whether you’re comparing cloud providers, VPS setups, or managed platforms, this article shares practical insights and real experiences to help you choose the right approach for your project. Join the conversation, ask questions, and learn from the community. [more inside]

Loading older posts