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