orky / newrelic-ruby-kata

Home Page:http://newrelic-ruby-kata.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newbrelic-ruby-kata

Using New Relic and AWS, see how many things you can find and fix to make this app perform fast!

Note: This is a minor modification of the New Relic Ruby Kata

Step 1

Fork the code form this repo

Step 2

Follow instruction on how to setup and connect to your AWS instance.

Step 3

Load the sample DB locally:

bundle exec rake db:create
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U $USER -d newrelic-ruby-kata_development public/sample-data.dump
bundle exec rails s

Step 4

Setup Synthetics Monitors to look at all the pages in your Ruby Kata.

Step 5

Work in teams to determine which sections of code are in need of improvement.

Use good git practices to fix the code. Setup deploy markers so that you can see clearly who made what changes when to the code. Rollback changes if needed.

Solve as many of the Katas as you can. There are seven distinct Katas in this application that can be torn apart and fixed by using your awesome dev abilities and the deep metrics that New Relic provides.

About

http://newrelic-ruby-kata.herokuapp.com

License:MIT License


Languages

Language:Ruby 68.8%Language:HTML 29.3%Language:JavaScript 1.4%Language:CSS 0.4%