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!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

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

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

wreq-ruby: First production-ready Ruby HTTP client with TLS/HTTP2 browser fingerprint

We just open-sourced wreq-ruby, the first production-ready Ruby HTTP client with real browser TLS/HTTP2 fingerprinting. It emulates the exact signatures of Chrome, Firefox, Safari, Edge, Opera, and OkHttp, so your requests pass as real browser traffic. Built in collaboration with the original wreq maintainer, powered by Rust with BoringSSL. Until now, Ruby had no production-ready solution for this. Pre-compiled native gems available for Linux and macOS.

Ruby isn’t being rewritten in Rust — but Rust is already part of Ruby.

YJIT, the production JIT compiler included in modern Ruby versions, uses Rust to generate native machine code at runtime. It’s one of the most significant architectural changes in MRI in years, even if most developers never notice it directly. [more inside]

AIA (AI Assistant) hits v1.0.0

I wrote the first lines of AIA three years ago. Back then it was just a front end to a Rust CLI called mods – it managed prompt text files and piped them into mods, which talked to OpenAI’s GPT. Today AIA handles 20+ providers and hundreds of models on its own. Prompt files are now markdown with YAML front matter, shell integration, and ERB. [more inside]

Loading older posts