mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unneeded requires
This commit is contained in:
parent
3c18a0cca8
commit
576fb33ba3
4 changed files with 0 additions and 5 deletions
|
@ -6,7 +6,6 @@ require "active_support/core_ext/object/blank"
|
||||||
require "active_support/key_generator"
|
require "active_support/key_generator"
|
||||||
require "active_support/message_verifier"
|
require "active_support/message_verifier"
|
||||||
require "active_support/encrypted_configuration"
|
require "active_support/encrypted_configuration"
|
||||||
require "active_support/deprecation"
|
|
||||||
require "active_support/hash_with_indifferent_access"
|
require "active_support/hash_with_indifferent_access"
|
||||||
require "active_support/configuration_file"
|
require "active_support/configuration_file"
|
||||||
require "rails/engine"
|
require "rails/engine"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "active_support/deprecation"
|
|
||||||
require "active_support/core_ext/string/filters"
|
require "active_support/core_ext/string/filters"
|
||||||
require "rails/command/environment_argument"
|
require "rails/command/environment_argument"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
require "fileutils"
|
require "fileutils"
|
||||||
require "action_dispatch"
|
require "action_dispatch"
|
||||||
require "rails"
|
require "rails"
|
||||||
require "active_support/deprecation"
|
|
||||||
require "active_support/core_ext/string/filters"
|
require "active_support/core_ext/string/filters"
|
||||||
require "active_support/core_ext/symbol/starts_ends_with"
|
require "active_support/core_ext/symbol/starts_ends_with"
|
||||||
require "rails/dev_caching"
|
require "rails/dev_caching"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "active_support/deprecation"
|
|
||||||
|
|
||||||
module Rails
|
module Rails
|
||||||
# Implements the logic behind <tt>Rails::Command::NotesCommand</tt>. See <tt>rails notes --help</tt> for usage information.
|
# Implements the logic behind <tt>Rails::Command::NotesCommand</tt>. See <tt>rails notes --help</tt> for usage information.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue