00:01
mistym has joined #ruby-lang
00:01
mistym has quit [Changing host]
00:01
mistym has joined #ruby-lang
00:03
breakingthings has joined #ruby-lang
00:03
outoftime has quit [Quit: Leaving]
00:05
apeiros_ has quit [Ping timeout: 276 seconds]
00:07
<
breakingthings >
Gentlemens. I would like to search an array containing random integers 1-6, and count two groups; entries where value > 4, and entries where value == 1.
00:07
<
breakingthings >
Is there a particularly ruby way of doing this?
00:08
<
breakingthings >
I'm looking at Enumerable and see a few possibilities such as find_all, I could find_all twice and make them into two arrays to then add, but I figure there might be an easier way since I don't really need those other arrays.
00:09
robnik has quit [Quit: Page closed]
00:10
KA_ has quit [Quit: KA_]
00:10
toretore has quit [Quit: Leaving]
00:10
krohrbaugh has joined #ruby-lang
00:14
mistym has quit [Remote host closed the connection]
00:14
dankest has joined #ruby-lang
00:16
[[johnonymous]] has joined #ruby-lang
00:16
mistym_ has joined #ruby-lang
00:17
q1w2e3 has left #ruby-lang [#ruby-lang]
00:21
krohrbaugh has quit [Quit: Leaving.]
00:21
spuk has joined #ruby-lang
00:21
gix- has joined #ruby-lang
00:22
jsilver has quit [Remote host closed the connection]
00:23
geopet has quit [Quit: geopet]
00:23
marr has quit [Ping timeout: 264 seconds]
00:23
sn0wb1rd has joined #ruby-lang
00:24
Criztian has quit [Remote host closed the connection]
00:24
gix has quit [Ping timeout: 260 seconds]
00:25
KA_ has joined #ruby-lang
00:25
<
breakingthings >
Well, I guess I'm settling on array.map { |v| if v > 4 then hits += 1; if v == 1 then fails += 1; }
00:26
gix- has quit [Ping timeout: 255 seconds]
00:26
jsilver has joined #ruby-lang
00:27
gix has joined #ruby-lang
00:27
<
darix >
breakingthings: dont use .map
00:27
<
breakingthings >
are they interchangeable?
00:27
<
darix >
map returns a changed array
00:27
<
darix >
.each just loops over it
00:30
retro|cz has quit [Ping timeout: 246 seconds]
00:31
gix has quit [Ping timeout: 248 seconds]
00:33
apeiros_ has joined #ruby-lang
00:33
<
breakingthings >
darix: that worked, thanks
00:36
jonahR has quit [Quit: jonahR]
00:36
gix has joined #ruby-lang
00:37
jerrytgarcia has quit [Read error: Connection reset by peer]
00:37
apeiros_ has quit [Ping timeout: 246 seconds]
00:38
jerrytgarcia has joined #ruby-lang
00:42
hahuang65 has joined #ruby-lang
00:43
jsilver has quit [Remote host closed the connection]
00:45
jsilver has joined #ruby-lang
00:46
krohrbaugh has joined #ruby-lang
00:46
krohrbaugh has quit [Client Quit]
00:46
tomzx_mac has joined #ruby-lang
00:48
davidbalbert is now known as davidbalber|away
00:48
krohrbaugh has joined #ruby-lang
00:52
dankest has quit [Quit: Leaving...]
00:53
punchfacechamp has joined #ruby-lang
00:54
havenwood has joined #ruby-lang
00:56
_MJ_4Q_ has joined #ruby-lang
00:59
mrsolo has quit [Quit: Leaving]
00:59
dhruvasagar has quit [Ping timeout: 255 seconds]
01:00
agile has joined #ruby-lang
01:00
dankest has joined #ruby-lang
01:01
dhruvasagar has joined #ruby-lang
01:05
q1w2e3 has joined #ruby-lang
01:06
dankest has quit [Ping timeout: 264 seconds]
01:07
reppard has joined #ruby-lang
01:14
tallship has quit [Quit: Too Hip gotta go - Going..... Down..... Mr. Tyler?]
01:16
mercwithamouth has quit [Ping timeout: 240 seconds]
01:17
JStoker is now known as Guest64683
01:18
mercwithamouth has joined #ruby-lang
01:19
Guest64683 is now known as JStoker
01:21
jsilver has quit [Remote host closed the connection]
01:22
jsilver has joined #ruby-lang
01:23
krohrbaugh has quit [Quit: Leaving.]
01:23
kogent has quit [Quit: kogent]
01:24
mistym_ has quit [Remote host closed the connection]
01:25
Qfwfq has quit [Ping timeout: 255 seconds]
01:26
tylersmith has quit [Quit: tylersmith]
01:26
enebo has joined #ruby-lang
01:26
jsilver has quit [Ping timeout: 276 seconds]
01:27
__butch__ has quit [Quit: Leaving.]
01:28
dhruvasagar has quit [Ping timeout: 244 seconds]
01:28
dzhulk has quit [Quit: Leaving.]
01:29
hackeron has quit [Ping timeout: 248 seconds]
01:30
<
zzak >
zenspider: that reminds me
01:30
gregmore_ has quit [Read error: Connection reset by peer]
01:31
enebo has quit [Quit: enebo]
01:31
gregmore_ has joined #ruby-lang
01:31
gregmore_ has quit [Remote host closed the connection]
01:32
<
zzak >
drbrain updated the globals rdoc in mri, did you want a patch to backport those changes to your quickref?
01:32
<
zzak >
zenspider: ^
01:32
gregmore_ has joined #ruby-lang
01:32
enebo has joined #ruby-lang
01:33
<
zenspider >
zzak: that'd be fantastic, yes please
01:33
gregmor__ has joined #ruby-lang
01:34
<
zenspider >
I gotta run
01:34
<
zzak >
wheres the sorce
01:36
gregmore_ has quit [Ping timeout: 248 seconds]
01:37
gregmor__ has quit [Ping timeout: 255 seconds]
01:38
krohrbaugh has joined #ruby-lang
01:39
<
zzak >
i guess this means i have to email you a patch, damn you
01:40
KA_ has quit [Quit: KA_]
01:43
KA_ has joined #ruby-lang
01:50
krohrbaugh has quit [Quit: Leaving.]
01:53
mistym has joined #ruby-lang
01:53
mistym has quit [Changing host]
01:53
mistym has joined #ruby-lang
01:58
krohrbaugh has joined #ruby-lang
01:59
Radagast has joined #ruby-lang
02:01
havenwood has quit [Ping timeout: 276 seconds]
02:02
_MJ_4Q_ has quit [Remote host closed the connection]
02:06
KA_ has quit [Quit: KA_]
02:08
dhruvasagar has joined #ruby-lang
02:10
krohrbaugh has quit [Quit: Leaving.]
02:10
mjio has joined #ruby-lang
02:11
sebastiansier has joined #ruby-lang
02:13
krisvage has quit [Remote host closed the connection]
02:15
q1w2e3 has quit [Read error: Connection reset by peer]
02:18
dhruvasagar has quit [Read error: Operation timed out]
02:25
dhruvasagar has joined #ruby-lang
02:34
srbaker has quit [Quit: Computer has gone to sleep.]
02:36
sn0wb1rd has quit [Quit: sn0wb1rd]
02:37
jerrytgarcia has quit [Read error: Connection reset by peer]
02:38
jerrytgarcia has joined #ruby-lang
02:38
bzalasky has joined #ruby-lang
02:39
bzalasky has quit [Remote host closed the connection]
02:43
lsegal has joined #ruby-lang
02:43
krisvage has joined #ruby-lang
02:51
bzalasky has joined #ruby-lang
02:51
Qfwfq has joined #ruby-lang
02:51
Qfwfq has joined #ruby-lang
02:51
Qfwfq has quit [Changing host]
02:53
sn0wb1rd has joined #ruby-lang
02:54
krisvage has quit [Ping timeout: 256 seconds]
02:57
mistym has quit [Remote host closed the connection]
03:03
hahuang65 has quit [Quit: Computer has gone to sleep.]
03:03
bzalasky has quit [Remote host closed the connection]
03:04
imajes has quit [Excess Flood]
03:05
sebastiansier has quit [Remote host closed the connection]
03:05
imajes has joined #ruby-lang
03:06
krohrbaugh has joined #ruby-lang
03:06
imajes has quit [Excess Flood]
03:06
imajes has joined #ruby-lang
03:07
pr0ton has quit [Ping timeout: 276 seconds]
03:15
anjen has joined #ruby-lang
03:16
macmartine has joined #ruby-lang
03:16
intellitech has left #ruby-lang [#ruby-lang]
03:17
intellitech has joined #ruby-lang
03:18
reppard has quit [Quit: leaving]
03:21
krisvage has joined #ruby-lang
03:21
Qfwfq has quit [Ping timeout: 255 seconds]
03:21
punchfacechamp has quit [Quit: adios!]
03:22
Qfwfq has joined #ruby-lang
03:24
anjen has quit [Quit: anjen]
03:25
pr0ton has joined #ruby-lang
03:25
klebervirgilio has quit [Remote host closed the connection]
03:26
sepp2k has quit [Remote host closed the connection]
03:26
r0bby has joined #ruby-lang
03:26
klebervirgilio has joined #ruby-lang
03:30
vbatts|work has joined #ruby-lang
03:30
klebervirgilio has quit [Ping timeout: 246 seconds]
03:33
krisvage has quit [Ping timeout: 240 seconds]
03:34
punchfacechamp has joined #ruby-lang
03:34
_MJ_4Q_ has joined #ruby-lang
03:36
datanoise has quit [Ping timeout: 264 seconds]
03:37
punchfacechamp has quit [Client Quit]
03:38
tdy_ has quit [Ping timeout: 246 seconds]
03:38
bzalasky has joined #ruby-lang
03:41
havenn has joined #ruby-lang
03:41
torrieri has joined #ruby-lang
03:41
brianpWins has quit [Quit: brianpWins]
03:42
fire has quit [Ping timeout: 246 seconds]
03:42
rsl has quit [Quit: Computer has gone to sleep.]
03:45
anonymuse has joined #ruby-lang
03:51
r0bby has quit [Read error: Connection reset by peer]
03:52
geopet has joined #ruby-lang
03:52
r0bby has joined #ruby-lang
03:54
hahuang65 has joined #ruby-lang
03:59
Qfwfq has quit [Ping timeout: 255 seconds]
03:59
krisvage has joined #ruby-lang
03:59
Qfwfq has joined #ruby-lang
03:59
Qfwfq has joined #ruby-lang
03:59
Qfwfq has quit [Changing host]
04:01
wmoxam has joined #ruby-lang
04:01
[[johnonymous]] has quit [Quit: Computer has gone to sleep.]
04:03
datanoise has joined #ruby-lang
04:03
khaase has quit [Ping timeout: 240 seconds]
04:03
jwollert has quit [Ping timeout: 245 seconds]
04:04
mbr has quit [Ping timeout: 245 seconds]
04:05
msch has quit [Ping timeout: 260 seconds]
04:05
[dmp] has quit [Ping timeout: 252 seconds]
04:05
meise has quit [Ping timeout: 245 seconds]
04:05
Muz has quit [Ping timeout: 264 seconds]
04:05
darix has quit [Ping timeout: 276 seconds]
04:06
vlad_starkov has joined #ruby-lang
04:11
r0bby has quit [Ping timeout: 248 seconds]
04:11
anonymuse has quit [Quit: Leaving...]
04:12
krisvage has quit [Ping timeout: 248 seconds]
04:13
retro|cz has joined #ruby-lang
04:14
Elico1 has joined #ruby-lang
04:14
Elico1 has quit [Client Quit]
04:15
darix has joined #ruby-lang
04:15
darix has quit [Changing host]
04:15
darix has joined #ruby-lang
04:15
meise has joined #ruby-lang
04:17
jwollert has joined #ruby-lang
04:18
[dmp] has joined #ruby-lang
04:19
Muz has joined #ruby-lang
04:19
khaase has joined #ruby-lang
04:19
brooks has joined #ruby-lang
04:20
mbr has joined #ruby-lang
04:23
blr2k has joined #ruby-lang
04:24
bzalasky has quit [Remote host closed the connection]
04:27
geopet has quit [Quit: geopet]
04:29
macmartine has quit [Quit: Computer has gone to sleep.]
04:30
Qfwfq has quit [Ping timeout: 255 seconds]
04:31
Qfwfq has joined #ruby-lang
04:31
Qfwfq has joined #ruby-lang
04:31
Qfwfq has quit [Changing host]
04:32
RobertBirnie has quit [Quit: RobertBirnie]
04:34
imajes has quit [Excess Flood]
04:35
imajes has joined #ruby-lang
04:36
naughtystyle has joined #ruby-lang
04:37
jerrytgarcia has quit [Read error: Connection reset by peer]
04:38
krisvage has joined #ruby-lang
04:41
jerrytgarcia has joined #ruby-lang
04:45
pr0ton has quit [Quit: pr0ton]
04:47
dhruvasagar has quit [Ping timeout: 244 seconds]
04:49
dhruvasagar has joined #ruby-lang
04:52
krisvage has quit [Ping timeout: 252 seconds]
04:53
dhruvasagar has quit [Ping timeout: 240 seconds]
04:55
iamjarvo has quit [Quit: Leaving.]
04:58
wmoxam has quit [Ping timeout: 240 seconds]
04:58
naughtystyle has left #ruby-lang [#ruby-lang]
05:01
islander_ has joined #ruby-lang
05:03
vlad_starkov has quit [Remote host closed the connection]
05:03
<
islander_ >
hi guys, I have a question. This will probably seem really stupid. I'm not a native English speaker and im having a hard time getting through the beginning ruby book. Am I a hopeless case or is there another resource?
05:04
<
havenn >
islander_: What is your native language?
05:04
<
islander_ >
cebuano
05:05
dhruvasagar has joined #ruby-lang
05:07
<
islander_ >
thank you
05:07
<
havenn >
islander_: You can change the /en/ to other languages that are supported, but I'm afraid cebuano is not.
05:07
<
islander_ >
yes, it's not a very known language
05:08
Qfwfq has quit [Ping timeout: 255 seconds]
05:08
RobertBirnie has joined #ruby-lang
05:08
<
havenn >
islander_: /es/ or /fr/ work for example
05:09
Qfwfq has joined #ruby-lang
05:09
<
islander_ >
havenn: thank you, i tried using /ce/, /bi/ (cebuano is also known as bisaya) but it seems to not work
05:09
mistym has joined #ruby-lang
05:09
mistym has quit [Changing host]
05:09
mistym has joined #ruby-lang
05:10
ikst has joined #ruby-lang
05:10
ikst has quit [Remote host closed the connection]
05:13
mercwithamouth has quit [Ping timeout: 264 seconds]
05:14
blr2k has quit [Quit: Page closed]
05:16
fsvehla has joined #ruby-lang
05:17
kuja has quit [Ping timeout: 256 seconds]
05:17
r0bby has joined #ruby-lang
05:18
krisvage has joined #ruby-lang
05:20
kuja has joined #ruby-lang
05:20
RobertBirnie has quit [Quit: RobertBirnie]
05:21
breakingthings has quit []
05:22
r0bby_ has joined #ruby-lang
05:23
islander_ has quit [Remote host closed the connection]
05:23
r0bby has quit [Ping timeout: 264 seconds]
05:24
mercwithamouth has joined #ruby-lang
05:26
smitjel has joined #ruby-lang
05:28
achiu has quit [Quit: WeeChat 0.3.9.2]
05:29
kgrz has joined #ruby-lang
05:29
achiu has joined #ruby-lang
05:29
neverminding has quit [Quit: neverminding]
05:32
krisvage has quit [Ping timeout: 264 seconds]
05:34
macmartine has joined #ruby-lang
05:36
_MJ_4Q_ has quit [Remote host closed the connection]
05:41
r0bby_ is now known as robbyoconnor
05:44
rippa has joined #ruby-lang
05:46
tdy_ has joined #ruby-lang
05:46
smitjel has left #ruby-lang [#ruby-lang]
05:49
KA_ has joined #ruby-lang
05:49
dhruvasagar has quit [Ping timeout: 256 seconds]
05:51
dhruvasagar has joined #ruby-lang
05:51
RobertBirnie has joined #ruby-lang
05:51
RobertBirnie has quit [Client Quit]
05:51
fsvehla has quit [Quit: fsvehla]
05:52
RobertBirnie has joined #ruby-lang
05:58
krisvage has joined #ruby-lang
05:58
Mon_Ouie has joined #ruby-lang
06:00
richardjortega has quit [Quit: richardjortega]
06:02
mistym has quit [Remote host closed the connection]
06:03
tdy_ has quit [Ping timeout: 240 seconds]
06:04
ryanf has quit [Quit: leaving]
06:06
havenn has quit [Remote host closed the connection]
06:11
krisvage has quit [Ping timeout: 272 seconds]
06:15
klebervi_ has joined #ruby-lang
06:15
njrosati has joined #ruby-lang
06:16
wallerdev has joined #ruby-lang
06:16
dhruvasagar has quit [Ping timeout: 260 seconds]
06:18
stardiviner has joined #ruby-lang
06:19
noop has joined #ruby-lang
06:20
klebervi_ has quit [Ping timeout: 255 seconds]
06:21
canton7 has quit [Remote host closed the connection]
06:23
brianpWins has joined #ruby-lang
06:24
tonni has quit [Remote host closed the connection]
06:25
bluepojo_ has joined #ruby-lang
06:27
bluepoj__ has joined #ruby-lang
06:27
bluepojo_ has quit [Read error: Connection reset by peer]
06:27
tomzx_mac has quit [Read error: Operation timed out]
06:27
msch has joined #ruby-lang
06:27
bluepojo has quit [Read error: Connection reset by peer]
06:31
wardrop has quit [Quit: wardrop]
06:35
brooks has quit [Ping timeout: 264 seconds]
06:35
brooks has joined #ruby-lang
06:36
bluepoj__ has quit [Remote host closed the connection]
06:36
tonni has joined #ruby-lang
06:36
bluepojo has joined #ruby-lang
06:37
vlad_starkov has joined #ruby-lang
06:37
jerrytgarcia has quit [Read error: Connection reset by peer]
06:37
jerrytgarcia has joined #ruby-lang
06:37
krisvage has joined #ruby-lang
06:39
justinseiter has quit [Quit: WeeChat 0.3.7]
06:40
brooks_ has joined #ruby-lang
06:40
bluepojo has quit [Ping timeout: 246 seconds]
06:40
apeiros_ has joined #ruby-lang
06:41
brooks has quit [Ping timeout: 260 seconds]
06:42
vlad_starkov has quit [Ping timeout: 264 seconds]
06:42
shajith has quit [Ping timeout: 255 seconds]
06:43
shajith has joined #ruby-lang
06:46
amerine has joined #ruby-lang
06:51
kgrz has quit [Quit: Computer has gone to sleep.]
06:51
krisvage has quit [Ping timeout: 276 seconds]
06:51
JohnBat26 has joined #ruby-lang
06:53
Mon_Ouie has quit [Ping timeout: 255 seconds]
06:55
mantono has quit [Excess Flood]
06:56
mantono has joined #ruby-lang
06:56
vlad_starkov has joined #ruby-lang
06:56
apeiros_ has quit [Remote host closed the connection]
06:58
rbevers has joined #ruby-lang
06:59
rbevers has quit [Read error: Connection reset by peer]
07:00
rbevers has joined #ruby-lang
07:01
KA_ has quit [Quit: KA_]
07:02
skade_ has joined #ruby-lang
07:04
skade has quit [Ping timeout: 246 seconds]
07:04
skade_ is now known as skade
07:04
vlad_starkov has quit [Remote host closed the connection]
07:05
imajes has quit [Excess Flood]
07:05
gix has quit [Ping timeout: 244 seconds]
07:05
imajes has joined #ruby-lang
07:05
kgrz has joined #ruby-lang
07:06
wycats__ has quit [Ping timeout: 255 seconds]
07:09
antbody has joined #ruby-lang
07:09
rolfb has joined #ruby-lang
07:10
vlad_starkov has joined #ruby-lang
07:11
gix has joined #ruby-lang
07:14
vlad_starkov has quit [Remote host closed the connection]
07:17
vlad_starkov has joined #ruby-lang
07:17
krisvage has joined #ruby-lang
07:17
macmartine has quit [Quit: Computer has gone to sleep.]
07:18
xalei has joined #ruby-lang
07:25
dhruvasagar has joined #ruby-lang
07:26
ryanf has joined #ruby-lang
07:30
krisvage has quit [Ping timeout: 246 seconds]
07:32
dr_bob has joined #ruby-lang
07:34
JStoker is now known as Guest49891
07:34
rbevers has left #ruby-lang [#ruby-lang]
07:35
replore has joined #ruby-lang
07:36
vlad_starkov has quit [Remote host closed the connection]
07:37
Guest49891 is now known as EvilJStoker
07:40
voker57 has joined #ruby-lang
07:40
voker57 has joined #ruby-lang
07:41
apeiros_ has joined #ruby-lang
07:41
Rubennn has quit [Ping timeout: 255 seconds]
07:42
Rubennn has joined #ruby-lang
07:42
krz has joined #ruby-lang
07:42
beiter has joined #ruby-lang
07:44
mercwithamouth has quit [Ping timeout: 252 seconds]
07:44
joschi has quit [Ping timeout: 272 seconds]
07:44
joschi has joined #ruby-lang
07:46
msch has quit [Ping timeout: 272 seconds]
07:47
tonni has quit [Remote host closed the connection]
07:47
vmoravec has joined #ruby-lang
07:48
replore has quit [Remote host closed the connection]
07:50
beho has joined #ruby-lang
07:50
crazyhorse has joined #ruby-lang
07:51
<
crazyhorse >
i've been trying to setup rbenv and ruby under ubuntu.. i get this can't find zlib error when trying to use gem
07:51
<
crazyhorse >
any ideas?
07:52
<
postmodern >
crazyhorse, looks like you didn't install the zlib headers for ruby to compile against
07:52
<
postmodern >
crankharder, copy/paste those commands
07:52
vlad_starkov has joined #ruby-lang
07:53
vlad_starkov has quit [Remote host closed the connection]
07:54
<
postmodern >
damn tab complete not working :)
07:54
msch has joined #ruby-lang
07:54
<
postmodern >
crazyhorse, try copy/pasting the apt-get command, and re-running ruby-build
07:54
<
postmodern >
crazyhorse, or if you're adventurous, you could use chruby and run it's scripts/setup.sh which installs ruby,jruby,rubinius
07:54
<
postmodern >
crazyhorse, and runs all the necessary apt-get commands
07:55
<
crazyhorse >
well i actually want to get it running with rbenv
07:55
Averna has quit [Quit: Leaving.]
07:57
krisvage has joined #ruby-lang
07:58
<
postmodern >
crazyhorse, also note that ruby-build doesn't do anything special
07:58
<
postmodern >
crazyhorse, you can compile rubies by hand for rbenv
07:58
<
crazyhorse >
really ok :/
07:58
<
postmodern >
crankharder, just ./configure --prefix=$HOME/.rbenv/version/1.9.3
07:59
<
crazyhorse >
prior to installation?
07:59
<
postmodern >
crazyhorse, ./configure && make && make install
07:59
canton7 has joined #ruby-lang
08:02
wallerdev has quit [Quit: wallerdev]
08:05
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
08:05
<
crazyhorse >
postmodern: this guide looks pretty good as well
08:05
imajes has quit [Excess Flood]
08:05
JohnBat26 has quit [Remote host closed the connection]
08:06
ottbot has joined #ruby-lang
08:07
RobertBirnie has quit [Quit: RobertBirnie]
08:08
imajes has joined #ruby-lang
08:08
KU0N has joined #ruby-lang
08:10
tonni has joined #ruby-lang
08:10
krisvage has quit [Ping timeout: 255 seconds]
08:11
tdy_ has joined #ruby-lang
08:14
gnufied has joined #ruby-lang
08:17
solars has joined #ruby-lang
08:26
Stilo has joined #ruby-lang
08:28
schaerli has joined #ruby-lang
08:31
beho has quit [Remote host closed the connection]
08:32
tdy_ has quit [Ping timeout: 276 seconds]
08:35
ohsix has quit [Ping timeout: 260 seconds]
08:35
JohnBat26 has joined #ruby-lang
08:36
maxmanders has joined #ruby-lang
08:37
krisvage has joined #ruby-lang
08:37
apeiros_ has quit [Read error: Connection reset by peer]
08:37
jerrytgarcia has quit [Read error: Connection reset by peer]
08:37
jerrytgarcia has joined #ruby-lang
08:38
apeiros_ has joined #ruby-lang
08:42
beiter has quit [Quit: beiter]
08:43
beiter has joined #ruby-lang
08:45
<
whitequark >
dominikh: hi
08:45
<
whitequark >
is there anything in cinch for working with colors?
08:50
krisvage has quit [Ping timeout: 252 seconds]
08:53
<
freedrull >
is it a bad idea to overwrite the `send` method
08:57
toretore has joined #ruby-lang
08:59
<
yorickpeterse >
morning kids
08:59
<
yorickpeterse >
freedrull: yes
08:59
* freedrull
tries to think of a better name
09:00
* freedrull
for his method
09:00
<
yorickpeterse >
Yorick's rule of not getting punched in the privates by a Rubyist: don't override core Ruby methods with some custom behaviour
09:01
<
freedrull >
1am would be a pretty lame time to get punched in the privates
09:03
amdprophet has quit [Ping timeout: 255 seconds]
09:04
<
yorickpeterse >
At least you'd be awake
09:05
imajes has quit [Excess Flood]
09:06
adambeynon has joined #ruby-lang
09:06
wycats__ has joined #ruby-lang
09:08
imajes has joined #ruby-lang
09:08
marr has joined #ruby-lang
09:08
voker57 has quit [Remote host closed the connection]
09:09
blacktulip has joined #ruby-lang
09:12
beho has joined #ruby-lang
09:14
workmad3 has joined #ruby-lang
09:16
krisvage has joined #ruby-lang
09:17
achamian has joined #ruby-lang
09:19
dzhulk has joined #ruby-lang
09:19
ohsix has joined #ruby-lang
09:20
workmad3 has quit [Ping timeout: 264 seconds]
09:21
francisfish has joined #ruby-lang
09:21
gokul has joined #ruby-lang
09:23
nXqd has joined #ruby-lang
09:28
fire has joined #ruby-lang
09:30
beiter has quit [Read error: Connection reset by peer]
09:30
krisvage has quit [Ping timeout: 255 seconds]
09:38
yorickpeterse has quit [Quit: campfire]
09:38
schaerli has quit [Remote host closed the connection]
09:38
yorickpeterse has joined #ruby-lang
09:39
rippa has quit [Ping timeout: 240 seconds]
09:41
io_syl has quit [Quit: Computer has gone to sleep.]
09:41
Criztian has joined #ruby-lang
09:42
poga has quit [Remote host closed the connection]
09:46
kevinfagan has joined #ruby-lang
09:49
brianpWins has quit [Quit: brianpWins]
09:53
xcombelle has joined #ruby-lang
09:56
krisvage has joined #ruby-lang
10:03
mesch has joined #ruby-lang
10:03
geson has joined #ruby-lang
10:06
imajes has quit [Excess Flood]
10:08
imajes has joined #ruby-lang
10:10
krisvage has quit [Ping timeout: 264 seconds]
10:18
<
injekt >
whitequark: Cinch::Formatting
10:18
mesch has quit [Ping timeout: 245 seconds]
10:20
<
whitequark >
injekt: thanks!
10:28
krisvage has joined #ruby-lang
10:30
judofyr has joined #ruby-lang
10:30
krisvage has quit [Remote host closed the connection]
10:31
<
judofyr >
HEY FOLKS
10:35
beho has quit [Remote host closed the connection]
10:37
jerrytgarcia has quit [Read error: Connection reset by peer]
10:37
jerrytgarcia has joined #ruby-lang
10:39
tdy_ has joined #ruby-lang
10:40
thone_ has quit [Quit: leaving]
10:40
thone has joined #ruby-lang
10:42
<
injekt >
HELO G'MORNING
10:42
cultureulterior_ has joined #ruby-lang
10:43
hackeron has joined #ruby-lang
10:43
woollyams has joined #ruby-lang
10:44
woollyams has quit [Client Quit]
10:44
<
judofyr >
multipart is hard :/
10:45
<
injekt >
in other news I hate handling mass email
10:46
<
judofyr >
mailchimp?
10:46
<
injekt >
I'm using sendgrid for handling all the apps mail, but yesterday I almost ended up leaving them and having massive issues
10:47
<
injekt >
they do.. some weird stuff
10:51
<
andrewvos >
So we're using two different versions of svn here, 1.6 and 1.7, in the same project. I have to keep on switching between them.
10:51
<
andrewvos >
zzak: Beat that ^
10:51
<
injekt >
just using svn is bad enough
10:52
<
andrewvos >
Holy fuck
10:53
<
andrewvos >
How the hell
10:54
<
andrewvos >
Explain that
10:54
<
andrewvos >
(The beer glass)
10:59
<
andrewvos >
Whoooaaaa
10:59
<
andrewvos >
The possibilities
11:01
sush24 has joined #ruby-lang
11:03
amdprophet has joined #ruby-lang
11:04
fire has quit [Ping timeout: 276 seconds]
11:06
imajes has quit [Excess Flood]
11:07
imajes has joined #ruby-lang
11:09
crazyhorse has quit [Ping timeout: 246 seconds]
11:09
workmad3 has joined #ruby-lang
11:10
stardiviner has joined #ruby-lang
11:12
kgrz has quit [Quit: Computer has gone to sleep.]
11:16
Banistergalaxy has quit [Read error: Connection reset by peer]
11:21
bin7me has joined #ruby-lang
11:24
sepp2k has joined #ruby-lang
11:27
geson has left #ruby-lang [#ruby-lang]
11:31
schaerli has joined #ruby-lang
11:33
Banistergalaxy has joined #ruby-lang
11:37
nkr has joined #ruby-lang
11:39
kgrz has joined #ruby-lang
11:39
fire has joined #ruby-lang
11:40
klebervirgilio has joined #ruby-lang
11:42
gokul has quit [Read error: Connection reset by peer]
11:44
gnufied has quit [Quit: Leaving.]
11:45
klebervirgilio has quit [Ping timeout: 276 seconds]
11:45
gnufied has joined #ruby-lang
11:45
sush24 has quit [Ping timeout: 260 seconds]
11:46
maxmanders has quit [Ping timeout: 252 seconds]
11:49
maxmanders has joined #ruby-lang
11:49
crazyhorse has joined #ruby-lang
11:49
<
crazyhorse >
hey i'm running bundler
11:49
<
crazyhorse >
and it says could not find rake-x.x.x in any of the sources
11:49
<
crazyhorse >
when i type gem list
11:49
<
crazyhorse >
it's installed
11:51
beho has joined #ruby-lang
11:52
<
judofyr >
crazyhorse: you probably need `source :rubygems`
11:52
<
crazyhorse >
i've commented them out
11:52
<
crazyhorse >
because i don't want it to go and fetch them
11:52
<
crazyhorse >
because they should all be installed locally
11:53
<
crazyhorse >
if it appears in gem list.. i don't know why it says it can't find it
11:53
<
judofyr >
crazyhorse: do you have the exact same version?
11:53
<
crazyhorse >
exact same version
11:53
<
crazyhorse >
rake (0.8.7) << from gem file lock
11:54
<
crazyhorse >
rake (0.8.7) << from gem list (under
*** LOCAL GEMS ***)
11:55
<
apeiros_ >
judofry: congrats! only 2y! :D (that's at least 3x as fast as my releases *g*)
11:55
jxie_ has quit [Quit: leaving]
11:55
<
judofyr >
apieros: :D
11:56
<
judofyr >
apieros: I didn't release 1.3.3 though ;)
11:58
<
darix >
crazyhorse: check for .bundle/config
11:58
<
darix >
if it exists and blocks systems gems
11:58
<
crazyhorse >
BUNDLE_NO_PRUNE: true
12:02
<
crazyhorse >
i have no idea why this worked
12:02
srbaker has joined #ruby-lang
12:02
beho has quit [Remote host closed the connection]
12:02
<
crazyhorse >
but running bundle /vendor/cache
12:02
tonni has quit [Read error: Connection reset by peer]
12:02
<
crazyhorse >
bundle --path=vendor/cache ... fixed the problem
12:04
tonni has joined #ruby-lang
12:06
imajes has quit [Excess Flood]
12:08
imajes has joined #ruby-lang
12:15
robbyoconnor has quit [Ping timeout: 252 seconds]
12:15
<
yorickpeterse >
judofyr: ALL PAIRSE GLORIOUS DEAR LEADER JUDOFUR FOR NEW TILT RELEASE
12:15
<
yorickpeterse >
* judofyr
12:15
<
yorickpeterse >
that only took 2 years
12:17
xalei has quit [Remote host closed the connection]
12:18
<
manveru >
judofyr: srsly thanks :)
12:23
achamian has quit [Remote host closed the connection]
12:24
rsl has joined #ruby-lang
12:26
krohrbaugh1 has joined #ruby-lang
12:27
meise_ has joined #ruby-lang
12:28
krz has quit [Quit: krz]
12:29
Banistergalaxy has quit [Ping timeout: 244 seconds]
12:30
injekt_ has joined #ruby-lang
12:31
[dmp]_ has joined #ruby-lang
12:31
[dmp]_ has quit [Changing host]
12:31
[dmp]_ has joined #ruby-lang
12:31
tpope_ has joined #ruby-lang
12:31
arsinh__ has joined #ruby-lang
12:31
kgrz_ has joined #ruby-lang
12:31
bougyman_ has joined #ruby-lang
12:32
maxmande_ has joined #ruby-lang
12:34
tonni has quit [Read error: Connection reset by peer]
12:34
tonni_ has joined #ruby-lang
12:34
cupakrom- has joined #ruby-lang
12:34
Banistergalaxy has joined #ruby-lang
12:35
postmodern has quit [Quit: Leaving]
12:35
blowmage` has joined #ruby-lang
12:35
kgrz has quit [*.net *.split]
12:35
maxmanders has quit [*.net *.split]
12:35
crazyhorse has quit [*.net *.split]
12:35
hackeron has quit [*.net *.split]
12:35
meise has quit [*.net *.split]
12:35
[dmp] has quit [*.net *.split]
12:35
arsinh has quit [*.net *.split]
12:35
krohrbaugh has quit [*.net *.split]
12:35
bougyman has quit [*.net *.split]
12:35
joast has quit [*.net *.split]
12:35
injekt has quit [*.net *.split]
12:35
delqn has quit [*.net *.split]
12:35
blowmage has quit [*.net *.split]
12:35
tpope has quit [*.net *.split]
12:35
cupakromer has quit [*.net *.split]
12:35
fuzzy8balls has quit [*.net *.split]
12:35
singpolyma has quit [*.net *.split]
12:36
singpolyma has joined #ruby-lang
12:37
hackeron has joined #ruby-lang
12:37
jerrytgarcia has quit [Read error: Connection reset by peer]
12:37
jerrytgarcia has joined #ruby-lang
12:39
techlife has quit [Ping timeout: 248 seconds]
12:42
fuzzy8balls has joined #ruby-lang
12:44
techlife has joined #ruby-lang
12:45
sebastiansier has joined #ruby-lang
12:46
achamian has joined #ruby-lang
12:48
carloslopes has joined #ruby-lang
12:50
dustint has joined #ruby-lang
12:52
vlad_starkov has joined #ruby-lang
12:55
kgrz_ has quit [Quit: Computer has gone to sleep.]
13:00
achamian has quit [Remote host closed the connection]
13:00
schaerli has quit [Remote host closed the connection]
13:00
fire has quit [Quit: WeeChat 0.4.0]
13:07
imajes has quit [Excess Flood]
13:07
hackeron has quit [Read error: Connection reset by peer]
13:08
hackeron has joined #ruby-lang
13:08
imajes has joined #ruby-lang
13:12
tonni has joined #ruby-lang
13:12
tonni_ has quit [Ping timeout: 276 seconds]
13:13
Austin__ has joined #ruby-lang
13:16
<
andrewvos >
yorickpeterse: We should get that every time someone releases a gem in here
13:17
<
yorickpeterse >
I should start a Kickstarter campaign for that
13:17
vlad_starkov has quit [Remote host closed the connection]
13:19
iamjarvo has joined #ruby-lang
13:20
injekt_ has left #ruby-lang [#ruby-lang]
13:20
injekt has joined #ruby-lang
13:20
dblack__ has joined #ruby-lang
13:21
<
yorickpeterse >
I don't live the US
13:21
<
yorickpeterse >
I live in a somewhat sane country
13:21
<
andrewvos >
Neither do I
13:22
Squarepy has joined #ruby-lang
13:23
dhruvasagar has quit [Ping timeout: 264 seconds]
13:24
vlad_starkov has joined #ruby-lang
13:26
beho has joined #ruby-lang
13:27
beho has quit [Remote host closed the connection]
13:28
<
yorickpeterse >
In unrelated news, I'm quite satisfied with my Ruby code pushing out 800 PDF reports in about an hour
13:28
<
yorickpeterse >
and the total amount of memory being used is around 120MB spread over 2 processes
13:28
<
yorickpeterse >
of which 80% is the base environment
13:29
Squarepy has quit [Changing host]
13:29
Squarepy has joined #ruby-lang
13:29
klebervirgilio has joined #ruby-lang
13:30
brooks_ has left #ruby-lang [#ruby-lang]
13:31
<
workmad3 >
yorickpeterse: how big are the pdf reports?
13:32
<
yorickpeterse >
The actual file size is around 200 kb from the top of my head
13:32
<
yorickpeterse >
The slowest bit is the data aggregation in Mongo
13:33
<
yorickpeterse >
I was expecting that to use quite a bit of memory but it seems that using the aggregation framework of 2.2 takes care of that rather nicely
13:33
<
yorickpeterse >
Also because the end datasets are not that big
13:33
<
yorickpeterse >
(in terms of quantity)
13:34
tomzx_mac has joined #ruby-lang
13:42
srbaker has quit [Quit: Computer has gone to sleep.]
13:42
spuk has quit [Ping timeout: 244 seconds]
13:44
sockmonk has joined #ruby-lang
13:45
imajes has quit [Excess Flood]
13:47
imajes has joined #ruby-lang
13:48
slyphon has quit [Quit: slyphon]
13:49
MaddinXx has joined #ruby-lang
13:54
mistym has joined #ruby-lang
13:55
jbsan has quit [Ping timeout: 276 seconds]
13:57
mistym has quit [Remote host closed the connection]
13:58
beho has joined #ruby-lang
13:59
vlad_starkov has quit [Remote host closed the connection]
14:04
kgrz has joined #ruby-lang
14:05
srbaker has joined #ruby-lang
14:07
sush24 has joined #ruby-lang
14:07
vlad_starkov has joined #ruby-lang
14:07
vlad_starkov has quit [Remote host closed the connection]
14:10
achamian has joined #ruby-lang
14:11
noop has quit [Remote host closed the connection]
14:11
sush24 has quit [Read error: Connection reset by peer]
14:12
slyphon has joined #ruby-lang
14:12
tonni has quit [Read error: Connection reset by peer]
14:13
kurko_ has joined #ruby-lang
14:13
breakingthings has joined #ruby-lang
14:14
tonni has joined #ruby-lang
14:15
achamian has quit [Ping timeout: 255 seconds]
14:16
mistym has joined #ruby-lang
14:16
mistym has joined #ruby-lang
14:16
mistym has quit [Changing host]
14:17
kogent has joined #ruby-lang
14:17
slyphon_ has joined #ruby-lang
14:19
slyphon has quit [Ping timeout: 264 seconds]
14:19
slyphon_ is now known as slyphon
14:19
krisvage has joined #ruby-lang
14:20
dzhulk has quit [Quit: Leaving.]
14:21
wmoxam has joined #ruby-lang
14:26
RobertBirnie has joined #ruby-lang
14:29
slyphon has quit [Ping timeout: 244 seconds]
14:30
kogent has quit [Quit: kogent]
14:31
Nolic has joined #ruby-lang
14:31
iamjarvo has quit [Quit: Leaving.]
14:32
kogent has joined #ruby-lang
14:33
lupine has quit [Excess Flood]
14:33
outoftime has joined #ruby-lang
14:35
jxie has joined #ruby-lang
14:35
Qfwfq has quit [Ping timeout: 255 seconds]
14:36
Qfwfq has joined #ruby-lang
14:36
JohnBat26 has quit [Remote host closed the connection]
14:37
lupine has joined #ruby-lang
14:37
jerrytgarcia has quit [Read error: Connection reset by peer]
14:37
jerrytgarcia has joined #ruby-lang
14:40
hackeron_ has joined #ruby-lang
14:40
hackeron has quit [Read error: Connection reset by peer]
14:41
maxmanders has joined #ruby-lang
14:43
Qfwfq has quit [Read error: Connection reset by peer]
14:43
sailias has joined #ruby-lang
14:43
JohnBat26 has joined #ruby-lang
14:44
rue|w has joined #ruby-lang
14:53
kain_ has joined #ruby-lang
14:54
kain has quit [Read error: Connection reset by peer]
14:54
rue|w has quit [Ping timeout: 264 seconds]
14:54
mistym has quit [Remote host closed the connection]
14:54
hackeron_ has quit [Ping timeout: 255 seconds]
14:55
sush24 has joined #ruby-lang
14:56
enebo has joined #ruby-lang
14:56
hackeron has joined #ruby-lang
14:57
klebervirgilio has quit [Ping timeout: 264 seconds]
14:59
sush24 has quit [Read error: Connection reset by peer]
15:01
tomzx_mac has quit [Ping timeout: 260 seconds]
15:03
sebastiansier has quit [Remote host closed the connection]
15:03
jxpx777 has joined #ruby-lang
15:07
davidbalber|away is now known as davidbalbert
15:08
vlad_starkov has joined #ruby-lang
15:08
davidbalbert is now known as davidbalber|away
15:09
bzalasky has joined #ruby-lang
15:09
kain_ is now known as kain
15:10
bzalasky has quit [Read error: Connection reset by peer]
15:10
bzalasky has joined #ruby-lang
15:10
Banistergalaxy has quit [Ping timeout: 272 seconds]
15:12
klebervirgilio has joined #ruby-lang
15:13
vlad_starkov has quit [Remote host closed the connection]
15:14
bzalasky has quit [Read error: Connection reset by peer]
15:15
achamian has joined #ruby-lang
15:15
bzalasky has joined #ruby-lang
15:17
nXqd has quit [Ping timeout: 255 seconds]
15:18
davidbalber|away is now known as davidbalbert
15:18
_MJ_4Q_ has joined #ruby-lang
15:19
bougyman_ has quit [Changing host]
15:19
bougyman_ has joined #ruby-lang
15:19
bougyman_ is now known as bougyman
15:21
anonymuse has joined #ruby-lang
15:24
mistym has joined #ruby-lang
15:24
mistym has quit [Changing host]
15:24
mistym has joined #ruby-lang
15:24
linc01n has quit [Ping timeout: 245 seconds]
15:27
bzalasky has quit [Remote host closed the connection]
15:27
linc01n has joined #ruby-lang
15:27
dr_bob has left #ruby-lang [#ruby-lang]
15:28
klebervirgilio has quit [Read error: Connection timed out]
15:28
imajes has quit [Excess Flood]
15:29
klebervirgilio has joined #ruby-lang
15:30
sailias1 has joined #ruby-lang
15:31
imajes has joined #ruby-lang
15:32
gnufied has quit [Quit: Leaving.]
15:32
imajes has quit [Excess Flood]
15:33
iamjarvo has joined #ruby-lang
15:33
imajes has joined #ruby-lang
15:33
rippa has joined #ruby-lang
15:33
beiter has joined #ruby-lang
15:34
sailias has quit [Ping timeout: 255 seconds]
15:35
imajes has quit [Excess Flood]
15:36
wallerdev has joined #ruby-lang
15:37
imajes has joined #ruby-lang
15:38
wallerdev has quit [Client Quit]
15:40
agile has quit [Remote host closed the connection]
15:40
tonni has quit [Remote host closed the connection]
15:44
punchfacechamp has joined #ruby-lang
15:45
klebervirgilio has quit [Read error: Connection timed out]
15:45
klebervirgilio has joined #ruby-lang
15:49
rue|w has joined #ruby-lang
15:52
RobertBirnie has quit [Quit: RobertBirnie]
15:55
Mon_Ouie has joined #ruby-lang
15:56
fsvehla has joined #ruby-lang
15:57
sush24 has joined #ruby-lang
15:58
jonahR has joined #ruby-lang
15:59
rue|w has quit [Ping timeout: 264 seconds]
15:59
fsvehla has quit [Client Quit]
15:59
fsvehla has joined #ruby-lang
16:00
slyphon has joined #ruby-lang
16:02
gustavnils has joined #ruby-lang
16:09
iamjarvo has quit [Read error: Connection reset by peer]
16:09
iamjarvo has joined #ruby-lang
16:09
forrest has joined #ruby-lang
16:11
beho has quit [Remote host closed the connection]
16:12
geopet has joined #ruby-lang
16:12
krisvage has quit [Remote host closed the connection]
16:13
solars has quit [Read error: Operation timed out]
16:14
kevinfagan has joined #ruby-lang
16:15
krisvage has joined #ruby-lang
16:17
tonni has joined #ruby-lang
16:19
spacesuit has joined #ruby-lang
16:19
spacesuit has quit [Client Quit]
16:20
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
16:21
vlad_starkov has joined #ruby-lang
16:23
justinseiter has joined #ruby-lang
16:23
kgrz has quit [Quit: Computer has gone to sleep.]
16:23
Criztian has quit [Remote host closed the connection]
16:24
judofyr has quit [Remote host closed the connection]
16:24
gnufied has joined #ruby-lang
16:25
Axsuul has joined #ruby-lang
16:25
agile has joined #ruby-lang
16:26
krisvage has quit [Remote host closed the connection]
16:27
mercwithamouth has joined #ruby-lang
16:27
tonni has quit [Read error: Connection reset by peer]
16:28
jbsan has joined #ruby-lang
16:28
sebastiansier has joined #ruby-lang
16:32
apeiros_ has quit [Remote host closed the connection]
16:32
KA_ has joined #ruby-lang
16:33
carloslopes has quit [Remote host closed the connection]
16:36
sush24 has quit [Ping timeout: 264 seconds]
16:37
<
yfeldblum >
if SMTP AUTH and SMTP STARTTLS are both used, is the TLS session created before attempting auth or after attempting auth?
16:37
jerrytgarcia has quit [Read error: Connection reset by peer]
16:37
jerrytgarcia has joined #ruby-lang
16:39
vlad_starkov has quit [Ping timeout: 245 seconds]
16:39
sush24 has joined #ruby-lang
16:40
justinram has joined #ruby-lang
16:41
<
injekt >
yfeldblum: smtp auth should happen before starttls but it's server dependent
16:41
rippa has joined #ruby-lang
16:42
mercwithamouth has quit [Ping timeout: 276 seconds]
16:43
<
injekt >
actually tls should start first
16:43
stiang has joined #ruby-lang
16:44
justinseiter has quit [Ping timeout: 264 seconds]
16:45
richardjortega has joined #ruby-lang
16:45
<
yfeldblum >
injekt, just want to be clear that we're talking STARTTLS specifically, not TLS
16:46
fire has joined #ruby-lang
16:46
<
darix >
injekt: wtf?
16:46
<
darix >
injekt: you mean after starttls right?
16:46
<
darix >
injekt: why would i send the login data before securing the connection?
16:47
<
yfeldblum >
injekt, also, if the SMTP client tries STARTTLS and the command fails, what will the client do? fail the mail transaction completely? or continue the mail transaction without the session protocol being upgraded to TLS?
16:47
<
injekt >
darix: yes I corrected myself
16:47
<
darix >
yfeldblum: depends on your security policies
16:48
<
yfeldblum >
darix, the net/smtp SMTP client, which is part of ruby stdlib, which is why i'm asking here
16:48
<
darix >
yfeldblum: most mail servers allow configuring that for both smtp client and server part. e.g. if you try to auth with tls you might get kicked out by the server side
16:48
<
injekt >
yeah it's mostly configured on the server
16:48
<
darix >
yfeldblum: sorry i cant test. all my mail servers are set up for starttls :)
16:49
<
darix >
i would expect net/smtp to throw an exception if starttls fails
16:49
vlad_starkov has joined #ruby-lang
16:49
ryanf has quit [Quit: leaving]
16:55
rue|w has joined #ruby-lang
16:56
emptyflask has joined #ruby-lang
16:56
__butch__ has joined #ruby-lang
16:57
dblack__ has quit [Quit: dblack__]
16:58
justinseiter has joined #ruby-lang
16:59
torrieri has quit [Quit: Leaving...]
16:59
rue|w has quit [Ping timeout: 248 seconds]
16:59
beho has joined #ruby-lang
17:02
yalue has joined #ruby-lang
17:04
carloslopes has joined #ruby-lang
17:06
sepp2k1 has joined #ruby-lang
17:06
[[johnonymous]] has joined #ruby-lang
17:06
tdy_ has quit [Read error: Connection reset by peer]
17:07
sepp2k has quit [Ping timeout: 272 seconds]
17:07
stiang has quit [Quit: stiang]
17:07
<
zzak >
i would disagree with you
17:08
francisfish has quit [Remote host closed the connection]
17:09
francisfish has joined #ruby-lang
17:09
vlad_starkov has quit [Ping timeout: 246 seconds]
17:11
francisfish has quit [Read error: No route to host]
17:11
KA_ has quit [Quit: KA_]
17:12
skade has quit [Quit: Computer has gone to sleep.]
17:12
carloslopes has quit [Ping timeout: 248 seconds]
17:14
noop has joined #ruby-lang
17:14
dzhulk has joined #ruby-lang
17:15
krohrbaugh1 has quit [Read error: Operation timed out]
17:16
tylersmith has joined #ruby-lang
17:18
jxpx777 has quit [Quit: Leaving...]
17:21
sn0wb1rd has quit [Quit: sn0wb1rd]
17:22
joast has joined #ruby-lang
17:23
kgrz has joined #ruby-lang
17:23
dblack_ has joined #ruby-lang
17:23
cupakrom- has left #ruby-lang [#ruby-lang]
17:25
<
yfeldblum >
zzak, yeah that's the code i was reading too
17:25
tdy_ has joined #ruby-lang
17:25
<
yfeldblum >
zzak, but i see the call to #starttls come first (inside an `if` block) followed by the call to #authenticate
17:25
cupakromer has joined #ruby-lang
17:26
<
zzak >
what is check_auth_method and check_auth_args then?
17:27
<
zzak >
ahh, they just validate auth, not actually run authentication
17:28
<
zzak >
yfeldblum: sorry, you are correct then
17:28
countdigi has joined #ruby-lang
17:29
jonahR has quit [Quit: jonahR]
17:30
<
whitequark >
is there a simple way to get only non-unique elements from an Array?
17:31
<
yfeldblum >
whitequark, (arr - arr.uniq).uniq
17:31
<
whitequark >
yfeldblum: thanks
17:31
<
whitequark >
er wait no, this doesn't work
17:32
<
whitequark >
[1] pry(main)> [1,1,2]-[1,2]
17:32
KA__ has joined #ruby-lang
17:32
<
whitequark >
actually I already solved it for my particular rails case
17:32
<
whitequark >
(m-m.uniq_by(&:slug)).map(&:slug)
17:32
<
whitequark >
(m is an AR model)
17:35
io_syl has joined #ruby-lang
17:36
slyphon has quit [Quit: slyphon]
17:37
breakingthings has quit []
17:37
pr0ton has joined #ruby-lang
17:40
carloslopes has joined #ruby-lang
17:41
voker57 has joined #ruby-lang
17:41
voker57 has quit [Changing host]
17:41
voker57 has joined #ruby-lang
17:44
achamian has quit [Remote host closed the connection]
17:45
noop has quit [Quit: Leaving]
17:45
sush24_ has joined #ruby-lang
17:46
beiter has quit [Quit: beiter]
17:46
beiter has joined #ruby-lang
17:47
sush24 has quit [Ping timeout: 276 seconds]
17:47
sebastiansier has quit [Read error: Connection reset by peer]
17:48
kgrz has quit [Ping timeout: 244 seconds]
17:49
jbsan has quit [Quit: jbsan]
17:49
shiningblue has quit [Ping timeout: 248 seconds]
17:50
_MJ_4Q_ has quit [Remote host closed the connection]
17:50
Nolic has quit [Quit: WeeChat 0.3.9.2]
17:51
_MJ_4Q_ has joined #ruby-lang
17:51
<
yfeldblum >
whitequark, ah right
17:52
thone_ has joined #ruby-lang
17:53
_MJ_4Q_ has quit [Remote host closed the connection]
17:53
__Big0__ has joined #ruby-lang
17:54
maxmanders has quit [Quit: Computer has gone to sleep.]
17:54
torrieri has joined #ruby-lang
17:55
rue|w has joined #ruby-lang
17:55
thone has quit [Ping timeout: 240 seconds]
17:56
achiu has quit [Quit: WeeChat 0.3.9.2]
17:56
sebastiansier has joined #ruby-lang
17:57
sush24_ has quit [Ping timeout: 248 seconds]
17:57
gregmoreno has joined #ruby-lang
17:57
Stilo has joined #ruby-lang
17:57
sush24_ has joined #ruby-lang
17:59
brianpWins has joined #ruby-lang
17:59
achiu has joined #ruby-lang
17:59
nighthwk1 has joined #ruby-lang
18:00
rue|w has quit [Ping timeout: 248 seconds]
18:00
sn0wb1rd has joined #ruby-lang
18:02
emptyflask has quit [Ping timeout: 245 seconds]
18:04
__butch__ has quit [Quit: Leaving.]
18:06
sush24_ has quit [Ping timeout: 246 seconds]
18:10
ryanf has joined #ruby-lang
18:12
gnufied has quit [Quit: Leaving.]
18:13
sush24 has joined #ruby-lang
18:16
justinram has quit [Remote host closed the connection]
18:17
sush24_ has joined #ruby-lang
18:18
tallship has joined #ruby-lang
18:18
cultureulterior_ has quit [Quit: cultureulterior_]
18:18
sush24 has quit [Ping timeout: 260 seconds]
18:21
__butch__ has joined #ruby-lang
18:21
beiter has quit [Quit: beiter]
18:22
sush24_ has quit [Ping timeout: 248 seconds]
18:23
tdy_ has quit [Ping timeout: 240 seconds]
18:24
sush24_ has joined #ruby-lang
18:25
KA__ has quit [Quit: KA__]
18:26
KA__ has joined #ruby-lang
18:26
JohnBat26|2 has joined #ruby-lang
18:27
KA__ has quit [Client Quit]
18:28
nXqd has joined #ruby-lang
18:30
imajes has quit [Excess Flood]
18:30
RobertBirnie has joined #ruby-lang
18:30
imajes has joined #ruby-lang
18:31
MaddinXx has quit [Ping timeout: 248 seconds]
18:31
nighthwk1 has quit [Remote host closed the connection]
18:32
jonahR has joined #ruby-lang
18:33
pkrnj has joined #ruby-lang
18:33
sush24_ has quit [Ping timeout: 264 seconds]
18:34
chrismar035 has joined #ruby-lang
18:35
jxpx777 has joined #ruby-lang
18:35
swav has quit [Remote host closed the connection]
18:36
ottbot has quit [Ping timeout: 255 seconds]
18:37
jerrytgarcia has quit [Read error: Connection reset by peer]
18:38
richardjortega has quit [Ping timeout: 245 seconds]
18:40
tpope_ has left #ruby-lang [#ruby-lang]
18:40
tpope has joined #ruby-lang
18:42
burgestrand has quit [Ping timeout: 255 seconds]
18:43
Austin__ has quit [Quit: Leaving.]
18:43
breakingthings has joined #ruby-lang
18:44
beiter has joined #ruby-lang
18:46
imajes has quit [Excess Flood]
18:46
imajes has joined #ruby-lang
18:48
sush24 has joined #ruby-lang
18:53
dblack_ has quit [Quit: dblack_]
18:54
marr has quit [Ping timeout: 246 seconds]
18:56
sush24 has quit [Ping timeout: 240 seconds]
18:59
slyphon has joined #ruby-lang
19:00
sush24 has joined #ruby-lang
19:06
__butch__ has quit [Quit: Leaving.]
19:16
sush24 has quit [Quit: Leaving]
19:17
sush24 has joined #ruby-lang
19:26
wmoxam has quit [Read error: Connection reset by peer]
19:30
imajes has quit [Excess Flood]
19:31
wmoxam has joined #ruby-lang
19:32
justinram has joined #ruby-lang
19:32
imajes has joined #ruby-lang
19:36
Nolic has joined #ruby-lang
19:38
fire has quit [Ping timeout: 248 seconds]
19:39
kain has quit [Quit: exit]
19:39
kain has joined #ruby-lang
19:40
baba has joined #ruby-lang
19:40
kgrz has joined #ruby-lang
19:40
krisvage has joined #ruby-lang
19:41
JohnBat26|2 has quit [Remote host closed the connection]
19:42
njrosati has quit [Ping timeout: 248 seconds]
19:42
slyphon has quit [Quit: slyphon]
19:43
KA__ has joined #ruby-lang
19:43
njrosati has joined #ruby-lang
19:45
ivanoats has joined #ruby-lang
19:45
ivanoats has joined #ruby-lang
19:45
slyphon has joined #ruby-lang
19:47
mistym is now known as mistym_lunch
19:47
kgrz has quit [Ping timeout: 255 seconds]
19:50
imajes has quit [Excess Flood]
19:50
imajes has joined #ruby-lang
19:50
rippa has quit [Ping timeout: 240 seconds]
19:51
skade has joined #ruby-lang
19:53
xcombelle has quit [Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.]
19:55
hackeron has quit [Ping timeout: 264 seconds]
19:56
rue|w has joined #ruby-lang
19:56
baba has quit [Quit: WeeChat 0.4.0]
19:59
KA__ has quit [Quit: KA__]
20:01
rue|w has quit [Ping timeout: 276 seconds]
20:01
marr has joined #ruby-lang
20:02
adambeynon has joined #ruby-lang
20:02
hackeron has joined #ruby-lang
20:07
davidbalbert is now known as davidbalber|away
20:07
richardjortega has joined #ruby-lang
20:09
sepp2k1 has quit [Remote host closed the connection]
20:13
voker57 has quit [Ping timeout: 248 seconds]
20:14
voker57 has joined #ruby-lang
20:14
voker57 has quit [Changing host]
20:14
voker57 has joined #ruby-lang
20:15
tonni has joined #ruby-lang
20:16
Stilo has joined #ruby-lang
20:16
MaddinXx has joined #ruby-lang
20:16
ddd has quit [Ping timeout: 245 seconds]
20:16
tdy_ has joined #ruby-lang
20:19
jsilver has joined #ruby-lang
20:19
skade has quit [Quit: Computer has gone to sleep.]
20:19
ddd has joined #ruby-lang
20:19
Nolic has quit [Quit: WeeChat 0.3.9.2]
20:20
ddd is now known as Guest34862
20:23
KaosMcRage has joined #ruby-lang
20:24
<
KaosMcRage >
anyone hear anything on the openssl on ruby 2.0 issue? hdm brought it up here on Sunday
20:25
seydar has joined #ruby-lang
20:25
seydar has left #ruby-lang [#ruby-lang]
20:26
schaerli has joined #ruby-lang
20:27
jsilver has quit [Remote host closed the connection]
20:31
pr0ton has quit [Quit: pr0ton]
20:34
jsilver has joined #ruby-lang
20:34
<
drbrain >
KaosMcRage: what issue?
20:34
skade has joined #ruby-lang
20:34
<
KaosMcRage >
drbrain: cipher.rb:61:in `<class:Cipher>': superclass mismatch for class Cipher (TypeError)
20:35
__butch__ has joined #ruby-lang
20:35
pkrnj has quit [Quit: Computer has gone to sleep.]
20:36
ottbot has joined #ruby-lang
20:36
MaddinXx has quit [Remote host closed the connection]
20:37
<
drbrain >
KaosMcRage: I don't think it's an issue in ruby
20:37
<
drbrain >
KaosMcRage: sounds like that file is being required twice
20:37
<
KaosMcRage >
drbrain: yeah wasn't sure, it sounded like it was "big enough" that other people would be impacted and someone somewhere would resolve - just wasn't sure if that was a ruby thing or an openssl thing or what
20:38
<
drbrain >
considering the output from the file contains a bunch of "warning: already initialized constant", I think it's not a ruby bug
20:41
Squarepy has quit [Remote host closed the connection]
20:41
jsilver has quit [Remote host closed the connection]
20:42
richardjortega has quit [Quit: richardjortega]
20:44
sebastiansier has quit [Remote host closed the connection]
20:51
mistym_lunch is now known as mistym
20:54
Mon_Ouie has quit [Ping timeout: 246 seconds]
20:56
skade has quit [Ping timeout: 240 seconds]
20:56
pr0ton has joined #ruby-lang
20:56
rue|w has joined #ruby-lang
20:57
beiter has quit [Quit: beiter]
20:58
skade has joined #ruby-lang
21:01
rue|w has quit [Ping timeout: 248 seconds]
21:02
dzhulk has quit [Quit: Leaving.]
21:04
chrismar035 has quit [Quit: chrismar035]
21:05
davidbalber|away is now known as davidbalbert
21:06
burgestrand has joined #ruby-lang
21:06
chrismar035 has joined #ruby-lang
21:06
jnoon has joined #ruby-lang
21:06
srbaker has quit [Quit: Computer has gone to sleep.]
21:09
pkrnj has joined #ruby-lang
21:09
tonni has quit [Ping timeout: 248 seconds]
21:09
Kevin has joined #ruby-lang
21:10
Kevin is now known as Guest64410
21:11
brianpWins has quit [Quit: brianpWins]
21:11
kevinfagan has quit [Ping timeout: 248 seconds]
21:12
tonni has joined #ruby-lang
21:17
kogent has quit [Quit: kogent]
21:17
cultureulterior_ has joined #ruby-lang
21:21
sush24 has quit [Quit: This computer has gone to sleep]
21:23
KaosMcRage has left #ruby-lang [#ruby-lang]
21:26
tylersmith has quit [Quit: tylersmith]
21:27
jondot has joined #ruby-lang
21:28
tylersmith has joined #ruby-lang
21:30
geson has joined #ruby-lang
21:31
francisfish has joined #ruby-lang
21:31
tonni has quit [Remote host closed the connection]
21:32
<
injekt >
'everything'?
21:33
<
injekt >
install ruby. done.
21:33
<
injekt >
what does 'everything' include?
21:34
chrismar035 has quit [Quit: chrismar035]
21:34
<
wmoxam >
jondot: if you previously used that and were happy with it then why not use it again?
21:35
<
jondot >
wmoxam: was a long time ago, I don't even remember how the experience was. in any case I'd love to know what's common today as I fell out of the loop probably
21:35
sailias1 has quit [Ping timeout: 264 seconds]
21:36
<
wmoxam >
jondot: I setup a machine recently (last week)
21:36
Mon_Ouie has joined #ruby-lang
21:36
Mon_Ouie has joined #ruby-lang
21:36
<
wmoxam >
jondot: It took about an hour to get pretty much everything I wanted
21:37
<
wmoxam >
osx dev tools, brew, rbenc, ruby-build, macvim, Chrome, Firefox
21:37
<
jondot >
yea. i'm tempted to manually do everything. this will be the first time in a while i'm giving native OSX a chance. in my previous MBP I just developed inside virtualbox on ubuntu all the time.
21:37
cultureulterior_ has quit [Read error: Connection reset by peer]
21:37
slyphon_ has joined #ruby-lang
21:38
cultureulterior_ has joined #ruby-lang
21:38
MaddinXx_ has joined #ruby-lang
21:40
slyphon has quit [Ping timeout: 260 seconds]
21:40
slyphon_ is now known as slyphon
21:40
Guest64410 has quit [Quit: Leaving...]
21:40
<
jondot >
wmoxam: there was a thread not so long ago on HN, 'boxen' something.
21:40
<
jondot >
ah, its by the github crew.
21:41
schaerli has quit [Remote host closed the connection]
21:43
schaerli has joined #ruby-lang
21:44
maxmanders has joined #ruby-lang
21:46
MaddinXx_ has quit [Remote host closed the connection]
21:49
carloslopes has quit [Remote host closed the connection]
21:51
maxmanders has quit [Ping timeout: 260 seconds]
21:52
ryanf_ has joined #ruby-lang
21:54
sebastiansier has joined #ruby-lang
21:54
Criztian has joined #ruby-lang
21:56
davidbalbert is now known as davidbalber|away
21:56
ryanf_ has quit [Ping timeout: 248 seconds]
21:57
rue|w has joined #ruby-lang
21:57
wasserspiegel has joined #ruby-lang
21:57
KA_ has joined #ruby-lang
21:58
rue|w has quit [Read error: Operation timed out]
21:59
Mon_Ouie has quit [Ping timeout: 245 seconds]
21:59
bluepojo has joined #ruby-lang
22:00
ryanf_ has joined #ruby-lang
22:01
ryanf_ has quit [Remote host closed the connection]
22:03
slyphon has quit [Quit: slyphon]
22:09
cultureulterior_ has quit [Quit: cultureulterior_]
22:09
ottbot has quit [Ping timeout: 244 seconds]
22:13
schaerli has quit [Remote host closed the connection]
22:13
sebastiansier has quit [Remote host closed the connection]
22:15
maxmanders has joined #ruby-lang
22:15
krisvage has quit [Ping timeout: 255 seconds]
22:16
Nolic has joined #ruby-lang
22:16
mjio has joined #ruby-lang
22:17
geson has quit [Quit: Leaving.]
22:18
dustint has quit [Ping timeout: 272 seconds]
22:19
tonni has joined #ruby-lang
22:19
Stilo has joined #ruby-lang
22:20
francisfish has quit [Remote host closed the connection]
22:26
kurko_ has quit [Quit: Computer has gone to sleep.]
22:27
wardrop has joined #ruby-lang
22:27
nazty has joined #ruby-lang
22:27
Nisstyre-laptop has joined #ruby-lang
22:29
cmckni3 has joined #ruby-lang
22:29
dzhulk has joined #ruby-lang
22:31
benanne has joined #ruby-lang
22:32
schaerli has joined #ruby-lang
22:32
anteaya has joined #ruby-lang
22:33
Mon_Ouie has joined #ruby-lang
22:33
schaerli has quit [Remote host closed the connection]
22:36
nazty has quit [Quit: Lost terminal]
22:38
Mon_Ouie has quit [Ping timeout: 245 seconds]
22:39
beho has quit [Remote host closed the connection]
22:42
Bwild has quit [Ping timeout: 256 seconds]
22:43
nazty has joined #ruby-lang
22:44
yours_truly has joined #ruby-lang
22:45
mercwithamouth has joined #ruby-lang
22:46
blacktulip has quit [Remote host closed the connection]
22:49
wmoxam has quit [Quit: leaving]
22:49
yours_truly has quit [Quit: Leaving]
22:51
srbaker has joined #ruby-lang
22:52
__Big0__ has quit [Remote host closed the connection]
22:52
beho has joined #ruby-lang
22:53
mercwithamouth has quit [Ping timeout: 255 seconds]
22:55
robbyoconnor has joined #ruby-lang
22:55
krisvage has joined #ruby-lang
22:57
rue|w has joined #ruby-lang
22:58
toretore has quit [Quit: Leaving]
22:58
mercwithamouth has joined #ruby-lang
22:58
slyphon has joined #ruby-lang
22:59
swav has joined #ruby-lang
23:02
rue|w has quit [Ping timeout: 264 seconds]
23:03
Bwild has joined #ruby-lang
23:03
mistym has quit [Remote host closed the connection]
23:04
havenn has joined #ruby-lang
23:04
forrest has quit [Quit: Leaving]
23:11
swav has quit [Remote host closed the connection]
23:11
swav has joined #ruby-lang
23:14
sockmonk has quit [Ping timeout: 240 seconds]
23:15
justinseiter has quit [Ping timeout: 240 seconds]
23:15
yalue has quit [Quit: Leaving]
23:15
mercwithamouth has quit [Ping timeout: 240 seconds]
23:16
swav has quit [Ping timeout: 264 seconds]
23:16
workmad3 has quit [Read error: Operation timed out]
23:17
anteaya has left #ruby-lang ["Leaving"]
23:17
slyphon has quit [Ping timeout: 244 seconds]
23:20
robbyoconnor has quit [Ping timeout: 255 seconds]
23:20
breakingthings has quit []
23:22
maxmanders has quit [Quit: Computer has gone to sleep.]
23:24
mistym has joined #ruby-lang
23:24
mistym has quit [Changing host]
23:24
mistym has joined #ruby-lang
23:26
nazty has quit [Ping timeout: 248 seconds]
23:26
kurko_ has joined #ruby-lang
23:26
enebo has quit [Quit: enebo]
23:29
Criztian has quit [Ping timeout: 244 seconds]
23:29
justinseiter has joined #ruby-lang
23:36
beho has quit [Remote host closed the connection]
23:36
havenn has quit [Remote host closed the connection]
23:37
datanoise has quit [Ping timeout: 276 seconds]
23:38
havenwood has joined #ruby-lang
23:39
dzhulk1 has joined #ruby-lang
23:40
justinseiter has quit [Ping timeout: 248 seconds]
23:41
bzb has quit [Quit: I hate to quit but my bladder's full. :-(]
23:41
dzhulk has quit [Ping timeout: 244 seconds]
23:43
dzhulk1 has quit [Ping timeout: 255 seconds]
23:43
krisvage has quit [Remote host closed the connection]
23:46
dankest has joined #ruby-lang
23:48
nazty has joined #ruby-lang
23:50
iamjarvo has quit [Quit: Leaving.]
23:52
agile has quit [Remote host closed the connection]
23:54
krisvage has joined #ruby-lang
23:56
mistym has quit [Remote host closed the connection]
23:56
tdy_ has quit [Ping timeout: 264 seconds]
23:56
torrieri has quit [Quit: Leaving...]
23:57
rue|w has joined #ruby-lang
23:58
jsilver has joined #ruby-lang
23:58
mercwithamouth has joined #ruby-lang
23:58
davidbalber|away is now known as davidbalbert