RackServerStatus
Basic Rack middleware for checking Rack/Rails 3 server availability
Installation
Add this line to your application's Gemfile:
gem 'rack_server_status'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rack_server_status
Usage
Rails 3 apps
Install gem and enjoy!
Sinatra and other Rack apps
# config.ru
require 'rack/server_status"
use Rack::ServerStatus
Contributing
- Fork it
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request