summaryrefslogtreecommitdiffstats
path: root/test/cgi/test_cgi_tag_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* * lib/rubygems/timer.rb: removed svn:executable.yugui2008-11-111-0/+0
| | | | | | | | | | | | | | | | | | * lib/rubygems/validator.rb: ditto * test/cgi/test_cgi_modruby.rb: ditto * test/cgi/test_cgi_multipart.rb: ditto * test/cgi/test_cgi_session.rb: ditto: ditto * test/cgi/testdata/file1.html: ditto * test/cgi/testdata/small.png: ditto * test/cgi/testdata/large.png: ditto * test/cgi/test_cgi_core.rb: ditto * test/cgi/test_cgi_header.rb: ditto * test/cgi/test_cgi_cookie.rb: ditto * test/cgi/test_cgi_tag_helper.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix test for 1.8xibbar2008-11-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-241-0/+1
| | | | | | | * test/cgi/test_cgi_tag_helper.rb: add a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-281-0/+11
| | | | | | | | | | can specify the false as checked or selected value. [ruby-core:18306], [ruby-core:18307] * test/cgi/test_cgi_tag_helper.rb: add a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-171-0/+8
| | | | | | | | | use size instead of bytesize. * test/cgi/test_cgi_tag_helper.rb: test for checkbox_group,radio_group. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/cgi/test_cgi_tag_helper.rb : fix class namexibbar2008-09-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/cgi/test_cgi_tag_helper.rb: add more tests for html3.naruse2008-08-261-0/+68
| | | | | | Patch by Takeyuki Fujioka. [ruby-dev:35975] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.naruse2008-08-261-0/+253
[ruby-dev:35971] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e