annotate config/default_config.rb @ 342:4048614cb4cf

Update rails and other gems.
author edogawaconan <me@myconan.net>
date Tue, 01 Jul 2014 00:36:08 +0900
parents 96631607785f
children 56382cb104dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
330
96631607785f Even more coding style.
edogawaconan <me@myconan.net>
parents: 245
diff changeset
1 CONFIG["standalone"] = true if CONFIG["standalone"].nil?
96631607785f Even more coding style.
edogawaconan <me@myconan.net>
parents: 245
diff changeset
2 CONFIG["newrelic"] = false if CONFIG["newrelic"].nil?
96631607785f Even more coding style.
edogawaconan <me@myconan.net>
parents: 245
diff changeset
3 CONFIG["bundler_groups"] ||= [:default, Rails.env]
96631607785f Even more coding style.
edogawaconan <me@myconan.net>
parents: 245
diff changeset
4 CONFIG["bundler_groups"] << "standalone" if CONFIG["standalone"]
96631607785f Even more coding style.
edogawaconan <me@myconan.net>
parents: 245
diff changeset
5 CONFIG["bundler_groups"] << "newrelic" if CONFIG["newrelic"]