Feature #1103
Ruby used for webrick cgi should be configurable
| Status: | Closed | Start date: | 02/04/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | lib | |||
| Target version: | 2.0.0 |
Description
The ruby used for cgi in webrick is not configurable. This patch allows the ruby binary to be configurable so that ruby does not need to be installed to use webrick cgi. This also fixes webrick tests.
History
Updated by ujihisa (ujihisa .) over 2 years ago
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
Updated by mame (Yusuke Endoh) about 2 years ago
Hi, > The ruby used for cgi in webrick is not configurable. > > This patch allows the ruby binary to be configurable so that ruby does not need to be installed to use webrick cgi. > > This also fixes webrick tests. I guess the feature is just for ruby-core maintenance, but the maintenance is very important :-) In addition, the feature is trivial. So I think you can commit it as "nodoc" feature. -- Yusuke Endoh <mame@tsg.ne.jp>
Updated by znz (Kazuhiro NISHIYAMA) about 2 years ago
- Category set to lib
- Target version set to 2.0.0
Updated by nahi (Hiroshi Nakamura) over 1 year ago
- Assignee changed from nobu (Nobuyoshi Nakada) to nahi (Hiroshi Nakamura)
- Priority changed from Normal to Low
Updated by nahi (Hiroshi Nakamura) 11 months ago
- Status changed from Assigned to Closed
r26299 overrides RbConfig.ruby at test/ruby/envutil.rb for test environment. I think that fix is enough for the original intent of the patch by Aaron. Sorry for this result.