i just installed the one click installer 1.8.5 on windows, but i can
not use any gems
coz require ‘rubygems’ return false.
is there any thing i have to config? thanks
On 9/28/06, Haofei [email protected] wrote:
i just installed the one click installer 1.8.5 on windows, but i can
not use any gems
coz require ‘rubygems’ return false.
is there any thing i have to config? thanks
The false return value just means that the library has already been
loaded.
It would have thrown a LoadError had it not been successful.
Josh