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 uneeded requires of core_ext/string/filters #48959

Merged
merged 1 commit into from Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions actionpack/lib/action_dispatch/routing.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "active_support/core_ext/string/filters"

module ActionDispatch
# The routing module provides URL rewriting in native Ruby. It's a way to
# redirect incoming requests to controllers and actions. This replaces
Expand Down
1 change: 0 additions & 1 deletion activejob/lib/active_job/log_subscriber.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "active_support/core_ext/string/filters"
require "active_support/log_subscriber"

module ActiveJob
Expand Down
1 change: 0 additions & 1 deletion activemodel/lib/active_model/errors.rb
Expand Up @@ -3,7 +3,6 @@
require "active_support/core_ext/array/conversions"
require "active_support/core_ext/string/inflections"
require "active_support/core_ext/object/deep_dup"
require "active_support/core_ext/string/filters"
require "active_model/error"
require "active_model/nested_error"
require "forwardable"
Expand Down
1 change: 0 additions & 1 deletion activerecord/lib/active_record/core.rb
Expand Up @@ -2,7 +2,6 @@

require "active_support/core_ext/enumerable"
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/string/filters"
require "active_support/parameter_filter"
require "concurrent/map"

Expand Down
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "active_support/core_ext/string/filters"
require "active_support/inflector"

class Module
Expand Down
1 change: 0 additions & 1 deletion activesupport/lib/active_support/duration.rb
Expand Up @@ -3,7 +3,6 @@
require "active_support/core_ext/array/conversions"
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/object/acts_like"
require "active_support/core_ext/string/filters"

module ActiveSupport
# = Active Support \Duration
Expand Down
1 change: 0 additions & 1 deletion railties/lib/rails/command/base.rb
Expand Up @@ -5,7 +5,6 @@

require "active_support/core_ext/class/attribute"
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/string/filters"
require "active_support/core_ext/string/inflections"

require "rails/command/actions"
Expand Down
1 change: 0 additions & 1 deletion railties/lib/rails/commands/server/server_command.rb
Expand Up @@ -3,7 +3,6 @@
require "fileutils"
require "action_dispatch"
require "rails"
require "active_support/core_ext/string/filters"
require "rails/dev_caching"
require "rails/command/environment_argument"
require "rails/rackup/server"
Expand Down