News
One engine, many tools — Introducing Rubydex | Rails at Scale
Introducing Rubydex — a portable static analysis engine powering Ruby LSP, Tapioca, Packwerk, and more. One foundation, compounding benefits for the whole ecosystem.A few years ago, the new Ruby parser Prism was released. One of its primary goals ...
Announcing Fuik: a webhook engine for Rails | Rails Designer
Webhooks are one of those super simple but really powerful tools that almost every developer has needed to use at least once. From Stripe, GitHub to Postmark. Setting up webhooks is not difficult, but there is quite a bit of boilerplate involved: ...
CVE-2026-41316: ERB @_init deserialization guard bypass via def_module / def_method / def_class | Ruby
Any Ruby application that calls Marshal.load on untrusted data AND has both erb and activesupport loaded is vulnerable to arbitrary code execution. This includes:
Ruby on Rails applications that import untrusted serialized data – any Rails app (e...