apeiros changed the topic of #ruby-lang to: RIP Jim || Ruby 2.1.1; 2.0.0-p451; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerling__ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerling__ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
mehlah has quit [Quit: Leaving...]
Aerlinge_ has quit [Ping timeout: 268 seconds]
mr-foobar has quit [Read error: Connection reset by peer]
Aerlinger has quit [Read error: Connection reset by peer]
<MKeigher> centrx .... thanks for the tip before!!
Aerlinger has joined #ruby-lang
mr-foobar has joined #ruby-lang
<MKeigher> i changed the "SELECT COUNT(*) FROM computers" query to just "SELECT * FROM computers"
<MKeigher> now instead of showing the count, it shows row numbers. - same result of course!
<MKeigher> thank you so so much!
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
<apeiros> MKeigher: uaaah, horrible idea
<MKeigher> i know... quick and dirty! :(
Aerlinger has quit [Read error: No route to host]
<apeiros> you should figure out how to properly get a value from a result. API docs aren't that hard to read.
<MKeigher> but my concern is that SOME queries NEED to return values... and i need to figure that out...
<apeiros> now you're essentially loading the whole table from the db into ram
Aerlinger has joined #ruby-lang
<MKeigher> im doing that right now...
<MKeigher> yeah :9
<MKeigher> :(
<MKeigher> not the best right now... but at east i know the LINK from db to mysql2 is working! lol
kgrz has joined #ruby-lang
<apeiros> you knew that before already :-p
<MKeigher> im looking to inject my RESULT not a row count.
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
<MKeigher> the altered query is working at least.. http://i.imgur.com/LCD6vAO.jpg
<MKeigher> i just dont like result.count
<MKeigher> ive tried a few alternatives.... still looking into it
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
<apeiros> MKeigher: why on earth do you *try* stuff instead of going to the docs and see how it's done properly?
<apeiros> seriously, that's why docs exist
Aerlinger has quit [Read error: No route to host]
<MKeigher> im going through the docs
Aerlinger has joined #ruby-lang
kgrz has quit [Ping timeout: 268 seconds]
saarinen has quit [Read error: Connection reset by peer]
saarinen has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
jhass is now known as jhass|off
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
RobertBirnie has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
yfeldblu_ has quit [Read error: Connection reset by peer]
Aerlinge_ has joined #ruby-lang
yfeldblum has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 240 seconds]
Aerling__ has joined #ruby-lang
khaase has joined #ruby-lang
Aerling__ has quit [Read error: No route to host]
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
centrx has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
saarinen has quit [Quit: saarinen]
jmeeuwen_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
jmeeuwen has quit [Ping timeout: 264 seconds]
Aerlinger has joined #ruby-lang
jmeeuwen_ is now known as jmeeuwen
KillerFox has quit [Ping timeout: 252 seconds]
Aerlinger has quit [Read error: No route to host]
KillerFox has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
jason__ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
khaase has quit [Remote host closed the connection]
Aerlinger has joined #ruby-lang
khaase has joined #ruby-lang
pixelhandler has quit [Quit: pixelhandler]
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
jason__ has quit [Remote host closed the connection]
Aerlinge_ has joined #ruby-lang
KillerFox has quit [Ping timeout: 252 seconds]
jason__ has joined #ruby-lang
khaase has quit [Ping timeout: 255 seconds]
Aerling__ has joined #ruby-lang
yfeldblum has joined #ruby-lang
KillerFox has joined #ruby-lang
shinnya has quit [Ping timeout: 255 seconds]
Aerling__ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
apeiros has quit [Remote host closed the connection]
Aerlinge_ has quit [Ping timeout: 268 seconds]
apeiros has joined #ruby-lang
jason__ has quit [Ping timeout: 255 seconds]
Aerlinge_ has joined #ruby-lang
stevew_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
mikecmpbll has quit [Quit: ciao.]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
<stevew_> I have clock1 = Clock.at(1, 20), clock2 = Clock.at(2,20). With class instance variables, clock1 will now return the values from clock2. How do I keep them separate?
<centrx> stevew_, Does Clock.at return an instance of Clock?
<stevew_> centrx: right now it returns self
Aerlinge_ has joined #ruby-lang
<stevew_> centrx: I guess? heh I'll check
Aerlinger has quit [Read error: Connection reset by peer]
<stevew_> centrx: clock1.class returns Class
<centrx> stevew_, A class method that returns self returns the class Clock, not an instance.
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
<stevew_> centrx: yeah, this is an exercise from exercism.io
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
robbyoconnor has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
mykoweb has joined #ruby-lang
lolmaus has quit [Ping timeout: 252 seconds]
Aerlinger has quit [Read error: No route to host]
lolmaus has joined #ruby-lang
postmodern has joined #ruby-lang
Aerlinger has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Speed has quit [Quit: When two people dream the same dream, it ceases to be an illusion.]
Aerlinger has joined #ruby-lang
tectonic has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
jason___ has joined #ruby-lang
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
jason___ has quit [Remote host closed the connection]
mistym has joined #ruby-lang
jason___ has joined #ruby-lang
Aerling__ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
stevew_ has quit [Quit: WeeChat 0.4.3]
Aerling__ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinge_ has joined #ruby-lang
jason___ has quit [Ping timeout: 240 seconds]
shinnya has joined #ruby-lang
Aerlinger has joined #ruby-lang
Lewix has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
karamazov has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has quit [Read error: Connection reset by peer]
lolmaus has quit [Ping timeout: 255 seconds]
Aerlinger has joined #ruby-lang
tectonic has quit []
lolmaus has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
<centrx> Aerlinge_, Is there a prblem?
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
tectonic has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
<tsou> centrx: yes: there's no route to host :P
<centrx> Aerlinger, Do you need a route to host?
<tsou> heh
ohsix has quit [Ping timeout: 245 seconds]
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinge_ has quit [Read error: Connection reset by peer]
ohsix has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
alex-quiterio has quit [Quit: Leaving.]
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
t_ has joined #ruby-lang
rahul_j has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
kgrz has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
kgrz has quit [Ping timeout: 255 seconds]
shinnya has quit [Ping timeout: 255 seconds]
khaase has joined #ruby-lang
Aerling__ has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerling__ has quit [Read error: No route to host]
khaase has quit [Remote host closed the connection]
Aerlinger has quit [Ping timeout: 268 seconds]
toretore has quit [Quit: This computer has gone to sleep]
khaase has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
nisstyre has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
khaase has quit [Ping timeout: 252 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
charliesome has joined #ruby-lang
Aerling__ has joined #ruby-lang
CaptainJet has quit [Ping timeout: 252 seconds]
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has quit [Read error: Connection reset by peer]
Aerling__ has quit [Read error: Connection reset by peer]
CaptainJet has joined #ruby-lang
Aerlinger has joined #ruby-lang
karamazov has quit []
jason____ has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
tylersmith has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
mr-foobar has quit [Read error: Connection reset by peer]
mr-foobar has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
mr-foobar has quit [Read error: Connection reset by peer]
mr-foobar has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
retro|cz has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
lolmaus has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
Aerlinger has joined #ruby-lang
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #ruby-lang
robbyoconnor has quit [Changing host]
robbyoconnor has joined #ruby-lang
lolmaus has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinge_ has joined #ruby-lang
rue_XIW has quit [Ping timeout: 240 seconds]
Aerlinger has joined #ruby-lang
Aerling__ has joined #ruby-lang
Aerling__ has quit [Read error: No route to host]
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
lolmaus has quit [Ping timeout: 252 seconds]
lolmaus has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
yfeldblu_ has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
kgrz has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
rue|w has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 252 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
kgrz has quit [Ping timeout: 268 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
kgrz has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
gix has quit [Ping timeout: 240 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
viscera has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
viscera has quit [Client Quit]
diegoviola has joined #ruby-lang
gix has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Cakey has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
Aerlinge_ has joined #ruby-lang
t_ has quit [Remote host closed the connection]
Aerling__ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerling__ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
iliketurtles has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
jason____ has quit [Remote host closed the connection]
Aerlinger has joined #ruby-lang
jason___ has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
jason___ has quit [Ping timeout: 240 seconds]
Aerlinger has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
grahamsavage has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
<grahamsavage> how can i make i on line 2 be set to the value at the time of creating the thread
Aerlinger has joined #ruby-lang
<grahamsavage> make a lambda or something?
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
toastynerd has quit [Remote host closed the connection]
Aerlinger has joined #ruby-lang
lolmaus has quit [Ping timeout: 268 seconds]
toastynerd has joined #ruby-lang
lolmaus has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
robbyoconnor has quit [Quit: Konversation terminated!]
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
t4nk834 has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
<t4nk834> Hey, can someone help with with a frustrating but probably silly issue? I'm very new to ruby
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
<t4nk834> I'm trying to work with an object that looks like this: { issues: [ { Useful hash infomormation } ] }. If I attempt to read the entire object, it's fast. If I try to iterate through the "useful has" section it suddenly takes over a minute for ~2000 lines of data
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
<t4nk834> e.g. this is fast: test = resp[:issues] but test = resp[:issues].issues takes 90 seconds
Aerlinger has quit [Read error: Connection reset by peer]
havenwood has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
<grahamsavage> is there a library for doing parallel downlading of fils?
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
toastyne_ has joined #ruby-lang
<havenwood> grahamsavage: Typhoeus is one nice option: https://github.com/typhoeus/typhoeus#readme
Aerlinger has joined #ruby-lang
<grahamsavage> checking it out
<grahamsavage> cheers
Aerlinger has quit [Read error: No route to host]
<havenwood> grahamsavage: this spreadsheet has a nice rundown of Ruby HTTP client options: https://docs.google.com/spreadsheet/pub?key=0AiZsKd8d4hSJdF9WRHVoRElnaV9paThuZ1FBSU1Ob3c&single=true&gid=4&output=html
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
<grahamsavage> hmm.. pity can't open google docs
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
RobertBirnie has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
chichou has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
RobertBirnie has quit [Ping timeout: 255 seconds]
Aerling__ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
toastyne_ has quit [Remote host closed the connection]
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinge_ has joined #ruby-lang
t4nk834 has quit [Ping timeout: 245 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerling__ has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
lolmaus has quit [Ping timeout: 240 seconds]
havenwood has quit []
lolmaus has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
lolmaus has quit [Ping timeout: 268 seconds]
lolmaus has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
centrx has joined #ruby-lang
mistym has quit [Remote host closed the connection]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
grahamsavage has quit [Ping timeout: 240 seconds]
Aerlinge_ has joined #ruby-lang
robbyoconnor has joined #ruby-lang
Aerling__ has joined #ruby-lang
Aerling__ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
lolmaus has quit [Ping timeout: 255 seconds]
skade has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
skade has quit [Quit: Computer has gone to sleep.]
Aerlinger has joined #ruby-lang
tectonic has quit []
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
tylersmith has quit []
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
jason__ has joined #ruby-lang
mechan1c has joined #ruby-lang
Aerlinger has joined #ruby-lang
mechan1c_ has quit [Ping timeout: 240 seconds]
Aerling__ has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerling__ has quit [Read error: No route to host]
jason__ has quit [Ping timeout: 252 seconds]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
chichou has quit [Remote host closed the connection]
Aerlinger has quit [Read error: No route to host]
sdouglas has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
toastynerd has joined #ruby-lang
Aerling__ has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinge_ has joined #ruby-lang
Aerling__ has quit [Read error: Connection reset by peer]
mistym has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
flak has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
glide has quit [Quit: Leaving]
Aerlinge_ has joined #ruby-lang
amclain has quit [Quit: Leaving]
nisstyre has quit [Quit: WeeChat 0.4.3]
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
kgrz has joined #ruby-lang
x0f has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
x0f_ has quit [Ping timeout: 240 seconds]
Aerling__ has joined #ruby-lang
Aerling__ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
lolmaus has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
phansch has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
iliketurtles has quit [Quit: zzzzz…..]
Aerlinger has quit [Read error: No route to host]
sdouglas has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
khaase has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerling__ has joined #ruby-lang
sdouglas has quit [Ping timeout: 268 seconds]
tbuehlmann has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinge_ has joined #ruby-lang
Aerling__ has quit [Read error: Connection reset by peer]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
karamazov has joined #ruby-lang
vsorlov has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
karamazov has quit [Client Quit]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
khaase has quit [Remote host closed the connection]
khaase has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
khaase_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
khaase has quit [Ping timeout: 268 seconds]
vsorlov has quit [Ping timeout: 255 seconds]
Aerlinger has quit [Read error: No route to host]
khaase_ has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerling__ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: Connection reset by peer]
Aerling__ has quit [Ping timeout: 268 seconds]
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
mib_mib has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
rue has quit [Remote host closed the connection]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
achal has joined #ruby-lang
toastynerd has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
mib_mib has quit [Remote host closed the connection]
Aerlinger has quit [Read error: Connection reset by peer]
Aerlinger has joined #ruby-lang
skade has joined #ruby-lang
Cakey has quit [Ping timeout: 252 seconds]
khaase has joined #ruby-lang
apeiros has quit [Read error: Connection reset by peer]
apeiros_ has joined #ruby-lang
khaase has quit [Ping timeout: 268 seconds]
Coincidental has quit [Remote host closed the connection]
CaptainJet has quit []
ur5us has joined #ruby-lang
vsorlov has joined #ruby-lang
Aerlinger has quit [Remote host closed the connection]
Aerlinger has joined #ruby-lang
retro|cz has quit [Ping timeout: 255 seconds]
dc5ala has joined #ruby-lang
alex-quiterio has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
Aerlinger has quit [Ping timeout: 252 seconds]
tbuehlmann has quit [Remote host closed the connection]
vsorlov has quit [Read error: Operation timed out]
ggherdov_ has joined #ruby-lang
ggherdov_ has quit [Changing host]
ggherdov_ has quit [Changing host]
ggherdov_ has joined #ruby-lang
retro|cz has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
toastynerd has quit [Remote host closed the connection]
relix has joined #ruby-lang
rahul_j has joined #ruby-lang
Aerlinger has joined #ruby-lang
kitak has quit [Remote host closed the connection]
Aerlinger has quit [Read error: Connection reset by peer]
kitak has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
Aerlinger has quit [Read error: Connection reset by peer]
khaase has joined #ruby-lang
Aerlinger has joined #ruby-lang
Aerlinge_ has joined #ruby-lang
Aerlinge_ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
Aerlinger has quit [Ping timeout: 268 seconds]
khaase has quit [Ping timeout: 255 seconds]
Aerlinger has joined #ruby-lang
lolmaus has quit [Ping timeout: 268 seconds]
Aerling__ has joined #ruby-lang
Aerlinge_ has quit [Ping timeout: 268 seconds]
Aerling__ has quit [Read error: No route to host]
Aerlinge_ has joined #ruby-lang
skade has quit [Read error: Connection reset by peer]
kgrz_ has joined #ruby-lang
kgrz has quit [Read error: Connection reset by peer]
Aerlinger has quit [Ping timeout: 268 seconds]
Aerlinge_ has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
ur5us has joined #ruby-lang
Aerlinger has quit [Read error: No route to host]
Aerlinger has joined #ruby-lang
apeiros_ is now known as apeiros
Aerlinger has quit [Read error: Connection reset by peer]
slawrence00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tkuchiki has joined #ruby-lang
kitak has quit [Remote host closed the connection]
kitak has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 0.4.3]
kitak has quit [Ping timeout: 260 seconds]
<ohsix> the hash thing works? cool
<ohsix> i never tested it on freenode
skade has joined #ruby-lang
mistym has quit [Remote host closed the connection]
alex-quiterio has quit [Quit: Leaving.]
sdouglas has joined #ruby-lang
sdouglas has quit [Ping timeout: 252 seconds]
alex-quiterio has joined #ruby-lang
alex-quiterio has left #ruby-lang [#ruby-lang]
heftig has quit [Ping timeout: 255 seconds]
jhass|off is now known as jhass
slawrence00 has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
khaase has joined #ruby-lang
rippa has joined #ruby-lang
khaase has quit [Ping timeout: 252 seconds]
tkuchiki has quit [Remote host closed the connection]
enkristoffer has joined #ruby-lang
khaase has joined #ruby-lang
heftig has joined #ruby-lang
khaase has quit [Ping timeout: 268 seconds]
rahul_j has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
Mon_Ouie has quit [Quit: WeeChat 0.4.3]
dorei has joined #ruby-lang
danijoo has joined #ruby-lang
danijoo has quit [Client Quit]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
mib_mib has joined #ruby-lang
mib_mib has quit [Remote host closed the connection]
skade has quit [Read error: Connection reset by peer]
ur5us has joined #ruby-lang
MartynKeigher has joined #ruby-lang
kitak has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 268 seconds]
LMity has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
LMity has quit [Ping timeout: 240 seconds]
mbj has joined #ruby-lang
stamina has joined #ruby-lang
khaase has joined #ruby-lang
arBmind has joined #ruby-lang
vlad_starkov has joined #ruby-lang
khaase has quit [Read error: Operation timed out]
vlad_starkov has quit []
danijoo has joined #ruby-lang
mib_mib has joined #ruby-lang
mib_mib has quit [Remote host closed the connection]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
kgrz_ has quit [Remote host closed the connection]
enkristoffer has quit [Quit: ❤]
richardardrichar has joined #ruby-lang
richardardrichar has quit [Remote host closed the connection]
whitecrow1 has joined #ruby-lang
whitecrow1 has joined #ruby-lang
mikecmpbll has joined #ruby-lang
michd is now known as MichD
skade has joined #ruby-lang
tea-boy has joined #ruby-lang
danijoo has quit [Remote host closed the connection]
slawrence00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
toretore has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
phansch has quit [Quit: WeeChat 0.4.2]
skade has quit [Ping timeout: 268 seconds]
skade has joined #ruby-lang
khaase has joined #ruby-lang
khaase has quit [Changing host]
khaase has joined #ruby-lang
skade has quit [Ping timeout: 255 seconds]
dc5ala has quit [Quit: Ex-Chat]
skade has joined #ruby-lang
khaase has quit [Ping timeout: 252 seconds]
arBmind has quit [Quit: Leaving.]
mbj has quit [Ping timeout: 268 seconds]
slawrence00 has joined #ruby-lang
cnivolle has joined #ruby-lang
herpless has joined #ruby-lang
yfeldblum has joined #ruby-lang
Speed has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
shinnya has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
Asher has quit [Quit: Leaving.]
sferik has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
mehlah has joined #ruby-lang
vlad_starkov has joined #ruby-lang
ij has joined #ruby-lang
MartynKeigher has quit [Ping timeout: 245 seconds]
khaase has joined #ruby-lang
postmodern has quit [Quit: Leaving]
skammer has joined #ruby-lang
khaase has quit [Ping timeout: 252 seconds]
DEA7TH has joined #ruby-lang
<DEA7TH> test
DEA7TH has left #ruby-lang [#ruby-lang]
MartynKeigher has joined #ruby-lang
Cakey has joined #ruby-lang
kitak has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
yfeldblum has joined #ruby-lang
sdouglas has joined #ruby-lang
kgrz has joined #ruby-lang
cored has joined #ruby-lang
Speed has quit [Ping timeout: 252 seconds]
esad has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
Lewix has joined #ruby-lang
Lewix has quit [Changing host]
Lewix has joined #ruby-lang
vsorlov has joined #ruby-lang
skade has joined #ruby-lang
sdouglas has quit [Ping timeout: 255 seconds]
kgrz has quit [Ping timeout: 255 seconds]
MartynKeigher has quit [Ping timeout: 255 seconds]
kitak has joined #ruby-lang
kitak has quit [Remote host closed the connection]
void101 has joined #ruby-lang
skade has quit [Ping timeout: 252 seconds]
enebo has joined #ruby-lang
skade has joined #ruby-lang
Speed has joined #ruby-lang
symm- has quit [Ping timeout: 240 seconds]
MartynKeigher has joined #ruby-lang
danijoo has joined #ruby-lang
davispuh has joined #ruby-lang
nathanstitt has joined #ruby-lang
Asher has joined #ruby-lang
nathanstitt has quit [Client Quit]
jtopper has joined #ruby-lang
rhcake has joined #ruby-lang
kitak has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
alex-quiterio has joined #ruby-lang
danijoo has quit [Remote host closed the connection]
MartynKeigher has quit [Ping timeout: 264 seconds]
skade has quit [Ping timeout: 240 seconds]
cored has quit [Ping timeout: 240 seconds]
cored has joined #ruby-lang
rhcake has left #ruby-lang [#ruby-lang]
khaase has joined #ruby-lang
tea-boy_ has joined #ruby-lang
mikecmpbll has joined #ruby-lang
tea-boy has quit [Ping timeout: 252 seconds]
mbj has joined #ruby-lang
khaase has quit [Ping timeout: 268 seconds]
slawrence00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
MartynKeigher has joined #ruby-lang
arBmind has joined #ruby-lang
esad has quit [Quit: Textual IRC Client: www.textualapp.com]
yfeldblum has joined #ruby-lang
sdouglas has joined #ruby-lang
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 252 seconds]
tbuehlmann has joined #ruby-lang
sdouglas has quit [Ping timeout: 240 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has joined #ruby-lang
jason_ has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
vlad_starkov has quit [Remote host closed the connection]
jtopper has left #ruby-lang [#ruby-lang]
vlad_starkov has joined #ruby-lang
cored has quit [Ping timeout: 240 seconds]
sferik has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
vlad_sta_ has joined #ruby-lang
Cakey has quit [Ping timeout: 255 seconds]
kukyakya has joined #ruby-lang
void101 has quit [Read error: Connection reset by peer]
MKeigher has left #ruby-lang ["(Byrd IRC Client // haxed.net)"]
MartynKeigher has quit [Ping timeout: 245 seconds]
void101 has joined #ruby-lang
jxpx777 has joined #ruby-lang
vlad_starkov has joined #ruby-lang
jxpx777_ has joined #ruby-lang
MartynKeigher has joined #ruby-lang
jxpx777- has joined #ruby-lang
relix has joined #ruby-lang
vlad_sta_ has quit [Ping timeout: 268 seconds]
khaase_ has joined #ruby-lang
jason_ has quit [Remote host closed the connection]
jason_ has joined #ruby-lang
jxpx777 has quit [Ping timeout: 252 seconds]
jxpx777_ has quit [Ping timeout: 255 seconds]
shinnya has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
jason_ has quit [Ping timeout: 264 seconds]
jxpx777 has joined #ruby-lang
jxpx777_ has joined #ruby-lang
jxpx777- has quit [Ping timeout: 268 seconds]
sdouglas has joined #ruby-lang
void101 has quit [Read error: Connection reset by peer]
jxpx777 has quit [Ping timeout: 260 seconds]
mykoweb has joined #ruby-lang
vsorlov has quit [Ping timeout: 255 seconds]
khaase_ has quit [Remote host closed the connection]
khaase has joined #ruby-lang
khaase has joined #ruby-lang
khaase has quit [Changing host]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skammer has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
slawrence00 has joined #ruby-lang
jxpx777_ has quit [Ping timeout: 245 seconds]
khaase has quit [Ping timeout: 240 seconds]
rhcake has joined #ruby-lang
banister has joined #ruby-lang
danijoo has joined #ruby-lang
yfeldblum has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 268 seconds]
cmoylan has joined #ruby-lang
cmoylan has quit [Changing host]
cmoylan has joined #ruby-lang
cnivolle has quit []
MartynKeigher has left #ruby-lang [#ruby-lang]
vlad_starkov has quit []
mbj has left #ruby-lang [#ruby-lang]
skammer has joined #ruby-lang
kukyakya has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
cnivolle has joined #ruby-lang
Cakey has quit [Ping timeout: 240 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
francisfish has quit [Remote host closed the connection]
fbernier has quit [Read error: Connection reset by peer]
jcs222 has quit [Quit: leaving]
relix has joined #ruby-lang
herpless has quit [Quit: Connection closed for inactivity]
danijoo has quit [Remote host closed the connection]
jacky has quit [Excess Flood]
skammer has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
herpless has joined #ruby-lang
|jemc| has joined #ruby-lang
arBmind has joined #ruby-lang
yfeldblum has joined #ruby-lang
jaimef has quit [Excess Flood]
jaimef has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
hakunin has quit [Remote host closed the connection]
vsorlov has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
francisfish has joined #ruby-lang
havenwood has joined #ruby-lang
hakunin has joined #ruby-lang
cmoylan has quit [Read error: Connection reset by peer]
rhcake has quit [Ping timeout: 255 seconds]
arBmind has quit [Quit: Leaving.]
mykoweb has quit [Remote host closed the connection]
hakunin has quit [Ping timeout: 240 seconds]
vlad_starkov has joined #ruby-lang
skade has joined #ruby-lang
mr-foobar has quit [Read error: Connection reset by peer]
mr-foobar has joined #ruby-lang
momomomomo has joined #ruby-lang
skade has quit [Ping timeout: 255 seconds]
skade has joined #ruby-lang
jaimef has quit [Excess Flood]
ylluminate` has quit [Quit: Bye!]
Cakey has joined #ruby-lang
jaimef has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
LMity has joined #ruby-lang
VTLob has joined #ruby-lang
jason_ has joined #ruby-lang
saarinen has joined #ruby-lang
Cakey has quit [Ping timeout: 255 seconds]
jaimef has quit [Excess Flood]
rahul_j has joined #ruby-lang
LMity has quit [Ping timeout: 255 seconds]
enebo has quit [Quit: enebo]
jaimef has joined #ruby-lang
shastaky has joined #ruby-lang
<shastaky> exit
shastaky has quit [Client Quit]
stamina has quit [Ping timeout: 268 seconds]
jason_ has quit [Remote host closed the connection]
jason_ has joined #ruby-lang
skammer has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
jason_ has quit [Ping timeout: 252 seconds]
shastaky has joined #ruby-lang
<shastaky> ??????
<jhass> shastaky: ?
<shastaky> sorry my encoding is shit
shastaky has quit [Client Quit]
momomomomo has quit [Quit: momomomomo]
Technodrome has joined #ruby-lang
<Technodrome> Hey guys
arBmind has joined #ruby-lang
<havenwood> hi
<Technodrome> been doing Python for a long time , i miss ruby
benzrf has joined #ruby-lang
kgrz has joined #ruby-lang
benzrf has left #ruby-lang [#ruby-lang]
tbuehlmann has quit [Remote host closed the connection]
symm- has joined #ruby-lang
RobertBirnie has joined #ruby-lang
saltsa_ has joined #ruby-lang
saarinen has quit [Quit: saarinen]
<|jemc|> then _go_ to her!
khaase has joined #ruby-lang
yfeldblum has joined #ruby-lang
alex-quiterio has quit [Quit: Leaving.]
alex-quiterio has joined #ruby-lang
arBmind has quit [Ping timeout: 252 seconds]
arBmind has joined #ruby-lang
toastynerd has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
mistym has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
sdouglas_ has joined #ruby-lang
francisfish has joined #ruby-lang
alex-quiterio has quit [Quit: Leaving.]
Johz has joined #ruby-lang
robbyoconnor has quit [Excess Flood]
yfeldblum has joined #ruby-lang
robbyoconnor has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
momomomomo has joined #ruby-lang
retro_ has joined #ruby-lang
davispuh has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
skammer has quit [Quit: Textual IRC Client: www.textualapp.com]
davispuh has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
rahul_j has quit [Quit: rahul_j]
Technodrome has quit [Quit: Technodrome]
robbyoconnor has quit [Ping timeout: 255 seconds]
CaptainJet has joined #ruby-lang
retro|cz has quit [Ping timeout: 240 seconds]
danijoo has joined #ruby-lang
benlovell has joined #ruby-lang
kirin` has quit [Ping timeout: 268 seconds]
sdouglas_ has quit [Remote host closed the connection]
kirin` has joined #ruby-lang
sdouglas has joined #ruby-lang
robbyoconnor has joined #ruby-lang
benlovell has quit [Ping timeout: 240 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
danijoo has quit [Remote host closed the connection]
Technodrome has joined #ruby-lang
enebo has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
havenwood has quit []
benlovell has joined #ruby-lang
Technodrome has quit [Quit: Technodrome]
sdouglas has quit [Ping timeout: 252 seconds]
khaase has quit [Quit: Leaving...]
francisfish has quit [Remote host closed the connection]
vsorlov has quit [Ping timeout: 255 seconds]
alex-quiterio has joined #ruby-lang
kgrz has joined #ruby-lang
danijoo has joined #ruby-lang
benlovell has quit [Ping timeout: 255 seconds]
Cakey has joined #ruby-lang
kgrz has quit [Ping timeout: 240 seconds]
vlad_sta_ has joined #ruby-lang
vlad_starkov has quit [Read error: No route to host]
caral has joined #ruby-lang
Cakey has quit [Ping timeout: 240 seconds]
jsutt has joined #ruby-lang
johnpclaus has joined #ruby-lang
_ht has quit [Remote host closed the connection]
saarinen has joined #ruby-lang
whitecrow1 has quit [Quit: Leaving]
enebo has quit [Quit: enebo]
sdouglas has joined #ruby-lang
lsegal has joined #ruby-lang
jason__ has joined #ruby-lang
nisstyre has joined #ruby-lang
gix has quit [Ping timeout: 268 seconds]
arBmind has joined #ruby-lang
gix has joined #ruby-lang
vlad_sta_ has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
jason__ has quit [Remote host closed the connection]
kitak has quit [Remote host closed the connection]
kitak has joined #ruby-lang
caral has quit [Quit: caral]
caral has joined #ruby-lang
johnpclaus has quit [Ping timeout: 252 seconds]
caral has quit [Client Quit]
sepp2k has joined #ruby-lang
achal has quit [Quit: Connection closed for inactivity]
centrx has joined #ruby-lang
saarinen has quit [Read error: Connection reset by peer]
saarinen has joined #ruby-lang
vsorlov has joined #ruby-lang
hakunin has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
vlad_sta_ has quit [Remote host closed the connection]
blurredbits has joined #ruby-lang
francisfish has joined #ruby-lang
amclain has joined #ruby-lang
vsorlov has quit [Ping timeout: 240 seconds]
vlad_starkov has quit [Ping timeout: 246 seconds]
hakunin has quit [Remote host closed the connection]
hakunin has joined #ruby-lang
alex-quiterio has quit [Quit: Leaving.]
hakunin has quit [Read error: Operation timed out]
sepp2k has quit [Quit: Leaving.]
sepp2k has joined #ruby-lang
mistym has quit [Remote host closed the connection]
hakunin has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
robbyoconnor has quit [Excess Flood]
francisfish has quit [Remote host closed the connection]
robbyoconnor has joined #ruby-lang
iliketurtles has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
camilo has joined #ruby-lang
blurredbits has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Lewix has joined #ruby-lang
AncientAmateur has joined #ruby-lang
AncientAmateur has quit [Remote host closed the connection]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
heftig has quit [Quit: Quitting]
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #ruby-lang
cnivolle_ has joined #ruby-lang
banister_ has joined #ruby-lang
grayWolf has joined #ruby-lang
alex-quiterio has joined #ruby-lang
valeri_uF0 has joined #ruby-lang
Asher1 has joined #ruby-lang
mechan1c_ has joined #ruby-lang
Lewix_ has joined #ruby-lang
tonni has joined #ruby-lang
Jeticus has joined #ruby-lang
mehlah_ has joined #ruby-lang
toastyne_ has joined #ruby-lang
mrwooh333_ has joined #ruby-lang
vadviktor_ has joined #ruby-lang
kith_ has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
davidae_ has joined #ruby-lang
saarinen_ has joined #ruby-lang
eam_ has joined #ruby-lang
camilo has quit [Remote host closed the connection]
ndrst has quit [Read error: Connection reset by peer]
masscrx_ has joined #ruby-lang
xsdg_ has joined #ruby-lang
ihme-TTilus has joined #ruby-lang
mikecmpb_ has joined #ruby-lang
mikecmpb_ has quit [Max SendQ exceeded]
|jemc|_ has joined #ruby-lang
Lewix_ has quit [Remote host closed the connection]
yeltzooo3 has joined #ruby-lang
momomomomo has joined #ruby-lang
Lewix_ has joined #ruby-lang
dluv has joined #ruby-lang
mikecmpb_ has joined #ruby-lang
mikecmpb_ has quit [Max SendQ exceeded]
djinni`_ has joined #ruby-lang
kylo_ has joined #ruby-lang
jaimef_ has joined #ruby-lang
hakunin has quit [*.net *.split]
Lewix has quit [*.net *.split]
djinni` has quit [*.net *.split]
mrwooh333 has quit [*.net *.split]
kylo has quit [*.net *.split]
anekos has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
zz_dlu has quit [*.net *.split]
xsdg has quit [*.net *.split]
badeball has quit [*.net *.split]
vadviktor has quit [*.net *.split]
tonni_ has quit [*.net *.split]
TTilus has quit [*.net *.split]
masscrx has quit [*.net *.split]
brixen has quit [*.net *.split]
saarinen has quit [*.net *.split]
retro_ has quit [*.net *.split]
CaptainJet has quit [*.net *.split]
toastynerd has quit [*.net *.split]
VTLob has quit [*.net *.split]
jaimef has quit [*.net *.split]
|jemc| has quit [*.net *.split]
cnivolle has quit [*.net *.split]
banister has quit [*.net *.split]
mikecmpbll has quit [*.net *.split]
Asher has quit [*.net *.split]
Speed has quit [*.net *.split]
mehlah has quit [*.net *.split]
mechan1c has quit [*.net *.split]
matp has quit [*.net *.split]
eam has quit [*.net *.split]
vondruch has quit [*.net *.split]
kith has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
nirix has quit [*.net *.split]
davidae has quit [*.net *.split]
canton7 has quit [*.net *.split]
saarinen_ is now known as saarinen
yeltzooo3 is now known as yeltzooo
nirix_ has joined #ruby-lang
jaimef_ is now known as jaimef
kylo_ is now known as kylo
valeri_uF0 is now known as valeri_ufo
nirix_ is now known as nirix
mikecmpbll has joined #ruby-lang
badeball has joined #ruby-lang
brixen_ has joined #ruby-lang
Lewix_ is now known as Lewix
Lewix has quit [Changing host]
Lewix has joined #ruby-lang
retro_ has joined #ruby-lang
vondruch has joined #ruby-lang
Asher1 is now known as Asher
anekos has joined #ruby-lang
Technodrome has joined #ruby-lang
retro_ has quit [Disconnected by services]
retro_ has joined #ruby-lang
Paradoxic has joined #ruby-lang
retro_ has quit [Disconnected by services]
retro_ has joined #ruby-lang
retro_ has quit [Disconnected by services]
retro_ has joined #ruby-lang
retro_ has quit [Disconnected by services]
vondruch has quit [Ping timeout: 268 seconds]
retro_ has joined #ruby-lang
retro_ has quit [Disconnected by services]
retro_ has joined #ruby-lang
sdouglas has joined #ruby-lang
sdouglas has quit [*.net *.split]
VTLob has joined #ruby-lang
matp has joined #ruby-lang
sdouglas has joined #ruby-lang
riffraff has joined #ruby-lang
iliketurtles has quit [Ping timeout: 246 seconds]
francisfish has joined #ruby-lang
ur5us has joined #ruby-lang
workmad3 has joined #ruby-lang
mehlah_ is now known as mehlah
iliketurtles has joined #ruby-lang
problame has joined #ruby-lang
iliketurtles has quit [Max SendQ exceeded]
Pupeno has joined #ruby-lang
iliketurtles has joined #ruby-lang
<problame> hi everyone, I have a question regarding Rack::Test : Can I use it to test a publicly available web API? My background: I want to be alerted when the API provider alters some responses that might require updating my client app...
danijoo has quit [Remote host closed the connection]
banister_ has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kith_ is now known as kith
matp has quit [Remote host closed the connection]
iliketur_ has joined #ruby-lang
iliketur_ has quit [Remote host closed the connection]
tectonic has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
alex-quiterio has quit [Quit: Leaving.]
iliketurtles has quit [Ping timeout: 246 seconds]
|jemc|_ is now known as |jemc|
MichD is now known as michd
Johz has quit [Ping timeout: 255 seconds]
kgrz has joined #ruby-lang
kgrz has quit [Ping timeout: 252 seconds]
saarinen has quit [Quit: saarinen]
Lewix has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
retro_ has quit [Ping timeout: 255 seconds]
momomomomo has quit [Quit: momomomomo]
<epitron> hey, can anyone see any bugs in this recursive nokogiri transformation i made? https://gist.github.com/10011976
johnpclaus has joined #ruby-lang
<epitron> when you run it, it puts the same node into the list many many many times :)
<epitron> i think this might be a nokogiri glitch
iliketurtles has joined #ruby-lang
<epitron> yeah, it's gotta be
VTLob has quit [Quit: VTLob]
kitak has quit [Remote host closed the connection]
kitak has joined #ruby-lang
sdouglas has joined #ruby-lang
tkuchiki has joined #ruby-lang
nisstyre has quit [Quit: WeeChat 0.4.3]
Technodrome has quit [Quit: Technodrome]
Technodrome has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
riffraff has quit [Quit: This computer has gone to sleep]
ur5us has quit [Read error: Connection reset by peer]
ur5us_ has joined #ruby-lang
momomomomo has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
sdouglas has quit [Remote host closed the connection]
alex-quiterio has joined #ruby-lang
alex-quiterio has quit [Ping timeout: 246 seconds]
Lewix has joined #ruby-lang
Technodrome has quit [Quit: Technodrome]
LMity has joined #ruby-lang
michaeldeol has joined #ruby-lang
michaeldeol has quit [Client Quit]
michaeldeol has joined #ruby-lang
LMity has quit [Ping timeout: 255 seconds]
emaxi has joined #ruby-lang
workmad3 has quit [Ping timeout: 252 seconds]
bin7me has joined #ruby-lang
herbert_ has joined #ruby-lang
shinnya has joined #ruby-lang
davispuh has quit [Ping timeout: 240 seconds]
problame has quit [Quit: problame]
ij has quit [Read error: Connection reset by peer]
ij has joined #ruby-lang
mib_mib_ has joined #ruby-lang
mib_mib_ has quit [Remote host closed the connection]
bousquet has joined #ruby-lang
alekst has joined #ruby-lang
herpless has quit [Quit: Connection closed for inactivity]
danijoo has joined #ruby-lang
francisfish has joined #ruby-lang
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
bin8me has joined #ruby-lang
robbyoconnor has quit [Excess Flood]
francisfish has quit [Ping timeout: 240 seconds]
robbyoconnor has joined #ruby-lang
shinnya has quit [Ping timeout: 252 seconds]
bin7me has quit [Ping timeout: 240 seconds]
igalic has quit [Ping timeout: 240 seconds]
kitak has quit [Remote host closed the connection]
apeiros has quit [Remote host closed the connection]
kitak has joined #ruby-lang
danijoo has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
cnivolle_ has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
jason___ has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dorei has quit []
kitak has quit [Ping timeout: 260 seconds]
Technodrome has joined #ruby-lang
grayWolf is now known as Speed
herbert_ has quit [Ping timeout: 252 seconds]
ij has quit [Read error: Connection reset by peer]
LMity has joined #ruby-lang
mikecmpbll has quit [Quit: ciao.]