Mercurial > zeropaste
comparison config/default_config.rb @ 330:96631607785f
Even more coding style.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 14 Apr 2014 17:17:32 +0900 |
parents | 8dfbf854fad3 |
children | 56382cb104dd |
comparison
equal
deleted
inserted
replaced
329:430dadffd91e | 330:96631607785f |
---|---|
1 CONFIG['standalone'] = true if CONFIG['standalone'].nil? | 1 CONFIG["standalone"] = true if CONFIG["standalone"].nil? |
2 CONFIG['newrelic'] = false if CONFIG['newrelic'].nil? | 2 CONFIG["newrelic"] = false if CONFIG["newrelic"].nil? |
3 CONFIG['bundler_groups'] ||= [:default, Rails.env] | 3 CONFIG["bundler_groups"] ||= [:default, Rails.env] |
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"] |