view config/default_config.rb @ 172:a44a24fd37a7

Gem updates. Including Rails to 3.2.11.
author Edho Arief <edho@myconan.net>
date Wed, 09 Jan 2013 17:39:48 +0300
parents 5466704c87ee
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']