Gemon
Securely report your production Rails server settings.
Installation
Add this line to your application's Gemfile:
gem 'gemon'
And then execute:
$ bundle
Usage
Mount the Gemon server in your config/routes.rb file.
mount Gemon::Server, at: "/appstatus"
In the above example the json data will be available on /appstatus in your Rails app.
Contributing
- Fork it ( http://github.com/robzolkos/gemon/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request