Deprecation warning in Edge Rails
Just pointing this out so you guys can address it:
DEPRECATION WARNING: Dependencies is deprecated! Use ActiveSupport::Dependencies instead. See http://www.rubyonrails.org/deprecation for details. (called from evaluate_init_rb at /myapp/vendor/plugins/newrelic_rpm/init.rb:64)
DEPRECATION WARNING: Dependencies is deprecated! Use ActiveSupport::Dependencies instead. See http://www.rubyonrails.org/deprecation for details. (called from evaluate_init_rb at /myapp/vendor/plugins/newrelic_rpm/init.rb:65)
DEPRECATION WARNING: Dependencies is deprecated! Use ActiveSupport::Dependencies instead. See http://www.rubyonrails.org/deprecation for details. (called from evaluate_init_rb at /myapp/vendor/plugins/newrelic_rpm/init.rb:64)
DEPRECATION WARNING: Dependencies is deprecated! Use ActiveSupport::Dependencies instead. See http://www.rubyonrails.org/deprecation for details. (called from evaluate_init_rb at /myapp/vendor/plugins/newrelic_rpm/init.rb:65)
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Oh ok all you have to do is in init.rb just change lines 64 and 65 to this:
ActiveSupport::Dependencies.load_paths << controller_path
ActiveSupport::Dependencies.load_paths << helper_path
I’m happy
-
1 person says
this solves the problem
-
Inappropriate?It's fixed. You can update to the latest agent by doing the following from within your app directory:
script/plugin install http://svn.newrelic.com/rpm/agent/new... --force
- Jim
Loading Profile...



EMPLOYEE