6362: Change config precedence order.
authorTom Clegg <tom@curoverse.com>
Tue, 14 Jul 2015 17:49:15 +0000 (13:49 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 15 Jul 2015 19:41:42 +0000 (15:41 -0400)
commit318e3d183c3800863731a20a10f1b8bf9cc82280
treecc3e5079b77c0910a68fb7c4ff476aad634a6e90
parent0d9da683cb9572f6b5ba3f65376066938e701fb4
6362: Change config precedence order.

Before: environments/*.rb, Rails defaults, application.yml,
application.default.yml.

After: application.yml, application.default.yml, environments/*.rb,
Rails defaults.

This makes it possible to use application*.yml to control configs that
have Rails defaults. (application.default.yml file has had such
configs for ages, like assets.digest, but they have never been
effective.)
apps/workbench/config/load_config.rb