How to start Webrick server in test mode

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

Last modified: 25/04/2007 Tags: (none)

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top