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

remove extra core_ext/object/blank requires #44694

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

skipkayhil
Copy link
Member

Summary

activerecord/lib/active_record/connection_adapters/postgresql/column.rb

  • usage added in 64fd666
  • unneeded because of active_support/rails: 8f58d6e

railties/lib/rails/rack/logger.rb

activesupport/lib/active_support/number_helper/number_converter.rb

  • the NumberHelper was split into multiple classes in 2da9d67, however
    the require was left in NumberConverter even though
    NumberToPhoneConverter is the only class where it's used

activesupport/lib/active_support/duration/iso8601_serializer.rb

activerecord/lib/active_record/connection_adapters/postgresql/column.rb
- usage added in 64fd666
- unneeded because of active_support/rails: 8f58d6e

railties/lib/rails/rack/logger.rb
- usage added in c83d9a1
- usage removed in c131211

activesupport/lib/active_support/number_helper/number_converter.rb
- the NumberHelper was split into multiple classes in 2da9d67, however
  the require was left in NumberConverter even though
  NumberToPhoneConverter is the only class where it's used

activesupport/lib/active_support/duration/iso8601_serializer.rb
- usage added in 04c512d
- usage removed in 51e991f
@kamipo kamipo merged commit aed8fea into rails:main Mar 15, 2022
@skipkayhil skipkayhil deleted the rm-extra-blank-requires branch March 15, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants