A simple rails app to show the status of rubygems.org infrastructure
Available at https://status.rubygems.org
Clone repository and install dependencies using bundler:
bundle install
Create and migrate database:
rake db:create
rake db:migrate
To start rails application:
rails server
To start worker:
rake ping:forever