apeiros changed the topic of #ruby-lang to: Ruby 2.1.5; 2.0.0-p598; 1.9.3-p551: http://ruby-lang.org || Paste code on http://gist.github.com
j2p2 has quit [Ping timeout: 255 seconds]
pnbeast has joined #ruby-lang
djbkd has joined #ruby-lang
lewix has joined #ruby-lang
lewix has joined #ruby-lang
cleopatra has quit [Remote host closed the connection]
emmesswhy has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
lewix has quit [Remote host closed the connection]
shinnya has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
saramic has quit [Remote host closed the connection]
allomov has joined #ruby-lang
djbkd has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
jxie has quit [Ping timeout: 250 seconds]
djbkd has joined #ruby-lang
jxie has joined #ruby-lang
allomov has quit [Ping timeout: 264 seconds]
pyttepatsy has joined #ruby-lang
Narzew has quit [Read error: Connection reset by peer]
oleo__ has joined #ruby-lang
oleo is now known as Guest6434
Guest6434 has quit [Ping timeout: 240 seconds]
pyttepatsy has quit [Ping timeout: 264 seconds]
Averna has joined #ruby-lang
centrx has quit [Quit: Did gyre and gymble in ye wabe]
ur5us has joined #ruby-lang
saramic has joined #ruby-lang
midhir has quit [Read error: Connection reset by peer]
midhir_ has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
bmichelsen has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
<darix> libname = ::FFI.map_library_name("yajl") shouldnt that also find the versioned filename ("libyajl.so.2")?
<darix> otherwise it would require to have the devel package installed for the library.
<darix> (most linux distros put the .so symlink into the devel subpackage for the library)
<darix> headius: ^
charliesome has joined #ruby-lang
<womble> darix: I always use the versioned soname (minus the leading 'lib') in my FFI library definitions, because the rest of the code in the module is assuming a certain ABI, which is only guaranteed for a given ABI version
<womble> And backwards-incompatible ABI changes are *supposed* to be indicated with a soname change
<darix> womble: chef switched to ffi-yajl and that does just uses the things i copied above
emmesswhy has quit [Quit: This computer has gone to sleep]
<womble> darix: Well, I'd suggest that ffi-yajl is Doin' It Rong, then. But the Rufy FFI docs aren't very clear on the subtlties, so it's not surprising people have different opinions on the subject.
<womble> Practically speaking, though, there are a number of things in FFI that need the dev stuff (ConstGenerator, etc needs the .h files) that it's not surprising that "everyone" would have the devel package installed for yajl.
Sgeo has quit [Read error: Connection reset by peer]
Sgeo has joined #ruby-lang
hhatch has quit [Ping timeout: 264 seconds]
emmesswhy has joined #ruby-lang
emmesswhy has quit [Remote host closed the connection]
<darix> womble: well. ffi-yajl depends on libyajl2 gem which is basically just abusing gem as package manager to get libyajl installed. luckily there is a way to force it to use the system copy instead of compiling intree copy.
<womble> *twitch*
emmesswhy has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
<darix> womble: dont kick them yet. there are worse gems that dont allow you to prefer the system copy.
<darix> ^^
<darix> womble: so you think i should require the devel package over the library package for ffi based rubygems?
<womble> If you don't need any parts of FFI that need the dev headers (ConstGenerator, etc) then you don't need the dev package.
<womble> Regardless, I'd always recommend specifying the full soname of the library you're writing the FFI definitions for, because otherwise sadness *will* result when a soname bump changes the ABI of some symbol you need, and segfaults result
<womble> Even though requiring the full soname means a bit more fiddling around (in the ffi_lib method to make things work right on all platforms
dorei has quit []
slawrence00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<darix> womble: is there a documentation which parts off ffi need header files?
hahuang61 has quit [Ping timeout: 272 seconds]
<darix> then we could have a build time check
bmichelsen has quit [Quit: Bye!]
<womble> darix: I don't think so.
<darix> ok thank you for your input
JoshuaPaling has joined #ruby-lang
JoshuaPaling has quit [Client Quit]
Demannu_ is now known as Demannu
bmichelsen has joined #ruby-lang
saramic has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
marr has quit [Ping timeout: 255 seconds]
amsha___________ has quit [Quit: Be back later ...]
womble has quit [Excess Flood]
womble has joined #ruby-lang
tkuchiki has joined #ruby-lang
charliesome has quit [Quit: zzz]
lewix has joined #ruby-lang
shinnya has quit [Ping timeout: 255 seconds]
dm78 has quit []
dm78 has joined #ruby-lang
charliesome has joined #ruby-lang
postmodern has joined #ruby-lang
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
ur5us has quit [Read error: Connection reset by peer]
ur5us has joined #ruby-lang
matp has quit [Remote host closed the connection]
mistym has quit [Remote host closed the connection]
matp has joined #ruby-lang
|jemc| has quit [Ping timeout: 264 seconds]
djbkd has quit [Quit: My people need me...]
amsi has quit [Quit: Leaving]
allomov has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
allomov has quit [Ping timeout: 240 seconds]
Demannu_ has joined #ruby-lang
Demannu has quit [Read error: Connection reset by peer]
jimbach has quit [Remote host closed the connection]
mistym has joined #ruby-lang
pyttepatsy has joined #ruby-lang
pyttepatsy has quit [Ping timeout: 244 seconds]
amsha___________ has joined #ruby-lang
chinaboy_rubyfan has joined #ruby-lang
chills42 has joined #ruby-lang
mattyohe has quit [Quit: Connection closed for inactivity]
amclain has joined #ruby-lang
womble has quit [Excess Flood]
womble has joined #ruby-lang
kith_ has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
kith has quit [Ping timeout: 264 seconds]
bb010g has joined #ruby-lang
saramic_ has joined #ruby-lang
mattyohe has joined #ruby-lang
|jemc| has joined #ruby-lang
midhir_ has quit [Ping timeout: 250 seconds]
oliver___ has joined #ruby-lang
midhir has joined #ruby-lang
klmlfl has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
chills42 has quit [Remote host closed the connection]
klmlfl has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
klmlfl has joined #ruby-lang
chills42 has joined #ruby-lang
havenwood has quit [Ping timeout: 250 seconds]
spastorino has quit [Quit: Connection closed for inactivity]
klmlfl has quit [Ping timeout: 265 seconds]
klmlfl has joined #ruby-lang
NoNMaDDeN has quit [Remote host closed the connection]
klmlfl_ has joined #ruby-lang
chinaboy_rubyfan has quit [Ping timeout: 255 seconds]
klmlfl has quit [Ping timeout: 255 seconds]
yourabi has joined #ruby-lang
bf4 has joined #ruby-lang
tenderlove has joined #ruby-lang
tenderlo_ has joined #ruby-lang
tenderlo_ has quit [Remote host closed the connection]
emmesswhy has quit [Quit: Leaving]
tenderlove has quit [Ping timeout: 264 seconds]
oak has joined #ruby-lang
chinaboy_rubyfan has joined #ruby-lang
chills42 has quit [Remote host closed the connection]
klmlfl_ has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 1.0.1]
diegoviola has joined #ruby-lang
jimbach has joined #ruby-lang
abunashir has joined #ruby-lang
jimbach has quit [Remote host closed the connection]
jimbach has joined #ruby-lang
chinaboy_rubyfan has quit [Quit: 离开]
abunashir has quit [Remote host closed the connection]
bf4 has quit [Ping timeout: 258 seconds]
jimbach has quit [Remote host closed the connection]
allomov has joined #ruby-lang
allomov has quit [Ping timeout: 244 seconds]
lsegal has joined #ruby-lang
pyttepatsy has joined #ruby-lang
pyttepatsy has quit [Ping timeout: 245 seconds]
<headius> darI believe it tries a number of forms
mannyt has quit [Quit: Connection closed for inactivity]
<headius> I'm sure it can be improved
<headius> er, that was for darix
houhoulis has joined #ruby-lang
meizaps has quit [Ping timeout: 272 seconds]
meizaps has joined #ruby-lang
amsha___________ has quit [Quit: Be back later ...]
mcclurmc has quit [Remote host closed the connection]
midhir has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
stardiviner has joined #ruby-lang
Demannu_ is now known as Demannu
gix has quit [Ping timeout: 264 seconds]
fiddyc has joined #ruby-lang
BubonicPestilenc has quit [Ping timeout: 244 seconds]
BubonicPestilenc has joined #ruby-lang
yourabi has quit [Quit: Textual IRC Client: www.textualapp.com]
gix has joined #ruby-lang
mistym has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
_fritchie has quit [Quit: Textual IRC Client: www.textualapp.com]
NoNMaDDeN has joined #ruby-lang
kyb3r_ has joined #ruby-lang
klmlfl has joined #ruby-lang
JohnBat26 has joined #ruby-lang
JohnBat26 has quit [Client Quit]
JohnBat26 has joined #ruby-lang
klmlfl has quit [Ping timeout: 240 seconds]
ur5us has quit [Ping timeout: 265 seconds]
oliver___ has quit [Remote host closed the connection]
spuk has quit [Ping timeout: 264 seconds]
dm78 has quit [Read error: Connection reset by peer]
dxta has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
Averna has quit [Quit: Leaving.]
cleopatra has joined #ruby-lang
mistym has joined #ruby-lang
_fritchie has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
shubhamg_ has joined #ruby-lang
kapil_ has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
shubhamgoyal has quit [Ping timeout: 245 seconds]
_fritchie has quit [Quit: Textual IRC Client: www.textualapp.com]
bmichelsen has quit [Quit: ZZZzzz…]
pnbeast has quit [Quit: leaving]
shubhamg_ has quit [Read error: Connection reset by peer]
shubhamgoyal has joined #ruby-lang
oliver___ has joined #ruby-lang
lewix has quit [Remote host closed the connection]
spuk has joined #ruby-lang
xcesariox has joined #ruby-lang
allomov has joined #ruby-lang
allomov has quit [Ping timeout: 264 seconds]
pyttepatsy has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
NoNMaDDeN has quit [Remote host closed the connection]
yusuf1 has joined #ruby-lang
gianlucadv has joined #ruby-lang
yusuf1 has quit [Max SendQ exceeded]
yusuf1 has joined #ruby-lang
pyttepatsy has quit [Ping timeout: 264 seconds]
emmesswhy has joined #ruby-lang
kirin` has quit [Ping timeout: 264 seconds]
kirin` has joined #ruby-lang
jxie has quit [Ping timeout: 244 seconds]
fedexo has joined #ruby-lang
jxie has joined #ruby-lang
amsha___________ has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
amsha___________ has quit [Ping timeout: 250 seconds]
NoNMaDDeN has joined #ruby-lang
kyb3r_ has quit [Ping timeout: 258 seconds]
shubhamgoyal has quit [Remote host closed the connection]
bmichelsen has joined #ruby-lang
jxie has quit [Ping timeout: 272 seconds]
jxie has joined #ruby-lang
midhir has joined #ruby-lang
midhir has quit [Ping timeout: 245 seconds]
AKASkip has joined #ruby-lang
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
tenderlove has joined #ruby-lang
dxta has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 250 seconds]
saramic_ has quit [Remote host closed the connection]
shubhamgoyal has joined #ruby-lang
oleo__ has quit [Quit: Verlassend]
flgr has quit [Ping timeout: 240 seconds]
NoNMaDDeN has quit [Remote host closed the connection]
dwknoxy has quit [Quit: Textual IRC Client: www.textualapp.com]
flgr has joined #ruby-lang
jxie has quit [Ping timeout: 255 seconds]
diegoviola has quit [Remote host closed the connection]
jxie has joined #ruby-lang
hahuang61 has joined #ruby-lang
mikecmpbll has quit [Quit: ciao.]
HACKING-FACEBOOK has joined #ruby-lang
pyttepatsy has joined #ruby-lang
skade has joined #ruby-lang
ur5us has joined #ruby-lang
spuk has quit [Ping timeout: 255 seconds]
katmutua has joined #ruby-lang
spuk has joined #ruby-lang
katmutua is now known as init
pyttepatsy has quit [Ping timeout: 264 seconds]
init is now known as Guest95030
symm- has joined #ruby-lang
HACKING-FACEBOOK has quit [Quit: facebook.com/realjohnchalekson]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
solars has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
dexkiki has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
<dexkiki> Hi. why does mutiple variable assignment like "var1, var2 = 1, 2" return [1, 2]?
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
tenderlove has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
dexkiki has quit [Quit: Page closed]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
g0bl1n has quit [Ping timeout: 244 seconds]
HACKING-FACEBOOK has joined #ruby-lang
<whitequark> it desugars to "var1, var2 = [1, 2]"
marcdel has joined #ruby-lang
<whitequark> (that's not *exactly* what happens, but it's close enough)
apeiros_ has quit [Ping timeout: 245 seconds]
tenderlove has quit [Ping timeout: 256 seconds]
arBmind has joined #ruby-lang
relix has joined #ruby-lang
shubhamgoyal has quit [Read error: Connection reset by peer]
shubhamgoyal has joined #ruby-lang
clauswitt has joined #ruby-lang
symm- has quit [Ping timeout: 250 seconds]
HACKING-FACEBOOK has quit [Ping timeout: 255 seconds]
q_leonetti has joined #ruby-lang
dxta has joined #ruby-lang
allomov has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
jmrepetti has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
allomov has quit [Ping timeout: 264 seconds]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
HACKING-FACEBOOK has quit [Max SendQ exceeded]
HACKING-FACEBOOK has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
shubhamgoyal has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
vhlfd has joined #ruby-lang
houhoulis has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
jxie has quit [Ping timeout: 255 seconds]
klmlfl has joined #ruby-lang
jxie has joined #ruby-lang
marcdel has quit [Ping timeout: 265 seconds]
tenderlove has quit [Ping timeout: 255 seconds]
amsha___________ has joined #ruby-lang
marcdel has joined #ruby-lang
NoNMaDDeN has joined #ruby-lang
klmlfl has quit [Ping timeout: 264 seconds]
amsha___________ has quit [Ping timeout: 264 seconds]
charliesome has quit [Quit: zzz]
charliesome has joined #ruby-lang
benlovell has joined #ruby-lang
yfeldblum has quit [Ping timeout: 258 seconds]
amclain has quit [Quit: Leaving]
chussenot has joined #ruby-lang
chussenot has quit [Client Quit]
godd2 has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
mistym has quit [Quit: Leaving...]
kwd has joined #ruby-lang
Steve_Jobs has quit [Ping timeout: 240 seconds]
shubhamgoyal has joined #ruby-lang
midhir has joined #ruby-lang
qba73 has joined #ruby-lang
marcdel has quit []
fedexo has quit [Ping timeout: 265 seconds]
midhir has quit [Ping timeout: 256 seconds]
cornerma1 has joined #ruby-lang
Forgetful_Lion has joined #ruby-lang
cornerman has quit [Ping timeout: 244 seconds]
cornerma1 is now known as cornerman
HACKING-FACEBOOK has quit [Ping timeout: 244 seconds]
chussenot has joined #ruby-lang
pyttepatsy has joined #ruby-lang
NoNMaDDe_ has joined #ruby-lang
mamantoha_ has joined #ruby-lang
NoNMaDDeN has quit [Ping timeout: 240 seconds]
pyttepatsy has quit [Ping timeout: 255 seconds]
oak has quit [Ping timeout: 272 seconds]
jmrepetti has quit [Remote host closed the connection]
jmrepetti has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
jmrepetti has quit [Ping timeout: 244 seconds]
HACKING-FACEBOOK has joined #ruby-lang
jmrepetti has joined #ruby-lang
jmrepetti has quit [Ping timeout: 264 seconds]
skade has joined #ruby-lang
fusillicode has joined #ruby-lang
francisfish has joined #ruby-lang
<maloik> hullo :o
RitterJack has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
NoNMaDDeN has joined #ruby-lang
quatron has quit [Quit: quatron]
oliver___ has quit []
shubhamgoyal has joined #ruby-lang
NoNMaDDe_ has quit [Ping timeout: 255 seconds]
charliesome has joined #ruby-lang
shubhamgoyal has quit [Ping timeout: 258 seconds]
elia has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
allomov has joined #ruby-lang
HACKING-FACEBOOK has quit [Ping timeout: 240 seconds]
<yorickpeterse> morning
ur5us has joined #ruby-lang
schlubbi has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
ur5us has quit [Read error: No route to host]
ur5us has joined #ruby-lang
caseydri_ has joined #ruby-lang
caseydriscoll has quit [Read error: No route to host]
kyb3r_ has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
shubhamgoyal has quit [Read error: Connection reset by peer]
allomov has quit [Ping timeout: 258 seconds]
shubhamgoyal has joined #ruby-lang
ur5us has quit [Read error: No route to host]
ur5us has joined #ruby-lang
shubhamg_ has joined #ruby-lang
kapil_ has quit [Quit: Connection closed for inactivity]
ur5us has quit [Read error: No route to host]
godd2 has quit [Ping timeout: 244 seconds]
ur5us has joined #ruby-lang
ur5us_ has joined #ruby-lang
ur5us has quit [Read error: Connection reset by peer]
shubhamgoyal has quit [Ping timeout: 244 seconds]
ur5us_ has quit [Read error: Connection reset by peer]
ur5us has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
ur5us has quit [Read error: Connection reset by peer]
ur5us has joined #ruby-lang
ur5us has quit [Read error: No route to host]
ur5us has joined #ruby-lang
schlubbi has quit [Remote host closed the connection]
schlubbi has joined #ruby-lang
quatron has joined #ruby-lang
HACKING-FACEBOOK has quit [Ping timeout: 245 seconds]
Quackmatic has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
klmlfl has joined #ruby-lang
yfeldblum has joined #ruby-lang
amsha___________ has joined #ruby-lang
Caius has quit [Ping timeout: 260 seconds]
tbuehlmann has joined #ruby-lang
klmlfl has quit [Ping timeout: 240 seconds]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
amsha___________ has quit [Ping timeout: 240 seconds]
jmrepetti has joined #ruby-lang
Quackmatic has joined #ruby-lang
nofxx has quit [Ping timeout: 272 seconds]
Caius has joined #ruby-lang
kyb3r_ has quit [Read error: Connection reset by peer]
workmad3 has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
saramic_ has joined #ruby-lang
midhir has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
Miphix has quit [Quit: Leaving]
arBmind has joined #ruby-lang
stamina has joined #ruby-lang
michael_imac is now known as michael_mbp
kapil_ has joined #ruby-lang
NoNMaDDeN has quit [Remote host closed the connection]
Miphix has joined #ruby-lang
fusillicode has quit [Ping timeout: 265 seconds]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
benlovell has quit [Ping timeout: 256 seconds]
NoNMaDDeN has joined #ruby-lang
dxta has quit [Read error: Connection reset by peer]
dxta has joined #ruby-lang
allomov has joined #ruby-lang
pyttepatsy has joined #ruby-lang
benlovell has joined #ruby-lang
marr has joined #ruby-lang
midhir_ has joined #ruby-lang
<darix> headius: well in my case it didnt try libyajl.so.2
<darix> as i would have expected
midhir has quit [Read error: Connection reset by peer]
gix has quit [Ping timeout: 264 seconds]
kertap has joined #ruby-lang
charliesome has quit [Quit: zzz]
enkristoffer has joined #ruby-lang
midhir has joined #ruby-lang
midhir_ has quit [Read error: Connection reset by peer]
pyttepatsy has quit [Ping timeout: 272 seconds]
gix has joined #ruby-lang
shubhamg_ has quit [Remote host closed the connection]
charliesome has joined #ruby-lang
pablocantero has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
shubhamg_ has joined #ruby-lang
shubham__ has joined #ruby-lang
shubhamgoyal has quit [Ping timeout: 258 seconds]
shubham__ has quit [Remote host closed the connection]
fiddyc has quit [Remote host closed the connection]
shubhamg_ has quit [Ping timeout: 272 seconds]
midhir has quit [Read error: Connection reset by peer]
midhir has joined #ruby-lang
saramic_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
ldnunes has joined #ruby-lang
stamina has quit [Remote host closed the connection]
NoNMaDDeN has quit [Read error: Connection reset by peer]
xcesariox has joined #ruby-lang
fusillicode has joined #ruby-lang
tenderlove has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
dxta has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 256 seconds]
mnngfltg has joined #ruby-lang
xcesariox has quit [Read error: Connection reset by peer]
benlovell has quit [Ping timeout: 264 seconds]
mamantoha_ has quit [Ping timeout: 255 seconds]
mkaesz has joined #ruby-lang
clauswitt has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dsilva has joined #ruby-lang
midhir has quit [Remote host closed the connection]
midhir has joined #ruby-lang
NoNMaDDeN has joined #ruby-lang
dsilva_ has joined #ruby-lang
nofxx has quit [Ping timeout: 255 seconds]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
caseydri_ has quit [Read error: Connection reset by peer]
jxie has quit [Ping timeout: 244 seconds]
dsilva__ has joined #ruby-lang
caseydriscoll has joined #ruby-lang
dsilva has quit [Ping timeout: 264 seconds]
jxie has joined #ruby-lang
dsilva_ has quit [Ping timeout: 244 seconds]
yusuf1 has quit [Quit: Leaving.]
dsilva__ has quit [Ping timeout: 244 seconds]
dsilva has joined #ruby-lang
amsha___________ has joined #ruby-lang
nofxx has quit [Ping timeout: 258 seconds]
tobiasvl has joined #ruby-lang
mkaesz has quit [Ping timeout: 240 seconds]
amsha___________ has quit [Ping timeout: 256 seconds]
dangerousdave has joined #ruby-lang
nofxx has joined #ruby-lang
jkad1 has joined #ruby-lang
mkaesz has joined #ruby-lang
jxie has quit [Ping timeout: 250 seconds]
bmichelsen has quit [Quit: ZZZzzz…]
ecnalyr has joined #ruby-lang
ecnalyr has quit [Client Quit]
jxie has joined #ruby-lang
dsilva_ has joined #ruby-lang
mskaesz has joined #ruby-lang
mkaesz has quit [Read error: Connection reset by peer]
dsilva has quit [Ping timeout: 245 seconds]
jxie has quit [Ping timeout: 256 seconds]
jxie has joined #ruby-lang
dsilva has joined #ruby-lang
dsilva_ has quit [Ping timeout: 255 seconds]
skade has quit [Quit: Computer has gone to sleep.]
mamantoha_ has joined #ruby-lang
dsilva has quit [Ping timeout: 245 seconds]
xcesariox has joined #ruby-lang
dsilva has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
Forgetful_Lion has joined #ruby-lang
x0f_ has joined #ruby-lang
benlovell has joined #ruby-lang
pyttepatsy has joined #ruby-lang
dxta has joined #ruby-lang
jxie has quit [Ping timeout: 240 seconds]
x0f has quit [Ping timeout: 245 seconds]
spastorino has joined #ruby-lang
jxie has joined #ruby-lang
pyttepatsy has quit [Ping timeout: 245 seconds]
pablocantero has quit [Remote host closed the connection]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
houhoulis has joined #ruby-lang
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dangerousdave has joined #ruby-lang
pablocantero has joined #ruby-lang
skade has joined #ruby-lang
kertap has quit [Quit: kertap]
ben_thatmust has joined #ruby-lang
<ben_thatmust> when someone has a moment, #10467 can now be marked as a duplicate of #10533. I reported it to Eric Hodel who also created a bug and solved it
JohnBat26 has quit [Remote host closed the connection]
relix has quit [Quit: Textual IRC Client: www.textualapp.com]
vondruch has quit [Quit: Ex-Chat]
relix has joined #ruby-lang
clauswitt has joined #ruby-lang
jmrepetti has quit [Remote host closed the connection]
JohnBat26 has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
JohnBat26 has quit [Read error: Connection reset by peer]
Steve_Jobs has joined #ruby-lang
JohnBat26 has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
shubhamgoyal has joined #ruby-lang
midhir_ has joined #ruby-lang
midhir has quit [Read error: Connection reset by peer]
shubhamgoyal has quit [Read error: Connection reset by peer]
dm78 has joined #ruby-lang
workmad3 has quit [Ping timeout: 255 seconds]
schlubbi has quit []
<nofxx> Anyone using RethinkDB? From the docs looks like really nice...
workmad3 has joined #ruby-lang
charliesome_ has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
vondruch has joined #ruby-lang
charliesome has quit [Ping timeout: 264 seconds]
dm78_ has joined #ruby-lang
dm78 has quit [Read error: Connection reset by peer]
<yorickpeterse> nofxx: why do you need RethinkDB?
<yorickpeterse> (that's both an honest and trick question of sorts)
Forgetful_Lion has quit [Remote host closed the connection]
postmodern has quit [Quit: Leaving]
<nofxx> yorickpeterse, as in 'why something besides PG' ?
benlovell has quit [Ping timeout: 240 seconds]
<yorickpeterse> replace PG with "any RDBMS" and you're about right
<nofxx> dynamic fields, no schema... that's the best part of it
<yorickpeterse> What's bad about having a schema?
<ledestin> how will you feel in 3 months having no schema?
<yorickpeterse> I can tell you all about the horrors of not having a schema, but you'll have to sit down for it
<nofxx> what's good ?
yalue has joined #ruby-lang
<yorickpeterse> "Lets query field X...oh fuck 30% of my data doesn't have field X since it was added later. Shit, now I have to migrate that data anyway, or exclude it alltogether"
bmichelsen has joined #ruby-lang
<yorickpeterse> "Shit <any nosql storage> sucks at migrating large datasets"
<ledestin> how about even remembering wtf is that data in the field?
<yorickpeterse> ledestin: well, you use a ORM for that so you can define the schema in the code :D
<yorickpeterse> then you still have a schema without having a schema
amsha___________ has joined #ruby-lang
<yorickpeterse> nofxx: in all seriousness, 99% of all people don't need schemaless storage engines
<yorickpeterse> also 80% of all statistics are made up
<nofxx> to answer ledestin , nosql is way more explicit.... field :foo, type: Whatever, on sql you'll need some kind of 'annotate models'
<nofxx> to ask yorickpeterse which kinda of spell is that?
<nofxx> was wondering to write something like that... field :foo, String ... and you run some rake task that checks and creates/removes fields
<yorickpeterse> euh, I think you're mixing two things up
<yorickpeterse> In NoSQL there's no schema, thus you shouldn't have to define fields explicitly anywhere
<yorickpeterse> The moment you are doing that you are defining a schema, and 95% of the use cases of a schemaless storage engine are no longer valid
<nofxx> you define you schema in the code
<yorickpeterse> and what benefits does that bring you, besides having to redefine that all over your code base (assuming separate apps using the same collections)?
bf4 has joined #ruby-lang
<yorickpeterse> Also, I'm talking about migrating collections with millions of records
<yorickpeterse> not some collection containing 100 cat pictures
<nofxx> way faster to start an app from zero, work the beta mode adjusting stuff
<yorickpeterse> e.g. in Mongo such a migration can easily take an entire day, locking the entire DB at various points in time
<yorickpeterse> bullshit
<yorickpeterse> It's no easier to define a schema in a table than it is to code it in a Ruby file
amsha___________ has quit [Ping timeout: 255 seconds]
<yorickpeterse> In both cases when the schema changes you have to update your definitions, and migrate data
<yorickpeterse> The process is the same, but when using an RDBMS you get a *huge* amount of guarantees
<yorickpeterse> Guarantees that are vital to running a stable business
<yorickpeterse> e.g. a column defined as int(11) doesn't allow string values (MySQL is not a sane RDBMS, so screw that)
<yorickpeterse> Most NoSQL engines won't give a darn and just insert it
stardiviner has joined #ruby-lang
<yorickpeterse> So basically the average nosql storage engine is mysql minus the few good parts
<yorickpeterse> and minus an explicit, database maintained schema
<yorickpeterse> There are use cases for RethinkDB, etc, but those cases are rare
caseydriscoll has quit [Remote host closed the connection]
<yorickpeterse> They are cases of people having petabytes of data, huge amounts of data modifications (beyond just inserts), etc
[spoiler] has joined #ruby-lang
<nofxx> yorickpeterse, I agree with you that RDBMS is better, actually what I meant with the code I said is not bring schemaless but a more fun to work with migration process
<yorickpeterse> I don't think migrating a few GBs of data for an entire day is fun
<nofxx> and in the same time got schema defined in code
<yorickpeterse> I'd rather let my DB do that in a few minutes
<yorickpeterse> I have to admit, I am very bitter when it comes to nosql
<yorickpeterse> 2 years of arguebly the worst nosql engine (mongo) gave me a deep hatred for the concept
<yorickpeterse> except for those 1 or 2 use cases where it makes sense
<yorickpeterse> e.g. if you're looking for something to dump random log files in, nosql would make some semse
<workmad3> yorickpeterse: s/nosql/docdb/ in your case ;)
<yorickpeterse> especially if that log data is not consistent (e.g. different log formats)
<yorickpeterse> workmad3: the concept nosql still applies, but yes it's a document store
<workmad3> yorickpeterse: I've not come across many good use-cases for doc-dbs, and in all honesty the few that I had are now replaced with postgresql using either a JSON or an HSTORE field\
<yorickpeterse> Haven't used hstore myself yet, so can't really comment on that
<yorickpeterse> but I will be moving our mongo clusters over to Pg in the coming months
<workmad3> yorickpeterse: however, the other types of nosql store, such as kv-stores and graph dbs, are, IMO, more useful :)
<nofxx> worth mentioning, that more than one DB is very easy anyways... actually every app I worked with mongo uses also PG
<yorickpeterse> oh yeah, definitely
<yorickpeterse> <3 memcached
<yorickpeterse> I'd really appreciate proper clustering in memcached though :/
<yorickpeterse> ElastiCache's cluster setup is not the same
<workmad3> yorickpeterse: I'm waiting for 9.4 to come out and destroy every claim anyone ever made about mongo personally ;)
hinbody has joined #ruby-lang
<workmad3> (pg 9.4)
<workmad3> yorickpeterse: the initial tests of JSONB in 9.4 seem to indicate it's better (faster) than mongo at being a JSONB document-database... which I find immensely amusing :)
<nofxx> yorickpeterse, also, when using the field :foo in a RDBMS it's very easy to use anyother nosql, problably won't change any code
<nofxx> than you'll run something like rake db:up , and some log: creating 5 fields here... creating this one... ops delete this? Y/n
<yorickpeterse> workmad3: Yeah I recall seeing benchmarks at some point
<yorickpeterse> nofxx: the same applies to RDBMS'
<nofxx> and in production mode there's no overload
bmichelsen has quit [Quit: ZZZzzz…]
kertap has joined #ruby-lang
<nofxx> yorickpeterse, I'm talking about the gem I'm thinking about writing.. to replace migrations, use the field on RDBMS, and a rake task to update the schema
<yorickpeterse> Basically my opinion can be summed up as: unless you are confident (and have proof) that you need nosql, then you don't need nosql
<workmad3> yorickpeterse: I'm fairly similar tbh, although I'd probably weaken it to 'unless you are confident (and have corroborating evidence) that you need nosql as your primary data store, then you don't need nosql as your primary data store'
hackeron_ is now known as hackeron
hackeron has quit [Changing host]
hackeron has joined #ruby-lang
<workmad3> yorickpeterse: I've no problem with hybrid solutions that use nosql stores for caching, searching, denormalised view data, etc.
<workmad3> yorickpeterse: but I'm much more concerned if that's the primary data store, rather than a rebuildable, throw-away secondary store
<yorickpeterse> The point that can be made there is that using a document store of sorts for caching is an overkill, at least compared to memcached
<yorickpeterse> Unless you have some sort of conditional caching setup
<yorickpeterse> (opposed to caching data under a single key)
<yorickpeterse> But like I said I'm bitter, I'll fight any new piece of tech unless I know for certain it's worth it
<yorickpeterse> e.g. people here were thinking about adding full-text search on our review dataset using CloudSearch
<yorickpeterse> which is silly since we don't have any particular use case for that, plus Pg already does it
<yorickpeterse> Granted Pg supports fewer languages
<darix> workmad3: imho ... if you start to deserialize your data in the sql world you can gain a lot of benefits of the nosql world
shambrarian has joined #ruby-lang
<yorickpeterse> That is, Pg does like 15 vs 30-something CloudSearch (= Solr) does
<workmad3> darix: right... but I'm not talking about it being de-serialised inside the database
<workmad3> darix: or rather, de-normalised (which I think you meant)
<darix> yes
<darix> workmad3: imho thats where a lot of the speed of nosql comes from.
<workmad3> darix: I'm talking about having it properly normalised in the DB, and having a cached, denormalised view of the data
malconis has joined #ruby-lang
malconis has quit [Remote host closed the connection]
<workmad3> darix: which, tbh, you could do inside the database too anyway, with a materialised view
skade has joined #ruby-lang
<yorickpeterse> funny, this reminds me that we were having Mongo problems just yesterday
<yorickpeterse> 07:00 <ops> ZOMG APPS X AND Y ARE SLOW <me> wuuu...fuck
<yorickpeterse> Something with the fucking secondaries (yay replication) being slower than a snail
<yorickpeterse> "Fixed" it using hardcore science (= changing everything to just use the primary, lol)
<yorickpeterse> But as in the past no single metric showed anything
<yorickpeterse> neither did mongotop, mongostat, mtop, mongobutts, whatever
malconis has joined #ruby-lang
<yorickpeterse> The day we no longer have Mongo in production is the day I'll be bringing champagne into the office
<yorickpeterse> and just get wasted during the day
<yorickpeterse> which is pretty hard with champagne
relix has joined #ruby-lang
caseydriscoll has joined #ruby-lang
lele|w has quit [Remote host closed the connection]
bf4 has quit [Ping timeout: 255 seconds]
pyttepatsy has joined #ruby-lang
stardiviner has quit [Ping timeout: 264 seconds]
<apeiros_> yorickpeterse: kyr royal
<yorickpeterse> kyr?
<apeiros_> oh, *kir
<yorickpeterse> ah, a champagne apparently
<darix> yorickpeterse: just need enoug bottles :p
<darix> or big enough
<apeiros_> creme cassis + champange
<yorickpeterse> I know literally nothing about alcoholic beverages
<apeiros_> the cassis gives it a bit more oomph
<yorickpeterse> yay 4 more gems to update/release
<yorickpeterse> out of...20
pyttepatsy has quit [Ping timeout: 255 seconds]
cleopatra has quit [Ping timeout: 265 seconds]
midhir_ has quit [Ping timeout: 255 seconds]
dsilva_ has joined #ruby-lang
dsilva has quit [Ping timeout: 255 seconds]
midhir has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
AKASkip has quit [Ping timeout: 264 seconds]
<yorickpeterse> fuck, I have to go through them another time
<yorickpeterse> (╯°□°)╯︵ ┻━┻
j2p2 has joined #ruby-lang
<whitequark> yorickpeterse: ┬─┬ ノ( ^_^ノ)
<yorickpeterse> ( `Д´)ノ┳━┳
houhoulis has quit [Remote host closed the connection]
jmrepetti has joined #ruby-lang
<tockitj> what were those ? (:
tkuchiki has quit [Ping timeout: 255 seconds]
<yorickpeterse> tables being flipped
j2p2 has quit [Ping timeout: 250 seconds]
<tockitj> hahahaa.. awesome
<tockitj> unicode needs more characters! (:
<yorickpeterse> ( `Д´)=◯)`ν°)
<tockitj> do you copy paste them from somewhere, or invent them along the way?
vondruch has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 240 seconds]
<yorickpeterse> I have a weechat plugin for it
mikecmpbll has joined #ruby-lang
vondruch has joined #ruby-lang
chinmay_dd has joined #ruby-lang
<workmad3> tockitj: on OSX (from at least 10.9) you can also use cmd+ctrl+space to bring up an emoji box to insert some unicode
<tockitj> cool
<workmad3> ℉ ẫ
<tockitj> it would be awesome to have some kind of unicode-art
<tockitj> more characters!
<ledestin> workmad3: brings up finder for me
<workmad3>
<darix> that was a really missing feature /oß
<darix> that was a really missing feature /o\
<workmad3> ledestin: heh
midhir has quit [Remote host closed the connection]
<workmad3> ledestin: bad luck I guess :P
midhir has joined #ruby-lang
<yorickpeterse> only shows gibberish for me
mannyt has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
enkristoffer has quit [Quit: ❤]
tsou has quit [Ping timeout: 240 seconds]
dsilva has joined #ruby-lang
midhir has quit [Ping timeout: 240 seconds]
tsou has joined #ruby-lang
dsilva_ has quit [Ping timeout: 255 seconds]
Guest95030 has quit [Ping timeout: 272 seconds]
oleo has joined #ruby-lang
benlovell has joined #ruby-lang
vondruch has quit [Quit: Ex-Chat]
mcclurmc has joined #ruby-lang
chussenot has quit [Quit: chussenot]
shubhamgoyal has joined #ruby-lang
lewix has joined #ruby-lang
lewix has joined #ruby-lang
rcvalle has joined #ruby-lang
dsilva_ has joined #ruby-lang
kertap has quit [Quit: kertap]
jimbach has joined #ruby-lang
dsilva has quit [Ping timeout: 255 seconds]
shubhamgoyal has quit [Ping timeout: 255 seconds]
jimbach has quit [Remote host closed the connection]
jimbach has joined #ruby-lang
elia has quit [Read error: Connection reset by peer]
_elia has joined #ruby-lang
<tockitj> or maybe some kind of character set with complex composing rules.. characters which would make it possible to draw one-liners
dsilva has joined #ruby-lang
klmlfl has joined #ruby-lang
dsilva_ has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby-lang
jxie has quit [Quit: leaving]
klmlfl has quit [Ping timeout: 240 seconds]
<darix> tockitj: you can combine unicode into a single character with a megabyte in size
<darix> :p
shubhamgoyal has joined #ruby-lang
<ericwood> the future is now
jxie has joined #ruby-lang
kith_ is now known as kith
kiyote23 has joined #ruby-lang
arBmind has joined #ruby-lang
klmlfl has joined #ruby-lang
klmlfl has quit [Read error: Connection reset by peer]
klmlfl has joined #ruby-lang
shubhamgoyal has quit [Ping timeout: 256 seconds]
senor_jalapeno has joined #ruby-lang
<whitequark> tockitj: these are called "kaomoji"
<whitequark> naturally, invented by japanese. and yeah, I copy-paste them and not type from scartch, that'd be hard
<whitequark> could also use xcompose: http://whitequark.org/images/sublime-win.gif
<ericwood> whitequark: 10 hours is a bargain
<ericwood> WORTHIT
<whitequark> see the article for details
<ericwood> it's okay, I use Vim so I just live with snippets
<ericwood> Alfred's clipboard snippets has all of my kaomoji :D
<ericwood> damnit, I lost my table flipping script in my reinstall :(
<whitequark> xcompose allows me to do it in irssi too, though
<ericwood> used to be able to flip anything via Alfred
kiyote23 has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
amsha___________ has joined #ruby-lang
cleopatra has joined #ruby-lang
vondruch has quit [Ping timeout: 244 seconds]
vladgh has quit [Quit: Lost terminal]
clauswitt has quit [Ping timeout: 240 seconds]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome_ has quit [Quit: zzz]
vladgh has joined #ruby-lang
amsha___________ has quit [Ping timeout: 244 seconds]
whippythellama has joined #ruby-lang
loincloth has joined #ruby-lang
sadfuzzy has joined #ruby-lang
chussenot has joined #ruby-lang
<sadfuzzy> hey! PostgreSQL 9.4rc1 is out! Anyone tried to install pg gem yet?
<sadfuzzy> i get "PQcnnectdb() not found" with ruby 2.1.5 installed with rvm and postgresql, compiled from sources
<sadfuzzy> please, help!
ben_thatmustbeme has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
<ericwood> is it being pointed at the correct DB?
<ericwood> is postgres running?
<sadfuzzy> yes, it's running
davs has joined #ruby-lang
<sadfuzzy> i don't have 'usr' folder in .rvm
<workmad3> sadfuzzy: did you install/compile the libpq library too?
<sadfuzzy> what files should be there?
<sadfuzzy> yes, i have it, it is named 'libpq.a'
dangerousdave has joined #ruby-lang
<workmad3> sadfuzzy: and headers?
<ericwood> it needs the headers to link against
<sadfuzzy> workmad3: sure, they are marked 'yes' :)
<sadfuzzy> even if i point the gem installator directly to the lib with flag, it fails
vondruch has joined #ruby-lang
<workmad3> sadfuzzy: ok... you'll need to check the mkmf.log file then
houdini has joined #ruby-lang
<workmad3> sadfuzzy: as that'll have the actual errors from configure where it attempted to link the file into a tiny compilation unit, iirc
amsha___________ has joined #ruby-lang
allomov has quit [Read error: Connection reset by peer]
<sadfuzzy> exact description of our proble
<sadfuzzy> *problem
allomov has joined #ruby-lang
HACKING-FACEBOOK has quit [Ping timeout: 264 seconds]
<houdini> here it is this mkmf.log
<nofxx> Is there a similar to `included do` for inheritance ?
HACKING-FACEBOOK has joined #ruby-lang
<workmad3> nofxx: 'included do' is ActiveSupport::Concern, not core ruby... it's also just a thin wrapper around defining 'def self.included(base)'
<workmad3> nofxx: with that, would you care to take a guess for a similar method for inheritance? ;)
<headius> darix: sounds like a bug worth filing then :-)
hakunin has joined #ruby-lang
amsha___________ has quit [Quit: Be back later ...]
hakunin_ has quit [Ping timeout: 255 seconds]
jmrepetti has quit [Ping timeout: 250 seconds]
<darix> headius: 1. while where? ffi-yajl or ffi? 2. to repeat my follow up question from last night: is there any documentation when an FFI binding needs the header files and when just the .so file is enough?
nofxx_ has joined #ruby-lang
<workmad3> houdini: ok, so looking at that shows the issues...
nofxx_ has quit [Changing host]
nofxx_ has joined #ruby-lang
<sadfuzzy> where conftest.c is located?
<workmad3> houdini: specifically, 'conftest.c:15:1: error: too few arguments to function ‘PQconnectdb’ ' in some of the checks, and '/usr/local/pgsql/lib/libpq.so: undefined reference to `pg_sprintf'' in another
<nofxx_> workmad3, thanks man
arBmind has joined #ruby-lang
nofxx has quit [Ping timeout: 264 seconds]
<workmad3> houdini: I'm going to hazard a guess that you may need a newer version of libpq for postgres 9.4
<houdini> workmad3: yep, it's incorrect call of PQconnectdb, however I have no file conftest.c
jmrepetti has joined #ruby-lang
<headius> darix: most FFI bindings don't use the header at all
<workmad3> houdini: conftest.c is created by configure with the content shown in order to perform include and link checks
<headius> unless they're using something like ffi-gen or the clang one
<darix> headius: womble mentioned ConstGenerator or so last night.
<nofxx_> workmad3, what's the elegant way to make an attr_accessor on the subclass? self.inherited(subclass)
<workmad3> nofxx_: just create it in the base class would be my suggestion
<headius> darix: yeah that's usually run once on each platform, not at install time
<darix> aha
<darix> so it would probably ship as part of the gem?
<headius> the generated code would, yes
<darix> although you could run it at build time too
<headius> you should also see if JRuby can find the .so since the FFI backend is different
jmrepetti has quit [Read error: Connection reset by peer]
tkuchiki has joined #ruby-lang
<darix> headius: i had no time to package it yet
jmrepetti has joined #ruby-lang
<darix> but i will look into it
<houdini> workmad3: hmm, I see. it's look like gem pg issue, don't understand why it works at other computers
<darix> houdini: os/distro?
<headius> darix: package? should be as easy as unpacking a tarball
<darix> headius: ffi-yajl
<headius> oh, I see
<headius> ok
<headius> well let me know...officially we (JRuby) maintain both FFI impls
rippa has joined #ruby-lang
<darix> FFI.map_library_name("yajl")
<darix> => "libyajl.so"
cmhobbs has joined #ruby-lang
cmhobbs has joined #ruby-lang
<darix> although that file doesnt even exist. libyajl.so.2 does
<darix> 2.1.5 + ffi 1.9.6
<darix> 2.1.4 sorry
vondruch_ has joined #ruby-lang
vondruch has quit [Ping timeout: 264 seconds]
tkuchiki has quit [Ping timeout: 255 seconds]
houdini has quit [Ping timeout: 246 seconds]
benlovell has quit [Ping timeout: 255 seconds]
lewix has quit []
<sadfuzzy> darix: linux/ubuntu 12.04
jmrepetti has quit [Ping timeout: 258 seconds]
pyttepatsy has joined #ruby-lang
symm- has joined #ruby-lang
HACKING-FACEBOOK has quit [Ping timeout: 240 seconds]
_elia has quit [Quit: Computer has gone to sleep.]
<darix> sadfuzzy: postgresql devel package installed?
<sadfuzzy> darix: yes, previous verisions of postgresql compiled successfully
<darix> the whole code is broken if you use the system copy of libyajl2. libpath = File.expand_path(File.join(Libyajl2.opt_path, libname)) that evaluates to a broken path
<darix> drbrain: imho gems like libyajl2 should be forbidden
<whitequark> wow, that whole file
<whitequark> why
pyttepatsy has quit [Ping timeout: 272 seconds]
midhir has joined #ruby-lang
<darix> whitequark: why ffi-yajl in first place. there were working yajl bindings already.
elia has joined #ruby-lang
pablocantero has quit [Remote host closed the connection]
<headius> that don't work on JRuby
<headius> darix: ahh they have a lot of logic here...I think you should start with an ffi-yajl bug
<headius> if it turns out there's something the FFI gem isn't doing we can address that
kapil_ has quit [Quit: Connection closed for inactivity]
tkuchiki has joined #ruby-lang
mcclurmc_ has joined #ruby-lang
q_leonetti has quit [Quit: q_leonetti]
theotherstupidgu has joined #ruby-lang
<darix> whitequark headius: can i mention that you find the code in ext.rb weird and unneeded?
<headius> it's definitely weird to me :-)
|jemc| has quit [Ping timeout: 240 seconds]
mcclurmc has quit [Ping timeout: 272 seconds]
shubhamgoyal has joined #ruby-lang
j2p2 has joined #ruby-lang
dwknoxy has joined #ruby-lang
benlovell has joined #ruby-lang
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
amsha___________ has joined #ruby-lang
kiyote23 has joined #ruby-lang
shubhamgoyal has quit [Read error: Connection reset by peer]
shubhamgoyal has joined #ruby-lang
nelsonsar has joined #ruby-lang
apeiros_ has quit [Ping timeout: 256 seconds]
jmrepetti has joined #ruby-lang
vondruch_ has quit [Ping timeout: 264 seconds]
havenwood has joined #ruby-lang
vondruch has joined #ruby-lang
kwd has quit [Quit: kwd]
|jemc| has joined #ruby-lang
<nofxx_> module Foo; included do; cattr_accessor :var; ... class A; include Foo ..... class B < A , class C < A........now A, B, C share var. How to have one independent var on each one?
rahul_j has joined #ruby-lang
kiyote23 has quit [Ping timeout: 240 seconds]
|jemc| has quit [Client Quit]
|jemc| has joined #ruby-lang
q_leonetti has joined #ruby-lang
rahul_j has quit [Client Quit]
dsilva_ has joined #ruby-lang
rahul_j has joined #ruby-lang
mskaesz has quit [Remote host closed the connection]
dsilva has quit [Ping timeout: 240 seconds]
mamantoha_ has quit [Ping timeout: 244 seconds]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
slawrence00 has joined #ruby-lang
pricees has joined #ruby-lang
shinnya has joined #ruby-lang
benlovell has quit [Ping timeout: 264 seconds]
caseydriscoll has quit [Remote host closed the connection]
rahul_j has quit [Quit: rahul_j]
arBmind has quit [Quit: Leaving.]
yfeldblum has joined #ruby-lang
gjaldon has joined #ruby-lang
pablocantero has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
arBmind has joined #ruby-lang
tenderlove has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
jkad1 has quit [Remote host closed the connection]
arBmind has joined #ruby-lang
tenderlove has quit [Ping timeout: 265 seconds]
hal_9000 has joined #ruby-lang
<hal_9000> hi! :) who’s around?
dsilva has joined #ruby-lang
amsi has joined #ruby-lang
centrx has joined #ruby-lang
dsilva_ has quit [Ping timeout: 272 seconds]
skade has quit [Quit: Computer has gone to sleep.]
fusillicode has quit [Ping timeout: 240 seconds]
apeiros_ has joined #ruby-lang
jmrepetti has quit [Remote host closed the connection]
senor_jalapeno has quit [Ping timeout: 255 seconds]
apeiros_ has quit [Ping timeout: 258 seconds]
<nofxx_> Forgot my question, I got it...
<nofxx_> hal_9000, depends, are you going to try to kill us all?
<hal_9000> not today :)
<hal_9000> semi-offtopic — does anyone have a *clear* idea of what "m17n" is, with respect to i18n and l10n? i see what i think are vague and conflicting definitions
<nofxx_> 2001 made me hate computers, monkeys and kubrick
<hal_9000> haha - you should have read the book first
<nofxx_> will do someday... wikipedia says "Multilingualisation"
bb010g has quit [Quit: Connection closed for inactivity]
<hal_9000> i did read that, yes
<hal_9000> oh, maybe i missed a bit there
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pyttepatsy has joined #ruby-lang
mistym has joined #ruby-lang
benlovell has joined #ruby-lang
AKASkip has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
dsilva_ has joined #ruby-lang
pyttepatsy has quit [Ping timeout: 255 seconds]
mikecmpbll has quit [Ping timeout: 255 seconds]
dsilva has quit [Ping timeout: 255 seconds]
sadfuzzy has quit [Ping timeout: 246 seconds]
benlovell has quit [Ping timeout: 272 seconds]
yfeldblum has joined #ruby-lang
skade has joined #ruby-lang
qba73 has quit []
dangerousdave has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
relix has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
dfinninger has joined #ruby-lang
fusillicode has joined #ruby-lang
skade has quit [Quit: Textual IRC Client: www.textualapp.com]
mnngfltg has quit [Remote host closed the connection]
relix has quit [Client Quit]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hahuang61 has quit [Ping timeout: 265 seconds]
theotherstupidgu has quit [Quit: Lost terminal]
florianb has joined #ruby-lang
florianb has quit [Client Quit]
kiyote23 has joined #ruby-lang
mcclurmc has joined #ruby-lang
pablocantero has quit [Remote host closed the connection]
fusillicode1 has joined #ruby-lang
mcclurmc_ has quit [Ping timeout: 255 seconds]
xcesariox has joined #ruby-lang
tenderlove has joined #ruby-lang
kiyote23 has quit [Ping timeout: 245 seconds]
pablocantero has joined #ruby-lang
wallerdev has joined #ruby-lang
fusillicode has quit [Ping timeout: 258 seconds]
workmad3 has quit [Ping timeout: 256 seconds]
klmlfl has quit []
tenderlove has quit [Ping timeout: 264 seconds]
kyb3r_ has joined #ruby-lang
dfinninger has quit [Remote host closed the connection]
allomov has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
chussenot has quit [Ping timeout: 240 seconds]
djbkd has joined #ruby-lang
benlovell has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
csaunders has joined #ruby-lang
rtl has joined #ruby-lang
kertap has joined #ruby-lang
RitterJack has quit [Remote host closed the connection]
wallerdev has quit [Quit: wallerdev]
dangerousdave has joined #ruby-lang
csaunders has quit [Quit: Textual IRC Client: www.textualapp.com]
benlovell has quit [Ping timeout: 255 seconds]
hahuang61 has joined #ruby-lang
postmodern has joined #ruby-lang
kiyote23 has joined #ruby-lang
wallerdev has joined #ruby-lang
yfeldblum has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
klmlfl has joined #ruby-lang
sarkyniin has joined #ruby-lang
kiyote23 has quit [Ping timeout: 255 seconds]
djbkd has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djbkd has quit [Remote host closed the connection]
levifig has quit [Ping timeout: 255 seconds]
djbkd has joined #ruby-lang
mamantoha has joined #ruby-lang
levifig has joined #ruby-lang
mamantoha has quit [Ping timeout: 240 seconds]
caseydriscoll has joined #ruby-lang
dfinninger has joined #ruby-lang
pablocantero has quit [Remote host closed the connection]
loincloth has joined #ruby-lang
nelsonsar has quit [Remote host closed the connection]
pablocantero has joined #ruby-lang
kyb3r_ has quit [Read error: Connection reset by peer]
mame1 has joined #ruby-lang
tenderlove has joined #ruby-lang
dsilva has joined #ruby-lang
mame0 has quit [Ping timeout: 250 seconds]
existensil has joined #ruby-lang
diegovio1 has joined #ruby-lang
marr has quit [Ping timeout: 244 seconds]
dsilva_ has quit [Ping timeout: 240 seconds]
nelsonsar has joined #ruby-lang
diegoviola has quit [Ping timeout: 255 seconds]
tenderlove has quit [Ping timeout: 272 seconds]
Demannu_ has joined #ruby-lang
Demannu has quit [Read error: Connection reset by peer]
xcesariox has quit [Quit: Textual IRC Client: www.textualapp.com]
diegovio1 is now known as diegoviola
gjaldon has quit [Remote host closed the connection]
robbyoconnor has quit [Ping timeout: 264 seconds]
gjaldon has joined #ruby-lang
pyttepatsy has joined #ruby-lang
rikkipitt has joined #ruby-lang
pablocantero has quit [Remote host closed the connection]
senor_jalapeno has joined #ruby-lang
Missphoenix has joined #ruby-lang
solars has quit [Ping timeout: 265 seconds]
pyttepatsy has quit [Ping timeout: 264 seconds]
Miphix has quit [Read error: Connection reset by peer]
danijoo has quit [Read error: Connection reset by peer]
midhir has quit [Remote host closed the connection]
danijoo has joined #ruby-lang
midhir has joined #ruby-lang
midhir has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
midhir has joined #ruby-lang
dangerousdave has joined #ruby-lang
dsilva_ has joined #ruby-lang
dangerousdave has quit [Max SendQ exceeded]
pablocantero has joined #ruby-lang
dsilva has quit [Ping timeout: 240 seconds]
dsilva has joined #ruby-lang
kiyote23 has joined #ruby-lang
dsilva_ has quit [Ping timeout: 264 seconds]
arBmind has joined #ruby-lang
dsilva_ has joined #ruby-lang
nelsonsar has quit [Remote host closed the connection]
dsilva has quit [Ping timeout: 264 seconds]
centrx has quit [Quit: Did gyre and gymble in ye wabe]
yfeldblum has quit [Ping timeout: 244 seconds]
nelsonsar has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
tkuchiki has quit [Ping timeout: 258 seconds]
wallerdev has quit [Quit: wallerdev]
loincloth has joined #ruby-lang
apeiros_ has joined #ruby-lang
gjaldon has quit []
GBrawl has joined #ruby-lang
godd2 has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 1.0.1]
ur5us has joined #ruby-lang
Hawkran|2 has joined #ruby-lang
<womble> headius: How does one run ConstGenerator once per platform at gem build time and incorporate the results? I'd *love* to be able to not have gcc and dev headers on every machine my ConstGenerator-using gem runs on, but I didn't notice any way to do it once, as it were.
<womble> For that matter, how does one even get access to every platform the gem might be installed on, at build time?
<headius> you'd generate them into different files and load the appropriate one for current platform
<headius> well, that's a separate issue :-)
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<womble> headius: So most people are running ConstGenerator as part of their build process, rather than in the main lib/ code directly? Got an example I can crib from?
<headius> I'm not sure about ffi gem users...we do that for JRuby's ffi and ffi-like stuff but we also have a lot of platforms to support and require no build time on new machines generally
<headius> i.e. there's no build or install step for JRuby, so there's no opportunity to regenerate stuff
dsilva has joined #ruby-lang
dagda1 has joined #ruby-lang
<womble> headius: I'm coming at FFI from the perspective of "it's better than writing C code", so JRuby and its FFI landscape isn't something I know anything about.
dsilva_ has quit [Ping timeout: 264 seconds]
<womble> How *does* JRuby's FFI deal with platform-specific constants and such? Does a gem that uses ConstGenerator at runtime fail to work on JRuby?
<headius> no, it should work fine
michael_mbp has quit [Excess Flood]
<headius> FFI on JRuby and MRI should behave identically
<womble> As long gcc, headers are available, naturally.
<headius> right
<headius> so if you want to avoid that requirement you need to generate ahead of time
<womble> Well, that's a relief.
benlovell has joined #ruby-lang
michael_mbp has joined #ruby-lang
<womble> Which I'd be quite ecstatic to do. I'm a little concerned about how to detect the platform I'm on with sufficient specificity to not end up setting dud constants. Is there a widely-used ConstGenerator-using library that has got the gem-build-time ConstGenerating "right", in your opinion, that I could "gain inspiration" from?
rikkipitt has quit [Remote host closed the connection]
godd2 has quit [Remote host closed the connection]
<headius> hmm
GBrawl has quit [Quit: (null)]
<headius> I guess the examples I know of are all ffi libs used inside ruby impls like rbx and jruby
benlovell has quit [Ping timeout: 264 seconds]
<womble> Ah, bummer. Still, I might be able to get some useful tipe from them.
francisfish has joined #ruby-lang
<headius> hmm, or they do it by hand
<headius> the zeromq drivers for Ruby have an FFI version but I think cremes built the bindings by hand
<headius> womble: I think this is an open question without a set pattern right now
ldnunes has quit [Quit: Leaving]
<womble> headius: OK. I might experiment, and perhaps set a new trend. Thanks for your thoughts.
yfeldblum has joined #ruby-lang
_fritchie has joined #ruby-lang
pablocantero has quit [Remote host closed the connection]
<headius> anytime
slawrence00 has quit [Ping timeout: 265 seconds]
jgpawletko has joined #ruby-lang
NoNMaDDeN has quit [Remote host closed the connection]
marr has joined #ruby-lang
nelsonsar has quit [Remote host closed the connection]
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
midhir has quit [Read error: Connection reset by peer]
diegoviola has joined #ruby-lang
nelsonsar has joined #ruby-lang
Demannu has joined #ruby-lang
Demannu_ has quit [Read error: Connection reset by peer]
_fritchie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cornerman has quit [Read error: Connection reset by peer]
cornerman has joined #ruby-lang
midhir has joined #ruby-lang
_fritchie has joined #ruby-lang
wallerdev has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
dagda1 has joined #ruby-lang
pyttepatsy has joined #ruby-lang
senor_jalapeno has quit [Remote host closed the connection]
musl has quit [Quit: WeeChat 1.0.1]
mistym has quit [Remote host closed the connection]
kertap has quit [Quit: kertap]
mcclurmc has quit [Remote host closed the connection]
davs has quit [Quit: Lost terminal]
kertap has joined #ruby-lang
kertap has quit [Client Quit]
pyttepatsy has quit [Ping timeout: 256 seconds]
relix has joined #ruby-lang
elia has joined #ruby-lang
chouhoulis has quit []
djbkd has quit [Remote host closed the connection]
wallerdev has quit [Quit: wallerdev]
Missphoenix has quit [Read error: Connection reset by peer]
Missphoenix has joined #ruby-lang
chouhoulis has joined #ruby-lang
duderonomy has joined #ruby-lang
duderonomy has quit [Max SendQ exceeded]
gianlucadv has quit [Ping timeout: 240 seconds]
duderonomy has joined #ruby-lang
musl has joined #ruby-lang
mistym has joined #ruby-lang
amsi has quit [Ping timeout: 255 seconds]
tbuehlmann has quit []
benlovell has joined #ruby-lang
amsi has joined #ruby-lang
nelsonsa_ has joined #ruby-lang
nelsonsar has quit [Ping timeout: 264 seconds]
dsilva_ has joined #ruby-lang
gix has quit [Ping timeout: 250 seconds]
benlovell has quit [Ping timeout: 240 seconds]
dsilva has quit [Ping timeout: 272 seconds]
emmesswhy has joined #ruby-lang
djbkd has joined #ruby-lang
gix has joined #ruby-lang
chussenot has joined #ruby-lang
emmesswhy has quit [Read error: Connection reset by peer]
pyttepatsy has joined #ruby-lang
senor_jalapeno has joined #ruby-lang
nelsonsa_ has quit [Remote host closed the connection]
dfinninger has quit [Remote host closed the connection]
amsi has quit [Ping timeout: 272 seconds]
davs has joined #ruby-lang
jds has quit [Quit: Connection closed for inactivity]
emmesswhy has joined #ruby-lang
benanne has joined #ruby-lang
Steve_Jobs has quit [Read error: Connection reset by peer]
emmesswhy has quit [Ping timeout: 264 seconds]
mcclurmc has joined #ruby-lang
solars has joined #ruby-lang
Steve_Jobs has joined #ruby-lang
nelsonsar has joined #ruby-lang
rikkipitt has joined #ruby-lang
emmesswhy has joined #ruby-lang
pyttepatsy has quit [Ping timeout: 272 seconds]
rikkipitt has quit [Read error: Connection reset by peer]
amsi has joined #ruby-lang
emmesswhy has quit [Ping timeout: 240 seconds]
emmesswhy has joined #ruby-lang
mistym has quit [Remote host closed the connection]
rikkipitt has joined #ruby-lang
pyttepatsy has joined #ruby-lang
Demannu_ has joined #ruby-lang
Demannu has quit [Read error: Connection reset by peer]
rikkipitt has quit [Ping timeout: 265 seconds]
j2p2 has quit [Ping timeout: 255 seconds]
emmesswhy has quit [Quit: This computer has gone to sleep]
ben_thatmustbeme has left #ruby-lang ["Leaving"]
yalue has quit [Ping timeout: 256 seconds]
tkuchiki has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
mcclurmc has quit [Remote host closed the connection]
M3M0CooL has joined #ruby-lang
tkuchiki has quit [Ping timeout: 255 seconds]
caseydriscoll has quit [Remote host closed the connection]
EvilJStoker has quit [Remote host closed the connection]
mistym has joined #ruby-lang
melter has quit [Quit: Client exiting]
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pablocantero has joined #ruby-lang
melter has joined #ruby-lang
elia has joined #ruby-lang
midhir_ has joined #ruby-lang
symm- has quit [Ping timeout: 240 seconds]
midhir has quit [Ping timeout: 245 seconds]
kiyote23 has quit [Ping timeout: 272 seconds]
dagda1 has joined #ruby-lang
kiyote23 has joined #ruby-lang
sarkyniin has quit [Ping timeout: 264 seconds]
emmesswhy has joined #ruby-lang
dsilva_ has quit [Ping timeout: 264 seconds]
dsilva has joined #ruby-lang
pyttepatsy has quit [Ping timeout: 250 seconds]
mcclurmc has joined #ruby-lang
dfinninger has joined #ruby-lang
caseydriscoll has joined #ruby-lang
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
djbkd has quit [Remote host closed the connection]
emmesswhy has quit [Quit: Leaving]
hinbody has quit [Quit: leaving]
dfinning_ has joined #ruby-lang
saramic_ has joined #ruby-lang
djbkd has joined #ruby-lang
dfinninger has quit [Read error: Connection reset by peer]
_fritchie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
BubonicPestile-1 has joined #ruby-lang
rikkipitt has joined #ruby-lang
hramrach_ has quit [Remote host closed the connection]
pablocantero has quit [Remote host closed the connection]
_fritchie has joined #ruby-lang
pablocantero has joined #ruby-lang
hramrach_ has joined #ruby-lang
kiyote23 has quit [Ping timeout: 245 seconds]
BubonicPestilenc has quit [Ping timeout: 258 seconds]
bmichelsen has joined #ruby-lang
rikkipitt has quit [Ping timeout: 250 seconds]
kiyote23 has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pablocantero has quit [Ping timeout: 255 seconds]
EvilJStoker has joined #ruby-lang
Hawkran|2 has quit [Read error: Connection reset by peer]
dfinning_ has quit [Remote host closed the connection]
bb010g has joined #ruby-lang
nelsonsar has quit [Remote host closed the connection]
Demannu_ has quit [Ping timeout: 255 seconds]
jimbach_ has joined #ruby-lang
jimbach has quit [Ping timeout: 258 seconds]
bmichelsen has quit [Quit: ZZZzzz…]
benlovell has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
rippa has quit [Read error: Connection reset by peer]
rippa has joined #ruby-lang
nelsonsar has joined #ruby-lang
benlovell has quit [Ping timeout: 240 seconds]
nelsonsar has quit [Remote host closed the connection]
nelsonsar has joined #ruby-lang
charliesome has joined #ruby-lang
_fritchie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nelsonsar has quit [Ping timeout: 264 seconds]
loincloth has quit [Remote host closed the connection]
charliesome has quit [Client Quit]
saramic_ has quit [Remote host closed the connection]
saramic has joined #ruby-lang
diegoviola has quit [Ping timeout: 240 seconds]
AKASkip has quit [Ping timeout: 250 seconds]
_fritchie has joined #ruby-lang
|jemc| has quit [Quit: WeeChat 1.0.1]
solars has quit [Ping timeout: 272 seconds]
cmhobbs has quit [Remote host closed the connection]
jxie has quit [Read error: Connection reset by peer]
dfinninger has joined #ruby-lang
jxie has joined #ruby-lang
shambrarian has quit [Quit: bye!]
whippythellama has quit [Quit: whippythellama]
jmrepetti has joined #ruby-lang
HACKING-FACEBOOK has joined #ruby-lang
_fritchie has quit [Quit: Textual IRC Client: www.textualapp.com]
sunaku has joined #ruby-lang
rcvalle has quit [Quit: rcvalle]
_fritchie has joined #ruby-lang
chussenot has quit [Quit: chussenot]
davs has quit [Quit: Lost terminal]
dxta has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
pablocantero has joined #ruby-lang
amsha___________ has quit [Quit: Be back later ...]
jmrepetti has quit [Remote host closed the connection]
dfinninger has quit [Remote host closed the connection]
pablocantero has quit [Ping timeout: 240 seconds]
jmrepetti has joined #ruby-lang
amsha___________ has joined #ruby-lang
arBmind1 has joined #ruby-lang
pricees has quit [Ping timeout: 255 seconds]
arBmind has quit [Ping timeout: 258 seconds]
jmrepetti has quit [Ping timeout: 264 seconds]
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
tkuchiki has joined #ruby-lang
amsha___________ has quit [Quit: Be back later ...]
benanne has quit [Quit: kbai]
HACKING-FACEBOOK has quit [Ping timeout: 255 seconds]
tkuchiki has quit [Ping timeout: 258 seconds]
HACKING-FACEBOOK has joined #ruby-lang