Public list by ~rubyweekly

Issue 802 - A Unix shell powered by Ruby

A new Register Allocator for ZJIT

https://railsatscale.com/2026-05-27-a-new-register-allocator-for-zjit/

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.

3 months ago

Extending Ruby LSP with Prism

https://janko.io/extending-ruby-lsp-with-prism/

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.

3 months ago

Blue Ridge Ruby 2026

https://www.youtube.com/playlist?list=PLX4muP9KAoMNrAx6Xg8pxXVl3D0fmVZfZ

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

3 months ago

AI & ML Services | OmbuLabs.ai

https://go.ombulabs.com/ai-dlc

đŸ§‘â€đŸ’» 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.

#ai services #ml services #ai agents #rag #graphrag #fine-tuning

3 months ago

GitHub - amatsuda/rubish

https://github.com/amatsuda/rubish

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.

3 months ago

Ghost — The first database designed for agents

https://ghost.build/

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."

3 months ago

GitHub - rouge-ruby/rouge: A pure Ruby code highlighter that is compatible with Pygments

https://github.com/rouge-ruby/rouge

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.

3 months ago

GitHub - perrystreetsoftware/Rubyzen: Rubyzen is a modern linter for Ruby that allows you to write architectural lint rules as unit tests. In the era of AI-generated code, Rubyzen provides your team with deterministic guardrails to keep your codebase clean, maintainable, and consistent as it grows.

https://github.com/perrystreetsoftware/rubyzen

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.

3 months ago