Sha256: 07295469e5c32ea387a37c42995d3d4aed3485d6a3bdd529a2c0f347df9d2ab0

Contents?: true

Size: 760 Bytes

Versions: 11

Compression:

Stored size: 760 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

require File.join(File.dirname(__FILE__), 'boot')

GC.enable_stats if GC.respond_to?(:enable_stats)

Rails::Initializer.run do |config|
  config.gem "newrelic_rpm"
  config.action_controller.session = {
    :key    => '_rails22blog_session',
    :secret => '603603ece6f4792a7a1284a903788646998ad4646ed19d5f06e2af7578660b7b39e54c685f3efa245084eaa5447684a0d8afc96742b63f0e133e8587272c71d1'
  }

  config.after_initialize do
    require "new_relic/version.rb"
    config.metals = []
    if NewRelic::VERSION::STRING =~ /^2\.1[01]/
      config.metals << 'Logins'
    end
  end
end

require 'application'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.1.188 test/environments/rails23/config/environment.rb
newrelic_rpm-3.7.1.182 test/environments/rails23/config/environment.rb
newrelic_rpm-3.7.1.180 test/environments/rails23/config/environment.rb
newrelic_rpm-3.7.0.177 test/environments/rails23/config/environment.rb
newrelic_rpm-3.7.0.174.beta test/environments/rails23/config/environment.rb
newrelic_rpm-3.6.9.171 test/environments/rails23/config/environment.rb
newrelic_rpm-3.6.8.168 test/environments/rails23/config/environment.rb
newrelic_rpm-3.6.8.164 test/environments/rails23/config/environment.rb
newrelic_rpm-3.6.7.159 test/environments/rails23/config/environment.rb
newrelic_rpm-3.6.7.159.beta test/environments/rails23/config/environment.rb
newrelic_rpm-3.6.7.152 test/environments/rails23/config/environment.rb