mongrel_service version 0.4.0 has been released!
This plugin offer native win32 services for rails.
This replace mongrel_rails_service.
Changes:
0.4.0 / 2010-11-16
-
Enhancements:
- Pass-through arguments during service install. Closes GH-4
- A bit more verbose messages at install / removal
-
Bugfixes:
- Quote service name. Closes GH-3
- Loose mongrel dependency a little bit for compatibility
- Service name is mandatory. Closes GH-10
As reference, the following was covered on previous beta releases:
=== 0.4.beta3 / 2010-03-07
- Bugfixes:
- Enable the service display name to contain spaces [sinclair]
- Use a regex for more realible determination of service existance
[sinclair]
Closes GH-1
=== 0.4.beta2 / 2010-01-01
-
Enhancements:
-
Removed win32-service dependency, making mongrel_service more
portable
between Ruby implementations on Windows (One-Click and
RubyInstaller) -
Now mongrel log files are written to the path specified by --log
option.
Contribution by Daniel Gies (BigFix). Closes #44.
-
-
Bugfixes:
-
Wait longer for child process terminate properly (max 20 seconds).
Imported tests from RubyServices project. Closes #18. -
Workaround Windows 2008 process detection issues forcing ‘service’
initialization parameter. Closes #54. [papillon] -
Updated ServiceFB to work with FB > 0.18.
-