-
Jean Boussier authored
Followup: https://github.com/rails/rails/pull/54081 Followup: https://github.com/rails/rails/pull/54154 Followup: https://github.com/rails/rails/pull/54269 Now the deprecated is triggered for every call to `#mb_chars` or `Chars.new`. Also `ActiveSupport.deprecator` behavior in the test suite is to raise so that it's harder to let deprecations creep up.
Jean Boussier authoredFollowup: https://github.com/rails/rails/pull/54081 Followup: https://github.com/rails/rails/pull/54154 Followup: https://github.com/rails/rails/pull/54269 Now the deprecated is triggered for every call to `#mb_chars` or `Chars.new`. Also `ActiveSupport.deprecator` behavior in the test suite is to raise so that it's harder to let deprecations creep up.
Loading