| Together with |
|
What Active Rubyists at RubyKaigi Are Using in 2026 — RubyGems's maintainer shares data based upon a survey of RubyKaigi 2026 attendees. It's an interesting sample, as RubyKaigi attendees tend to be active shippers, maintainers, and prominent Rubyists. Ruby 4.0 usage is strong, VS Code dominates, and most are using Claude Code and Docker Compose.
Hiroshi Shibata
💡 On the topic of surveys, the 2026 Ruby on Rails Community Survey closes tomorrow, so take it now if you can.
Hanami 3.0: The Ruby Framework in Full Bloom — The popular modular app framework rolls out some major features, including mailers, i18n, and Minitest support, along with performance gains. The new homepage does a great job of making Hanami's case. If you want a framework that’s super modular and lets you pick and choose what you need, it's a must-see.
Tim Riley
⚡️ IN BRIEF:
-
RDoc 8.0 has been released and it's a big update for the Ruby documentation tool with Prism-based parsing, RBS signatures in docs, a live preview server, and more.
-
Shugo Maeda has proposed Scala-like
forcomprehensions for Ruby. He has a proof of concept ready to run, but the reactions so far are lukewarm at best. -
Async maintainer Samuel Williams proposes a fix so CRuby's SIGINT handling no longer ignores
Thread.handle_interruptmasking. -
Ruby 3.4.10 has been released with a wide variety of small bug fixes, plus a security update for
net-imap.
Five Rules for Taming RSpec's let Overuse Problem — Concrete, code-backed rules for using let effectively, based on advice from RSpec maintainers and years of consulting. There’s also an agent skill you can use to enforce the idea.
Michael Toppa
📄 An Introduction to Server Sent Events in Ruby – How to push data in real-time over a single request with Rack 3.0. Brooke Kuhlmann
📄 The 'Constant Frozen at Boot' Bug: A Ruby Exercise for an Interview – A real production bug that makes for a good interview question. Evgeny Zhdanov
📄 When Does an Active Record Query Actually Run? – “An ActiveRecord::Relation is deferred query intent, not database truth.” Syed Aslam
📄 Getting Started with Claude Code, on macOS, with chruby and RSpec Jonathan Rochkind
Activepad: A Rails 'Scratchpad' for macOS — A paid app you point at a Rails project (local or remote) to get a tidy editor that provides a Rails console-like experience for building and running Ruby snippets.
Cengiz Gürtusgil
-
Rails Semantic Logger 5.0 – Replaces the Rails default logger with Semantic Logger for structured logging.
-
pru 0.3 – 'Pipeable Ruby' tool that can replace
grep/sed/awk, etc. and let you use Ruby expressions instead. -
Crass 1.0.7 – Pure Ruby CSS parser that supports CSS Syntax Level 3 with tolerance for broken input.
-
rspec-openapi 0.30 – Generate OpenAPI schemas from RSpec request specs.
-
wasmtime-rb 46.0 – Ruby WebAssembly runtime powered by Wasmtime.
-
IRuby 0.8.3 – Ruby kernel for Jupyter/IPython Notebook.
🔬 Shipping AI code? Undercover CI catches untested methods in your PRs before you merge. Coverage percentages won't. Free for open source.
🚂 Rails slow? AppSignal finds N+1s & slow queries fast.
Postgres is already your Rails database. TimescaleDB makes it your analytics database too.
📢 Elsewhere in the ecosystem
-
Commit History is an online tool that creates a chart of a user's total GitHub commits over time. A neat addition to your profile README, perhaps?
-
Git 2.55 has been released with
git history fixupfor 'fixing up' earlier commits, fastergit statuson Linux, and more. -
GitHub is continuing with efforts to make project management less overwhelming in the agentic era. Now you can restrict issue creation to collaborators with write access. They've also added pull request limits.
-
📊 Frank Denis wanted to see the performance of WebAssembly runtimes in 2026 and pitted nine options against one another.
-
Talking of WebAssembly, remember that you can run CRuby on WASM – this site provides a good example with Ruby 3.4 running in the browser.




0 Comments
Log in to join the conversation.No comments yet. Be the first to share your thoughts.