Skip to content

Commit 52b85b9

Browse files
committed
Revert "Merge pull request rails#49710 from zenspider/zenspider/deprecator"
This reverts commit df50724, reversing changes made to 9f6b721. Before using any active support core extension, the user must require `active_support`.
1 parent df50724 commit 52b85b9

File tree

10 files changed

+0
-17
lines changed

10 files changed

+0
-17
lines changed

activesupport/lib/active_support/actionable_error.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "active_support/concern"
4-
53
module ActiveSupport
64
# = Actionable Errors
75
#

activesupport/lib/active_support/broadcast_logger.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "active_support/logger_silence"
4-
53
module ActiveSupport
64
# = Active Support Broadcast Logger
75
#

activesupport/lib/active_support/core_ext/array/conversions.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
require "active_support/core_ext/string/inflections"
55
require "active_support/core_ext/object/to_param"
66
require "active_support/core_ext/object/to_query"
7-
require "active_support/deprecation"
8-
require "active_support/deprecator"
97

108
class Array
119
# Converts the array to a comma-separated sentence where the last element is

activesupport/lib/active_support/core_ext/date/conversions.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
require "active_support/inflector/methods"
55
require "active_support/core_ext/date/zones"
66
require "active_support/core_ext/module/redefine_method"
7-
require "active_support/deprecation"
8-
require "active_support/deprecator"
97

108
class Date
119
DATE_FORMATS = {

activesupport/lib/active_support/core_ext/time/conversions.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
require "time"
44
require "active_support/inflector/methods"
55
require "active_support/values/time_zone"
6-
require "active_support/deprecation"
7-
require "active_support/deprecator"
86

97
class Time
108
DATE_FORMATS = {

activesupport/lib/active_support/i18n_railtie.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
require "active_support"
44
require "active_support/core_ext/array/wrap"
5-
require "rails/railtie"
65

76
# :enddoc:
87

activesupport/lib/active_support/log_subscriber.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
require "active_support/core_ext/class/attribute"
55
require "active_support/subscriber"
66
require "active_support/deprecation/proxy_wrappers"
7-
require "active_support/deprecation"
8-
require "active_support/deprecator"
97

108
module ActiveSupport
119
# = Active Support Log \Subscriber

activesupport/lib/active_support/number_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "active_support/dependencies/autoload"
4-
53
module ActiveSupport
64
module NumberHelper
75
extend ActiveSupport::Autoload

activesupport/lib/active_support/railtie.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
require "active_support"
44
require "active_support/i18n_railtie"
5-
require "rails/railtie"
65

76
module ActiveSupport
87
class Railtie < Rails::Railtie # :nodoc:

activesupport/lib/active_support/xml_mini.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
require "active_support/core_ext/module/delegation"
88
require "active_support/core_ext/string/inflections"
99
require "active_support/core_ext/date_time/calculations"
10-
require "active_support/isolated_execution_state"
1110

1211
module ActiveSupport
1312
# = \XmlMini

0 commit comments

Comments
 (0)