Feature #1103
closedRuby used for webrick cgi should be configurable
Description
=begin
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.
=end
Files
Updated by ujihisa (Tatsuhiro Ujihisa) almost 15 years ago
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
=begin
=end
Updated by mame (Yusuke Endoh) over 14 years ago
=begin
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
=end
Updated by znz (Kazuhiro NISHIYAMA) over 14 years ago
- Category set to lib
- Target version set to 2.0.0
=begin
=end
Updated by nahi (Hiroshi Nakamura) about 14 years ago
- Assignee changed from nobu (Nobuyoshi Nakada) to nahi (Hiroshi Nakamura)
- Priority changed from Normal to 3
=begin
=end
Updated by nahi (Hiroshi Nakamura) over 13 years 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.