Low commit activity in last 3 years
A long-lived project that still receives updates
send bug reports to https://github.com/nulogy/fitter-happier/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.5
~> 1.69
~> 13.2

Runtime

>= 7.0, < 8.1
>= 7.0, < 8.1
>= 8.16.0, < 10.0
>= 7.0, < 8.1
 Project Readme

FitterHappier

FitterHappier provides actions for monitoring a rails site and database availability. FitterHappier's monitoring controller disables unnecessary Rails features, like sessions, layouts, and logging, for lightning-fast monitoring URIs.

FitterHappier provides three monitoring URIs

% curl localhost:3000/fitter_happier
FitterHappier Site Check Passed

% curl localhost:3000/fitter_happier/site_check
FitterHappier Site Check Passed @ Wed, 17 Dec 2008 14:27:47 -0800

% curl localhost:3000/fitter_happier/site_and_database_check
FitterHappier Site and Database Check Passed @ Wed, 17 Dec 2008 14:27:57 -0800
Schema Version: 20081217141904

Note: to disable output from Rails Footnotes append '?footnotes=false' to the URIs above. Of course, Rails Footnotes is not recommended for production use.

Installation

Add the following to your gemfile

gem 'fitter-happier'

License

Licensed under MIT