diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-07-13 08:06:32 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-07-13 08:06:32 +0900 |
commit | 1677c64ee0929085c72467468b7c2e87554a80ba (patch) | |
tree | a8fa124ab656f5070615c234e4db5436c196e63e /activerecord/test/models/doubloon.rb | |
parent | 58f10a31b37e9bb6e975a71aa63744f318ee043d (diff) | |
download | rails-1677c64ee0929085c72467468b7c2e87554a80ba.tar.gz rails-1677c64ee0929085c72467468b7c2e87554a80ba.tar.bz2 rails-1677c64ee0929085c72467468b7c2e87554a80ba.zip |
Allow to edit secrets in mutiple apps at the same time
In encrypted secrets, the tmp file is used as a fixed file
(`secrets.yml.enc` under the tmp directory).
And that tmp file will be removed after process.
Therefore, if edit secrets at the same time with multiple applications,
the tmp file was conflicting.
In order to avoid the above issue, added pid to tmp file.
Diffstat (limited to 'activerecord/test/models/doubloon.rb')
0 files changed, 0 insertions, 0 deletions