view config/default_config.rb @ 156:d7b64b639d15

Disable newrelic by default (configurable).
author Edho Arief <edho@myconan.net>
date Thu, 29 Nov 2012 00:22:50 +0700
parents 812711965af1
children faded97bb095
line wrap: on
line source

CONFIG['standalone'] ||= true
CONFIG['newrelic'] ||= false
CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test))
CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone']
CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']