Skip to main content

Rage in the Wild

· One min read

Wrote an article exploring real-world patterns from popular Ruby open-source codebases and showing how they could be modelled using Rage.

Production Results

· 2 min read

Two production Rails apps were migrated to Rage and put through 30-second spike tests. Both are I/O-bound workloads - the kind where fiber-based concurrency should help.

SSE Benchmark

· One min read

Ran a benchmark to test SSE performance under sustained load. Two workers on a €12/month CCX13 Hetzner server handling 5K RPS to a SQLite-backed endpoint plus 5K concurrent SSE streams.

Observability Features

· 2 min read

Versions 1.19.0 and 1.20.0 brought a set of observability features designed to make debugging and monitoring Rage applications easier. The focus was on giving you control over your logs and visibility into what's happening inside the framework.

Rage REST API Tutorial

· One min read

We collaborated with Zuplo on a tutorial for building REST APIs with Rage. The guide walks through creating a full-featured API application from scratch: