Blogs
Ruby on Rails on WebAssembly: A Full-Stack, In-Browser Journey
What if you could run a fully functional Rails application — backend, database, file storage, and all — directly inside a browser tab, with zero servers?
WebAssembly (Wasm) makes this possible. By compiling Ruby and Rails into a Wasm module, the ...
Quality you can’t generate: AI only as good as constraints
AI changed the cost structure of software. Value is no longer the code you write. It's taste, judgment, constraints, and intent you encode into the system that shapes what AI produces.
The software industry has long treated quality and speed as a ...
Andrea Fomera: New: Checkset - a Ruby gem for repeatable verifications using Playwright.
So... I accidentally reinvented system tests.
Hear me out though! System Tests as Rails Developers know them tend to be flaky, and slow. Playwright tends to fix the flakiness in how it runs the tests, but either way they can be slow and prone to ...
SchnellMCP: Ruby native MCP server experience | Ruby Elders
Inspired by Python's FastMCP simplicity, SchnellMCP brings the same elegant developer experience to Ruby. Create powerful MCP servers with plain Ruby methods, native type annotations, and a single decorator — no complexity, just Ruby doing what it...