Sha256: 2560782917d9beb590ae913226cda01052a61606104d766dd68ed40100a2844d

Contents?: true

Size: 831 Bytes

Versions: 45

Compression:

Stored size: 831 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.

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.2.3'

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

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

Rails::Initializer.run do |config|
  config.time_zone = 'UTC'
  if defined?(JRuby)
    gem 'activerecord-jdbcmysql-adapter'
  end

  config.action_controller.session = {
    :session_key => '_rails22blog_session',
    :secret      => '603603ece6f4792a7a1284a903788646998ad4646ed19d5f06e2af7578660b7b39e54c685f3efa245084eaa5447684a0d8afc96742b63f0e133e8587272c71d1'
  }
end

require 'application'

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
newrelic_rpm-3.7.3.204 test/environments/rails22/config/environment.rb
newrelic_rpm-3.7.3.199 test/environments/rails22/config/environment.rb
newrelic_rpm-3.7.2.195 test/environments/rails22/config/environment.rb
newrelic_rpm-3.7.2.192 test/environments/rails22/config/environment.rb
newrelic_rpm-3.7.2.190.beta test/environments/rails22/config/environment.rb