Skip to content
railsengines.com

Rails Pulse

Rails Pulse is a comprehensive performance monitoring and debugging gem that provides insights into your Rails application's health

5.0 · 1 rating
Gem
rails_pulse
Repository
railspulse-org/rails_pulse
License
MIT
Stars
466
Added
August 22, 2026

About

Rails Pulse is a comprehensive performance monitoring and debugging gem that provides insights into your Rails application's health.

Rails Pulse is a Rails engine that monitors your app's performance from the inside. It tracks slow requests, N+1 queries, SQL performance, and background jobs. All data stays in your own database, no third-party cloud, no SaaS subscription, no data leaving your servers.

Mounting it

ruby
# Gemfile
gem "rails_pulse"

# config/routes.rb
mount RailsPulse::Engine, at: "/rails-pulse"

Details

466 stars on GitHub · MIT licensed · maintained by railspulse-org. Source: https://github.com/railspulse-org/rails_pulse

Discussion (0)

Sign in to join the discussion.

No comments yet.