Mercurial > zeropaste
view config/default_config.rb @ 251:cf4186119c7d
Update gems.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 10 Oct 2013 04:48:22 +0000 |
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']