Flying into RubyKaigi, I thought we had months to stand up AI-assisted vulnerability scanning for rubygems.org. Turns out we were out of time. We started prototyping during the conference, scanned the most critical gems, and four hours later submitted our first advisory to Nokogiri.
Finally shipped a website for cctop!!
cctop.app
@andrewm.codes can you please check your DMs or email? Thx
Really exciting to see Herb being adopted at GitHub! 🌿
Over the past months, the GitHub team has been running Herb across one of the largest Rails codebases out there where Herb helped uncover real issues missed by existing tooling while also providing invaluable feedback. 🙌
The Ruby Developer Experience team at Shopify has just launched Rubydex, a building block for indexing and (semantically) querying your Ruby codebases.
@vinistock.bsky.social has a write up explaining what it is and how it works here: railsatscale.com/2026-05-12-o...
After weeks of work, Ruby’s master documentation now displays rbs signatures!
We will release this feature in RDoc 8.0 soon as well. So any projects using rbs (inline or .rbs files) can benefit from it too.
Check it on docs.ruby-lang.org/en/master
IRB v1.18.0 was just released with:
- Starting banner with Ruby and a few basic info (can be disabled with --nobanner)
- Help dialog on commands
- Highlighting on method calls
Enjoy!
#rubykaigi
github.com/ruby/irb/rel...
At the end of day 2 RubyKaigi, I'll share what's coming in RDoc 8.0 (new parser, server mode, and RBS!), and why Ruby documentation has to work for AI too.
#rubykaigi
rubykaigi.org/2026/present...
Really appreciate the opportunity to present all the RDoc improvements we made at #rubykaigi
Here are my talk’s slides: st0012.dev/talks/2026-0...
railsatscale.com
Introducing Rubydex — a portable static analysis engine powering Ruby LSP, Tapioca, Packwerk, and more. One foundation, compounding benefits for the whole ecosystem.
On April 23rd, we submitted a vulnerability report to the Nokogiri maintainers. It was the first one our team has filed using AI-assisted scanning. The maintainers accepted the report and published...
In this talk, I shared what the team has been building for RDoc 8.0: a
new Prism parser, much improved Markdown, RBS type signatures in HTML
and ri, and a li...