Sha256: b01653ff9e28636f6e469bc1dba588d9efbb29c660b3669b94e8a4ccb449539d

Contents?: true

Size: 550 Bytes

Versions: 83

Compression:

Stored size: 550 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.action_controller.session = {
    :key    => '_rails22blog_session',
    :secret => '603603ece6f4792a7a1284a903788646998ad4646ed19d5f06e2af7578660b7b39e54c685f3efa245084eaa5447684a0d8afc96742b63f0e133e8587272c71d1'
  }
end

require 'application'

Version data entries

83 entries across 45 versions & 2 rubygems

Version Path
newrelic_rpm-3.7.2.195 test/environments/rails23/config/environment.rb
newrelic_rpm-3.7.2.192 test/environments/rails23/config/environment.rb
newrelic_rpm-3.7.2.190.beta test/environments/rails23/config/environment.rb