Skip to content

Commit

Permalink
Merge pull request #15356 from deeeki/activesupport_loading
Browse files Browse the repository at this point in the history
Remove `require 'active_support'` from individual modules
  • Loading branch information
senny committed May 27, 2014
2 parents 0bdfb4d + 1686c9a commit 9f8ee29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion activesupport/lib/active_support/i18n_railtie.rb
@@ -1,4 +1,3 @@
require "active_support"
require "active_support/file_update_checker"
require "active_support/core_ext/array/wrap"

Expand Down
1 change: 0 additions & 1 deletion activesupport/lib/active_support/railtie.rb
@@ -1,4 +1,3 @@
require "active_support"
require "active_support/i18n_railtie"

module ActiveSupport
Expand Down
2 changes: 0 additions & 2 deletions activesupport/lib/active_support/time.rb
@@ -1,5 +1,3 @@
require 'active_support'

module ActiveSupport
autoload :Duration, 'active_support/duration'
autoload :TimeWithZone, 'active_support/time_with_zone'
Expand Down

0 comments on commit 9f8ee29

Please sign in to comment.