Skip to content

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

Notifications You must be signed in to change notification settings

pivotalcommon/rubygems-status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubygems Status Page

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

Available at http://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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.9%
  • JavaScript 6.1%