view config/default_config.rb @ 335:58d7fa50b8cc

Update gems.
author edogawaconan <me@myconan.net>
date Wed, 23 Apr 2014 09:25:11 +0900
parents 96631607785f
children 56382cb104dd
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"]