search for: mongrel_rails_

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

Did you mean: mongrel_rails
2006 Jul 17
2
Port of --prefix to mongrel-service
This patch: - adds --prefix option to service::install in mongrel-service plugin - fixes bug with config values merging in the service - enables gemplugins in the service. Questions: - why the load_plugins command was commented out? It seems working for me. - why bin/mongrel_rails_service and bin/mongrel_rails_svc still in the main package? - a lot of code is duplicated in both versions (standalone mongrel and service) - a bit of refactoring could help Anyway, this --prefix option is scratching my itch - I did by overwriting the mongrel itself and this is much cleaner. Thank...
2006 May 10
7
Problems starting mongrel running a rails app as a service
...I try to start the same app installed as a service I get the following error: "There was a problem starting the service: The service did not respond to the start or control request in a timely fashion." The debug.log isn''t even created. These are the commands I have issued: $ mongrel_rails_service install -n intrarails -d "New intranet" -r c:\rails\intra -e production -p 3000 $ mongrel_rails_service start -n intrarails When I go into the Services-application I can see that the service is trying to start the app with this command: "c:/ruby/bin/ruby.exe" "c:/...