The Moment of Failure
GC, memory, file descriptors, load, DB pool, Puma, job queues and YJIT captured at the latest occurrence and stored on the error record — no other tracker attaches them to the error.
Records what your process looked like when it failed — GC, memory, DB pool, Puma, job queues — on the error itself, inside your app, in your own database. The gem is MIT and free forever.
GC, memory, file descriptors, load, DB pool, Puma, job queues and YJIT captured at the latest occurrence and stored on the error record — no other tracker attaches them to the error.
Error trends, platform health, correlation insights, baseline monitoring, and occurrence patterns.
Slack, Email, Discord, PagerDuty, and custom webhooks with per-error throttling.
iOS, Android and API detected from the User-Agent, with platform-specific analytics.
Advanced error correlation, cascade detection, fuzzy matching, and custom fingerprinting.
Async logging, rate limiting, sampling, BRIN indexes, and database optimization built in.
Sensible defaults out of the box; the installer walks you through the optional features. Dark/light mode, live updates with turbo-rails.
Complete data ownership. Runs inside your Rails process — no external services, no data leaving your servers.
# Add to Gemfile
gem 'rails_error_dashboard'
# Install
bundle install
rails generate rails_error_dashboard:install
rails db:migrate
# Route is added automatically by the generator
# Start your app and visit /red
All three [self-hosted alternatives] had an issue with error backtrace when using Turbo — RED did fix it… solid_errors and Faultline are not very active projects, RED is very active and @AnjanJ is very responsive in fixing issues. So, RED was my final choice.
— Gael Marziou (@gmarziou) · discussion #116
Checked against Sentry, Honeybadger, AppSignal, Rollbar, Bugsnag, Airbrake, Raygun, New Relic, Datadog, Scout, Skylight and every self-hosted Rails tracker in August 2026 — the verified ledger.
We welcome contributions! See our GitHub repository for feature requests, bug reports, and pull requests.
MIT License - see LICENSE for details.