aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri/test_generic.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/uri/test_generic.rb (URI#test_merge): Test uri + URI(path)knu2013-11-211-9/+25
* * lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse2013-09-131-2/+2
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+1
* * test/uri/test_generic.rb (URI#test_find_proxy): add tests with empty *_prox...kazu2012-07-221-0/+8
* fix failureskazu2012-07-221-2/+9
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-0/+49
* * lib/uri/generic.rb (URI::Generic.build): duplicate args before addingnaruse2012-05-181-0/+9
* * lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain2012-04-111-0/+6
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-0/+1
* Add some more tests for the previous fix.knu2011-04-151-3/+9
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-0/+5
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+10
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-16/+16
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-12/+12
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-101-71/+30
* use ML ref. for assertion message.akr2007-11-181-13/+7
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-14/+61
* * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):nobu2005-10-101-1/+1
* * lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira2005-02-231-1/+16
* * lib/uri/generic.rb (URI::Generic#merge_path):akira2004-07-131-0/+27
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-0/+14
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-0/+16
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-221-0/+3
* make case insensitive for host-part.akira2003-12-091-0/+6
* * test/uri/*: translated RUNIT to Test::Unit.akira2003-10-051-35/+18
* * test/uri/* (6 files): added.akira2003-10-041-0/+634