Mercurial > zeropaste
view config/default_config.rb @ 165:5466704c87ee
I mean this.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 13 Dec 2012 18:11:27 +0700 |
parents | faded97bb095 |
children | 8dfbf854fad3 |
line wrap: on
line source
CONFIG['standalone'] = true if CONFIG['standalone'].nil? CONFIG['newrelic'] = false if CONFIG['newrelic'].nil? CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test)) CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone'] CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']