Mercurial > zeropaste
view config/default_config.rb @ 157:3886be50efde
Apparently jruby-openssl is still required.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 28 Nov 2012 09:40:56 -0800 |
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']