From: "xibbar (Takeyuki Fujioka)" Date: 2012-07-04T08:43:29+09:00 Subject: [ruby-core:46156] [ruby-trunk - Feature #6621] Accept a CGI parameter without a value Issue #6621 has been updated by xibbar (Takeyuki Fujioka). when query is 'id=123&id=', cgi["id"] is 123. but query is 'id=123&id', cgi["id"] is "". I will update with this patch. ---------------------------------------- Feature #6621: Accept a CGI parameter without a value https://bugs.ruby-lang.org/issues/6621#change-27776 Author: drbrain (Eric Hodel) Status: Feedback Priority: Normal Assignee: xibbar (Takeyuki Fujioka) Category: lib Target version: 2.0.0 So "id" will be treaded like "id=" From https://github.com/ruby/ruby/pull/58 Patch by Michel Martens: https://github.com/ruby/ruby/pull/58.diff -- http://bugs.ruby-lang.org/