Rails works only if 'ruby script/server'
Posted by: Corbin
Posted on: 2006-03-14 20:16:00
I might be missing something simple after following along the wiki, but I can only get RAILS to operate if I run the server using the command 'ruby script/server' at the shell prompt.
This doesn't seem right.
It is only when I 'ruby script/server' that I go to http://domain:3000/controller/action
I am getting what I expect to see.
If I do not run the server, and I go to:
http://domain/controller/action
I get: Application error (Rails)
and here is an excerpt of production.log: