diff options
author | Eileen Uchitelle <eileencodes@gmail.com> | 2018-08-31 10:55:37 -0400 |
---|---|---|
committer | Eileen Uchitelle <eileencodes@gmail.com> | 2018-08-31 16:07:09 -0400 |
commit | a572d2283b05c4c05c220ff520732fc570beb2ae (patch) | |
tree | 4791f610ea5bd65f6ca4581c593831dcc3f6db85 /activemodel/test/models | |
parent | 8737dffce73a37dff073dfe0af8931efd08632c5 (diff) | |
download | rails-a572d2283b05c4c05c220ff520732fc570beb2ae.tar.gz rails-a572d2283b05c4c05c220ff520732fc570beb2ae.tar.bz2 rails-a572d2283b05c4c05c220ff520732fc570beb2ae.zip |
Convert configs_for to kwargs, add include_replicas
Changes the `configs_for` method from using traditional arguments to
using kwargs. This is so I can add the `include_replicas` kwarg without
having to always include `env_name` and `spec_name` in the method call.
`include_replicas` defaults to false because everywhere internally in
Rails we don't want replicas. `configs_for` is for iterating over
configurations to create / run rake tasks, so we really don't ever need
replicas in that case.
Diffstat (limited to 'activemodel/test/models')
0 files changed, 0 insertions, 0 deletions