view config/default_config.rb @ 300:f84df8a294e6

Put build script to bin/.
author edogawaconan <me@myconan.net>
date Wed, 12 Feb 2014 15:42:57 +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']