This project is archived and is in readonly mode.
Add --path option to script/server
Reported by Chris Cherry | October 2nd, 2008 @ 09:34 AM | in 2.x
The --prefix option was added to spawner in http://dev.rubyonrails.org/chang..., 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.
Comments and changes to this ticket
-
shuber October 2nd, 2008 @ 09:15 PM
+1
Very useful to develop and test with a prefix locally. Patch applies correctly.
-
josh December 20th, 2008 @ 05:39 PM
- State changed from new to wontfix
Needs to be updated for the rack version of script/server.
-
Chris Cherry January 28th, 2009 @ 08:58 AM
- Assigned user set to josh
- Title changed from Add --prefix option to script/server with Mongrel to Add --path option to script/server
Fixed patch! Uses Rack::URLMap to do the "prefix" setup. Renamed to --path (seemed to jive better with Rack's internal lingo - see arguments to
map
) -
josh February 3rd, 2009 @ 02:10 AM
- State changed from wontfix to open
-
Repository February 5th, 2009 @ 09:46 PM
- State changed from open to resolved
(from [b6e7a76cc573ee35c1df648f35d5865672f55e15]) script/server command can accept --path option to set app's root path [#1156 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1156 Add --path option to script/server (from [b6e7a76cc573ee35c1df648f35d5865672f55e15]) script/...