Archive for June, 2006

Rails server strangeness

Wednesday, June 7th, 2006

I was trying to start a server on the test environment with “script/server -e test”, but it turns out that lighttpd ignores that parameter - silently. So I was getting a server on the development environment instead.

You can get around this by using the webrick server:
script/server webrick -e test