On Dec 23, 2010, at 11:22, Charles Oliver Nutter wrote: > I don't think global plugin loading should be the norm, though, until > it doesn't incur a massive perf hit.
I don't think it should ever be re-enabled. It was a bad mistake that a more thoughtful implementation (load plugins when necessar) would have avoided. rubygems/install_plugin.rb - loaded when the installer is required rubygems/command_plugin.rb - loaded when the command manager is required etc. We won't need global plugins if we have appropriate hooks like these. _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers