Rapporteur
A Rails Engine which provides a customizable status page on your application
No ratings yet
- Gem
- rapporteur
- Repository
- envylabs/rapporteur
- License
- MIT
- Stars
- 49
- Added
- August 15, 2026
About
A Rails Engine which provides a customizable status page on your application.
When an application validation fails, an HTTP 500 response is returned with a collection of error messages, similar to the Rails 0 checker.add_message(:luck, :good) } Rapporteur.add_check(my_proc_check)
Mounting it
ruby
# Gemfile
gem "rapporteur"
# config/routes.rb
mount Rapporteur::Engine, at: "/status"
Details
49 stars on GitHub · MIT licensed · maintained by envylabs. Source: https://github.com/envylabs/rapporteur
Discussion (0)
Sign in to join the discussion.
No comments yet.