There are two ruby on rails internationalization yaml files. One file is complete and another one is with missing keys. How can I compare two yaml files and see missing keys in
differz compares two YAML files and prints missing keys in the second file.
It comes both as a library and as a command-line tool. You can install the latter with gem install differz.
gem install differz