Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10674 (new enhancement)

Opened 5 months ago

Last modified 5 months ago

[PATCH] Add --prefix option to script/server with Mongrel

Reported by: Lytol Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: normal Keywords: unverified
Cc:

Description

The --prefix option was added to spawner in http://dev.rubyonrails.org/changeset/7708 ; however, the prefix option is still not available to script/server (since it does not use spawner). This patch makes the --prefix option available to Mongrel when run via script/server.

Attachments

add_prefix_option_to_script_server_for_mongrel.patch (1.3 kB) - added by Lytol on 01/02/08 19:42:24.

Change History

01/02/08 19:42:24 changed by Lytol

  • attachment add_prefix_option_to_script_server_for_mongrel.patch added.

01/02/08 23:32:49 changed by Lytol

  • keywords set to unverified.