Displaying 1 result from an estimated 1 matches for "mw_dev_serv".
Did you mean:
  mw_dev_server
  
2006 Jun 27
5
script/server mongrel on windows
Supposedly the latest edge rail supports mongrel via script/server.  I 
have mogrel all installed and working when called via:
  mongrel_rails service::start -N mw_dev_server
However when I do:
  ruby script/server mongrel
I get:
  PROBLEM: Mongrel is not available on your system (or not in your path)
Upon further investigation, it appears that mongrel prevents itself from 
loading on windows with the following lines:
  unless RUBY_PLATFORM !~ /mswin/ &&...