From 2f2ed70253b311fab1eb841b67192ad76c54873b Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Fri, 28 Jul 2017 17:03:44 -0700 Subject: [PATCH] Remove New Relic integration They're basically murdering even more free features, so I think it is no longer worth having. --- Gemfile | 3 +-- stargaterando.rb | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) 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 '/'