From: naruse@... Date: 2017-12-01T15:12:18+00:00 Subject: [ruby-core:84030] [Ruby trunk Bug#9912][Closed] URI#to_s with an empty host formats the string incorrectly Issue #9912 has been updated by naruse (Yui NARUSE). Status changed from Assigned to Closed Fixed it at r60970. ---------------------------------------- Bug #9912: URI#to_s with an empty host formats the string incorrectly https://bugs.ruby-lang.org/issues/9912#change-68114 * Author: deafbybeheading (Maciek Sakrejda) * Status: Closed * Priority: Normal * Assignee: naruse (Yui NARUSE) * Target version: * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- maciek@gamera:~$ ruby -e "puts URI.parse('postgres:///foo').to_s" postgres:/foo The string of the formatted URI should be 'postgres:///foo'. Postgres uses empty-host URIs to indicate a Unix socket connection should be used instead of a TCP connection (which is used if you specify 'localhost' as host), so this can be very useful. -- https://bugs.ruby-lang.org/ Unsubscribe: