class ScoutApm::FrameworkIntegrations::Ruby
Public Instance Methods
Source
# File lib/scout_apm/framework_integrations/ruby.rb, line 21 def application_name "Ruby" end
TODO: Fetch the name (Somehow?)
Source
# File lib/scout_apm/framework_integrations/ruby.rb, line 30 def database_engine :mysql end
TODO: Figure out how to accomodate odd environments
Source
# File lib/scout_apm/framework_integrations/ruby.rb, line 25 def env ENV['RACK_ENV'] || ENV['RAILS_ENV'] || 'development' end
Source
# File lib/scout_apm/framework_integrations/ruby.rb, line 8 def human_name "Ruby" end
Source
# File lib/scout_apm/framework_integrations/ruby.rb, line 16 def present? true end
Source
# File lib/scout_apm/framework_integrations/ruby.rb, line 34 def raw_database_adapter :mysql end
Source
# File lib/scout_apm/framework_integrations/ruby.rb, line 12 def version "Unknown" end