On Sep 16, 2005, at 9:04 PM, Tim Martens wrote: > > On Sep 16, 2005, at 3:28 PM, Kevin Ballard wrote: > > >> sudo gem update --include-dependencies rails >> > > Done. Thanks Kevin. > > script/ruby server -e production yields:
Er, that's a weird path. It should really be 'ruby ./script/ server'. If you try running it from within the script directory (cd script; ruby ./server) then it won't work right. Scott