ruby on rails - What's the best way to keep track of ActiveRecord's i18n validation messages? -


i'm forgetting translate things activerecord.errors.models.user.attributes.name.blank in app's languages. have advice keeping track of translations missing?

one thing can set i18n.config.exception_handler = :raise_i18n_exception in test environment. won't catch it's super easy , better nothing.

(in config/environments/test.rb it'd i18n.exception_handler = :raise_i18n_exception )


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -