Michael Staton
2007-09-03 07:40:45 UTC
I just switched from the PC to the mac. I've installed MAMP and Locomotive on
my brand new mac to resume work on in RoR. But I'm getting error messages right
off the bat. The rails command worked, but the generate command and the require
command didn't. I got this error message:
./script/../config/boot.rb:18:in `require': No such file to load -- rubygems
(LoadError)
from ./script/../config/boot.rb:18
from script/generate:2:in `require'
from script/generate:2
It is my understanding from a google search that I need to install gems or go
about another ruby installation (but the point of locomotive was to avoid that).
However, after I downloaded the gems I did not know how to install them and
there were no instructions. The other ruby installations are all complex and
keep making reference to usr/local, which I don't get.
Any help would be appreciated.
my brand new mac to resume work on in RoR. But I'm getting error messages right
off the bat. The rails command worked, but the generate command and the require
command didn't. I got this error message:
./script/../config/boot.rb:18:in `require': No such file to load -- rubygems
(LoadError)
from ./script/../config/boot.rb:18
from script/generate:2:in `require'
from script/generate:2
It is my understanding from a google search that I need to install gems or go
about another ruby installation (but the point of locomotive was to avoid that).
However, after I downloaded the gems I did not know how to install them and
there were no instructions. The other ruby installations are all complex and
keep making reference to usr/local, which I don't get.
Any help would be appreciated.