Public list by ~rubyweekly

Issue 798 - Matz builds an ahead-of-time Ruby compiler

GitHub - matz/spinel

https://github.com/matz/spinel

Spinel: An Ahead-of-Time 'Ruby' Compiler from Matz — Armed with AI, Matz has built a self-hosting compiler (for a subset of Ruby) that emits C which is then compiled to a native binary. It uses Prism for parsing and performs type inference. There are severe limitations (no eval or metaprogramming) and it can’t replace CRuby, but the performance potential is significant, though it's not a truly like-for-like comparison.

4 months ago

Scaling Ruby's defenses with AI

https://blog.rubygems.org/2026/04/29/scaling-rubys-defenses-with-ai.html

Scaling Ruby's Defenses with AI — An interesting update on Ruby Central’s efforts in using AI to find vulnerabilities in Ruby dependencies, such as this one in Nokogiri. Ruby has also been accepted into Anthropic’s Project Glasswing to put its state-of-the-art Mythos model to work at the task.

4 months ago

2026 Ruby on Rails Community Survey

https://railsdeveloper.com/survey/

🖐️ The Ruby on Rails Community Survey 2026 — Every two years, Planet Argon surveys the community. The results provide an interesting snapshot of preferences over time (here are the results from 2024 when Rails 7.1 and Ruby 3.3 dominated) so add your voice and help shape the Rails community.

4 months ago

ClickFunnels Case Study

https://www.honeybadger.io/customers/clickfunnels/

How ClickFunnels Cut Error Monitoring Costs by 33% — This Ruby shop ditched BugSnag for Honeybadger and now confidently deploys 15+ times per day. Read the case study →

4 months ago

Release v1.18.0 · ruby/irb

https://github.com/ruby/irb/releases/tag/v1.18.0

IRB 1.18.0: The Interactive Ruby REPL — Once a core part of Ruby, irb is now distributed as a (bundled) gem so you can upgrade it independently. v1.18.0 gets a new ASCII art startup banner (above) which shows a random tip each time. IRB has now also entirely switched to Prism from Ripper, and method names within method calls get syntax-highlighted.

4 months ago

Mustermann 4.0 released!

https://sinatrarb.com/2026/04/27/mustermann-4.0.html

Mustermann 4.0: 'Your Personal String Matching Expert' — A library used by projects like Sinatra, Hanami and Grape to create regexes from more natural-looking string patterns, as often used to define paths (e.g. /users/:id/*). v4.0 brings significant performance improvements. Its documentation page shows off the full range of what it can do.

4 months ago

Perron 1.0 here is here

https://railsdesigner.com/perron-1-0/

Perron 1.0: A Rails-Based Static Site Generator — A static site generator that lets you keep using Rails idioms but over content stored as Markdown, CSV, JSON, or YAML, with live reload via DOM morphing in development. You get feeds out of the box, too.

4 months ago

GitHub - vaiorabbit/raylib-bindings: Yet another Ruby-raylib bindings

https://github.com/vaiorabbit/raylib-bindings

raylib-bindings: Raylib 6.0 Bindings for Ruby — Raylib is a simple, popular C library for building games (2D and 3D) and when Raylib 6.0 landed last week, I wondered if I could use it with Ruby. The answer is yes! Here’s a Nokia-style ‘snake’ game I made as a test.

4 months ago