Sha256: ada1fdda1c136791c74025d366a189d8384163f834d10ed6e0c083bfdfcafc94
Contents?: true
Size: 569 Bytes
Versions: 2
Compression:
Stored size: 569 Bytes
Contents
# 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rack-server-status-0.0.2 | README.md |
rack-server-status-0.0.1 | README.md |