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
Post a Comment