rdp / faster_require

A utility to make require 'xxx' take far less time in windows
Other
48 stars 7 forks source link

rubygems 1.8.2 #34

Open ieq8 opened 13 years ago

ieq8 commented 13 years ago

I want to do this [code] Now edit the rubygems.rb file, and add a require line to the top of it of the faster_require file, like this: require 'd:/Ruby192/lib/ruby/gems/1.9.1/gems/faster_require-0.6.0/lib/faster_require.rb'[/code]

But latest version of rubygems(1.8.2) doesn't have rubygems.rb. In which file I need add this line?

rdp commented 13 years ago

Odd. I'm thinking this is a bug in rubygems itself: http://www.ruby-forum.com/topic/1690874#998924

Anyway, if you do a gem which rubygems, look in its parent directory and you should see a "rubygems.rb" file-- try that one and report back :) -r