Discussion:
setup glitch with MAMP and Locomotive
Michael Staton
2007-09-03 07:40:45 UTC
Permalink
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.
Lori M Olson
2007-09-03 16:00:30 UTC
Permalink
Post by Michael Staton
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
./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.
_______________________________________________
Locomotive-users mailing list
http://lists.raaum.org/mailman/listinfo/locomotive-users
So... you have:

1. configured your Rails application under Locomotive
2. started your Terminal from Locomotive?

Regards, Lori

Loading...