Rename i18n_full_message config option to i18n_customize_full_message#35789
Merged
rafaelfranca merged 1 commit intorails:masterfrom Mar 29, 2019
Merged
Conversation
…age` - I feel `i18n_customize_full_messages` explains the meaning of the config better. - Followup of rails#32956
abhaynikam
added a commit
to abhaynikam/rails
that referenced
this pull request
Mar 29, 2019
rafaelfranca
added a commit
that referenced
this pull request
Mar 29, 2019
…est-description-for-i18n-customize-full-message Updated the test description for i18n-customize-full-message after rename in #35789
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
…`false` to `true` Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
…` to `true` Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 19, 2023
…` to `true` Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, by setting the default value to `false`, this feature was difficult to discover. `config.active_model.i18n_customize_full_message` defaults to `true` for `config.load_defaults 7.2` and above.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 20, 2023
…` to `true` Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, because the default value was set to `false`, this feature was difficult to discover. `config.active_model.i18n_customize_full_message` defaults to `true` for `config.load_defaults 7.2` and above.
4 tasks
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Dec 20, 2023
…` to `true` Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, because the default value was set to `false`, this feature was difficult to discover. `config.active_model.i18n_customize_full_message` defaults to `true` for `config.load_defaults 7.2` and above.
stevepolitodesign
added a commit
to stevepolitodesign/rails
that referenced
this pull request
Apr 1, 2024
…` to `true` Follow-up to rails#32956 and rails#35789 The introduction of this configuration in rails#32956 stated that: > The goal of this PR is to make it easier for an app to transition from a #{attribute} #{message} to a #{message}, full_message error format. However, because the default value was set to `false`, this feature was difficult to discover. `config.active_model.i18n_customize_full_message` defaults to `true` for `config.load_defaults 7.2` and above.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
i18n_customize_full_messagesexplains the meaning of theconfig better.