From: Matthieu Stone Date: 2007-06-08T00:49:33+09:00 Subject: Re: Rails on a Mac, so strange (to me) behavior Hi, You may need to try >ruby script/server This rgds, - matt. -----Original Message----- From: Mark [mailto:mark@acerbate.org] Sent: 07 June 2007 15:55 To: ruby-talk ML Subject: Rails on a Mac, so strange (to me) behavior I have built Ruby from source, installed gems & rails on a MacBook pro. I installed the source for a working Rails application in a directory /rails_apps. I cd to the application directory under rails apps and in the terminal I enter: script/server Terminal responds: : No such file or directory sudo script/server provides the same response ls -la script/server returns: -rwxr-xr-x 1 pogo admin 98 Nov 13 2006 script/server I have all of 2 weeks experience on a Mac, which probably explains the basic problem. Can someone advise?