diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-07-07 08:17:01 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-07-07 12:16:53 +0900 |
commit | 32327eb12320087aaefb382a17e1c517207e1571 (patch) | |
tree | 59b6f901cce6147c2a96cd53bbd6c7934c7ebee6 /railties/test/application/rake/tmp_test.rb | |
parent | c8ce3459648ce0f86646b564ce1c0bb16a4b48eb (diff) | |
download | rails-32327eb12320087aaefb382a17e1c517207e1571.tar.gz rails-32327eb12320087aaefb382a17e1c517207e1571.tar.bz2 rails-32327eb12320087aaefb382a17e1c517207e1571.zip |
Do not update `secrets.yml.enc` when secretes do not change
Currently, if open a file with `secrets:edit` command, `secrets.yml.enc`
will be changed even if its contents do not change.
Therefore, even if only want to check secrets, the difference will come
out. This is a little inconvenient.
As a fix to the above problem, when content does not change,
`secrets.yml.ecn` is fixed so that it is not changed.
Diffstat (limited to 'railties/test/application/rake/tmp_test.rb')
0 files changed, 0 insertions, 0 deletions