Gem Version Build Status

Alive Application State on Rails.

Installation

Add this line to your application’s Gemfile:

gem 'alive_state'

And then execute:

$ bundle

Usage

Returns the current alive application state:

GET /status

Response in the format of json:

{
  "state": "green",
  "observed_at": "2014-03-21T12:34:56.789Z",
  "application": {
    "active_record": true
  }
}

Browse the documentation.

License