changeset 245:8dfbf854fad3

Default bundler group according to 4.0.
author Edho Arief <edho@myconan.net>
date Fri, 09 Aug 2013 08:43:08 +0000
parents 1889f3155797
children 8ab17063419f
files config/default_config.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/default_config.rb	Fri Aug 09 08:42:01 2013 +0000
+++ b/config/default_config.rb	Fri Aug 09 08:43:08 2013 +0000
@@ -1,5 +1,5 @@
 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'] ||= [:default, Rails.env]
 CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone']
 CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']