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
hsbt_away is now known as hsbt
<znz_jp>
biff: [ruby-changes:43151] duerst:r55225 (trunk): * string.c: Activate full Unicode case mapping for UTF-8 by removing - http://mla.n-z.jp/?ruby-changes=43151
<zzak>
[snebel, irc.freenode.net] may be is not the best way
<zzak>
[snebel, irc.freenode.net] of doing this..
<zzak>
[Jonne Haß, irc.freenode.net] doesn't sound like it tbh
<zzak>
[snebel, irc.freenode.net] any suggestion on how doing it more compliant, elegant is welcome! :-)
<zzak>
[shevy, irc.freenode.net] hmm quick question, just gut feeling - if we have two different very large datasets, may marshalling it be better than storing it into a single yaml file?
<zzak>
[shevy, irc.freenode.net] (for reading it lateron)
<zzak>
[Ellis Marte, irc.freenode.net] havenwood: ty
<zzak>
[Ellis Marte, irc.freenode.net] i forgot the quotes
<zzak>
[realname, irc.freenode.net] oh okay thanks, but I don't wanna use scrapy, I wanted to try it in Ruby. Is there anyway to do simple scraping without importing nokogiri and stuff.
<zzak>
[shevy, irc.freenode.net] hmm wasn't there some stock exchange tool in ruby-gnome that would also sync with external data for that
<zzak>
[realname, irc.freenode.net] kyrose: you'll definitely want some sort of HTML parsing library
<zzak>
[realname, irc.freenode.net] or XML to be more specific
<zzak>
[Jonne Haß, irc.freenode.net] HTML != XML
<zzak>
[realname, irc.freenode.net] Ruby have that? If not, I have to manually rewirte the http library I guess for this task.
<zzak>
[realname, irc.freenode.net] rewire*
<zzak>
[Jonne Haß, irc.freenode.net] kyrose: have a look at the mechanize gem