vote up 1 vote down star

when I type irb> require 'rubygems' it returns false. I have many gems in my rails app that are obviously working - rake, activerecord, etc. What could be going wrong here? thanks.

Ruby 1.8.6. Rails 1.2.6

flag

57% accept rate

1 Answer

vote up 6 vote down check

It throws an exception if it doesn't work, it returns false if it is already loaded.

link|flag
well, now i know :-) – happythenewsad Jul 2 at 14:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.