Switching environments

Hi all,

I created a Rails project on MS Windows.
Now I’m on my Mac, and would like to extend this existing project.
However, I can not run the script/generate, because the scripts all
reference the windows directory of Ruby.

Is there an easy way to switch to the Unix environment?

Regards,

Harm de Laat

On Apr 02, 2006, at 2:00 pm, Harm de Laat wrote:

Harm de Laat

Can you run
$ rake rails:update
in your project directory? (Or whatever the 1.0 equivalent is, if
you’re using that)

Ashley