Mercurial > zeropaste
comparison 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 |
comparison
equal
deleted
inserted
replaced
164:faded97bb095 | 165:5466704c87ee |
---|---|
1 CONFIG['standalone'] = true unless CONFIG['standalone'] | 1 CONFIG['standalone'] = true if CONFIG['standalone'].nil? |
2 CONFIG['newrelic'] = false unless CONFIG['newrelic'] | 2 CONFIG['newrelic'] = false if CONFIG['newrelic'].nil? |
3 CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test)) | 3 CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test)) |
4 CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone'] | 4 CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone'] |
5 CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic'] | 5 CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic'] |