Module: NewRelic::Control::Frameworks

Defined in:
lib/new_relic/control/frameworks.rb,
lib/new_relic/control/frameworks/merb.rb,
lib/new_relic/control/frameworks/ruby.rb,
lib/new_relic/control/frameworks/rails.rb,
lib/new_relic/control/frameworks/rails3.rb,
lib/new_relic/control/frameworks/rails4.rb,
lib/new_relic/control/frameworks/sinatra.rb,
lib/new_relic/control/frameworks/external.rb

Overview

Contains subclasses of NewRelic::Control that are used when starting the agent within an application. Framework-specific logic should be included here, as documented within the Control abstract parent class

Defined Under Namespace

Classes: External, Merb, Rails, Rails3, Rails4, Ruby, Sinatra