| Message: 15061 |
 |
BY: Justin Bailey (m4dc4p) DATE: 2006-11-15 16:19 SUBJECT: RE: How to install Rails with RubySSPI You probably need to set the environment variable RUBYOPT so ruby gems are required automatically. It's one of the options you can pick when installing with the one click installer. At the command line you can type this to do it:
RUBYOPT=-rubygems
If that is already set, I think the gem is not installed correctly. Try reinstalling. | |