Get your own customer support community
 

Dispatcher warning during startup

If I change the first line in plugins/newrelic_rpm/lib/new_relic/agent/instrumentation/rails/dispatcher.rb from
require_dependency 'dispatcher'
to
require_dependency 'action_controller/dispatcher'
I get rid of the startup warning:
1.8/gems/rails-2.1.1/lib/dispatcher.rb:24: warning: already initialized constant Dispatcher
Is this the way to do it?
Inappropriate?
2 people have this question

User_default_medium