Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning about i18n errors #1961

Merged
merged 1 commit into from
Apr 16, 2021

Conversation

pablobm
Copy link
Collaborator

@pablobm pablobm commented Apr 16, 2021

Similar to #1960, this deprecation was introduced in Rails 6.1. For example:

DEPRECATION WARNING: action_view.raise_on_missing_translations is
deprecated and will be removed in Rails 6.2. Set i18n.raise_on_missing_translations
instead. Note that this new setting also affects how missing translations
are handled in controllers. (called from load at ./bin/rspec:7)

For example:

DEPRECATION WARNING: action_view.raise_on_missing_translations is
deprecated and will be removed in Rails 6.2. Set i18n.raise_on_missing_translations
instead. Note that this new setting also affects how missing translations
are handled in controllers. (called from load at ./bin/rspec:7)
@pablobm pablobm merged commit 96ac109 into thoughtbot:master Apr 16, 2021
@pablobm pablobm deleted the fix-i18n-errors-warning branch June 24, 2021 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants