No commit activity in last 3 years
No release in over 3 years
Basic Rack middleware for checking Rack/Rails server availability
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0.6.2
>= 1.0
 Project Readme

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

  1. Fork it
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request