view config/default_config.rb @ 326:9193eb99eaf0

Fix name.
author edogawaconan <me@myconan.net>
date Mon, 07 Apr 2014 15:56:58 +0900
parents 8dfbf854fad3
children 96631607785f
line wrap: on
line source

CONFIG['standalone'] = true if CONFIG['standalone'].nil?
CONFIG['newrelic'] = false if CONFIG['newrelic'].nil?
CONFIG['bundler_groups'] ||= [:default, Rails.env]
CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone']
CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']