Skip to content

Commit

Permalink
ADdd missing requires (thanks to @arunagw)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 7, 2011
1 parent 0e886fe commit c444b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/application/bootstrap.rb
@@ -1,4 +1,5 @@
require "active_support/notifications"
require "active_support/dependencies"
require "active_support/descendants_tracker"

module Rails
Expand All @@ -9,7 +10,6 @@ module Bootstrap
initializer :load_environment_hook do end

initializer :load_active_support do
require 'active_support/dependencies'
require "active_support/all" unless config.active_support.bare
end

Expand Down
1 change: 1 addition & 0 deletions railties/lib/rails/generators/named_base.rb
@@ -1,3 +1,4 @@
require 'active_support/core_ext/module/introspection'
require 'rails/generators/base'
require 'rails/generators/generated_attribute'

Expand Down

0 comments on commit c444b0f

Please sign in to comment.