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
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
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
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
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
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
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
https://github.com/jhawthorn/discard
Discard 2.0: Soft Deletes for ActiveRecord Done Right â A mixin to add conventions for flagging records as discarded with a nice API.
3 months ago
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
https://github.com/envato/zxcvbn-ruby
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.
3 months ago