RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in