Audition is a linter/fixer that gets your code Ractor-ready
Vibe coded a useful thing for Rubyists over the weekend. Audition is a linter/fixer that gets your code Ractor-ready: static analysis powered by Shopify’s rubydex, plus dynamic probes that actually run your code inside Ractors and report what breaks.
https://github.com/yaroslav/audition
Some of the checks and auto-fixes were trained on the real thing — actual Ractor-izing commits from Rails core.
Warnings:
- It’s vibe coded.
- It’s not magic — don’t expect the auto-fixer to make Sinatra Ractor-ready.
Post a comment