apeiros_ changed the topic of #ruby-lang to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com
<AndrewDryga> Anyone here?
mykoweb has quit [Remote host closed the connection]
omosoj has joined #ruby-lang
<darix> AndrewDryga: open a bug with the compass team
<AndrewDryga> darix, this bug exist for a long time
<AndrewDryga> and i can hotfix it at least for my self
<AndrewDryga> also bug is opened
<darix> AndrewDryga: url?
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
<AndrewDryga> there are few newer duplicates, do you need all links?
<darix> naw
mehlah has quit [Quit: Leaving...]
<AndrewDryga> Can you tell me how to override initialize method in a class of another module?
<darix> can you run it with --trace?
Asher has joined #ruby-lang
ddv has quit [Ping timeout: 245 seconds]
<AndrewDryga> i use grunt, it won't work, let me check how to enable it with grun
yfeldblu_ has joined #ruby-lang
<darix> well grunt is probably calling
<darix> rake compass:prod
<darix> so you could just call that :)
<darix> rake --trace compass:prod
ddv has joined #ruby-lang
<darix> hehe
<darix> image_size.rb was removed from alpha20
<darix> that could be a packaging bug
yfeldblum has quit [Ping timeout: 240 seconds]
mykoweb has joined #ruby-lang
<darix> hmhm
<darix> you could try to fetch that file
<darix> and place it in /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.20/lib/compass/core/sass_extensions/functions/
<AndrewDryga> yep
cored has joined #ruby-lang
<AndrewDryga> give me a sec
dorei has quit []
<AndrewDryga> doesn't help, since my images_size.rb is the same
<darix> well
<darix> does it cause another trace now?:p
djbkd has quit [Remote host closed the connection]
<darix> one fix at a time
<AndrewDryga> nope
<darix> huh
<darix> it should
<darix> oh darn
<darix> yes it is late here
djbkd has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<AndrewDryga> looks same
<darix> would be interesting to know with which param it was called
omosoj has quit [Ping timeout: 264 seconds]
<darix> because i actually think the bug is elsewhere
<AndrewDryga> if you common with compass source code, then I can guess that image_size.rb doesn't respect generatedImagesDir setting
<AndrewDryga> looks like line 32 (File.open(@file, "rb") {|io| io.read}[0x10..0x18].unpack('NN')) opens file with prefix of ../../
<AndrewDryga> let me show you
<AndrewDryga> adding "puts @file" in beginning of get_size_for_png outputs "/Users/andrewdryga/Projects/www/mbank.web/./src/img/icons/menu_x2/wand_active.png"
<AndrewDryga> its the right path
<AndrewDryga> but File.open(@file, "rb") is trying to read /Users/andrewdryga/Projects/www/mbank.web/./src/img/../../../../src/img/icons/menu/house.png
<AndrewDryga> I write on PHP, so can only guess :D
mykoweb has quit [Remote host closed the connection]
yfeldblu_ has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
<darix> notice something?
<AndrewDryga> no check for generated_images_dir setting
<darix> so
<AndrewDryga> how to add it :D let me experiment
<AndrewDryga> love to fix bugs in unknown languages
<darix> might need the private keyword before the function
<darix> but for a test
<darix> i would just add the generated_images_path if into the code in /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.20/lib/compass/core/sass_extensions/functions/image_size.rb
<darix> if that works
jbardin has quit [Quit: jbardin]
<darix> then you can see if where and how to put the monkey patch
closer009 has quit [Ping timeout: 252 seconds]
<AndrewDryga> nice, i did the same
<AndrewDryga> we fixed it in one place, and broke another https://gist.github.com/AndrewDryga/529b3883c59116f71940#file-trace3
<darix> that path is funny
<darix> must be something that grunt does special
<AndrewDryga> its my config, yes :D
<AndrewDryga> i build application and then move it to www/
closer has joined #ruby-lang
<AndrewDryga> it seems that sometimes we shouldn't override real_path result
<darix> AndrewDryga: that is hard to guess when
<darix> tbh
marr has quit [Ping timeout: 260 seconds]
<darix> AndrewDryga: then the real fix should probably somewhere up the call stack
<darix> where it calculates the paths
<darix> or maybe just leave out the generated_images_dir
<darix> and just use images_dir
<AndrewDryga> i can't sleep when i see bug, ofc i can use older version where i had monkey patch that worked :)
enebo has joined #ruby-lang
<darix> then go with that
weems|mac has joined #ruby-lang
jbardin has joined #ruby-lang
woollyams has quit [Ping timeout: 272 seconds]
<AndrewDryga> ok leave it
<AndrewDryga> i hope compass team would handle it
<darix> i am too tired right now
<AndrewDryga> i understand
<AndrewDryga> thanks anyway
<AndrewDryga> i can go for junior ruby developer now :D
<AndrewDryga> to work as*
enebo has quit [Client Quit]
jeffs has joined #ruby-lang
robbyoconnor has quit [Remote host closed the connection]
<AndrewDryga> btw i fixed it
houhoulis has joined #ruby-lang
robbyoconnor has joined #ruby-lang
jeffs has quit [Ping timeout: 248 seconds]
<darix> well post it into the bug
zenspider_ is now known as zenspider
pixelhandler has quit [Quit: pixelhandler]
<AndrewDryga> thank you for hel
<AndrewDryga> p
<AndrewDryga> good night :)
Mon_Ouie has quit [Ping timeout: 260 seconds]
mistym has quit [Remote host closed the connection]
woollyams has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
hgl has joined #ruby-lang
DivineEntity has joined #ruby-lang
sarkyniin has quit [Quit: Quitte]
AndrewDryga has quit []
Mon_Ouie has joined #ruby-lang
weems|mac has quit [Quit: weems|mac]
mistym has joined #ruby-lang
snoopybbt has quit [Ping timeout: 245 seconds]
wallerdev has quit [Quit: wallerdev]
hgl has quit [Remote host closed the connection]
hgl has joined #ruby-lang
simoz1111116 has quit [Ping timeout: 264 seconds]
dm78 has joined #ruby-lang
m4xu has joined #ruby-lang
wallerdev has joined #ruby-lang
Miphix has joined #ruby-lang
breezy_ has joined #ruby-lang
saarinen has quit [Quit: saarinen]
shinnya has quit [Ping timeout: 240 seconds]
mykoweb has joined #ruby-lang
hahuang65 has quit [Ping timeout: 264 seconds]
mykoweb has quit [Remote host closed the connection]
frankjpinto has quit [Ping timeout: 240 seconds]
dm78 has quit [Remote host closed the connection]
x0f_ has joined #ruby-lang
knu has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby-lang
m4xu has quit [Quit: leaving]
x0f has quit [Ping timeout: 260 seconds]
x0f_ has quit [Ping timeout: 245 seconds]
toretore has quit [Quit: This computer has gone to sleep]
x0f has joined #ruby-lang
weems|mac has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
andrewhl has quit [Quit: andrewhl]
weems|mac has quit [Quit: weems|mac]
thoolihan has quit [Ping timeout: 240 seconds]
thoolihan has joined #ruby-lang
havenwood has joined #ruby-lang
bender_unit has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexju has joined #ruby-lang
jbardin has quit [Quit: jbardin]
alexju has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 240 seconds]
x0f has joined #ruby-lang
stardiviner has quit [Ping timeout: 255 seconds]
gix has quit [Ping timeout: 264 seconds]
mykoweb has joined #ruby-lang
kalehv has joined #ruby-lang
gix has joined #ruby-lang
woollyams has quit [Ping timeout: 272 seconds]
saarinen has joined #ruby-lang
stardiviner has joined #ruby-lang
heftig has quit [Ping timeout: 252 seconds]
breezy_ has quit [Remote host closed the connection]
cored has quit [Ping timeout: 248 seconds]
saarinen has quit [Read error: Connection reset by peer]
snsei has joined #ruby-lang
saarinen has joined #ruby-lang
heftig has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
breezy_ has joined #ruby-lang
theharshest has quit [Quit: This computer has gone to sleep]
dik_dak has quit [Quit: Leaving]
karamazov has joined #ruby-lang
alexju has joined #ruby-lang
heftig has quit [Ping timeout: 252 seconds]
dwknoxy has quit [Quit: Textual IRC Client: www.textualapp.com]
dm78 has joined #ruby-lang
andrewhl has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
heftig has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
andrewhl has quit [Quit: andrewhl]
nathanstitt has joined #ruby-lang
wallerdev has joined #ruby-lang
djbkd has joined #ruby-lang
diegoviola has joined #ruby-lang
joonty has quit [Ping timeout: 252 seconds]
arup_r has joined #ruby-lang
hahuang65 has joined #ruby-lang
snsei has quit [Remote host closed the connection]
joonty has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
brianpWins has joined #ruby-lang
woollyams has joined #ruby-lang
brianpWins has quit [Ping timeout: 240 seconds]
spuk has quit [Ping timeout: 248 seconds]
kalehv has quit [Ping timeout: 264 seconds]
spuk has joined #ruby-lang
knu has joined #ruby-lang
shtirlic_ has quit [Ping timeout: 248 seconds]
djbkd has quit [Remote host closed the connection]
shtirlic has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
erichmenge has quit [Ping timeout: 252 seconds]
flgr has quit [Ping timeout: 252 seconds]
MikaAK has joined #ruby-lang
kalehv has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
erichmenge has joined #ruby-lang
flgr has joined #ruby-lang
knu has quit [Ping timeout: 240 seconds]
djinni` has quit [Excess Flood]
djinni` has joined #ruby-lang
ascarter has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
symm- has quit [Ping timeout: 264 seconds]
dik_dak has joined #ruby-lang
dm78 has quit [Remote host closed the connection]
theharshest has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
thomasxie has joined #ruby-lang
jaimef has quit [Excess Flood]
jaimef has joined #ruby-lang
yfeldblu_ has quit [Ping timeout: 240 seconds]
btiefert has joined #ruby-lang
havenwood has joined #ruby-lang
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
karamazov has quit [Remote host closed the connection]
thomasxie has quit [Quit: Leaving.]
thomasxie has joined #ruby-lang
lsegal has joined #ruby-lang
snsei has joined #ruby-lang
bglassmaker has quit [Ping timeout: 260 seconds]
MikaAK has quit [Ping timeout: 240 seconds]
hgl_ has joined #ruby-lang
hgl has quit [Ping timeout: 240 seconds]
Jeticus has quit []
breezy_ has joined #ruby-lang
heftig has quit [Ping timeout: 252 seconds]
breezy_ has quit [Ping timeout: 240 seconds]
hgl_ has quit [Remote host closed the connection]
hgl_ has joined #ruby-lang
dm78 has joined #ruby-lang
brianpWins has joined #ruby-lang
heftig has joined #ruby-lang
jeffs has joined #ruby-lang
dik_dak has quit [Quit: Leaving]
brianpWins has quit [Quit: brianpWins]
bglassmaker has joined #ruby-lang
jeffs has quit [Ping timeout: 240 seconds]
hgl_ has quit [Remote host closed the connection]
hgl_ has joined #ruby-lang
bglassmaker has quit [Client Quit]
yfeldblum has joined #ruby-lang
kalehv has quit [Remote host closed the connection]
kalehv has joined #ruby-lang
kalehv has quit [Ping timeout: 240 seconds]
arup_r has quit [Ping timeout: 240 seconds]
hgl_ has quit [Remote host closed the connection]
hgl_ has joined #ruby-lang
Pain has joined #ruby-lang
stardiviner has quit [Ping timeout: 245 seconds]
spuk has quit [Ping timeout: 240 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
spuk has joined #ruby-lang
hgl_ has quit [Remote host closed the connection]
hgl_ has joined #ruby-lang
spuk has quit [Read error: Connection reset by peer]
spuk has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby-lang
existensil has joined #ruby-lang
jaimef has quit [Excess Flood]
jaimef has joined #ruby-lang
sharpmachine has quit [Remote host closed the connection]
BucOder has joined #ruby-lang
diegoviola has quit [Ping timeout: 256 seconds]
houhoulis has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Remote host closed the connection]
hgl_ has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
AllMyCircuits has joined #ruby-lang
hgl_ has joined #ruby-lang
yfeldblum has joined #ruby-lang
brianpWins has joined #ruby-lang
aero224_ has joined #ruby-lang
AllMyCircuits has quit [Ping timeout: 248 seconds]
vintik has joined #ruby-lang
hgl__ has joined #ruby-lang
arup_r has joined #ruby-lang
heftig has quit [Quit: Quitting]
hgl_ has quit [Ping timeout: 264 seconds]
breezy_ has joined #ruby-lang
ta has quit [Remote host closed the connection]
_ht has joined #ruby-lang
woollyams has quit [Ping timeout: 272 seconds]
woollyams has joined #ruby-lang
hgl__ has quit [Remote host closed the connection]
hgl__ has joined #ruby-lang
bousquet has joined #ruby-lang
kyb3r_ has joined #ruby-lang
relix has joined #ruby-lang
<arup_r> Can any one tell me in this method http://www.ruby-doc.org/core-2.1.1/Range.html#method-i-bsearch , what is meant by find-minimum mode and find-any mode ?
<Pain> What's the difference between protected method: 1. class def self.proected_method; end; end; 2. class def protected_method; end; end; ?
AKASkip has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
theharshest has quit [Quit: This computer has gone to sleep]
<arup_r> one is instance method and one is singleton method of class Foo
hgl__ has quit [Quit: Computer has gone to sleep.]
RobertBirnie has joined #ruby-lang
woollyams has quit [Read error: Connection reset by peer]
aero224_ has quit [Ping timeout: 240 seconds]
woollyams has joined #ruby-lang
robbyoconnor has quit [Max SendQ exceeded]
robbyoconnor has joined #ruby-lang
hgl__ has joined #ruby-lang
RobertBirnie has quit [Client Quit]
ItSANgo_ has quit [Quit: Leaving...]
bousquet has quit []
woollyams has quit [Ping timeout: 272 seconds]
ledestin has quit [Ping timeout: 255 seconds]
nofxx_ has quit [Remote host closed the connection]
sonander has quit [Ping timeout: 272 seconds]
rahul_j has joined #ruby-lang
mykoweb has joined #ruby-lang
mykoweb_ has joined #ruby-lang
mykoweb has quit [Read error: Connection reset by peer]
arup_r_ has joined #ruby-lang
ledestin has joined #ruby-lang
arup_r_ has quit [Client Quit]
arup_r_ has joined #ruby-lang
woollyams has joined #ruby-lang
hgl__ has quit [Remote host closed the connection]
knu has joined #ruby-lang
hgl__ has joined #ruby-lang
rahul_j_ has joined #ruby-lang
rahul_j has quit [Ping timeout: 240 seconds]
rahul_j_ is now known as rahul_j
arup_r has quit [Ping timeout: 240 seconds]
arup_r_ has quit [Client Quit]
arup_r has joined #ruby-lang
knu has quit [Ping timeout: 240 seconds]
hgl__ has quit [Quit: Lingo - http://www.lingoirc.com]
hgl has joined #ruby-lang
sonander has joined #ruby-lang
mdub has joined #ruby-lang
woollyams has quit [Ping timeout: 272 seconds]
ItSANgo has joined #ruby-lang
aero224 has joined #ruby-lang
hgl_ has joined #ruby-lang
hgl__ has joined #ruby-lang
RobertBirnie has joined #ruby-lang
hgl has quit [Ping timeout: 240 seconds]
hgl_ has quit [Ping timeout: 240 seconds]
hgl__ has quit [Ping timeout: 264 seconds]
mykoweb_ has quit [Remote host closed the connection]
ta has joined #ruby-lang
Cakey has joined #ruby-lang
[spoiler] has joined #ruby-lang
toretore has joined #ruby-lang
dangerousdave has joined #ruby-lang
Cakey has quit [Ping timeout: 256 seconds]
mehlah has joined #ruby-lang
charliesome has joined #ruby-lang
Cakey has joined #ruby-lang
<Mon_Ouie> arup_r: As said yesterday, it decides which one is used based on whether your block returns true/false or an integer
tectonic has joined #ruby-lang
<Mon_Ouie> find-minimum will find the first element for which the block is true
<Mon_Ouie> find-any will find one of the elements for which the block returns zero
<arup_r> I am unlucky.. My internet got disconnected..after asking the question.. :(
snsei has quit [Remote host closed the connection]
kwd has joined #ruby-lang
mehlah has quit [Ping timeout: 240 seconds]
AKASkip has quit [Ping timeout: 248 seconds]
schaerli has joined #ruby-lang
aero224_ has joined #ruby-lang
jhass|off is now known as jhass
aero224 has quit [Ping timeout: 240 seconds]
tbuehlmann has joined #ruby-lang
ta has quit [Ping timeout: 256 seconds]
schlubbi has joined #ruby-lang
mistym has quit [Remote host closed the connection]
mistym has joined #ruby-lang
ta has joined #ruby-lang
mehlah has joined #ruby-lang
arBmind1 has quit [Quit: Leaving.]
mistym has quit [Ping timeout: 240 seconds]
ascarter has joined #ruby-lang
skade has joined #ruby-lang
x0f has quit [Ping timeout: 255 seconds]
x0f has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
|jemc| has quit [Ping timeout: 245 seconds]
arup_r has left #ruby-lang [#ruby-lang]
solars has joined #ruby-lang
arBmind has joined #ruby-lang
Cakey has quit [Ping timeout: 240 seconds]
AKASkip has joined #ruby-lang
ledestin has quit [Ping timeout: 240 seconds]
ledestin has joined #ruby-lang
arBmind1 has joined #ruby-lang
rh1n0 has joined #ruby-lang
dm78 has quit [Remote host closed the connection]
arBmind has quit [Ping timeout: 240 seconds]
ddv has quit [Changing host]
ddv has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
ruby-lang305 has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
schlubbi has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ruby-lang305 has quit [Ping timeout: 246 seconds]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
ledestin has quit [Read error: Connection reset by peer]
ledestin has joined #ruby-lang
enkristoffer has joined #ruby-lang
mehlah has quit [Quit: Leaving...]
rh1n0 has quit [Quit: Textual IRC Client: www.textualapp.com]
nofxx has quit [Remote host closed the connection]
ledestin has quit [Quit: ledestin]
<maloik_> anyone here happen to know of good places to advertise with a ruby crowd?
<maloik_> we're looking at reddit ads for some subreddits but theyre all either sold out or too low traffic
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
<zenspider> maloik_: what sort?
ta has quit [Remote host closed the connection]
nofxx has quit [Remote host closed the connection]
<maloik_> what do you mean by what sort?
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
<maloik_> what sort of ads? for our conference
twright has quit [Ping timeout: 264 seconds]
tectonic has quit []
alexju has quit [Remote host closed the connection]
francisfish has joined #ruby-lang
ledestin has joined #ruby-lang
[spoiler] has quit [Ping timeout: 248 seconds]
michd is now known as MichD
hgl___ has joined #ruby-lang
qba73 has joined #ruby-lang
banister has joined #ruby-lang
hgl___ has quit [Ping timeout: 256 seconds]
<yorickpeterse> morning
elia has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
mehlah has joined #ruby-lang
breezy_ has joined #ruby-lang
schlubbi has joined #ruby-lang
schlubbi has quit [Read error: Connection reset by peer]
[spoiler] has joined #ruby-lang
schlubbi has joined #ruby-lang
ta has joined #ruby-lang
mehlah has quit [Ping timeout: 245 seconds]
apeiros has quit [Remote host closed the connection]
mikecmpbll has joined #ruby-lang
apeiros has joined #ruby-lang
mehlah has joined #ruby-lang
dm78 has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
dm78 has quit [Ping timeout: 256 seconds]
twright has joined #ruby-lang
relix has quit [Ping timeout: 240 seconds]
relix has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
twright has quit [Ping timeout: 264 seconds]
marr has joined #ruby-lang
workmad3 has joined #ruby-lang
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
Ca1us has quit [Ping timeout: 255 seconds]
workmad3 has quit [Client Quit]
workmad3 has joined #ruby-lang
breezy_ has joined #ruby-lang
scmx has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
vintik has quit [Remote host closed the connection]
Caius has joined #ruby-lang
scmx has quit [Ping timeout: 240 seconds]
benlovell has joined #ruby-lang
x0f has quit [Ping timeout: 248 seconds]
hgl___ has joined #ruby-lang
x0f has joined #ruby-lang
hgl___ has quit [Ping timeout: 240 seconds]
pabs has quit [Ping timeout: 252 seconds]
twright has joined #ruby-lang
vintik has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
mehlah has quit [Read error: Connection reset by peer]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pabs has joined #ruby-lang
twright has quit [Ping timeout: 264 seconds]
banister has joined #ruby-lang
mdub has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
vintik has quit [Remote host closed the connection]
ur5us has joined #ruby-lang
benlovell has quit [Ping timeout: 248 seconds]
AllMyCircuits has joined #ruby-lang
benlovell has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
dm78 has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yfeldblum has quit [Remote host closed the connection]
dm78 has quit [Ping timeout: 240 seconds]
rahul_j has joined #ruby-lang
twright has joined #ruby-lang
vinhbachsy has joined #ruby-lang
nofxx_ has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
twright has quit [Ping timeout: 264 seconds]
nofxx has quit [Ping timeout: 264 seconds]
francisfish has joined #ruby-lang
stamina has joined #ruby-lang
hgl___ has joined #ruby-lang
dm78 has joined #ruby-lang
kek has joined #ruby-lang
hgl___ has quit [Remote host closed the connection]
hgl___ has joined #ruby-lang
dm78 has quit [Ping timeout: 245 seconds]
AllMyCircuits has quit [Ping timeout: 255 seconds]
hgl___ has quit [Quit: Lingo - http://www.lingoirc.com]
hgl has joined #ruby-lang
bin7me has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
francisfish has joined #ruby-lang
Pain has quit [Ping timeout: 248 seconds]
benlovell has quit [Quit: Lost terminal]
ecnalyr has quit [Remote host closed the connection]
ecnalyr has joined #ruby-lang
knu has joined #ruby-lang
mnngfltg has joined #ruby-lang
banister has joined #ruby-lang
Miphix has quit [Ping timeout: 240 seconds]
postmodern has quit [Quit: Leaving]
ecnalyr has quit [Ping timeout: 264 seconds]
kyb3r_ has quit [Read error: Connection reset by peer]
havenwood has joined #ruby-lang
yfeldblum has joined #ruby-lang
Pain has joined #ruby-lang
benlovell has joined #ruby-lang
havenwood has quit [Ping timeout: 264 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
hgl_ has joined #ruby-lang
hgl_ has quit [Client Quit]
schlubbi has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hgl has quit [Ping timeout: 245 seconds]
jsaak has quit [Ping timeout: 252 seconds]
twright has joined #ruby-lang
Atttwww has quit [Ping timeout: 240 seconds]
aero224_ has quit [Read error: Connection reset by peer]
aero224 has joined #ruby-lang
twright has quit [Read error: Connection reset by peer]
havenwood has joined #ruby-lang
schaerli_ has joined #ruby-lang
jsaak has joined #ruby-lang
schaerli has quit [Ping timeout: 248 seconds]
workmad3 has quit [Ping timeout: 240 seconds]
ecnalyr has joined #ruby-lang
workmad3 has joined #ruby-lang
dm78 has joined #ruby-lang
tbuehlmann has quit [Quit: Leaving]
dm78 has quit [Ping timeout: 240 seconds]
ledestin has quit [Ping timeout: 240 seconds]
ledestin has joined #ruby-lang
nofxx_ has quit [Remote host closed the connection]
twright has joined #ruby-lang
yfeldblum has joined #ruby-lang
Fushi has joined #ruby-lang
yfeldblum has quit [Ping timeout: 248 seconds]
vinhbachsy has quit [Remote host closed the connection]
AllMyCircuits has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 0.4.3]
ur5us has quit []
enkristoffer has quit [Quit: ❤]
twright has quit [Ping timeout: 264 seconds]
thomasxie has quit [Quit: Leaving.]
stamina has quit [Quit: WeeChat 0.4.3]
rahul_j has quit [Quit: rahul_j]
ldnunes has joined #ruby-lang
yfeldblum has joined #ruby-lang
vinhbachsy has joined #ruby-lang
Pain has quit [Ping timeout: 256 seconds]
Petete has joined #ruby-lang
yfeldblum has quit [Ping timeout: 264 seconds]
enkristoffer has joined #ruby-lang
DivineEntity has quit [Quit: leaving]
dm78 has joined #ruby-lang
lolmaus has joined #ruby-lang
Pain has joined #ruby-lang
dm78 has quit [Ping timeout: 256 seconds]
rafa_ has joined #ruby-lang
Petete has quit [Ping timeout: 246 seconds]
twright has joined #ruby-lang
rafa_ has left #ruby-lang [#ruby-lang]
DEac-_ has joined #ruby-lang
rahul_j has joined #ruby-lang
workmad3 is now known as wm3|away
twright has quit [Ping timeout: 240 seconds]
x0f has quit [Ping timeout: 245 seconds]
DEac- has quit [Ping timeout: 264 seconds]
x0f has joined #ruby-lang
hgl has joined #ruby-lang
jgpawletko has joined #ruby-lang
jeffs has joined #ruby-lang
scampbell has joined #ruby-lang
rahul_j has quit [Ping timeout: 240 seconds]
jesg_ has joined #ruby-lang
jesg_ has quit [Client Quit]
rahul_j has joined #ruby-lang
wm3|away has quit [Ping timeout: 256 seconds]
jesg has joined #ruby-lang
jesg has left #ruby-lang [#ruby-lang]
karamazov has joined #ruby-lang
rahul_j has quit [Ping timeout: 240 seconds]
cmoneylulz has joined #ruby-lang
benlovell has quit [Ping timeout: 255 seconds]
benlovell has joined #ruby-lang
yfeldblum has joined #ruby-lang
<yorickpeterse> this channel is too quiet
<yorickpeterse> I better complain abo...oh
jhass is now known as jhass|off
rahul_j has joined #ruby-lang
AllMyCircuits has quit [Quit: Leaving]
yfeldblum has quit [Ping timeout: 240 seconds]
<maloik_> :D
schaerli_ has quit [Remote host closed the connection]
aero224 has quit [Read error: Connection reset by peer]
aero224_ has joined #ruby-lang
apeiros has quit []
rahul_j has quit [Quit: rahul_j]
qq17 has joined #ruby-lang
cmoneylulz has quit [Remote host closed the connection]
centrx has joined #ruby-lang
<maloik_> there's something refreshing and reassuring about adding tests to an otherwise untested project for new features
dm78_ has joined #ruby-lang
<maloik_> (in before no shit sherlock)
* yorickpeterse is writing big fat SQL queries
<yorickpeterse> UNION all the things
<yorickpeterse> granted it's about 2 seconds faster than using 2 IN statements + subqueries
<yorickpeterse> (0,6 instead of 2,6)
<yorickpeterse> (seconds)
hgl has quit [Remote host closed the connection]
Pain has quit [Ping timeout: 240 seconds]
hgl has joined #ruby-lang
<epitron> :O
cmoneylulz has joined #ruby-lang
<epitron> THAT'S A 433% PERFORMANCE INCREASE
skade has quit [Quit: Computer has gone to sleep.]
twright has joined #ruby-lang
dm78_ has quit [Ping timeout: 248 seconds]
<yorickpeterse> it's also 249% more readable
<maloik_> (mindblown)
<yorickpeterse> I'm the SQL dominatrix
* yorickpeterse crask whip
<yorickpeterse> (I'm so going to regret saying that one day)
alexju has joined #ruby-lang
thomasxie has joined #ruby-lang
twright has quit [Ping timeout: 264 seconds]
<whitequark> ll
vinhbachsy has quit []
twright has joined #ruby-lang
havenwood has quit [Ping timeout: 264 seconds]
miqui has joined #ruby-lang
Hightower_ has quit [Quit: Always try to be modest, and be proud about it!]
malconis has joined #ruby-lang
jhass|off is now known as jhass
twright has quit [Ping timeout: 264 seconds]
scampbell has quit [Ping timeout: 245 seconds]
Pain has joined #ruby-lang
alexju has quit [Remote host closed the connection]
ta has quit [Remote host closed the connection]
alexju has joined #ruby-lang
ta has joined #ruby-lang
havenwood has joined #ruby-lang
<yorickpeterse> oh great, MySQL views are slow as heck
<yorickpeterse> hmpf
<centrx> Why are you using MySQL?
<yorickpeterse> As in, 4x slower in this case
<yorickpeterse> centrx: get out
sarkyniin has joined #ruby-lang
<centrx> MySQL views are probably inserted into a temporary table just like subqueries.
<centrx> This is due to the extremely advanced behavior of the MySQL Query Planner
schaerli has joined #ruby-lang
<dangerousdave> can anyone help with this please, stuck for a day now :-( http://stackoverflow.com/questions/24619082/incompatible-encoding-when-requiring-a-gem
<yorickpeterse> Lets see if the algorithm can help in this case
alexju has quit [Ping timeout: 264 seconds]
ta has quit [Ping timeout: 245 seconds]
skade has joined #ruby-lang
sarkyniin has quit [Client Quit]
<yorickpeterse> ok bah, that's still as slow
<yorickpeterse> hmpf
<centrx> dangerousdave, Could be something with Ruby 1.9
<dangerousdave> centrx, it's usually something with me...
kek_ has joined #ruby-lang
<dangerousdave> centrx, I just tried recreating production environment on my machine, I did not get this error.
<centrx> dangerousdave, The error is from a configuration file, but it looks like a MIME configuration file, which I assumed was not user configured
marr has quit [Ping timeout: 248 seconds]
enkristoffer has quit [Ping timeout: 240 seconds]
<dangerousdave> only difference between production and development is one is darwin, the other is linux
<dangerousdave> centrx, config file? I missed that in the stack
<centrx> dangerousdave, Well, maybe I am assuming that from: from /usr/local/share/gems1.9/gems/mime-types-2.3/lib/mime/types.rb:280:in `load_default_mime_types'
kek has quit [Ping timeout: 256 seconds]
<centrx> dangerousdave, Look in the code and see what it is happening. It is loading some JSON
<dangerousdave> centrx, yes, but it never gets that far https://gist.github.com/deathwishdave/8177949d87f7b6556689
<dangerousdave> line 54 i am parsing
[spoiler] has quit [Quit: Leaving]
<centrx> dangerousdave, This error looks like it comes from line 8, require "mail", not your code
<centrx> dangerousdave, Follow the stack trace backwards, from the bottom
<dangerousdave> centrx, agreed
<dangerousdave> but it works in my dev system
broconne1 has quit [Quit: Leaving.]
Blaguvest has joined #ruby-lang
<centrx> It may be the version of Ruby on AWS, or it may be some configuration on AWS.
<centrx> dangerousdave, Mail is supposed to be compatible with 1.9.3, https://github.com/mikel/mail
<dangerousdave> centrx, oh yes, hmmmm
ta has joined #ruby-lang
mehlah has joined #ruby-lang
shinnya has joined #ruby-lang
wm3|away has joined #ruby-lang
jhass is now known as jhass|off
kek_ has quit [Remote host closed the connection]
kek has joined #ruby-lang
wm3|away is now known as workmad3
jesg has joined #ruby-lang
<jesg> are environmental variables ex. ENV['MY_VAR']='foo' thread local?
<whitequark> no
<whitequark> process-global
loincloth has joined #ruby-lang
ta has quit [Ping timeout: 245 seconds]
stamina has joined #ruby-lang
bantic has joined #ruby-lang
symm- has joined #ruby-lang
vinhbachsy has joined #ruby-lang
cmoneylulz has quit [Remote host closed the connection]
AncientAmateur has joined #ruby-lang
dm78 has joined #ruby-lang
cmoneylulz has joined #ruby-lang
vinhbachsy has quit [Remote host closed the connection]
vinhbachsy has joined #ruby-lang
twright has joined #ruby-lang
danijoo_ has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
vinhbach_ has joined #ruby-lang
dm78 has quit [Ping timeout: 240 seconds]
ta has joined #ruby-lang
alexju has joined #ruby-lang
vinhbachsy has quit [Ping timeout: 240 seconds]
<dangerousdave> centrx, thanks for your help
<centrx> dangerousdave, What was the problem?
<dangerousdave> centrx, encoding error, scroll up :-)
twright has quit [Ping timeout: 264 seconds]
<centrx> I mean what was the fix?
nathanstitt has joined #ruby-lang
<dangerousdave> not fixed, but i still appreciate the help
skade has quit [Quit: Computer has gone to sleep.]
<dangerousdave> free Intel Galileo board http://www.windowsondevices.com/
thomasxie has quit [Quit: Leaving.]
thomasxie has joined #ruby-lang
arBmind1 has quit [Quit: Leaving.]
benlovell has quit [Ping timeout: 240 seconds]
lewix has joined #ruby-lang
ta has quit [Ping timeout: 248 seconds]
chouhoulis has joined #ruby-lang
<yorickpeterse> "[✓] Assuming sexual harassment and created a Flickr account." Yay markov chains
<yorickpeterse> (that is using https://github.com/mispy/twitter_ebooks)
mykoweb has joined #ruby-lang
<DefV> there needs to be a service that gives you the tldr explanation off stuff
<DefV> of*
<DefV> so I can do "tldr markov chains"
yfeldblum has joined #ruby-lang
shtirlic has quit [Quit: ZNC - http://znc.in]
benlovell has joined #ruby-lang
shtirlic has joined #ruby-lang
rh1n0 has joined #ruby-lang
mykoweb has quit [Read error: Connection reset by peer]
mykoweb has joined #ruby-lang
rh1n0 has quit [Client Quit]
ta has joined #ruby-lang
sheperson has joined #ruby-lang
cored has joined #ruby-lang
<workmad3> DefV: go and write it ;)
<maloik_> hmm i think that already exists
<workmad3> DefV: I'd suggest calling it wikisummary, or tldrwiki or something ;)
yfeldblum has quit [Ping timeout: 240 seconds]
<maloik_> not quite what I had in mind
<maloik_> but funny nevertheless
<yorickpeterse> https://twitter.com/yorick_ebooks welp, here we go
<ddv> you are upside down...
<surrounder> hehe
<workmad3> ddv: obviously yorickpeterse is australian then...
<ddv> he's dutch
<workmad3> :)
<ddv> land of windmills, wooden shoes and cheese
touzin1 has joined #ruby-lang
<ddv> and tulips
<DefV> god-damnit
AncientAmateur has quit [Remote host closed the connection]
<DefV> fucking rubyonrails-core mailing listand bikeshedding
<DefV> "let's use slim as the default html preprocessor"
<DefV> queue big-ol-storm-of-opinions
<yorickpeterse> "You must add your mobile phone to your Twitter profile before granting your application write capabilities."
<yorickpeterse> well that would be nice if only Twitter supported my fucking country
cmoneylulz has quit [Remote host closed the connection]
broconne has joined #ruby-lang
dwknoxy has joined #ruby-lang
cmoneylulz has joined #ruby-lang
scampbell has joined #ruby-lang
<whitequark> DefV: "que". not "queue"
dwknoxy has quit [Client Quit]
AncientAmateur has joined #ruby-lang
dangerousdave has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby-lang
marr has joined #ruby-lang
arup_r has joined #ruby-lang
sheperson has quit [Quit: sheperson]
ta has quit [Ping timeout: 240 seconds]
rahul_j has joined #ruby-lang
momomomomo has joined #ruby-lang
shtirlic has quit [Quit: ZNC - http://znc.in]
shtirlic has joined #ruby-lang
momomomomo has quit [Client Quit]
dangerousdave has quit [Read error: Connection reset by peer]
dangerou_ has joined #ruby-lang
<godd2> whitequark: "cue", not "que"
<whitequark> godd2: #fail
yfeldblum has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
<maloik_> gst
mistym has joined #ruby-lang
rh1n0 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 248 seconds]
ta has joined #ruby-lang
momomomomo has joined #ruby-lang
yfeldblu_ has quit [Ping timeout: 248 seconds]
enebo has joined #ruby-lang
ta has quit [Ping timeout: 240 seconds]
djbkd has joined #ruby-lang
snsei has joined #ruby-lang
cmoneylulz has quit [Remote host closed the connection]
twright has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
sross07 has quit [Read error: Connection reset by peer]
sross07 has joined #ruby-lang
mistym has quit [Remote host closed the connection]
twright has quit [Ping timeout: 264 seconds]
kwd has quit [Quit: Sleeping now. ZZZzzz…]
ta has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
jinie has quit [Ping timeout: 272 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rh1n0 has quit [Quit: Textual IRC Client: www.textualapp.com]
solars has quit [Ping timeout: 240 seconds]
relix has joined #ruby-lang
weems|mac has joined #ruby-lang
ta has quit [Ping timeout: 240 seconds]
jinie has joined #ruby-lang
AKASkip has quit [Ping timeout: 240 seconds]
relix has quit [Client Quit]
relix has joined #ruby-lang
relix has quit [Client Quit]
havenwood has quit [Remote host closed the connection]
kiddorails has joined #ruby-lang
havenwood has joined #ruby-lang
dm78 has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schaerli has quit [Remote host closed the connection]
mconnolly has joined #ruby-lang
twright has joined #ruby-lang
mconnolly has quit [Client Quit]
kiddorails has quit [Client Quit]
tbuehlmann has joined #ruby-lang
mistym has joined #ruby-lang
touzin1 has quit [Ping timeout: 256 seconds]
snsei has quit [Remote host closed the connection]
snsei has joined #ruby-lang
twright has quit [Ping timeout: 264 seconds]
dwknoxy has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
snsei has quit [Ping timeout: 255 seconds]
CaptainJet has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
banister has joined #ruby-lang
|jemc| has joined #ruby-lang
karamazov has joined #ruby-lang
yfeldblum has joined #ruby-lang
cmoneylulz has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
mconnolly has joined #ruby-lang
kek has quit [Remote host closed the connection]
ecnalyr has quit [Quit: Macbook has gone to sleep. . .]
gix has quit [Read error: Connection reset by peer]
gix has joined #ruby-lang
snoopybbt has joined #ruby-lang
touzin1 has joined #ruby-lang
bin7me has quit [Remote host closed the connection]
cmoneylulz has quit [Remote host closed the connection]
jesg has quit [Ping timeout: 248 seconds]
Pain has quit [Ping timeout: 240 seconds]
tbuehlmann has quit [Quit: Leaving]
hgl_ has joined #ruby-lang
havenwood has joined #ruby-lang
hgl has quit [Ping timeout: 245 seconds]
sharpmachine has joined #ruby-lang
sharpmachine has quit [Client Quit]
hgl_ has quit [Ping timeout: 264 seconds]
MikaAK has joined #ruby-lang
theharshest has joined #ruby-lang
snsei has joined #ruby-lang
theharshest has quit [Read error: Connection reset by peer]
cmoneylulz has joined #ruby-lang
theharshest has joined #ruby-lang
theharshest has quit [Read error: Connection reset by peer]
snoopybbt has quit [Ping timeout: 245 seconds]
theharshest has joined #ruby-lang
theharshest has quit [Read error: Connection reset by peer]
theharshest has joined #ruby-lang
snsei has quit [Remote host closed the connection]
dwayhs has joined #ruby-lang
snsei has joined #ruby-lang
MikaAK has quit [Quit: node-irc says goodbye]
pixelhandler has joined #ruby-lang
theharshest has quit [Read error: Connection reset by peer]
dangerou_ has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby-lang
theharshest has joined #ruby-lang
mistym has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
yfeldblum has joined #ruby-lang
theharshest has quit [Read error: Connection reset by peer]
theharshest has joined #ruby-lang
theharshest has quit [Read error: Connection reset by peer]
sharpmachine has joined #ruby-lang
snoopybbt has joined #ruby-lang
theharshest has joined #ruby-lang
thomasxie has quit [Quit: Leaving.]
AncientAmateur has quit [Remote host closed the connection]
havenwood has quit []
yfeldblum has quit [Ping timeout: 240 seconds]
snsei has quit [Remote host closed the connection]
MikaAK1 has joined #ruby-lang
frankjpinto has joined #ruby-lang
solars has joined #ruby-lang
MikaAK2 has joined #ruby-lang
MikaAK2 has quit [Client Quit]
qq17 has quit [Ping timeout: 248 seconds]
twright has joined #ruby-lang
weems|mac has quit [Quit: weems|mac]
jsullivandigs has quit [Read error: Connection reset by peer]
cmoneylulz has quit [Remote host closed the connection]
qq17 has joined #ruby-lang
jsullivandigs has joined #ruby-lang
frankjpinto has quit [Ping timeout: 264 seconds]
K3dare has quit [Ping timeout: 240 seconds]
RobertBirnie has joined #ruby-lang
K3dare has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
francisfish has quit [Remote host closed the connection]
mistym has joined #ruby-lang
havenwood has joined #ruby-lang
mconnolly has quit [Ping timeout: 240 seconds]
wallerdev has joined #ruby-lang
brianpWins has joined #ruby-lang
mikecmpbll has quit [Ping timeout: 255 seconds]
Squarepy has joined #ruby-lang
mykoweb has joined #ruby-lang
jesg has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
momomomomo has quit [Quit: momomomomo]
jbardin has joined #ruby-lang
mikecmpbll has joined #ruby-lang
tbuehlmann has joined #ruby-lang
benlovell has quit [Ping timeout: 264 seconds]
rippa has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
Atttwww has joined #ruby-lang
DivineEntity has joined #ruby-lang
snoopybbt has quit [Ping timeout: 245 seconds]
mnngfltg has quit [Quit: Ex-Chat]
cmoneylulz has joined #ruby-lang
yfeldblum has joined #ruby-lang
weems|mac has joined #ruby-lang
saarinen has joined #ruby-lang
AncientAmateur has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
K3dare has quit [Ping timeout: 256 seconds]
AncientAmateur has quit [Ping timeout: 255 seconds]
wallerdev has joined #ruby-lang
K3dare has joined #ruby-lang
weems|mac has quit [Quit: weems|mac]
cored has quit [Ping timeout: 240 seconds]
naquad has quit [Ping timeout: 264 seconds]
naquad has joined #ruby-lang
vinhbach_ has quit [Ping timeout: 255 seconds]
hahuang65 has quit [Ping timeout: 256 seconds]
Squarepy has quit [Remote host closed the connection]
omosoj has joined #ruby-lang
vinhbachsy has joined #ruby-lang
dm78 has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 240 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elia has quit [Quit: Computer has gone to sleep.]
banister has joined #ruby-lang
elia has joined #ruby-lang
x0f has joined #ruby-lang
bantic has quit [Quit: bantic]
elia has quit [Client Quit]
vintik has joined #ruby-lang
workmad3 has quit [Ping timeout: 245 seconds]
wallerdev has quit [Quit: wallerdev]
vereteran has joined #ruby-lang
naquad has quit [Ping timeout: 248 seconds]
dwayhs has quit [Ping timeout: 245 seconds]
sross07 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
cmoneylulz has quit [Remote host closed the connection]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has quit [Remote host closed the connection]
jaimef has quit [Excess Flood]
omosoj has quit [Ping timeout: 248 seconds]
jaimef has joined #ruby-lang
momomomomo has joined #ruby-lang
qba73 has quit []
nathanstitt has quit [Quit: I growing sleepy]
wallerdev has joined #ruby-lang
nathanstitt has joined #ruby-lang
nathanstitt has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
nathanstitt has joined #ruby-lang
cmoneylulz has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
relix has joined #ruby-lang
yfeldblum has joined #ruby-lang
sabman has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
arBmind has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
BucOder has joined #ruby-lang
AncientAmateur has joined #ruby-lang
dgaffney has joined #ruby-lang
mikecmpbll has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
hahuang65 has joined #ruby-lang
bantic has joined #ruby-lang
weems|mac has joined #ruby-lang
mconnolly has joined #ruby-lang
centrx has quit [Quit: Mission accomplished. Ready for self-termination.]
yfeldblum has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby-lang
stamina has quit [Ping timeout: 248 seconds]
Johz has joined #ruby-lang
symm- has quit [Ping timeout: 240 seconds]
naquad has joined #ruby-lang
vereteran has quit [Ping timeout: 240 seconds]
breezy_ has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
breezy_ has joined #ruby-lang
hahuang61 has joined #ruby-lang
hahuang65 has quit [Ping timeout: 240 seconds]
tbuehlmann has quit [Remote host closed the connection]
elikem has joined #ruby-lang
dik_dak has joined #ruby-lang
dgaffney has quit []
dangerousdave has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby-lang
omosoj has joined #ruby-lang
AKASkip has joined #ruby-lang
dm78 has joined #ruby-lang
apeiros has joined #ruby-lang
loincloth has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
charliesome has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
omosoj has quit [Quit: Leaving]
mosoj has joined #ruby-lang
twright has quit [Ping timeout: 264 seconds]
siflyn has joined #ruby-lang
breezy_ has joined #ruby-lang
weems|mac has quit [Quit: weems|mac]
wallerdev has quit [Ping timeout: 240 seconds]
broconne has quit [Ping timeout: 248 seconds]
wallerdev has joined #ruby-lang
broconne has joined #ruby-lang
cmoneylulz has quit [Ping timeout: 240 seconds]
bffff_ has quit [Quit: Connection closed for inactivity]
cmoneylulz has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
mconnolly has quit [Ping timeout: 240 seconds]
breezy_ has joined #ruby-lang
mehlah has quit [Quit: Leaving...]
mconnolly has joined #ruby-lang
MikaAK2 has joined #ruby-lang
sepp2k has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
spastorino has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DivineEntity has quit [Ping timeout: 245 seconds]
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
weems|mac has joined #ruby-lang
Fushi has quit [Quit: Connection closed for inactivity]
sabman has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
weems|mac has quit [Quit: weems|mac]
saarinen has quit [Quit: saarinen]
Jam has joined #ruby-lang
Jam is now known as Guest11264
solars has quit [Ping timeout: 256 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
cmoneylulz has quit [Remote host closed the connection]
solars has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
momomomomo has quit [Remote host closed the connection]
momomomomo has joined #ruby-lang
yfeldblum has joined #ruby-lang
saarinen has joined #ruby-lang
drbrain has quit [Quit: Goodbye]
charliesome has joined #ruby-lang
vinhbachsy has quit []
drbrain has joined #ruby-lang
weems|mac has joined #ruby-lang
weems|mac has quit [Client Quit]
weems|mac has joined #ruby-lang
scmx has joined #ruby-lang
DivineEntity has joined #ruby-lang
MikaAK2 has quit [Quit: node-irc says goodbye]
stamina has joined #ruby-lang
mistym has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
ta has joined #ruby-lang
cmoneylulz has joined #ruby-lang
weems|mac has quit [Quit: weems|mac]
symm- has joined #ruby-lang
solars has quit [Ping timeout: 255 seconds]
dangerousdave has quit [Read error: Connection reset by peer]
dangerou_ has joined #ruby-lang
mykoweb has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mistym has joined #ruby-lang
bantic has quit [Quit: bantic]
loincloth has quit [Remote host closed the connection]
davs has joined #ruby-lang
Guest11264 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
loincloth has joined #ruby-lang
davs has quit [Client Quit]
CaptainJet has quit [Ping timeout: 264 seconds]
dangerou_ has quit [Read error: Connection reset by peer]
solars has joined #ruby-lang
dangerousdave has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
sonander has quit [Ping timeout: 255 seconds]
CaptainJet has joined #ruby-lang
elikem has quit [Ping timeout: 240 seconds]
kyb3r_ has joined #ruby-lang
DivineEntity has quit [Ping timeout: 248 seconds]
breezy_ has joined #ruby-lang
xcesariox has joined #ruby-lang
broconne1 has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
broconne has quit [Ping timeout: 256 seconds]
breezy_ has joined #ruby-lang
symm- has quit [Read error: Connection reset by peer]
twright has joined #ruby-lang
sonander has joined #ruby-lang
symm- has joined #ruby-lang
breezy_ has quit [Remote host closed the connection]
_ht has quit [Remote host closed the connection]
CaptainJet has quit [Ping timeout: 240 seconds]
CaptainJet has joined #ruby-lang
dm78 has quit [Remote host closed the connection]
seanosaur has joined #ruby-lang
DivineEntity has joined #ruby-lang
enebo has quit [Quit: enebo]
jbardin has quit [Quit: jbardin]
mconnolly has quit [Ping timeout: 240 seconds]
breezy_ has joined #ruby-lang
DivineEntity has quit [Client Quit]
xcesariox has quit [Quit: Textual IRC Client: www.textualapp.com]
cmoneylulz has quit []
mosoj has quit [Ping timeout: 245 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
postmodern has joined #ruby-lang
__butch__ has joined #ruby-lang
dm78 has joined #ruby-lang
siflyn has quit []
matp has quit [Ping timeout: 255 seconds]
mistym has quit [Remote host closed the connection]
havenwood has quit [Ping timeout: 264 seconds]
mconnolly has joined #ruby-lang
yfeldblum has joined #ruby-lang
diegoviola has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jbardin has joined #ruby-lang
sepp2k has quit [Read error: Connection reset by peer]
sepp2k has joined #ruby-lang
francisfish has joined #ruby-lang
dangerousdave has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby-lang
gix has quit [Read error: Connection reset by peer]
gix has joined #ruby-lang
djbkd has joined #ruby-lang
aero224 has joined #ruby-lang
alexju has quit [Remote host closed the connection]
tectonic has joined #ruby-lang
mistym has joined #ruby-lang
omosoj has joined #ruby-lang
aero224_ has quit [Ping timeout: 256 seconds]
elia has joined #ruby-lang
enebo has joined #ruby-lang
sent-hil has joined #ruby-lang
saarinen has joined #ruby-lang
omosoj has quit [Ping timeout: 240 seconds]
mehlah has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
jesg has left #ruby-lang [#ruby-lang]
replay has joined #ruby-lang
momomomomo has joined #ruby-lang
breezy_ has quit []
Mopman has joined #ruby-lang
momomomomo has quit [Client Quit]
mconnolly has quit [Quit: mconnolly]
Jam has joined #ruby-lang
Jam is now known as Guest93669
dangerousdave has quit [Read error: Connection reset by peer]
Guest93669 is now known as JamBlack
vintik has quit [Remote host closed the connection]
dangerousdave has joined #ruby-lang
x0f has quit [Ping timeout: 255 seconds]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
x0f has joined #ruby-lang
omosoj has joined #ruby-lang
arup_r has quit [Ping timeout: 240 seconds]
tectonic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dgaffney has joined #ruby-lang
broconne1 has quit [Quit: Leaving.]
seanosaur has quit []
<miqui> does rake support required arguments?
<miqui> (in a rake task)
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
<yorickpeterse> miqui: Don't think so
aero224 has quit [Ping timeout: 264 seconds]
<miqui> thanks yorickpeterse...
<yorickpeterse> miqui: the typical pattern I use is something like `abort 'Some message here' unless args[:some_argument]`
<miqui> cool... thanks yorickpeterse ..you saved a couple of net searches...
<yorickpeterse> np
ldnunes has quit [Quit: Leaving]
saarinen has quit [Quit: saarinen]
saarinen has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
Johz has quit [Quit: Leaving]
vintik has joined #ruby-lang
shinnya has quit [Read error: No route to host]
aero224 has joined #ruby-lang
CaptainJet has quit []
saarinen has quit [Quit: saarinen]
scmx has quit [Ping timeout: 256 seconds]
amigo99 has joined #ruby-lang
ItSANgo has quit [Quit: Leaving...]
shinnya has joined #ruby-lang
scampbell has quit [Remote host closed the connection]
saarinen has joined #ruby-lang
MikaAK1 has quit [Ping timeout: 248 seconds]
lewix has quit [Ping timeout: 240 seconds]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mykoweb has joined #ruby-lang
mykoweb has quit [Read error: Connection reset by peer]
mykoweb has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
<amigo99> is there a length cap for RString.as.heap ?
<amigo99> i tried to convert a backtrace to string via
<amigo99> (struct RString *) rb_obj_inspect(rb_f_caller(0,0))
<amigo99> and the length is capped at 2755
<amigo99> oh sorry i meant, that the length is 2755
<amigo99> but when i print the ptr via gdb it shows me only 200
<amigo99> characters
<amigo99> ah, sorry, found the ans, gdb setting apparently
znz_jp has quit [Quit: kill -QUIT $$]
spastorino has quit [Quit: Connection closed for inactivity]
ItSANgo has joined #ruby-lang
znz_jp has joined #ruby-lang
AncientAmateur has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
enebo has joined #ruby-lang
enebo has quit [Client Quit]
joonty has quit [Ping timeout: 256 seconds]
torrieri has joined #ruby-lang
AncientAmateur has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
amigo99 has quit [Ping timeout: 245 seconds]
DivineEntity has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
aero224_ has joined #ruby-lang
AncientAmateur has quit [Remote host closed the connection]
earthquake has joined #ruby-lang
aero224 has quit [Ping timeout: 256 seconds]
MichD is now known as michd
loincloth has quit [Remote host closed the connection]
aero224_ has quit [Remote host closed the connection]
solars has quit [Ping timeout: 240 seconds]
aero224 has joined #ruby-lang
aero224 has quit [Remote host closed the connection]
omosoj has quit [Quit: Leaving]
jaimef has quit [Excess Flood]
tectonic has joined #ruby-lang
touzin1 has quit [Ping timeout: 256 seconds]
tectonic has quit [Max SendQ exceeded]
elia has joined #ruby-lang
twright has quit [Ping timeout: 240 seconds]
jhass|off is now known as jhass
jaimef has joined #ruby-lang
dangerousdave has quit [Ping timeout: 255 seconds]
weems|mac has joined #ruby-lang
enebo has joined #ruby-lang
weems|mac has quit [Ping timeout: 240 seconds]
MikaAK1 has joined #ruby-lang
MikaAK1 has quit [Client Quit]
twright has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
AKASkip has quit [Quit: Leaving.]
mykoweb has quit [Remote host closed the connection]
MikaAK has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
MikaAK has quit [Client Quit]
kith has quit [Quit: kith]
kith has joined #ruby-lang
JamBlack has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mykoweb has joined #ruby-lang
aero224 has joined #ruby-lang
Jam has joined #ruby-lang
Jam is now known as Guest80459
mikecmpbll has quit [Quit: i've nodded off.]
saarinen has quit [Quit: saarinen]
sarkyniin has joined #ruby-lang
Pain has joined #ruby-lang
saarinen has joined #ruby-lang
lewix has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
lewiz has joined #ruby-lang
dgaffney has quit [Remote host closed the connection]
jbardin has quit [Quit: jbardin]
cored has quit [Ping timeout: 240 seconds]
thmzlt_ has quit []
lewix has quit [Ping timeout: 248 seconds]
thmzlt has joined #ruby-lang
|jemc| has quit [Ping timeout: 240 seconds]
lewiz has quit [Remote host closed the connection]
twright has quit [Ping timeout: 264 seconds]
momomomomo has joined #ruby-lang
tenderlove has joined #ruby-lang
snoopybbt has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
elia has quit [Quit: Computer has gone to sleep.]
stamina has quit [Ping timeout: 256 seconds]
Blaguvest has quit []
jeffs has quit [Ping timeout: 240 seconds]
lewiz has joined #ruby-lang
pixelhandler has quit [Quit: pixelhandler]
vintik has quit [Remote host closed the connection]
marr has quit [Ping timeout: 240 seconds]