Windows alternative to zeus and spring for rails

Just wondering if there are viable windows alternatives to using zeus and spring for rubies on rails. I have a very long startup time for my rails server due to an openSSL issue (as described below here ). As far as I know, zeus and spring do not work on Windows and the only alternative I could find was spork which is no longer supported and from what I could compile does not work on Ruby 2.1 and rails 4.2.1, which is I use

Is there anyway Windows rails developers can lend a hand?

Greetings.

+3


source to share


1 answer


You can use spork as a spring alternative https://github.com/sporkrb/spork



+1


source







All Articles