devformance 0.1.1
Devformance is a mountable Rails Engine that adds a live performance monitoring dashboard to any Rails 6.1+ application. It tracks slow SQL queries, detects N+1 issues via Bullet, streams test run output in real time, and surfaces memory and DB connection metrics — all accessible at /devformance.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
>= 6.1
Development Dependencies (2):
factory_bot_rails
>= 0
simplecov
>= 0