vlad_starkov has quit [Read error: Connection reset by peer]
kitak has quit [Read error: Connection reset by peer]
kitak has joined #ruby-lang
kitak has quit [Ping timeout: 246 seconds]
__butch__ has quit [Remote host closed the connection]
hhatch has quit [Ping timeout: 264 seconds]
znz_jp has quit [Quit: kill -QUIT $$]
g-nee has joined #ruby-lang
tanema has joined #ruby-lang
znz_jp has joined #ruby-lang
DEac- has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Ping timeout: 245 seconds]
CoreData has quit [Quit: CoreData]
tylersmi_ has quit [Read error: Connection reset by peer]
tylersmith has joined #ruby-lang
vlad_starkov has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
g-nee has quit [Read error: Operation timed out]
vlad_starkov has quit [Read error: Connection reset by peer]
Dogleaf has joined #ruby-lang
Dogleaf is now known as shiva_inu
benkhicks has quit [Quit: Leaving.]
DEac- has joined #ruby-lang
|jemc| has quit [Ping timeout: 245 seconds]
tanema has quit [Remote host closed the connection]
tanema has joined #ruby-lang
jonahR has quit [Quit: jonahR]
Coincidental has joined #ruby-lang
bantic has joined #ruby-lang
iliketur_ has quit [Quit: zzzzz…..]
symm- has joined #ruby-lang
hogeo has joined #ruby-lang
iliketur_ has joined #ruby-lang
g-nee has joined #ruby-lang
g-nee has quit [Ping timeout: 245 seconds]
jxie has joined #ruby-lang
kitak has joined #ruby-lang
tedstriker has joined #ruby-lang
|jemc| has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
hahuang65 has quit [Ping timeout: 246 seconds]
tenderlove has joined #ruby-lang
iliketur_ has quit [Quit: zzzzz…..]
gix- has quit [Ping timeout: 265 seconds]
ConstantineXVI has joined #ruby-lang
marr has quit [Ping timeout: 252 seconds]
<zzak>
drbrain: awesome, good luck!
ConstantineXVI has quit [Remote host closed the connection]
ecnalyr has joined #ruby-lang
ConstantineXVI has joined #ruby-lang
g-nee has joined #ruby-lang
lfox has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
<zzak>
ddd: i will be speaking at codemash in sandusky in january
dhruvasagar has joined #ruby-lang
g-nee has quit [Ping timeout: 245 seconds]
mistym_ has joined #ruby-lang
mistym_ has quit [Disconnected by services]
mannyt has quit [Ping timeout: 245 seconds]
ndrst has quit [Read error: Operation timed out]
ndrst has joined #ruby-lang
iliketur_ has joined #ruby-lang
gix has joined #ruby-lang
iliketur_ has quit [Ping timeout: 245 seconds]
<ddd>
awesome! time to google costs and stuff
havenwood has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
<ddd>
zzak: as long as there are tickets still available on 1/1, I can go. I don't get my military disability again until then unless I can land a small contract before then to buy.
hotpancakes has joined #ruby-lang
<ddd>
but if there are tickets still, I'll have the cash for Thru-Fri with an overnight on Thur night!
<ddd>
would be great to meet up there
<ddd>
christmas for the kids killed the cash this month hehe
huma has quit [Ping timeout: 252 seconds]
g-nee has joined #ruby-lang
robbyoconnor has joined #ruby-lang
saarinen has quit [Quit: saarinen]
g-nee has quit [Ping timeout: 245 seconds]
robbyoconnor has quit [Client Quit]
saarinen has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
vpretzel has quit [Ping timeout: 246 seconds]
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
tenderlove has quit [Ping timeout: 246 seconds]
stardiviner has joined #ruby-lang
bzalasky has quit [Remote host closed the connection]
apeiros has quit [Read error: Connection reset by peer]
vlad_starkov has joined #ruby-lang
stardiviner has quit [Read error: No route to host]
dhruvasagar has quit [Ping timeout: 252 seconds]
cored has quit [Ping timeout: 264 seconds]
vlad_starkov has quit [Read error: Connection reset by peer]
ConstantineXVI has quit [Quit: Leaving...]
vpretzel has joined #ruby-lang
unrealhoang has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
ConstantineXVI has joined #ruby-lang
ConstantineXVI has quit [Remote host closed the connection]
toretore has quit [Quit: Leaving]
<RickHull>
zzak: January is way too cold for Cedar Point, what's wrong with you?!
mistym_ has joined #ruby-lang
ConstantineXVI has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hogeo has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
Forgetful_Lion has joined #ruby-lang
supfoo has joined #ruby-lang
ChuckJHardy has quit [Quit: Connection closed for inactivity]
Guedes has joined #ruby-lang
benlovell has quit [Ping timeout: 248 seconds]
hogeo has joined #ruby-lang
julweber has joined #ruby-lang
kitak has quit [Remote host closed the connection]
kitak_ has joined #ruby-lang
g-nee has quit [Quit: Leaving...]
mannyt has quit [Quit: mannyt]
<jds>
Anyone know the thinking behind I18n's new enforce_available_locales setting?
<jds>
I'm currently setting I18n.locale based on Accept-Language, and if it turns out that we don't support that language, it'll just silently fall back to english. I'm curious why that seems to be seen as bad behaviour
robbyoconnor has joined #ruby-lang
benlovell has joined #ruby-lang
<matti>
yorickpeterse: Sir.
wallerdev has quit [Quit: wallerdev]
<yorickpeterse>
something something patch all the Rails apps
<jds>
Yeah, no prizes for guessing what I'm doing this morning
<slap_stick>
surely the object id's should be the same throughout
<yorickpeterse>
eh no
<yorickpeterse>
every time you call iterate() it calls cmp_h = Hash.new
<matti>
yorickpeterse: I write in Logo :)
<yorickpeterse>
which results in a new Hash, with a different object ID
<yorickpeterse>
bit hard to read what it's doing though
<slap_stick>
yeh but the if is only called if they are both hashes passed, so it should then call iterate again hence new object id
<slap_stick>
otherwise, if it isn't a hash it would print the object id so the prints are all part of the same iteration
kek has joined #ruby-lang
VTLob has quit [Quit: VTLob]
<slap_stick>
so cmp_h gets created, if the values are hashes, iteraet gets called (new cmp_h gets created) otherwise, just print the object id
h_kon has joined #ruby-lang
Pupeno_w has joined #ruby-lang
kek has quit [Remote host closed the connection]
kek has joined #ruby-lang
<slap_stick>
basically some how cmp_h is different throughout the define, but i dont understand how that is possible, i can't see how they can reference different objects when it is created at the top of the define so if it is called once or called twice, it is initiated a new object and it shouldnt be referencing different objects
guns has quit [Quit: guns]
benlovell has joined #ruby-lang
hogeo has quit [Remote host closed the connection]
kek has quit [Ping timeout: 245 seconds]
huma has joined #ruby-lang
valeri_uF0 has left #ruby-lang [#ruby-lang]
cannie has joined #ruby-lang
valeri_ufo has joined #ruby-lang
workmad3 has joined #ruby-lang
<slap_stick>
am i being an idiot?
knu has joined #ruby-lang
hogeo has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
Joni_79 has joined #ruby-lang
lhz has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
<yorickpeterse>
YAY FOR RAILS CRAP BREAKING STUFF ON PATCH LEVELS
<yorickpeterse>
SEMVER? WOT SEMVER?
<workmad3>
yorickpeterse: having fun?
tbuehlmann has joined #ruby-lang
<yorickpeterse>
no
<yorickpeterse>
I now have to find out why some Arel/ActiveRecord crap is borken on patch level
<yorickpeterse>
of course this particular piece of code has no explicit tests either
<yorickpeterse>
stuff like Derp.where({:contracts=>{:hotels_users=>{:user_id=>self.id}}}) now suddenly breaks
kek has joined #ruby-lang
ldnunes has joined #ruby-lang
mistym_ has joined #ruby-lang
kitak_ has quit [Remote host closed the connection]
cannie has quit [Read error: Connection reset by peer]
cannie has joined #ruby-lang
rue|w has joined #ruby-lang
jsullivandigs has joined #ruby-lang
bastilian has joined #ruby-lang
mistym_ has quit [Ping timeout: 241 seconds]
<workmad3>
yorickpeterse: hmm... there was an update to some stuff like that quite a while ago to fix an SQL injection hole... what version did you just update from/to?
<yorickpeterse>
3.2.13 or something I believe
<yorickpeterse>
the fix was fairly easy but it took me a while to figure it out
<yorickpeterse>
but now I'm wondering how much of this app will actually work
jsullivandigs has quit [Ping timeout: 252 seconds]
lun_ has quit [Ping timeout: 245 seconds]
amoli has joined #ruby-lang
cnivolle_ has joined #ruby-lang
cnivolle_ has quit [Remote host closed the connection]
cnivolle_ has joined #ruby-lang
lun_ has joined #ruby-lang
cnivolle has quit [Ping timeout: 245 seconds]
h_kon has quit [Remote host closed the connection]
retro|cz has joined #ruby-lang
h_kon has joined #ruby-lang
diegoviola has joined #ruby-lang
arBmind1 has quit [Quit: Leaving.]
yfeldblum has joined #ruby-lang
jxie has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 240 seconds]
hogeo has quit [Remote host closed the connection]
DarkBushido_ has quit [Ping timeout: 245 seconds]
DarkBushido has joined #ruby-lang
unrealhoang has quit [Remote host closed the connection]
unrealhoang has joined #ruby-lang
<darix>
yorickpeterse: so what was the fix?
<yorickpeterse>
remove the :contracts => .... bit
<yorickpeterse>
so it becomes where(:hotels_users => {:user_id => self.id})
diegoviola has quit [Quit: WeeChat 0.4.2]
unrealhoang has quit [Ping timeout: 245 seconds]
<yorickpeterse>
also, multiple Rails projects connecting to the same DB with different migration sets and schemas is a total disaster
<yorickpeterse>
I literally can't migrate one app because that fucks up the others
<yorickpeterse>
I had to do a mysqldump to get the schema in sync again
<lupine>
heh
<yorickpeterse>
(inb4 schema:dump: doesn't work)
<ljarvis>
u
<ljarvis>
also moin
<yorickpeterse>
There, changed my Twitter bio to "Professional Yak shaver at Olery."
<yorickpeterse>
much accurate
diegoviola has joined #ruby-lang
<yorickpeterse>
oh jesus, my Englis
* yorickpeterse
finds the closest large object and gives yorickpeterse a slap with it
dagobah has joined #ruby-lang
barttenbrinke has quit [Remote host closed the connection]
face has joined #ruby-lang
faces has quit [Read error: Connection reset by peer]
ddd has quit [Ping timeout: 240 seconds]
arBmind has joined #ruby-lang
heftig has joined #ruby-lang
cannie has quit [Remote host closed the connection]
<ljarvis>
jesus cannot help you with your Englis
<yorickpeterse>
Good thing I don't believe in Jesus
<yorickpeterse>
"Finished in 1 minute 33.13 seconds" HAHA that's a lie rspec
tanema has joined #ruby-lang
<yorickpeterse>
especially since Jenkins says it took 17 minutes
vlad_starkov has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
DouweM has joined #ruby-lang
vlad_starkov has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
barttenbrinke has joined #ruby-lang
symm- has joined #ruby-lang
sepp2k has joined #ruby-lang
robbyoconnor has quit [Read error: Operation timed out]
amoli has quit [Ping timeout: 240 seconds]
dvorak has joined #ruby-lang
<matti>
lol
jg has joined #ruby-lang
<matti>
yorickpeterse: Its a temporal distortion. As per what 7of9 da
jsullivandigs has quit [Ping timeout: 245 seconds]
dhruvasagar has quit [Ping timeout: 246 seconds]
amoli has joined #ruby-lang
mistym_ has joined #ruby-lang
kek has quit [Remote host closed the connection]
tbuehlmann has quit [Ping timeout: 264 seconds]
mistym_ has quit [Ping timeout: 248 seconds]
tbuehlmann has joined #ruby-lang
elia has joined #ruby-lang
yalue has joined #ruby-lang
smashwilson has joined #ruby-lang
gianlucadv has joined #ruby-lang
workmad3 has quit [Quit: Lost terminal]
yfeldblum has joined #ruby-lang
joonty_ has joined #ruby-lang
tanema has quit [Remote host closed the connection]
joonty has quit [Ping timeout: 265 seconds]
yfeldblum has quit [Ping timeout: 272 seconds]
tanema has joined #ruby-lang
<slap_stick>
is there a way to iterate over two hashes at exactly the same time, so hasha.each_pair { |ak,av| .. } hashb.each_pair { |bk,bv| .. } i basically want access to ak and bk at the asme time but if they nest, obviously hashb will be iterating each time a new key is grabbed from hasha
mbj has joined #ruby-lang
stardiviner has quit [Remote host closed the connection]
stardiviner has joined #ruby-lang
symm- has quit [Ping timeout: 252 seconds]
stardiviner has quit [Remote host closed the connection]
tanema has quit [Remote host closed the connection]
stardiviner has quit [Remote host closed the connection]
joast has quit [Quit: Leaving.]
stardiviner has joined #ruby-lang
breakingthings has joined #ruby-lang
kek_ has joined #ruby-lang
Cakey has joined #ruby-lang
fuhgeddaboudit has quit [Ping timeout: 248 seconds]
cored has quit [Ping timeout: 245 seconds]
joast has joined #ruby-lang
Cakey has quit [Ping timeout: 252 seconds]
enebo has joined #ruby-lang
Cakey has joined #ruby-lang
vpretzel has joined #ruby-lang
tanema has joined #ruby-lang
unrealhoang has joined #ruby-lang
h_kon has quit [Remote host closed the connection]
Cakey has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
r0bgleeson has joined #ruby-lang
h_kon has joined #ruby-lang
h_kon has quit [Remote host closed the connection]
ratmav has joined #ruby-lang
mannyt has joined #ruby-lang
mannyt has quit [Client Quit]
yfeldblum has joined #ruby-lang
Cakey has quit [Ping timeout: 245 seconds]
<maloik_>
Anyone aware of a way to take an SSL certificate's fingerprint using stdlib? I basically want to compare the installed certificate at a certain FQDN with a textfile
<maloik_>
couldnt find much in the OpenSSL lib docs :/
Cakey has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
shinnya has joined #ruby-lang
zzak has quit [Quit: leaving]
ratmav has quit [Read error: Connection reset by peer]
zzak has joined #ruby-lang
jsullivandigs has joined #ruby-lang
zzak has quit [Client Quit]
zzak has joined #ruby-lang
heftig has quit [Ping timeout: 245 seconds]
hhatch has quit [Ping timeout: 248 seconds]
zzak has quit [Client Quit]
zzak has joined #ruby-lang
huma has quit [Ping timeout: 246 seconds]
jxie_ has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 245 seconds]
csaunders has quit [Remote host closed the connection]
csaunders has joined #ruby-lang
jxie has quit [Ping timeout: 265 seconds]
VTLob has joined #ruby-lang
toretore has joined #ruby-lang
<darix>
maloik_: uhm ... why?
vpretzel is now known as victor___
victor___ is now known as victor______
victor______ is now known as vic
vic is now known as vpretzel
<maloik_>
to see if a certificate matches the one installed on the host
sush24 has joined #ruby-lang
cnivolle has joined #ruby-lang
tbuehlmann has quit [Quit: Konversation terminated!]
<darix>
maloik_: i know for my nanoc "render certificate" filter i shelled out into openssl
amoli has quit [Ping timeout: 246 seconds]
<yorickpeterse>
yay refactoring
mistym_ has joined #ruby-lang
<whitequark>
maloik_: I think there was a way, sec
cnivolle_ has quit [Ping timeout: 246 seconds]
julweber has quit [Remote host closed the connection]
heftig has joined #ruby-lang
<whitequark>
maloik_: I believe openssl certificate fingerprint is an md5/sha1 hash of its DER encoding
<whitequark>
so Digest::MD5.hexdigest(cert.to_der)
AKASkip has quit [Ping timeout: 245 seconds]
<whitequark>
this is *not* obvious :p
tbuehlmann has joined #ruby-lang
julweber has joined #ruby-lang
mistym_ has quit [Ping timeout: 245 seconds]
<maloik_>
whats the cert object? an actual OpenSSL::X509::Certificate object?
sush24 has quit [Quit: Leaving]
ecnalyr has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
<maloik_>
hmm that doesn't seem to be exactly what I need
<maloik_>
to give you an idea here's what I was using for the installed cert: echo | openssl s_client -connect google.com:443 2>/dev/null | openssl x509 -noout -fingerprint
nigerianceo has joined #ruby-lang
A124 has quit [Remote host closed the connection]
<maloik_>
does that look familiar at all whitequark ?
momomomomo has joined #ruby-lang
<whitequark>
maloik_: yes
<maloik_>
problem is that it's looking completely different
fuhgeddaboudit has quit [Ping timeout: 240 seconds]
<|jemc|>
don't unleash the activesupport mess on your project just for the time functions ;O
<r0bgleeson>
if you dont care about year/month/day, it should work okay
jsullivandigs has quit [Ping timeout: 240 seconds]
<|jemc|>
activesupport is so intratangled with itself that it's best to only use it if you want to ascribe to all of its impositions
hahuang65 has quit [Ping timeout: 240 seconds]
tharindu_ has joined #ruby-lang
CoreData has quit [Client Quit]
<|jemc|>
best taken as a whole; which is perfectly fine if that suits your project, but it's not well-structured for cherry picking (although it has gotten a little better in this regard)
CoreData has joined #ruby-lang
saarinen has joined #ruby-lang
CoreData has quit [Client Quit]
lun_ has joined #ruby-lang
<yorickpeterse>
does anybody know of a Ooniks command to trim leading/trailing newlines of a file?
<yorickpeterse>
e.g. a file starts with 3 newlines, then has stuff, I'd like those 3 newlines to be remoevd
<cout>
apeiros: yeah that's great except it's ugly
<apeiros>
or Time.local
<r0bgleeson>
lol
CoreData has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
<apeiros>
cout: it'd be nice if Time#to_a gave the values in order for mktime/local. could just use Time.mktime(*Time.now.to_a.first(3))
<|jemc|>
heh, I'm over it
<cout>
apeiros: yeah that'd be nice
<apeiros>
oh, wanted to address r0bgleeson actually :D
<r0bgleeson>
well i think it would be nice also
<cout>
Time.new(*Time.now.to_a[3...6].reverse) works, but... gah
amoli has quit []
<|jemc|>
if you really don't like how it looks, just hide it away in a method you don't have to look at as apeiros suggested
CoreData has quit [Client Quit]
<cout>
it was a one-time thing
<r0bgleeson>
you can assign locals and do other things to make it pretty
<cout>
I was done with it hours ago :)
<r0bgleeson>
i wouldnt worry bout that so much
CoreData has joined #ruby-lang
<|jemc|>
ugh, ironruby... stupid .NET project...
davispuh has quit [Remote host closed the connection]
<cout>
|jemc|: could always be worse!
CaptainJet has quit [Read error: Connection reset by peer]
iliketur_ has joined #ruby-lang
<h0rrorvacui>
could be php
<|jemc|>
ironruby has a syntax parsing bug with which method gets the the last n-1 arguments when you leave off the parenthesis on the last method in a method chain (with the other methods taking no arguments)
<|jemc|>
MyModule.foo.bar :a, :b, :c
<cout>
that sounds silly
<|jemc|>
:b and :c aren't getting passed to bar unless I use parens
<r0bgleeson>
sounds like a legit design to me
<|jemc|>
yeah it is, but ironruby seems pretty much unmaintained since MS dropped it
<r0bgleeson>
i thought jruby was what people used on windows
<|jemc|>
'yeah it is' was directed toward 'silly', not 'legit' :P
bastilian has joined #ruby-lang
<h0rrorvacui>
mri works on windows ;P
<|jemc|>
mri does work on windows, but it doesn't hook into stupid .NET
<r0bgleeson>
i tried to do ruby on windows and its not easy
<havenwood>
|jemc|: IronRuby :P
<h0rrorvacui>
I ment that in response to r0bgleeson
<r0bgleeson>
ok guys
<r0bgleeson>
lets relax
CaptainJet has joined #ruby-lang
<|jemc|>
yeah, believe me, I wouldn't be doing anything on windows or on .NET if I had the choice
<havenwood>
Windows and JRuby are indeed both forkless!
<r0bgleeson>
we dont need to direct msgs at people
<h0rrorvacui>
No one uses ironruby unless they need .net :P
<havenwood>
h0rrorvacui: **no one uses IronRuby
<|jemc|>
yeah, pretty much
<|jemc|>
but my day job at the moment is part CAD work in AutoCAD, and I'm trying to make that part suck a little less with some scripting
<r0bgleeson>
whats CAD
<h0rrorvacui>
Computer Aided Drafting
<h0rrorvacui>
or something like that
<r0bgleeson>
computers to float you down a river?
<|jemc|>
basically, the answer is I need to switch jobs, not mess around with ironruby
<h0rrorvacui>
design perhaps instead of drafting
<cout>
I think Computer Aided Drifting would be better :)
momomomomo has joined #ruby-lang
<cout>
vrrrm vrrrm!
heftig has joined #ruby-lang
<cout>
screeeeeeeeeeeeeech!
<h0rrorvacui>
lol
Forgetful_Lion has quit [Read error: Connection reset by peer]
macmartine has joined #ruby-lang
atmosx has joined #ruby-lang
amoli has joined #ruby-lang
iliketur_ has quit [Quit: zzzzz…..]
vlad_starkov has joined #ruby-lang
iliketur_ has joined #ruby-lang
mistym has quit [Remote host closed the connection]
vlad_starkov has quit [Read error: Connection reset by peer]
sepp2k has joined #ruby-lang
x0f has joined #ruby-lang
x0f_ has quit [Ping timeout: 248 seconds]
iliketur_ has quit [Quit: zzzzz…..]
spuk_ has quit [Ping timeout: 272 seconds]
diegoviola has quit [Quit: WeeChat 0.4.2]
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #ruby-lang
mistym_lunch is now known as mistym
tanema has quit [Remote host closed the connection]
Asher has quit [Quit: Leaving.]
Asher has joined #ruby-lang
cannie has joined #ruby-lang
kitopastorino has left #ruby-lang [#ruby-lang]
<zenspider>
|jemc|: isn't autocad scripted with lisp?
elia has joined #ruby-lang
iliketur_ has joined #ruby-lang
ecnalyr has quit [Remote host closed the connection]
ecnalyr has joined #ruby-lang
<cout>
zenspider: that's right, it is!
<cout>
I completely forgot about that
<cout>
wait.. I wonder if that means my dad (who's a civil engineer) has written more lisp code than I have...
cannie has quit [Remote host closed the connection]
<cout>
I mainly used autosketch, because I didn't have a license for autocad growing up. I don't think they exposed the lisp bits in autosketch.
ecnalyr has quit [Ping timeout: 245 seconds]
RickHull has quit [Quit: Leaving.]
julweber_ has quit [Remote host closed the connection]
sepp2k has quit [Ping timeout: 252 seconds]
ecnalyr has joined #ruby-lang
atmosx has quit [Quit: Lost in trance]
gianlucadv has quit [Ping timeout: 260 seconds]
ecnalyr has quit [Remote host closed the connection]
cannie has joined #ruby-lang
ecnalyr has joined #ruby-lang
sepp2k has joined #ruby-lang
serroft has joined #ruby-lang
ecnalyr has quit [Ping timeout: 245 seconds]
retro|cz has joined #ruby-lang
ledestin has joined #ruby-lang
ssb123 has joined #ruby-lang
nofxx has quit [Ping timeout: 241 seconds]
saarinen_ has joined #ruby-lang
saarinen has quit [Read error: Connection reset by peer]
saarinen_ is now known as saarinen
ecnalyr has joined #ruby-lang
Marco has joined #ruby-lang
AKASkip has quit [Ping timeout: 260 seconds]
RickHull has joined #ruby-lang
spuk has joined #ruby-lang
hinbody has joined #ruby-lang
ecnalyr has quit [Remote host closed the connection]
ecnalyr has joined #ruby-lang
tanema has joined #ruby-lang
macmartine has quit [Remote host closed the connection]
smashwilson has quit [Quit: Leaving]
nofxx has joined #ruby-lang
Criztian has joined #ruby-lang
Criztian has quit [Remote host closed the connection]
ecnalyr has quit [Remote host closed the connection]
MrZYX is now known as MrZYX|off
ecnalyr has joined #ruby-lang
breakingthings has quit []
vlad_starkov has joined #ruby-lang
ecnalyr has quit [Ping timeout: 245 seconds]
x0f has quit [Read error: Operation timed out]
vlad_starkov has quit [Read error: Connection reset by peer]
flip_digits has joined #ruby-lang
x0f has joined #ruby-lang
loincloth has quit [Remote host closed the connection]