Remove New Relic integration
They're basically murdering even more free features, so I think it is no longer worth having.
This commit is contained in:
parent
dde0224208
commit
2f2ed70253
2 changed files with 1 additions and 8 deletions
1
Gemfile
1
Gemfile
|
@ -1,3 +1,2 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'camping'
|
gem 'camping'
|
||||||
gem 'newrelic_rpm'
|
|
|
@ -1,5 +1,4 @@
|
||||||
require 'camping'
|
require 'camping'
|
||||||
require 'newrelic_rpm'
|
|
||||||
require 'json'
|
require 'json'
|
||||||
|
|
||||||
# Camping is a great small framework.
|
# 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
|
# Data was moved out to stargaterando-data.rb to keep this file clean
|
||||||
require './stargaterando-data'
|
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.
|
# This holds our (currently there's only one) controllers.
|
||||||
module StargateRando::Controllers
|
module StargateRando::Controllers
|
||||||
class Index < R '/'
|
class Index < R '/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue