Skip to content

Commit 416d85b

Browse files
kamipojeremy
authored andcommitted
Remove unused require
These files are not using `strip_heredoc`. Closes rails#27976
1 parent 60c5d39 commit 416d85b

File tree

8 files changed

+0
-11
lines changed

8 files changed

+0
-11
lines changed

actionpack/lib/action_controller/metal/implicit_render.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "active_support/core_ext/string/strip"
2-
31
module ActionController
42
# Handles implicit rendering for a controller action that does not
53
# explicitly respond with +render+, +respond_to+, +redirect+, or +head+.

actionpack/lib/action_dispatch/testing/integration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require "uri"
33
require "active_support/core_ext/kernel/singleton_class"
44
require "active_support/core_ext/object/try"
5-
require "active_support/core_ext/string/strip"
65
require "rack/test"
76
require "minitest"
87

activemodel/lib/active_model/validations/length.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "active_support/core_ext/string/strip"
2-
31
module ActiveModel
42
module Validations
53
class LengthValidator < EachValidator # :nodoc:

activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "active_support/core_ext/string/strip"
2-
31
module ActiveRecord
42
module AttributeMethods
53
module TimeZoneConversion

activerecord/test/cases/helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
require "cases/test_case"
77
require "active_support/dependencies"
88
require "active_support/logger"
9-
require "active_support/core_ext/string/strip"
109

1110
require "support/config"
1211
require "support/connection"

activesupport/lib/active_support/cache.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
require "active_support/core_ext/numeric/time"
77
require "active_support/core_ext/object/to_param"
88
require "active_support/core_ext/string/inflections"
9-
require "active_support/core_ext/string/strip"
109

1110
module ActiveSupport
1211
# See ActiveSupport::Cache::Store for documentation.

railties/test/application/rake/dbs_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require "isolation/abstract_unit"
2-
require "active_support/core_ext/string/strip"
32

43
module ApplicationTests
54
module RakeTests

railties/test/application/rake/framework_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require "isolation/abstract_unit"
2-
require "active_support/core_ext/string/strip"
32

43
module ApplicationTests
54
module RakeTests

0 commit comments

Comments
 (0)