/rubygems-status

A simple rails app to show the status of rubygems.org infrastructure

Primary LanguageCSS

Rubygems Status Page

Build Status

A simple rails app to show the status of rubygems.org infrastructure

Available at https://status.rubygems.org

Installation

Clone repository and install dependencies using bundler:

bundle install

Create and migrate database:

rake db:create
rake db:migrate

Usage

To start rails application:

rails server

To start worker:

rake ping:forever