To start Ruby on Rails' Webrick server in a different mode:
ruby script/server -e [mode]
You can probably drop the ruby call:
./script/server -e [mode]
So, to start it in test mode:
./script/server -e test
To start Ruby on Rails' Webrick server in a different mode:
ruby script/server -e [mode]
You can probably drop the ruby call:
./script/server -e [mode]
So, to start it in test mode:
./script/server -e test
No related pages or links.