Weird problems with ruby servers on Ubuntu 9.10

Posted by brianthecoder on Stack Overflow See other posts from Stack Overflow or by brianthecoder
Published on 2010-04-01T21:26:01Z Indexed on 2010/04/01 21:53 UTC
Read the original article Hit count: 449

So I'm using Ubuntu 9.10, trying to setup and deploy my app, but for some reason, whenever I try and boot up thin, it tells me it can't find rails, script/console, however, works fine. Heck, even script/server works fine as long as I don't try and daemonize it, then it just fails without any errors. Any ideas on what the hell is going on? I'm using rvm with the default ubuntu ruby as my system ruby. I have set REE as the default ruby though. This was still happening back when I had only REE installed via their installer script too.

© Stack Overflow or respective owner

Related posts about ubuntu-9.10

Related posts about ruby-on-rails