annotate config/default_config.rb @ 334:41b0903c9b2b
Use official bootstrap gem.
author |
edogawaconan <me@myconan.net> |
date |
Wed, 23 Apr 2014 09:24:05 +0900 |
parents |
96631607785f |
children |
56382cb104dd |
rev |
line source |
330
|
1 CONFIG["standalone"] = true if CONFIG["standalone"].nil?
|
|
2 CONFIG["newrelic"] = false if CONFIG["newrelic"].nil?
|
|
3 CONFIG["bundler_groups"] ||= [:default, Rails.env]
|
|
4 CONFIG["bundler_groups"] << "standalone" if CONFIG["standalone"]
|
|
5 CONFIG["bundler_groups"] << "newrelic" if CONFIG["newrelic"]
|