Skip to main content

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:

OpenAPI Documentation

· One min read

Version 1.11.0 brings Rage::OpenAPI for API documentation. The goal was to make documenting APIs less painful - you document your APIs using YARD-style tags, and it generates OpenAPI 3.0 specs automatically.

WebSocket Support

· One min read

Version 1.8.0 adds WebSocket support through an Action Cable-compatible API. If you're familiar with Action Cable, the interface will feel immediately familiar - same channels, same broadcasting patterns.

Version 0.7 Release

· One min read

Version 0.7 is a significant milestone - all the features planned for the initial release are now implemented. The framework has the essential pieces in place: