[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[ruby-core:62966] [ruby-trunk - Bug #9912] [Open] URI#to_s with an empty host formats the string incorrectly
From:
m.sakrejda@...
Date:
2014-06-06 17:27:58 UTC
List:
ruby-core #62966
Issue #9912 has been reported by Maciek Sakrejda.
----------------------------------------
Bug #9912: URI#to_s with an empty host formats the string incorrectly
https://bugs.ruby-lang.org/issues/9912
* Author: Maciek Sakrejda
* Status: Open
* Priority: Normal
* Assignee:
* Category: lib
* 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/