view config/default_config.rb @ 258:ceb44fca8b4a

Welcome to bootstrap 3.
author edogawaconan <me@myconan.net>
date Tue, 15 Oct 2013 21:51:31 +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']