Rails 2.xの機能を拡張するRailsエンジンによると、
Rails::Initializer.new(Rails.configuration).plugin_loader.engines
このコードはRails3では機能しません
ActionController::RoutingError (undefined method `new' for Rails::Initializer:Module):
config/application.rb:12:in `require_or_load'
このようなエンジンのリストを取得するには、Rails 3で何をする必要がありますか?