Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 241 Bytes

Rails 5.0 Testing App for ScoutAPM

This is a test app to ensure ScoutAPM is compatible with Rails 5.0.X and Ruby 2.3.

Bootstrap

  • bundle
  • rake db:create db:migrate db:seed

Starting the app

SCOUT_KEY=YOUR_KEY rails server -p8080