Mercurial > zeropaste
view config/default_config.rb @ 162:368f071a47ae
Gem updates.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 06 Dec 2012 21:43:10 +0300 |
parents | d7b64b639d15 |
children | faded97bb095 |
line wrap: on
line source
CONFIG['standalone'] ||= true CONFIG['newrelic'] ||= false CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test)) CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone'] CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']