0.0
The project is in a healthy, maintained state
A development gem to monitor your rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 7
 Project Readme

Gem version Ci Status

Rails::Buddy

Buddy is a gem designed to assist you in the development of your Rails application. Currently, it provides monitoring capabilities, but the goal is to evolve it to include additional metrics and features over time.

demo monitoring

Usage

Installation

Add this line to your application's Gemfile in development group:

gem 'rails-buddy'

And then execute:

$ bundle

If you want configure option, just run:

$ rails g rails:buddy:config

You have to actually only two options:

  • prefix default /buddy. This is the setting to mount the application
  • buffer_size default 200. This is the number maximum of last requests store in the buffer.

License

The gem is available as open source under the terms of the MIT License.

Acknowledgments

This project was deeply inspired by Julien Bourdeau's debugbar. Special thanks to Julien Bourdeau for his work, which served as a valuable reference in the creation of this gem.