#​802 — May 28, 2026

Read on the Web

Together with  Microsoft

Ruby Weekly

A New Register Allocator For ZJIT — Deep-in-the-engine-room stuff, but the kind that makes Ruby faster for us all. Tenderlove’s walkthrough of ZJIT’s new register allocator shows how processing an entire method at once lets the JIT keep more values in CPU registers and lays the groundwork for bigger optimizations to come, including method inlining.

Aaron Patterson

Hone Your Postgres Skills - Choose from 44 POSETTE 2026 Talks — Pick from talks about PostgreSQL-backed app development, Postgres performance, scaling, graph data, AI agents, Postgres 19 and more in the Ultimate Guide to POSETTE: An Event for Postgres. This free & virtual developer event is happening 16-18 June.

Microsoft | AMD sponsor

Extending Ruby LSP with Prism — The author adds ‘Go To Definition’for render calls in Rails templates via a Ruby LSP add-on, though it could be a useful starting point for any Ruby LSP extension.

Janko Marohnić

⚡️ IN BRIEF:

▶  24 Videos from Blue Ridge Ruby 2026Blue Ridge Ruby was a few weeks ago and the well-recorded talks are already on YouTube. Some highlights:

Blue Ridge Ruby

💡 Kevin Murphy has a trip report (including photos) of how Blue Ridge Ruby went, and Christine Seeman describes her experience of speaking there too.

🧑‍💻 Ready to Turn your SDLC into an AI-DLC? — Custom, human-in-the-loop, Claude skills embedded across planning, QA & release, built with 60k hrs of Rails expertise.

Ombulabs.ai | Custom AI Solutions sponsor

📄 Running Migrations Once During a Multi-Host Kamal Deploy – Using a pre-deploy hook to prevent migration errors when multiple web containers boot at the same time. Anthony Drake

📄 Rails 8.1's Native Markdown Rendering Support – Via format.md and render markdown: Amol Joshi

📄 How Rails Turns a Controller Action Into a Response Syed Aslam

🤖 My Agent Skill for Test-Driven Development Jason Swett

🛠 Code & Tools

Rubish: A Unix Shell Written in Pure Ruby — A Unix shell that retains bash compatibility but adds many Rubyisms like expressions for conditions, method chaining, iterator methods, and more. You can embed it into a Ruby program too. Along similar lines, older Ruby hands might remember Adam Wiggins’ Rush.

Akira Matsuda (amatsuda)

Unlimited Postgres for Developers and Their Agents — "Databases were long-lasting infra. Now I spin one up for an afternoon and kill it when done. Feels wasteful. It's not."

Ghost sponsor

Rouge 5.0: The Pure-Ruby Code Highlighter — A long-standing and mature solution with support for 233 languages, plus compatibility with Pygments styles so there are tons of themes. v5.0 drops Ruby 2.7 support, fixes bugs, and adds five new lexers for Thrift, Dylan, 6502 assembly, PDF, and Veryl.

The Rouge Team

Discard 2.0: Soft Deletes for ActiveRecord Done Right — A mixin to add conventions for flagging records as discarded with a nice API.

John Hawthorn

Rubyzen: A Modern Architectural Linter for Ruby — Rubyzen is an ‘architectural linter’ where you can write linting rules as RSpec tests (simpler than RuboCop’s approach). The aim is to provide architectural and structural guardrails for AI developed code.

Perry Street Software

zxcvbn-ruby 2.0: A Password Strength Estimator — A Ruby port of Dropbox’s zxcvbn JavaScript library to show users how secure their passwords are or to enforce password strength. v2.0 changelog.

Envato

  • Retriable 4.0 – A DSL for retrying failed code blocks with randomized exponential backoff.

  • wasmtime-rb 45.0 – Ruby embedding of the Wasmtime WebAssembly runtime.

  • ⏱️ Hitimes 3.2 – Fast, high-resolution timer library for recording perf metrics.

  • Petite Vite Rails – Rails plugin that wires a Vite frontend into a Rails app.

📰 Classifieds

💎 Elasticsearch-quality Full-Text Search for Postgres, now with native ActiveRecord support.


RailsPilot — Can't work through your backlog? Staff engineers with AI-augmented workflows deliver 12 production-ready features/month for $4K. First PR in 24 hours.

📢  Elsewhere in the ecosystem