Rails server strangeness
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