How to create a Windows service with Rails 3 and Ruby 1.9.2?

How to create a Windows service with Rails 3 and Ruby 1.9.2 using Mongrel?

+5
source share
1 answer

A few years ago, the extension mongrel_servicefor Mongrel was used to provide functionality to run a Rails application (using mongrel_service) as a service.

Due to some changes in Rails 3 and the lack of continuous development in Mongrel, the internal internal device was not updated to properly handle the new version of Rails

Because of this, mongrel_service cannot be used to run a Rails 3 application with Mongrel as a service.

, mongrel_service, , Rails, Thin Ruby- Windows.

, . , RubyInstaller Google Group

ETA ( RailsConf)

, .

0

All Articles