Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 446 Bytes

Rails Health Check

Fork notes

Added a /health path that checks if DB exists and app responds Fixed compatibility with newer Rails versions.

Description

The gem is a simple solution if you want health check apis of latency and database.

Installation

  1. Put this into your Gemfile
gem 'rails-health-check'

and run bundle install.

  1. Start your rails application.

  2. visit /health/latency and /health/db