diff --git a/Gemfile b/Gemfile index 1d47e2f..5e5eaf6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,2 @@ source 'https://rubygems.org' -gem 'camping' -gem 'newrelic_rpm' \ No newline at end of file +gem 'camping' \ No newline at end of file diff --git a/stargaterando.rb b/stargaterando.rb index 9791176..ab74c2f 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -1,5 +1,4 @@ require 'camping' -require 'newrelic_rpm' require 'json' # Camping is a great small framework. @@ -8,11 +7,6 @@ Camping.goes :StargateRando # Data was moved out to stargaterando-data.rb to keep this file clean require './stargaterando-data' -# Set up New Relic monitoring -def StargateRando.create - NewRelic::Agent.manual_start -end - # This holds our (currently there's only one) controllers. module StargateRando::Controllers class Index < R '/'