Locomotive + RadRails Installation help

Hi guys,
Im having trouble getting RadRails and Locomotive to hook up! (Im
obviously on OSX hence Locomotive)

Ive tried setting locomotive.app as a interpreter, but it doesnt seem
to accept it? Im defently having some problems getting it to work.

Thanks guys.

-Mike
mike [at] armyvisual [dot] com

If you want to make it work you can. It’s kind of a hack.

Fire up Locomotive and right click on your app and select open in
terminal. You will see that it executes a temporary script to set up
your environment.

If you copy that scripts contents to your $HOME/.profile it will be
available to you in your entire login account (including radrails)

You’ll be a lot better off if you install rails and rubygems from
source. It’s not that hard and there are several popular how-to’s out
there. It takes about 10 minutes.

On Mar 22, 6:20 pm, Mike [email protected] wrote:

Hi guys,
Im having trouble getting RadRails and Locomotive to hook up! (Im
obviously on OSX hence Locomotive)

Ive tried setting locomotive.app as a interpreter, but it doesnt seem
to accept it? Im defently having some problems getting it to work.

I’ve been told that if you open a Terminal for your application from
within Locomotive and then start RadRails from the command line, i.e.

open /path/to/RadRails.app

then things work.

-r