closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
n0kada has quit [Ping timeout: 260 seconds]
enebo has joined #ruby-core
enebo has quit [Ping timeout: 250 seconds]
charliesome has joined #ruby-core
charliesome_ has joined #ruby-core
charliesome has quit [Ping timeout: 244 seconds]
charliesome has joined #ruby-core
nagachika has joined #ruby-core
charliesome_ has quit [Ping timeout: 276 seconds]
charliesome_ has joined #ruby-core
charliesome has quit [Ping timeout: 252 seconds]
charliesome has joined #ruby-core
charliesome_ has quit [Ping timeout: 260 seconds]
<znz_jp>
biff: [ruby-changes:42660] nagachika:r54734 (trunk): * tool/merger.rb: use FileUtile.rm_f to fix an error on missing temporary file. - http://mla.n-z.jp/?ruby-changes=42660
<zzak>
[dzj54.neoplus.adsl.tpnet.pl/83.22.147.54, irc.freenode.net] I'm looking for a Ruby mentor, would one of you be so kind?
<zzak>
[3.14% of sailors are Pirates., irc.freenode.net] ruby-lang302: chances are slim here. Read a book, the docs, or write something cool. If there's a problem you can't wrap your head around that google doesn't solve - we can answer it.
<zzak>
[shevy, irc.freenode.net] insta-vanish!
enebo has quit [Quit: enebo]
<zzak>
[Fernando-Basso, irc.freenode.net] Is he left? Gee!
<zzak>
[Textual User, irc.freenode.net] hi! i'm seeing odd behavior where a Thread.current value is being reverted to its previous value under unicorn between some requests under uncertain conditions. i've got a simplified gist of some logs and code, and i'm wondering if anyone might be able to help me understand what i'm missing: https://gist.github.com/jpcody/e5b6c7e0e5937cc0855ef34c753a7d19
<zzak>
[PapierKorb, irc.freenode.net] jpcody: Looks like a question for #RubyOnRails
<zzak>
[Textual User, irc.freenode.net] thanks, Papierkorb. i'll give it a whirl there, too. to me, the only rails part of it felt like how i was logging the values, but i realize now it could be some sort of issue with AR's `pluck` methodh as well. thanks for the read :)
toretore has quit [Ping timeout: 240 seconds]
<zzak>
[Thorsten Hirsch, irc.freenode.net] hi. let’s say i have a class Foo that inherits from Base and includes Bar. all 3 implement the method my_method. now when i call super in Foo’s my_method will ruby look in Base only for another my_method or will it also look in Bar?
<zzak>
[Thorsten Hirsch, irc.freenode.net] and which one will be called if ruby looks in both?
<zzak>
[dea, irc.freenode.net] bauerbob: You can ask the system!
<zzak>
[Thorsten Hirsch, irc.freenode.net] the system…? what???
<zzak>
[Textual User, irc.freenode.net] also, this one is super easy to whip up in IRB with some `puts` statements. give it a whirl!
<zzak>
[Thorsten Hirsch, irc.freenode.net] oh… wow. thank you guys!
<znz_jp>
biff: [ruby-changes:42664] naruse:r54738 (trunk): * vm_insnhelper.c (INLINE): define as `inline` when it is optimized. - http://mla.n-z.jp/?ruby-changes=42664
<zzak>
[Fernando-Basso, irc.freenode.net] It is not that I advocate in favor of the two master editors only (anyone uses whatever they want), but it does feel strange even to watch, let alone be in that horrible situation.
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
<zzak>
[crime, irc.freenode.net] How can I .gets without the user's input being actually written to the screen? I want it like how linux passwords dont actually show up when typed in