search for: _svc

Displaying 2 results from an estimated 2 matches for "_svc".

Did you mean: _src
2006 Feb 21
9
Checked mongrel_rails_service drafts
Ok, I have checked in the first draft of rails win32 service into examples mongrel_rails_service is the controller, and the _svc script is actually the service. The controller uses Mongrel Commands as requested by Zed, but the service was simplified for debugging purposes, later will merge and refactor both files. The environment defaults to production, so if wanted to run it on other, you must explicit so. The SimpleHand...
2006 Feb 23
0
A few changes to rails services.
Ok, commited a few modifications to mongrel_rails_svc (revision 59). For the ones running from svn, please do a update and take a look into it. Good news: services now start and stop ok from controller or net commands. Other good news: done some refactoring to the code into _svc file to create a RailsMongrel class. This class perform whatever you...