Module NewRelic::Control::Frameworks
In: lib/new_relic/control/frameworks.rb
lib/new_relic/control/frameworks/sinatra.rb
lib/new_relic/control/frameworks/external.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/rails5.rb
lib/new_relic/control/frameworks/rails4.rb
lib/new_relic/control/frameworks/merb.rb

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

Classes and Modules

Class NewRelic::Control::Frameworks::External
Class NewRelic::Control::Frameworks::Merb
Class NewRelic::Control::Frameworks::Rails
Class NewRelic::Control::Frameworks::Rails3
Class NewRelic::Control::Frameworks::Rails4
Class NewRelic::Control::Frameworks::Rails5
Class NewRelic::Control::Frameworks::Ruby
Class NewRelic::Control::Frameworks::Sinatra

[Validate]