00:02
momomomomo has quit [Quit: momomomomo]
00:03
amerine has quit [Read error: Connection reset by peer]
00:03
relix has joined #ruby-lang
00:05
amerine has joined #ruby-lang
00:09
vpretzel has quit [Quit: Adios!]
00:10
tanema has joined #ruby-lang
00:18
mdedetrich has joined #ruby-lang
00:18
flip_digits has joined #ruby-lang
00:25
cannie has quit [Ping timeout: 240 seconds]
00:26
rriemann_ has quit [Read error: Operation timed out]
00:27
yfeldblu_ has quit [Remote host closed the connection]
00:28
Gaelan is now known as GaelanAintAround
00:29
tris has joined #ruby-lang
00:30
nXqd has quit [Read error: Connection reset by peer]
00:36
|jemc| has quit [Ping timeout: 265 seconds]
00:36
seanlinsley has joined #ruby-lang
00:37
h0rrorvacui has quit [Ping timeout: 250 seconds]
00:38
h0rrorvacui has joined #ruby-lang
00:38
bf4 has quit [Ping timeout: 250 seconds]
00:40
hogeo has joined #ruby-lang
00:40
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
00:41
ssb123 has quit [Remote host closed the connection]
00:42
kek has quit [Remote host closed the connection]
00:42
Bartell has joined #ruby-lang
00:43
sandroqz has quit [Quit: bye]
00:44
esad has joined #ruby-lang
00:44
vlad_starkov has joined #ruby-lang
00:45
mannyt has quit [Ping timeout: 245 seconds]
00:46
Bartell has quit [Ping timeout: 245 seconds]
00:47
vlad_starkov has quit [Read error: Connection reset by peer]
00:52
shinnya has quit [Ping timeout: 272 seconds]
00:54
CoreData has quit [Ping timeout: 272 seconds]
00:55
CoreData has joined #ruby-lang
00:55
macmartine has quit [Remote host closed the connection]
00:56
tkuchiki has joined #ruby-lang
00:58
saarinen has quit [Quit: saarinen]
01:01
cored has quit [Ping timeout: 260 seconds]
01:08
tylersmith has quit [Remote host closed the connection]
01:09
mdedetrich has quit [Quit: Computer has gone to sleep.]
01:10
Bartell has joined #ruby-lang
01:12
pfhawkins has quit [Quit: Connection closed for inactivity]
01:12
charliesome has joined #ruby-lang
01:15
spike|spiegel has quit [Ping timeout: 246 seconds]
01:15
lfox has quit [Quit: ZZZzzz…]
01:17
esad has quit [Quit: Computer has gone to sleep.]
01:21
marr has quit [Ping timeout: 252 seconds]
01:24
anulman has quit [Quit: Leaving.]
01:25
flip_digits has quit []
01:26
anulman has joined #ruby-lang
01:26
toertore has joined #ruby-lang
01:27
mdedetrich has joined #ruby-lang
01:27
hogeo has quit [Remote host closed the connection]
01:27
hhatch_ has quit [Ping timeout: 260 seconds]
01:28
spike|spiegel has joined #ruby-lang
01:28
toretore has quit [Ping timeout: 265 seconds]
01:29
brianpWins has quit [Quit: brianpWins]
01:29
huma has quit [Ping timeout: 250 seconds]
01:30
hogeo has joined #ruby-lang
01:30
anulman has quit [Ping timeout: 264 seconds]
01:31
guns has joined #ruby-lang
01:33
nertzy has joined #ruby-lang
01:34
bf4 has joined #ruby-lang
01:38
hogeo has quit [Remote host closed the connection]
01:39
bf4 has quit [Ping timeout: 250 seconds]
01:40
hogeo has joined #ruby-lang
01:42
mistym has quit [Quit: Leaving]
01:42
makoto_ has joined #ruby-lang
01:44
vlad_starkov has joined #ruby-lang
01:44
dhruvasagar has joined #ruby-lang
01:46
unrealhoang has joined #ruby-lang
01:46
vlad_starkov has quit [Read error: Connection reset by peer]
01:47
nertzy has quit [Quit: This computer has gone to sleep]
01:47
mistym has joined #ruby-lang
01:49
Thanatermesis has quit [Quit: ɯlɐɔ uı ʞɹoʍ oʇ ƃuıoƃ]
01:49
hogeo has quit [Remote host closed the connection]
01:52
mistym has quit [Ping timeout: 260 seconds]
01:54
hogeo has joined #ruby-lang
01:54
anulman has joined #ruby-lang
01:57
anulman1 has joined #ruby-lang
01:57
anulman has quit [Read error: Connection reset by peer]
01:58
iliketur_ has quit [Quit: zzzzz…..]
01:59
iliketur_ has joined #ruby-lang
02:00
hahuang65 has quit [Ping timeout: 264 seconds]
02:02
anulman1 has quit [Ping timeout: 264 seconds]
02:03
|jemc| has joined #ruby-lang
02:04
mannyt has joined #ruby-lang
02:05
LQQKy has joined #ruby-lang
02:05
Jbean has joined #ruby-lang
02:06
Jbean has left #ruby-lang [#ruby-lang]
02:07
yfeldblum has joined #ruby-lang
02:09
tharindu_ has quit [Ping timeout: 250 seconds]
02:13
<
|jemc| >
is there a way in MRI to trace the execution of a few lines through the C code?
02:16
<
|jemc| >
tracer doesn't seem to be actually showing me the C api calls
02:16
hogeo has quit [Remote host closed the connection]
02:16
dhruvasagar has quit [Ping timeout: 246 seconds]
02:16
<
epitron >
perhaps if you're on OSX of Solaris, you could use dtrace?
02:16
<
|jemc| >
ah, looks like tracer has an attribute to trn showing c on and off
02:16
<
epitron >
(depending on how instrumented MRI is)
02:17
<
|jemc| >
display_c_call
02:19
mistym has joined #ruby-lang
02:20
<
epitron >
hmm.. doesn't seem to say anything about the actual C methods it calls
02:22
tanema has quit [Remote host closed the connection]
02:22
lsegal has joined #ruby-lang
02:22
tanema has joined #ruby-lang
02:23
macmartine has joined #ruby-lang
02:24
macmartine has quit [Remote host closed the connection]
02:25
<
|jemc| >
yeah, I haven't gotten it to work yet...
02:25
<
|jemc| >
I wonder if there's some feature of pry that would help out here
02:25
<
epitron >
Tracer.display_c_call = true; Tracer.on { Hash.new }
02:25
<
epitron >
pry can show C method source
02:25
<
epitron >
that's about it
02:27
tanema has quit [Ping timeout: 260 seconds]
02:27
saarinen has joined #ruby-lang
02:27
soba has joined #ruby-lang
02:28
<
|jemc| >
I'm trying to figure out the chain of c methods that get called when I assign a fixnum constant to a previously undefined variable
02:28
<
|jemc| >
for my own exploratory edification
02:28
bzalasky has joined #ruby-lang
02:28
<
|jemc| >
I guess I'll just have to browse the MRI source code for it
02:28
<
|jemc| >
or maybe gdb will do it for me
02:29
hogeo has joined #ruby-lang
02:34
toertore has quit [Quit: Leaving]
02:35
bf4 has joined #ruby-lang
02:35
Bartell_ has joined #ruby-lang
02:36
bzalasky has quit [Remote host closed the connection]
02:36
JoshuaPaling has joined #ruby-lang
02:36
Jbean has joined #ruby-lang
02:37
hogeo has quit [Remote host closed the connection]
02:37
saarinen has quit [Quit: saarinen]
02:38
LQQKy has quit [Quit: LQQKy]
02:38
Bartell has quit [Ping timeout: 245 seconds]
02:39
Jbean has quit [Remote host closed the connection]
02:40
Bartell_ has quit [Ping timeout: 245 seconds]
02:40
bf4 has quit [Ping timeout: 252 seconds]
02:41
dhruvasagar has joined #ruby-lang
02:44
vlad_starkov has joined #ruby-lang
02:45
lfox has joined #ruby-lang
02:45
hogeo has joined #ruby-lang
02:46
benkhicks has joined #ruby-lang
02:47
vlad_starkov has quit [Read error: Connection reset by peer]
02:53
hogeo has quit [Remote host closed the connection]
02:57
anulman has joined #ruby-lang
02:58
unrealhoang has quit [Remote host closed the connection]
02:58
dhruvasagar has quit [Ping timeout: 272 seconds]
02:59
hogeo has joined #ruby-lang
03:02
hogeo has quit [Remote host closed the connection]
03:02
anulman has quit [Ping timeout: 246 seconds]
03:03
tanema has joined #ruby-lang
03:03
hogeo has joined #ruby-lang
03:07
nisstyre has quit [Remote host closed the connection]
03:09
freedrul1 has left #ruby-lang [#ruby-lang]
03:09
freedrull has joined #ruby-lang
03:11
lysw123 has joined #ruby-lang
03:18
amoli has quit [Ping timeout: 246 seconds]
03:20
hogeo has quit [Remote host closed the connection]
03:22
hogeo has joined #ruby-lang
03:25
bzalasky has joined #ruby-lang
03:26
mistym_ has joined #ruby-lang
03:29
mistym has quit [Ping timeout: 240 seconds]
03:29
bf4 has joined #ruby-lang
03:30
benkhicks has quit [Quit: Leaving.]
03:34
bf4 has quit [Ping timeout: 245 seconds]
03:36
dhruvasagar has joined #ruby-lang
03:37
julweber has joined #ruby-lang
03:39
julweber_ has quit [Ping timeout: 240 seconds]
03:40
mannyt has quit [Quit: mannyt]
03:41
macmartine has joined #ruby-lang
03:44
dhruvasagar has quit [Ping timeout: 260 seconds]
03:44
vlad_starkov has joined #ruby-lang
03:45
iliketur_ has quit [Quit: zzzzz…..]
03:46
Bartell has joined #ruby-lang
03:46
hogeo has quit [Remote host closed the connection]
03:47
vlad_starkov has quit [Read error: Connection reset by peer]
03:48
benkhicks has joined #ruby-lang
03:50
Jbean has joined #ruby-lang
03:50
unrealhoang has joined #ruby-lang
03:50
Bartell has quit [Ping timeout: 245 seconds]
03:52
mistym_ has quit [Remote host closed the connection]
03:54
Jbean has quit [Ping timeout: 240 seconds]
03:57
anulman has joined #ruby-lang
03:58
macmartine has quit [Remote host closed the connection]
04:02
anulman has quit [Ping timeout: 272 seconds]
04:04
Jbean has joined #ruby-lang
04:05
Jbean has quit [Remote host closed the connection]
04:09
Oak has joined #ruby-lang
04:17
Cakey has joined #ruby-lang
04:17
vsorlov has joined #ruby-lang
04:19
gianlucadv has joined #ruby-lang
04:22
macmartine has joined #ruby-lang
04:22
mdedetrich has quit [Quit: Computer has gone to sleep.]
04:23
ledestin has quit [Ping timeout: 272 seconds]
04:29
guns has quit [Quit: guns]
04:30
bf4 has joined #ruby-lang
04:32
iliketur_ has joined #ruby-lang
04:32
robbyoconnor has joined #ruby-lang
04:35
bf4 has quit [Ping timeout: 245 seconds]
04:36
vsorlov has quit [Ping timeout: 272 seconds]
04:42
anjen has joined #ruby-lang
04:43
gianlucadv has quit [Ping timeout: 260 seconds]
04:44
vlad_starkov has joined #ruby-lang
04:44
mannyt has joined #ruby-lang
04:44
<
anjen >
Slightly off-topic question for the bored. Who should own the license for the royalty free music on a website? Developer or site owner?
04:45
mannyt has quit [Client Quit]
04:46
hogeo has joined #ruby-lang
04:46
<
anjen >
(that is, when you purchase a pallette of music for a website that requires it?)
04:47
vlad_starkov has quit [Read error: Connection reset by peer]
04:47
<
CaptainJet >
Whoever purchased it I would assume
04:47
hogeo has quit [Read error: Connection reset by peer]
04:48
hogeo has joined #ruby-lang
04:50
<
anjen >
I worded it worng. Who makes more sense as the license holder. I'd think the site owner, but honestly I don't know.
04:50
<
CaptainJet >
It does make more sense for the owner of the site the music is used on to own the license yes
04:52
hogeo has quit [Ping timeout: 240 seconds]
04:52
<
anjen >
Thanks for the confirmation. I was kinda hoping you'd agree. :)
04:52
spuk has quit [Ping timeout: 250 seconds]
04:57
anulman has joined #ruby-lang
04:59
anjen has quit [Quit: anjen]
05:00
dvorak has quit [Ping timeout: 246 seconds]
05:01
soba has quit [Ping timeout: 245 seconds]
05:01
fuhgeddaboudit has joined #ruby-lang
05:02
anulman has quit [Ping timeout: 240 seconds]
05:04
hogeo has joined #ruby-lang
05:05
soba has joined #ruby-lang
05:06
unrealhoang has quit [Remote host closed the connection]
05:07
tanema has quit [Remote host closed the connection]
05:08
tanema has joined #ruby-lang
05:08
macmartine has quit [Remote host closed the connection]
05:10
macmartine has joined #ruby-lang
05:11
CaptainJet has quit []
05:11
nisstyre has joined #ruby-lang
05:11
lysw123 has quit [Quit: lysw123]
05:12
tanema has quit [Ping timeout: 246 seconds]
05:12
brianpWins has joined #ruby-lang
05:13
lsegal has quit [Read error: Connection reset by peer]
05:13
lsegal has joined #ruby-lang
05:17
iliketur_ has quit [Quit: zzzzz…..]
05:19
guns has joined #ruby-lang
05:22
dhruvasagar has joined #ruby-lang
05:23
fuhgeddaboudit has quit [Ping timeout: 245 seconds]
05:24
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
05:24
dvorak has joined #ruby-lang
05:25
lfox has quit [Quit: ZZZzzz…]
05:26
benkhicks has quit [Quit: Leaving.]
05:27
ecnalyr has quit [Remote host closed the connection]
05:28
ecnalyr has joined #ruby-lang
05:31
nisstyre has quit [Remote host closed the connection]
05:31
thelorax123 has joined #ruby-lang
05:31
bf4 has joined #ruby-lang
05:32
macmartine has quit [Remote host closed the connection]
05:33
ecnalyr has quit [Ping timeout: 245 seconds]
05:36
bf4 has quit [Ping timeout: 260 seconds]
05:39
dvorak has quit [Ping timeout: 260 seconds]
05:39
guns has quit [Ping timeout: 246 seconds]
05:41
AKASkip has joined #ruby-lang
05:44
macmartine has joined #ruby-lang
05:44
vlad_starkov has joined #ruby-lang
05:44
charliesome has joined #ruby-lang
05:47
vlad_starkov has quit [Read error: Connection reset by peer]
05:53
mistym has joined #ruby-lang
05:53
iliketur_ has joined #ruby-lang
05:53
mistym has quit [Remote host closed the connection]
05:53
mistym has joined #ruby-lang
05:57
anulman has joined #ruby-lang
05:57
g-nee has joined #ruby-lang
05:58
vlad_starkov has joined #ruby-lang
06:01
anulman has quit [Ping timeout: 245 seconds]
06:02
stardiviner has joined #ruby-lang
06:03
RickHull has quit [Quit: Leaving.]
06:04
nisstyre has joined #ruby-lang
06:06
JohnBat26 has joined #ruby-lang
06:07
g-nee has quit [Read error: Connection reset by peer]
06:07
g-nee has joined #ruby-lang
06:10
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
06:12
anulman has joined #ruby-lang
06:12
charliesome has joined #ruby-lang
06:13
thelorax123 has quit [Remote host closed the connection]
06:14
thelorax123 has joined #ruby-lang
06:14
jonahR has quit [Quit: jonahR]
06:17
gix- has joined #ruby-lang
06:17
gix has quit [Disconnected by services]
06:26
macmartine has quit [Read error: Connection reset by peer]
06:26
benkhicks has joined #ruby-lang
06:27
macmartine has joined #ruby-lang
06:27
apeiros has quit [Remote host closed the connection]
06:27
apeiros has joined #ruby-lang
06:27
AKASkip has quit [Ping timeout: 260 seconds]
06:31
ledestin has joined #ruby-lang
06:31
benkhicks has quit [Ping timeout: 272 seconds]
06:32
bf4 has joined #ruby-lang
06:32
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
06:36
cannie has joined #ruby-lang
06:36
bf4 has quit [Ping timeout: 260 seconds]
06:38
jonahR has joined #ruby-lang
06:38
macmartine has quit [Read error: Connection reset by peer]
06:39
macmartine has joined #ruby-lang
06:40
unrealhoang has joined #ruby-lang
06:42
Coincidental has joined #ruby-lang
06:45
unrealhoang has quit [Ping timeout: 240 seconds]
06:46
jg has joined #ruby-lang
06:46
yfeldblum has quit [Remote host closed the connection]
06:47
Coincidental has quit [Ping timeout: 252 seconds]
06:47
yfeldblum has joined #ruby-lang
06:48
bastilian has joined #ruby-lang
06:53
Coincidental has joined #ruby-lang
06:56
g-nee has quit [Quit: Leaving...]
06:57
Coincidental has quit [Ping timeout: 240 seconds]
06:59
vlad_starkov has quit [Remote host closed the connection]
07:00
apeiros has quit [Remote host closed the connection]
07:01
apeiros has joined #ruby-lang
07:01
Coincidental has joined #ruby-lang
07:02
arBmind has joined #ruby-lang
07:04
macmartine has quit [Remote host closed the connection]
07:04
cannie has quit [Remote host closed the connection]
07:05
apeiros has quit [Ping timeout: 246 seconds]
07:08
lysw123 has joined #ruby-lang
07:08
r0bgleeson has quit [Ping timeout: 250 seconds]
07:11
r0bgleeson has joined #ruby-lang
07:13
spuk has joined #ruby-lang
07:15
hogeo has quit [Remote host closed the connection]
07:19
h0rrorvacui has quit [Quit: Leaving]
07:20
unrealhoang has joined #ruby-lang
07:21
hogeo has joined #ruby-lang
07:21
bzalasky has quit [Read error: Connection reset by peer]
07:22
bzalasky has joined #ruby-lang
07:22
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
07:23
Coincidental has quit [Remote host closed the connection]
07:23
r0bgleeson has quit [Ping timeout: 252 seconds]
07:24
hogeo has quit [Remote host closed the connection]
07:27
hogeo has joined #ruby-lang
07:27
benkhicks has joined #ruby-lang
07:31
Mon_Ouie has quit [Ping timeout: 272 seconds]
07:32
benkhicks has quit [Ping timeout: 260 seconds]
07:32
symm- has quit [Ping timeout: 264 seconds]
07:32
bf4 has joined #ruby-lang
07:36
lysw123 has quit [Quit: lysw123]
07:38
bf4 has quit [Ping timeout: 264 seconds]
07:41
face has quit [Ping timeout: 252 seconds]
07:42
lysw123 has joined #ruby-lang
07:42
hogeo has quit [Remote host closed the connection]
07:43
hogeo has joined #ruby-lang
07:45
dagobah has joined #ruby-lang
07:45
esad has joined #ruby-lang
07:46
makoto_ has quit [Remote host closed the connection]
07:47
benkhicks has joined #ruby-lang
07:51
benkhicks has quit [Ping timeout: 240 seconds]
07:53
arBmind has quit [Read error: Operation timed out]
07:55
JoshuaPaling has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
08:01
hhatch has joined #ruby-lang
08:03
vmoravec has joined #ruby-lang
08:04
mistym has quit [Remote host closed the connection]
08:10
arBmind has joined #ruby-lang
08:13
h_kon has joined #ruby-lang
08:13
spuk has quit [Ping timeout: 240 seconds]
08:16
bzalasky has quit [Remote host closed the connection]
08:17
huma has joined #ruby-lang
08:17
makoto_ has joined #ruby-lang
08:19
makoto__ has joined #ruby-lang
08:19
makoto_ has quit [Read error: Connection reset by peer]
08:20
spuk has joined #ruby-lang
08:23
elia has joined #ruby-lang
08:23
makoto__ has quit [Ping timeout: 240 seconds]
08:26
jg has quit [Quit: Leaving]
08:27
benkhicks has joined #ruby-lang
08:31
hogeo has quit [Remote host closed the connection]
08:31
benkhicks has quit [Ping timeout: 246 seconds]
08:32
r0bgleeson has joined #ruby-lang
08:33
bf4 has joined #ruby-lang
08:35
solars has joined #ruby-lang
08:36
lun__ has quit [Remote host closed the connection]
08:36
iliketur_ has quit [Quit: zzzzz…..]
08:36
vlad_starkov has joined #ruby-lang
08:36
iliketur_ has joined #ruby-lang
08:38
bf4 has quit [Ping timeout: 240 seconds]
08:40
zenspider has quit [Ping timeout: 248 seconds]
08:42
makoto_ has joined #ruby-lang
08:43
iliketur_ has quit [Quit: zzzzz…..]
08:44
vlad_starkov has quit [Remote host closed the connection]
08:44
vlad_starkov has joined #ruby-lang
08:45
yfeldblum has quit [Ping timeout: 246 seconds]
08:46
zenspider has joined #ruby-lang
08:46
thelorax123 has quit [Remote host closed the connection]
08:47
thelorax123 has joined #ruby-lang
08:51
AKASkip has joined #ruby-lang
08:53
Pupeno_w has joined #ruby-lang
08:53
Forgetful_Lion has joined #ruby-lang
08:55
|jemc| has quit [Ping timeout: 240 seconds]
08:58
relix has joined #ruby-lang
08:59
marr has joined #ruby-lang
09:01
benlovell has joined #ruby-lang
09:01
bastilian has quit [Quit: Leaving...]
09:06
lysw123 has quit []
09:12
yfeldblum has joined #ruby-lang
09:14
hogeo has joined #ruby-lang
09:14
r0bgleeson has quit [Ping timeout: 250 seconds]
09:16
barttenbrinke has joined #ruby-lang
09:16
yfeldblum has quit [Ping timeout: 240 seconds]
09:25
rue|w has joined #ruby-lang
09:27
benkhicks has joined #ruby-lang
09:28
kek has joined #ruby-lang
09:28
benkhicks1 has joined #ruby-lang
09:29
benkhicks has quit [Read error: Connection reset by peer]
09:29
vlad_starkov has quit [Remote host closed the connection]
09:30
hogeo has quit [Remote host closed the connection]
09:31
r0bgleeson has joined #ruby-lang
09:31
hogeo has joined #ruby-lang
09:34
benkhicks1 has quit [Ping timeout: 272 seconds]
09:36
ylluminate has quit [Quit: Bye!]
09:36
hogeo has quit [Ping timeout: 272 seconds]
09:38
vlad_starkov has joined #ruby-lang
09:42
<
yorickpeterse >
morning
09:45
makoto_ has quit [Remote host closed the connection]
09:45
joonty_ is now known as joonty
09:50
esad has quit [Quit: Computer has gone to sleep.]
09:52
kek has quit [Remote host closed the connection]
09:52
vlad_starkov has quit []
09:52
JoshuaPaling has joined #ruby-lang
09:54
bastilian has joined #ruby-lang
09:55
kek has joined #ruby-lang
09:56
<
yorickpeterse >
so apparently there's a big ass storm coming
09:56
<
yorickpeterse >
"Xaver"
09:56
<
yorickpeterse >
not impressed so far
09:57
wallerdev has quit [Quit: wallerdev]
09:59
<
r0bgleeson >
doesnt seem that bad
10:00
amoli has joined #ruby-lang
10:01
sepp2k has joined #ruby-lang
10:03
<
yorickpeterse >
they even handed it out the party status ("code orange" lel)
10:04
gianlucadv has joined #ruby-lang
10:04
mistym has joined #ruby-lang
10:05
<
r0bgleeson >
just seems windy tbh
10:07
elia has quit [Quit: (IRC Client: textualapp.com)]
10:09
elia has joined #ruby-lang
10:10
mistym has quit [Ping timeout: 272 seconds]
10:10
elia has quit [Client Quit]
10:10
elia has joined #ruby-lang
10:13
ismaelrb has joined #ruby-lang
10:13
tbuehlmann has joined #ruby-lang
10:14
tbuehlmann has quit [Client Quit]
10:16
tbuehlmann has joined #ruby-lang
10:17
<
maloik_ >
out of curiosity, anyone ever seen me part/join spamming or anything like that ?
10:18
tkuchiki has quit [Remote host closed the connection]
10:20
michd is now known as MichD
10:20
apeiros has joined #ruby-lang
10:21
<
yorickpeterse >
que?
10:21
<
maloik_ >
as in timing out on irc every couple minutes
10:22
<
yorickpeterse >
nfi, I filter /parts
10:23
tbuehlmann has quit [Quit: Konversation terminated!]
10:24
thelorax123 has quit [Remote host closed the connection]
10:25
grahamsavage has joined #ruby-lang
10:25
<
r0bgleeson >
maloik_: nah nothing
10:25
thelorax123 has joined #ruby-lang
10:25
<
grahamsavage >
hi i've got a rake task which i want to bind to a privilaged port not as root
10:25
<
grahamsavage >
to do that you have to run setcap cap_net_bind_service=-ep /path/to/rake
10:25
<
grahamsavage >
but the problem is i only want one of my rake tasks to be able to bind to low numbered ports
10:25
<
grahamsavage >
not all of them
10:27
benkhicks has joined #ruby-lang
10:31
hogeo has joined #ruby-lang
10:31
benkhicks has quit [Ping timeout: 245 seconds]
10:32
hogeo has quit [Read error: Connection reset by peer]
10:32
hogeo has joined #ruby-lang
10:34
retro|cz has joined #ruby-lang
10:35
bf4 has joined #ruby-lang
10:35
mnngfltg has joined #ruby-lang
10:40
tkuchiki has joined #ruby-lang
10:40
bf4 has quit [Ping timeout: 260 seconds]
10:40
ismaelrb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:41
<
maloik_ >
the writing works, the reading returns the actual array rather than a string in the form element
10:42
canton7-mac has joined #ruby-lang
10:42
tbuehlmann has joined #ruby-lang
10:42
mikecmpbll has joined #ruby-lang
10:46
barttenbrinke has quit [Remote host closed the connection]
10:46
ldnunes has joined #ruby-lang
10:47
makoto_ has joined #ruby-lang
10:47
barttenbrinke has joined #ruby-lang
10:50
marr has quit [Ping timeout: 264 seconds]
10:51
makoto_ has quit [Ping timeout: 246 seconds]
10:53
ismaelrb has joined #ruby-lang
10:55
grahamsavage has quit [Read error: Connection reset by peer]
10:57
grahamsavage has joined #ruby-lang
10:57
thelorax123 has quit [Remote host closed the connection]
10:57
Oak has quit [Read error: Connection reset by peer]
10:58
thelorax123 has joined #ruby-lang
10:58
ismaelrb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:00
ismaelrb has joined #ruby-lang
11:01
sepp2k has quit [Quit: Leaving.]
11:01
<
yorickpeterse >
maybe because of the serialize call
11:09
ismaelrb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:12
arBmind1 has joined #ruby-lang
11:14
arBmind has quit [Ping timeout: 272 seconds]
11:15
yfeldblum has joined #ruby-lang
11:17
arBmind1 has quit [Ping timeout: 250 seconds]
11:17
makoto_ has joined #ruby-lang
11:18
arBmind has joined #ruby-lang
11:19
ismaelrb has joined #ruby-lang
11:20
yfeldblum has quit [Ping timeout: 260 seconds]
11:22
charliesome has joined #ruby-lang
11:22
makoto_ has quit [Ping timeout: 272 seconds]
11:22
huma has quit [Ping timeout: 252 seconds]
11:27
benkhicks has joined #ruby-lang
11:29
CoreData has quit [Ping timeout: 272 seconds]
11:29
tbuehlmann has quit [Quit: Konversation terminated!]
11:30
thelorax123 has quit [Remote host closed the connection]
11:31
benkhicks has quit [Ping timeout: 240 seconds]
11:31
thelorax123 has joined #ruby-lang
11:31
tbuehlmann has joined #ruby-lang
11:32
barttenbrinke has quit [Remote host closed the connection]
11:36
bf4 has joined #ruby-lang
11:36
arBmind has quit [Read error: Connection reset by peer]
11:40
bf4 has quit [Ping timeout: 240 seconds]
11:41
stardiviner has quit [Remote host closed the connection]
11:42
stardiviner has joined #ruby-lang
11:47
vondruch has quit [Ping timeout: 246 seconds]
11:48
marr has joined #ruby-lang
11:50
vondruch has joined #ruby-lang
11:55
elia has quit [Quit: Computer has gone to sleep.]
11:56
cnivolle has joined #ruby-lang
11:56
jonahR has quit [Quit: jonahR]
12:01
<
maloik_ >
could have something to do with the formbuilder namespace or so
12:01
postmodern has quit [Quit: Leaving]
12:01
<
maloik_ >
for whatever reason the method call doesnt work as expected
12:01
<
maloik_ >
super strange
12:02
<
maloik_ >
had to set the value manually
12:04
Cakey has quit [Ping timeout: 272 seconds]
12:05
mistym has joined #ruby-lang
12:09
barttenbrinke has joined #ruby-lang
12:10
mistym has quit [Ping timeout: 245 seconds]
12:12
ecnalyr has joined #ruby-lang
12:14
arBmind has joined #ruby-lang
12:16
ecnalyr has quit [Ping timeout: 245 seconds]
12:16
yfeldblum has joined #ruby-lang
12:16
unrealhoang has quit [Remote host closed the connection]
12:17
makoto_ has joined #ruby-lang
12:17
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
12:18
charliesome has joined #ruby-lang
12:20
arBmind has quit [Quit: Leaving.]
12:20
yfeldblum has quit [Ping timeout: 240 seconds]
12:22
makoto_ has quit [Ping timeout: 272 seconds]
12:22
nofxx has quit [Ping timeout: 246 seconds]
12:26
LQQKy has joined #ruby-lang
12:27
benkhicks has joined #ruby-lang
12:28
Mon_Ouie has joined #ruby-lang
12:30
jsullivandigs has quit [Remote host closed the connection]
12:31
benkhicks has quit [Ping timeout: 245 seconds]
12:31
jsullivandigs has joined #ruby-lang
12:31
ismaelrb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:32
tanema has joined #ruby-lang
12:32
ledestin has quit [Quit: ledestin]
12:33
dhruvasagar has quit [Ping timeout: 245 seconds]
12:35
jsullivandigs has quit [Ping timeout: 246 seconds]
12:36
soba has quit [Ping timeout: 240 seconds]
12:36
bf4 has joined #ruby-lang
12:41
bf4 has quit [Ping timeout: 252 seconds]
12:44
tbuehlmann has quit [Ping timeout: 264 seconds]
12:45
elia has joined #ruby-lang
12:45
elia has quit [Client Quit]
12:47
tedstriker has quit [Ping timeout: 252 seconds]
12:47
LQQKy has quit [Quit: LQQKy]
12:51
tbuehlmann has joined #ruby-lang
12:51
amoli has quit [Read error: Connection reset by peer]
12:51
mikecmpbll has joined #ruby-lang
12:52
amoli has joined #ruby-lang
12:54
tbuehlmann has quit [Client Quit]
13:01
dvorak has joined #ruby-lang
13:01
smashwilson has joined #ruby-lang
13:05
bastilian has quit [Read error: Connection reset by peer]
13:08
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
13:09
thelorax123 has quit [Remote host closed the connection]
13:10
thelorax123 has joined #ruby-lang
13:11
cored has joined #ruby-lang
13:11
cored has joined #ruby-lang
13:11
cored has quit [Changing host]
13:14
ledestin has joined #ruby-lang
13:14
ecnalyr has joined #ruby-lang
13:14
ecnalyr has quit [Remote host closed the connection]
13:15
ecnalyr has joined #ruby-lang
13:17
yfeldblum has joined #ruby-lang
13:17
makoto_ has joined #ruby-lang
13:21
toretore has joined #ruby-lang
13:21
yfeldblum has quit [Ping timeout: 245 seconds]
13:21
makoto_ has quit [Ping timeout: 246 seconds]
13:22
flip_digits has joined #ruby-lang
13:22
ledestin has quit [Quit: ledestin]
13:23
sferik has joined #ruby-lang
13:24
rriemann_ has joined #ruby-lang
13:25
yalue has joined #ruby-lang
13:27
benkhicks has joined #ruby-lang
13:27
tbuehlmann has joined #ruby-lang
13:27
nertzy has joined #ruby-lang
13:28
ismaelrb has joined #ruby-lang
13:28
mdedetrich has joined #ruby-lang
13:30
rriemann_ has quit [Ping timeout: 250 seconds]
13:31
benkhicks has quit [Ping timeout: 246 seconds]
13:32
mdedetrich has quit [Client Quit]
13:34
ledestin has joined #ruby-lang
13:35
ismaelrb has joined #ruby-lang
13:35
tkuchiki has quit [Remote host closed the connection]
13:37
bf4 has joined #ruby-lang
13:40
barttenbrinke has quit [Remote host closed the connection]
13:40
Voker57 has joined #ruby-lang
13:41
barttenbrinke has joined #ruby-lang
13:42
bf4 has quit [Ping timeout: 272 seconds]
13:43
diegoviola has joined #ruby-lang
13:45
Kabaka has quit [Ping timeout: 240 seconds]
13:45
bf4 has joined #ruby-lang
13:52
elia has joined #ruby-lang
13:52
thelorax123 has quit [Remote host closed the connection]
13:53
tanema has quit [Remote host closed the connection]
13:53
thelorax123 has joined #ruby-lang
13:55
<
maloik_ >
"were expecting water level to rise 6 meters"
13:55
<
maloik_ >
oh good going, that tiny little wall is going to help a lot
13:55
<
maloik_ >
better hope it doesnt reach 6.5m :D
13:56
scampbell has joined #ruby-lang
13:57
cwiley_ has joined #ruby-lang
14:01
bf4 has quit [Ping timeout: 252 seconds]
14:01
Bartell has joined #ruby-lang
14:02
benkhicks has joined #ruby-lang
14:03
thelorax123 has quit [Remote host closed the connection]
14:03
ledestin has quit [Quit: ledestin]
14:04
thelorax123 has joined #ruby-lang
14:04
bastilian has joined #ruby-lang
14:06
benkhicks has quit [Ping timeout: 250 seconds]
14:06
mistym has joined #ruby-lang
14:07
hogeo has quit [Remote host closed the connection]
14:07
jsullivandigs has joined #ruby-lang
14:10
grandy_ has joined #ruby-lang
14:10
mistym has quit [Ping timeout: 246 seconds]
14:12
jsullivandigs has quit [Ping timeout: 240 seconds]
14:12
khaase has quit [Ping timeout: 252 seconds]
14:12
grandy has quit [Ping timeout: 252 seconds]
14:12
phrozen77 has quit [Ping timeout: 252 seconds]
14:12
khaase has joined #ruby-lang
14:12
khaase has quit [Changing host]
14:12
khaase has joined #ruby-lang
14:12
grandy_ is now known as grandy
14:12
ruskie has quit [Ping timeout: 252 seconds]
14:13
phrozen77 has joined #ruby-lang
14:13
vpretzel has joined #ruby-lang
14:13
tylersmith has joined #ruby-lang
14:14
dhruvasagar has joined #ruby-lang
14:15
vondruch has quit [Quit: Ex-Chat]
14:16
Glass_saga has quit [Ping timeout: 272 seconds]
14:16
tedstriker has joined #ruby-lang
14:17
mnngfltg has quit [Remote host closed the connection]
14:17
Cakey has joined #ruby-lang
14:17
makoto_ has joined #ruby-lang
14:17
yfeldblum has joined #ruby-lang
14:18
Bartell has quit [Remote host closed the connection]
14:18
Bartell has joined #ruby-lang
14:20
ruskie has joined #ruby-lang
14:21
makoto_ has quit [Ping timeout: 250 seconds]
14:22
yfeldblum has quit [Ping timeout: 252 seconds]
14:22
vondruch has joined #ruby-lang
14:23
Bartell has quit [Ping timeout: 245 seconds]
14:24
<
yorickpeterse >
yeah the weather is still meh here
14:24
<
yorickpeterse >
nobody died yet
14:27
<
r0bgleeson >
maybe im demented but i enjoy ir
14:28
breakingthings has joined #ruby-lang
14:28
<
r0bgleeson >
obv sucks a lot if you dont have any shelter to go to
14:31
dhruvasagar has quit [Ping timeout: 246 seconds]
14:33
esad has joined #ruby-lang
14:33
enebo has joined #ruby-lang
14:33
ecnalyr has quit [Quit: Macbook has gone to sleep. . .]
14:33
vondruch has quit [Quit: Ex-Chat]
14:33
ecnalyr has joined #ruby-lang
14:34
riffraff has joined #ruby-lang
14:35
ledestin has joined #ruby-lang
14:39
vondruch has joined #ruby-lang
14:39
ledestin has quit [Client Quit]
14:39
<
maloik_ >
the thing you told me yesterday was to get the footprint of a local certificate (from a x509 pem file), this one is supposed to fetch it from an fqdn
14:39
<
darix >
maloik_: why not just do an openssl connect and fetch the peer cert?
14:40
<
maloik_ >
because I didn't know that existed / know how
14:41
h_kon has quit [Remote host closed the connection]
14:42
<
maloik_ >
darix: can you point me in the right direction ?
14:42
<
darix >
maloik_: yes
14:44
kek has quit [Remote host closed the connection]
14:45
Cakey has quit [Ping timeout: 252 seconds]
14:46
<
darix >
maloik_: answered your gist
14:46
<
darix >
i leave it to you to get the ":" into the string
14:46
<
maloik_ >
it can stay out, I was gsubbing it out anyway
14:46
<
maloik_ >
thanks, I'll give that a go
14:47
Cakey has joined #ruby-lang
14:47
<
darix >
maloik_: it is tested. just no error handling. :p
14:47
<
maloik_ >
no worries
14:47
<
maloik_ >
thanks a lot
14:47
<
maloik_ >
couldve looked forever for that :/
14:50
<
darix >
maloik_: actually that was straight foward "copy paste the ssl client example from the docs", binding.pry to see what is the accessor for the peer cert. using the info from whitequark about the cert.to_der and hashing that. ;)
14:50
<
darix >
and i switched to sha1 as this seems to be used by my openssl
14:51
joonty has quit [Ping timeout: 246 seconds]
14:56
Voker57 has quit []
14:56
tanema has joined #ruby-lang
14:57
bf4 has joined #ruby-lang
14:59
jxie_ has quit [Quit: leaving]
15:00
gianlucadv has quit [Ping timeout: 260 seconds]
15:00
Cakey has quit [Ping timeout: 252 seconds]
15:02
dhruvasagar has joined #ruby-lang
15:04
joonty has joined #ruby-lang
15:05
mikecmpbll has joined #ruby-lang
15:07
sepp2k has joined #ruby-lang
15:09
nathanstitt has joined #ruby-lang
15:11
domakesaythings has joined #ruby-lang
15:11
lele|w has quit [Remote host closed the connection]
15:12
amoli has quit [Ping timeout: 272 seconds]
15:12
AKASkip has quit [Ping timeout: 250 seconds]
15:12
lfox has joined #ruby-lang
15:13
Kabaka has joined #ruby-lang
15:17
makoto_ has joined #ruby-lang
15:18
hogeo has joined #ruby-lang
15:18
benkhicks has joined #ruby-lang
15:19
<
yorickpeterse >
ok I think the storm just landed
15:19
momomomomo has joined #ruby-lang
15:19
<
yorickpeterse >
finally
15:20
bzalasky has joined #ruby-lang
15:21
makoto_ has quit [Ping timeout: 240 seconds]
15:22
macmartine has joined #ruby-lang
15:23
macmartine has quit [Remote host closed the connection]
15:23
hogeo has quit [Ping timeout: 240 seconds]
15:23
seanlinsley has quit [Quit: seanlinsley]
15:25
loincloth has joined #ruby-lang
15:26
ledestin has joined #ruby-lang
15:28
mannyt has joined #ruby-lang
15:29
momomomomo has quit [Quit: momomomomo]
15:30
sandroqz has joined #ruby-lang
15:30
momomomomo has joined #ruby-lang
15:32
sandroqz has quit [Client Quit]
15:32
sandroqz has joined #ruby-lang
15:32
cnivolle_ has joined #ruby-lang
15:32
cnivolle has quit [Ping timeout: 252 seconds]
15:34
ledestin has quit [Quit: ledestin]
15:34
cwiley_ has quit [Quit: cwiley_]
15:35
cwiley has joined #ruby-lang
15:35
serroft has joined #ruby-lang
15:36
lele|w has joined #ruby-lang
15:40
<
r0bgleeson >
yorickpeterse: it has got a lot worse =D
15:40
yfeldblum has joined #ruby-lang
15:41
cnivolle_ has quit [Remote host closed the connection]
15:42
<
yorickpeterse >
I had to put a few boxes in front of our office windows
15:42
<
yorickpeterse >
bottom sides are a bit loose
15:43
<
r0bgleeson >
it is suppose to be 'code red' now (in north holland)
15:45
<
yorickpeterse >
yeah
15:47
ledestin has joined #ruby-lang
15:47
rippa has joined #ruby-lang
15:47
gix- has quit [Ping timeout: 252 seconds]
15:48
mistym has joined #ruby-lang
15:49
elia has quit [Quit: (IRC Client: textualapp.com)]
15:49
elia has joined #ruby-lang
15:50
ledestin has quit [Client Quit]
15:51
gix has joined #ruby-lang
15:51
vondruch has quit [Quit: Ex-Chat]
15:52
makoto_ has joined #ruby-lang
15:53
_elia has joined #ruby-lang
15:53
bastilian has quit [Ping timeout: 264 seconds]
15:53
elia has quit [Read error: Connection reset by peer]
15:54
bjh13 has joined #ruby-lang
15:54
ecnalyr_ has joined #ruby-lang
15:55
kek has joined #ruby-lang
15:55
bastilian has joined #ruby-lang
15:55
ecnalyr has quit [Ping timeout: 245 seconds]
15:56
jsullivandigs has joined #ruby-lang
15:56
makoto_ has quit [Ping timeout: 240 seconds]
15:57
mistym has quit [Remote host closed the connection]
15:58
<
bf4 >
@yorickpeterese did you see ruby-lint was on ruby5?
15:59
nigerianceo has joined #ruby-lang
16:00
kek has quit [Ping timeout: 260 seconds]
16:00
vsorlov has joined #ruby-lang
16:00
jsullivandigs has quit [Ping timeout: 245 seconds]
16:01
cwiley_ has joined #ruby-lang
16:01
<
csaunders >
if I have a class variable defined in a module is that shared across all classes that include it?
16:01
cwiley has quit [Ping timeout: 252 seconds]
16:01
wallerdev has joined #ruby-lang
16:01
bzalasky has quit [Remote host closed the connection]
16:02
bastilian has quit [Ping timeout: 260 seconds]
16:03
seanlinsley has joined #ruby-lang
16:03
hogeo has joined #ruby-lang
16:03
<
yorickpeterse >
bf4: ruby5?
16:04
rue|w has quit [Remote host closed the connection]
16:05
<
yorickpeterse >
hm, why do people never ask "Hey we're gonna feature you, any comments?"
16:05
<
yorickpeterse >
also they spelled the name wrong
16:05
apeiros has quit [Remote host closed the connection]
16:06
<
maloik_ >
ugh, wind is picking up here
16:06
<
maloik_ >
might have to drive slower than usual later :(
16:07
<
r0bgleeson >
yorickpeterse: ruby5 is a podcast
16:08
skade has joined #ruby-lang
16:08
<
yorickpeterse >
I'll have to listen to that then
16:09
<
yorickpeterse >
pretty exciting stuff, my little 1.0 on Reddit got me around 50 new stars on GH
16:10
<
bf4 >
yeah.. I was featured once, and randomly found out while pair programming and bantering
16:11
momomomomo has quit [Quit: momomomomo]
16:11
wallerdev has quit [Quit: wallerdev]
16:12
<
r0bgleeson >
i wasn't featured, a project i wrote was though, as it should be
16:12
Bartell has joined #ruby-lang
16:13
solars has quit [Ping timeout: 252 seconds]
16:14
<
yorickpeterse >
"Today's podcast is about Yorick, an asshole who talks a lot in #ruby-lang and writes mediocre Ruby code"
16:14
<
yorickpeterse >
"Yorick, introduce yourself"
16:14
<
yorickpeterse >
"<me> Fuck off"
16:14
thelorax123 has quit [Remote host closed the connection]
16:15
thelorax123 has joined #ruby-lang
16:16
<
cout >
I have never listened to a podcast.
16:16
mistym has joined #ruby-lang
16:16
* bf4
why so angry, yorick?
16:17
<
yorickpeterse >
I'm always angry
16:17
makoto_ has joined #ruby-lang
16:18
<
yorickpeterse >
But no I'm not, I just hope they didn't say anything that isn't true
16:18
<
yorickpeterse >
e.g. lsegal did a presentation about static analysis, included ruby-lint and said that it just crashed
16:18
<
bf4 >
I think they made it sound more feature-complete than it is?
16:18
<
yorickpeterse >
which was fixed before this rubyconf presentation and released
16:18
<
r0bgleeson >
what's the point in bringing that up at a conf?
16:19
<
r0bgleeson >
heard of a github issue?
16:19
<
yorickpeterse >
so I was a bit annoyed that twice he said "it just crashed"
16:19
<
yorickpeterse >
r0bgleeson: I asked him to file an issue afterwards
16:19
<
bf4 >
from live coding to live bug reporting, stat!
16:19
<
matti >
yorickpeterse: I will write your autobiography
16:19
<
r0bgleeson >
i dont understand why people complain without at least reporting the problem
16:19
<
yorickpeterse >
matti: will it just be ";]" ?
16:20
<
matti >
yorickpeterse: hmm not sure
16:20
<
bf4 >
alas, poor yorick, I knew him well ;]
16:20
MrZYX|off is now known as MrZYX
16:21
<
yorickpeterse >
I have a t-shirt with that
16:21
<
yorickpeterse >
it's L though :<
16:21
<
yorickpeterse >
I have S/M
16:21
makoto_ has quit [Ping timeout: 245 seconds]
16:21
breakingthings has quit []
16:22
<
yorickpeterse >
B/D?
16:23
rriemann_ has joined #ruby-lang
16:23
<
cout >
off-color joke :(
16:24
<
yorickpeterse >
giggity?
16:25
<
yorickpeterse >
allright lets listen to this podcast
16:26
macmartine has joined #ruby-lang
16:26
shinnya has joined #ruby-lang
16:26
<
yorickpeterse >
oh god this is cheesy
16:26
jsullivandigs has joined #ruby-lang
16:27
<
yorickpeterse >
hihi, they're reading up my readme
16:27
momomomomo has joined #ruby-lang
16:27
thmzlt has joined #ruby-lang
16:27
<
yorickpeterse >
matti: basically they read up my own, probably biased description of rubocop vs ruby-lint
16:27
<
yorickpeterse >
Don't get me wrong, I appreciate the coverage but heh
16:28
<
matti >
Who cares about them:P
16:28
<
yorickpeterse >
It's not that, but it's that I'm probably not really to be "trusted" about this since I'm biased
16:28
<
yorickpeterse >
then again I'm always correct
16:28
<
yorickpeterse >
like static typing
16:28
<
r0bgleeson >
yorickpeterse: they do that to avoid what you said
16:28
* yorickpeterse
runs
16:29
<
r0bgleeson >
(misrepresenting your project)
16:29
<
matti >
yorickpeterse: <3
16:29
<
yorickpeterse >
r0bgleeson: oh no, they did actually correctly say what it is
16:29
<
matti >
yorickpeterse: I consider myself your groupie so... I am biased too :P
16:29
<
yorickpeterse >
maybe it's a different audience but the Ruby rogues for example actually discuss things
16:29
<
r0bgleeson >
yeah but i mean, it's a failsafe way to not make a mistake too
16:30
<
yorickpeterse >
matti: what the fuck is wrong with you
16:30
<
yorickpeterse >
r0bgleeson: true
16:30
<
matti >
yorickpeterse: I just take piss :P
16:30
<
yorickpeterse >
<insert lame joke>
16:31
<
yorickpeterse >
r0bgleeson: so how's the weather over there in Leiden? It's pretty boring over here in Hipsterdam
16:31
havenwood has joined #ruby-lang
16:31
macmartine has quit [Remote host closed the connection]
16:31
<
yorickpeterse >
though I'm pretty sure that if I open the window I'll have a new haircut
16:32
<
r0bgleeson >
i dont know i think its quite beautiful but yeah it's a storm alright
16:32
<
yorickpeterse >
meh, wind is gone mostly
16:33
<
r0bgleeson >
still a lot of wind and rain here
16:34
<
yorickpeterse >
There probably will be 5 trees and 8 cats blown through my window when I get back home
16:35
huma has joined #ruby-lang
16:35
CaptainJet has joined #ruby-lang
16:43
ecnalyr_ has quit [Ping timeout: 245 seconds]
16:44
symm- has joined #ruby-lang
16:44
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:45
jsaak has quit [Ping timeout: 252 seconds]
16:46
AKASkip has joined #ruby-lang
16:48
tharindu has joined #ruby-lang
16:50
vmoravec has quit [Quit: Leaving]
16:51
momomomomo has quit [Quit: momomomomo]
16:52
barttenbrinke has quit [Remote host closed the connection]
16:53
hogeo has quit [Remote host closed the connection]
16:53
wallerdev has joined #ruby-lang
16:55
|jemc| has joined #ruby-lang
16:55
Czupa has joined #ruby-lang
16:56
mannyt has quit [Ping timeout: 245 seconds]
16:58
mannyt has joined #ruby-lang
16:58
rriemann_ has quit [Ping timeout: 240 seconds]
16:59
grahamsavage_ has joined #ruby-lang
17:00
grahamsavage_ has quit [Max SendQ exceeded]
17:00
cored has quit [Ping timeout: 240 seconds]
17:01
grahamsavage_ has joined #ruby-lang
17:01
bastilian has joined #ruby-lang
17:02
grahamsavage_ has quit [Max SendQ exceeded]
17:02
momomomomo has joined #ruby-lang
17:02
grahamsavage_ has joined #ruby-lang
17:02
grahamsavage has quit [Ping timeout: 245 seconds]
17:02
cored has joined #ruby-lang
17:02
cored has quit [Changing host]
17:02
cored has joined #ruby-lang
17:03
scampbell has quit [Remote host closed the connection]
17:03
sepp2k has quit [Read error: Connection reset by peer]
17:04
serroft has quit [Quit: Leaving.]
17:06
mikecmpbll has joined #ruby-lang
17:06
<
mikecmpbll >
i wasn't even arguing, just correcting you.
17:07
<
yorickpeterse >
eh?
17:07
bastilian_ has joined #ruby-lang
17:08
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
17:10
nigerianceo has quit []
17:10
iliketur_ has joined #ruby-lang
17:11
bastilian has quit [Ping timeout: 245 seconds]
17:12
tbuehlmann has quit [Quit: Konversation terminated!]
17:12
thmzlt_ has joined #ruby-lang
17:12
sepp2k has joined #ruby-lang
17:12
thmzlt has quit [Ping timeout: 246 seconds]
17:14
kurko_ has joined #ruby-lang
17:14
nigerianceo has joined #ruby-lang
17:16
dagobah has quit [Remote host closed the connection]
17:16
__butch__ has joined #ruby-lang
17:17
momomomomo has quit [Quit: momomomomo]
17:17
makoto_ has joined #ruby-lang
17:21
makoto_ has quit [Ping timeout: 250 seconds]
17:22
ecnalyr has joined #ruby-lang
17:22
mistym has quit [Remote host closed the connection]
17:22
momomomomo has joined #ruby-lang
17:26
sferik has joined #ruby-lang
17:27
iliketur_ has quit [Quit: zzzzz…..]
17:28
mmorga has joined #ruby-lang
17:28
sebkomianos has joined #ruby-lang
17:30
skade has quit [Quit: Computer has gone to sleep.]
17:30
sferik has quit [Client Quit]
17:31
serroft has joined #ruby-lang
17:31
mistym has joined #ruby-lang
17:32
macmartine has joined #ruby-lang
17:35
benlovell has quit [Ping timeout: 264 seconds]
17:36
macmartine has quit [Remote host closed the connection]
17:36
macmartine has joined #ruby-lang
17:38
vsorlov has quit [Ping timeout: 240 seconds]
17:38
cwiley_ has quit [Quit: cwiley_]
17:40
hackndoes_ has joined #ruby-lang
17:41
canton7-mac has quit [Ping timeout: 240 seconds]
17:43
unrealhoang has joined #ruby-lang
17:43
_elia has quit [Ping timeout: 260 seconds]
17:46
yfeldblum has quit [Remote host closed the connection]
17:47
hackndoes__ has joined #ruby-lang
17:49
relix has joined #ruby-lang
17:50
hakunin has joined #ruby-lang
17:53
loincloth has quit [Remote host closed the connection]
17:53
yfeldblum has joined #ruby-lang
17:55
vsorlov has joined #ruby-lang
17:56
iliketur_ has joined #ruby-lang
17:57
yfeldblum has quit [Read error: Connection reset by peer]
17:57
yfeldblum has joined #ruby-lang
18:00
cwiley has joined #ruby-lang
18:01
Marco has quit [Remote host closed the connection]
18:02
tharindu has quit [Ping timeout: 260 seconds]
18:05
g-nee has joined #ruby-lang
18:06
hahuang65 has joined #ruby-lang
18:06
apeiros has joined #ruby-lang
18:06
jsaak has joined #ruby-lang
18:07
hackndoes__ has quit [Remote host closed the connection]
18:09
VTLob has joined #ruby-lang
18:10
Pupeno_w has quit [Ping timeout: 245 seconds]
18:10
yfeldblum has quit [Remote host closed the connection]
18:10
hackndoes__ has joined #ruby-lang
18:10
gianlucadv has joined #ruby-lang
18:10
hackndoes__ has quit [Client Quit]
18:10
yfeldblum has joined #ruby-lang
18:11
nofxx has joined #ruby-lang
18:11
nofxx has joined #ruby-lang
18:11
6JTAAS1IQ has joined #ruby-lang
18:11
flip_digits has quit []
18:14
saarinen has joined #ruby-lang
18:14
h0rrorvacui has joined #ruby-lang
18:14
serroft has quit [Quit: Leaving.]
18:17
makoto_ has joined #ruby-lang
18:18
GaelanAintAround is now known as Gaelan
18:19
iliketur_ has quit [Quit: zzzzz…..]
18:19
shinnya has quit [Ping timeout: 245 seconds]
18:20
momomomomo has quit [Quit: momomomomo]
18:22
brianpWins has quit [Quit: brianpWins]
18:22
makoto_ has quit [Ping timeout: 264 seconds]
18:24
MaddinXx has joined #ruby-lang
18:24
stardiviner has quit [Ping timeout: 264 seconds]
18:25
<
bf4 >
sebkomianos what are you trying to do there?
18:25
loincloth has joined #ruby-lang
18:26
<
bf4 >
ok.. also idiomatic ruby uses 2 spaces to indent, not tabs
18:28
Voker57 has joined #ruby-lang
18:30
<
sebkomianos >
bf4: yup, my bad, I need to set sublimetext2
18:30
momomomomo has joined #ruby-lang
18:30
<
sebkomianos >
bf4: does the question make sense though?
18:32
<
bf4 >
I answered there
18:32
MaddinXx has quit [Remote host closed the connection]
18:34
Czupa has quit [Read error: Operation timed out]
18:34
Czupa has joined #ruby-lang
18:40
diegoviola has quit [Quit: WeeChat 0.4.2]
18:40
rriemann_ has joined #ruby-lang
18:40
deception has joined #ruby-lang
18:43
<
sebkomianos >
bf4: thanks, I replied too
18:43
6JTAAS1IQ has quit [Remote host closed the connection]
18:44
wrseward has quit [Ping timeout: 246 seconds]
18:45
iliketur_ has joined #ruby-lang
18:51
jsullivandigs has quit [Ping timeout: 240 seconds]
18:52
dhruvasagar has quit [Ping timeout: 260 seconds]
18:52
rriemann_ has quit [Ping timeout: 245 seconds]
18:53
relix has joined #ruby-lang
18:53
Mellett68 has quit [Remote host closed the connection]
18:54
Mellett68 has joined #ruby-lang
18:55
bf4 has quit [Ping timeout: 260 seconds]
18:56
Mellett68_ has joined #ruby-lang
18:57
sandroqz has quit [Quit: This computer has gone to sleep]
18:59
Gaelan is now known as GaelanAintAround
18:59
Mellett68 has quit [Ping timeout: 264 seconds]
19:02
bf4 has joined #ruby-lang
19:03
iliketur_ has quit [Quit: zzzzz…..]
19:04
arBmind has joined #ruby-lang
19:04
heftig_ has joined #ruby-lang
19:04
heftig has quit [Read error: Connection reset by peer]
19:06
momomomomo has quit [Quit: momomomomo]
19:07
heftig_ is now known as heftig
19:07
momomomomo has joined #ruby-lang
19:08
lun_ has joined #ruby-lang
19:10
jerrytgarcia has quit [Quit: WeeChat 0.4.2]
19:14
loinclot_ has joined #ruby-lang
19:14
DouweM_ has joined #ruby-lang
19:14
DouweM has quit [Read error: Connection reset by peer]
19:14
loincloth has quit [Read error: Connection reset by peer]
19:15
benkhicks has quit [Quit: Leaving.]
19:15
DouweM_ has quit [Client Quit]
19:16
benkhicks has joined #ruby-lang
19:16
kurko_ has quit [Ping timeout: 246 seconds]
19:17
jsullivandigs has joined #ruby-lang
19:17
makoto_ has joined #ruby-lang
19:17
brianpWins has joined #ruby-lang
19:17
Pupeno_w has joined #ruby-lang
19:17
kurko_ has joined #ruby-lang
19:18
hrs has joined #ruby-lang
19:18
sandroqz has joined #ruby-lang
19:18
DouweM has joined #ruby-lang
19:18
pr0ton has joined #ruby-lang
19:18
sandroqz has quit [Client Quit]
19:19
breakingthings has joined #ruby-lang
19:20
hrs has quit [Client Quit]
19:21
Bartell has quit [Remote host closed the connection]
19:21
g-nee has quit [Remote host closed the connection]
19:21
makoto_ has quit [Ping timeout: 250 seconds]
19:22
Bartell has joined #ruby-lang
19:22
Pupeno_w has quit [Ping timeout: 264 seconds]
19:22
mistym_ has joined #ruby-lang
19:22
mistym_ has quit [Disconnected by services]
19:23
Bartell_ has joined #ruby-lang
19:26
Bartell has quit [Ping timeout: 245 seconds]
19:29
sandroqz has joined #ruby-lang
19:30
atmosx has joined #ruby-lang
19:30
jerrytgarcia has joined #ruby-lang
19:31
cwiley has quit [Ping timeout: 240 seconds]
19:31
GaelanAintAround is now known as Gaelan
19:32
rgreen has joined #ruby-lang
19:33
jonahR has joined #ruby-lang
19:34
benkhicks has quit [Quit: Leaving.]
19:35
benkhicks has joined #ruby-lang
19:35
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
19:37
hrs has joined #ruby-lang
19:41
serroft has joined #ruby-lang
19:42
pipecloud_ has left #ruby-lang [#ruby-lang]
19:44
coca_rails has joined #ruby-lang
19:49
Mon_Ouie has quit [Ping timeout: 250 seconds]
19:52
Coincidental has joined #ruby-lang
19:55
cored has quit [Ping timeout: 245 seconds]
19:56
cored has joined #ruby-lang
19:56
cored has joined #ruby-lang
19:56
cored has quit [Changing host]
19:57
g-nee has joined #ruby-lang
19:59
Gaelan is now known as GaelanAintAround
20:01
g-nee has quit [Remote host closed the connection]
20:04
nrk has quit [Quit: owwww tmux]
20:05
momomomomo has quit [Quit: momomomomo]
20:06
macmartine has quit [Remote host closed the connection]
20:07
macmartine has joined #ruby-lang
20:07
g-nee has joined #ruby-lang
20:10
pr0ton has quit [Quit: pr0ton]
20:10
JoL1hAHN has joined #ruby-lang
20:10
JoL1hAHN has quit [Changing host]
20:10
JoL1hAHN has joined #ruby-lang
20:11
JoL1hAHN is now known as nrk
20:11
macmartine has quit [Ping timeout: 250 seconds]
20:12
momomomomo has joined #ruby-lang
20:16
coca_rails has quit [Remote host closed the connection]
20:16
ldnunes has quit [Quit: Leaving]
20:17
coca_rails has joined #ruby-lang
20:17
makoto_ has joined #ruby-lang
20:21
coca_rails has quit [Ping timeout: 245 seconds]
20:21
makoto_ has quit [Ping timeout: 260 seconds]
20:23
Bartell has joined #ruby-lang
20:23
Onixs has quit [Read error: Connection reset by peer]
20:23
Bartell_ has quit [Ping timeout: 245 seconds]
20:23
iliketur_ has joined #ruby-lang
20:24
iliketur_ has quit [Client Quit]
20:31
thmzlt_ has quit [Remote host closed the connection]
20:32
hrs has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
20:32
MaddinXx has joined #ruby-lang
20:34
mmorga has quit [Ping timeout: 246 seconds]
20:34
thmzlt__ has joined #ruby-lang
20:36
mannyt has quit [Remote host closed the connection]
20:36
mannyt has joined #ruby-lang
20:37
yfeldblum has quit [Ping timeout: 240 seconds]
20:37
MaddinXx has quit [Ping timeout: 246 seconds]
20:37
mannyt has quit [Remote host closed the connection]
20:38
mannyt has joined #ruby-lang
20:38
mistym is now known as mistym_lunch
20:38
postmodern has joined #ruby-lang
20:39
atmosx has quit [Quit: Lost in trance]
20:39
yfeldblum has joined #ruby-lang
20:39
retro|cz has quit [Ping timeout: 260 seconds]
20:39
macmartine has joined #ruby-lang
20:40
lsegal has joined #ruby-lang
20:41
pr0ton has joined #ruby-lang
20:42
iliketur_ has joined #ruby-lang
20:43
relix has joined #ruby-lang
20:43
iliketur_ has quit [Client Quit]
20:44
vsorlov has quit [Ping timeout: 250 seconds]
20:44
macmartine has quit [Ping timeout: 246 seconds]
20:48
mistym has joined #ruby-lang
20:50
symm- has quit [Quit: Leaving...]
20:50
arBmind has quit [Quit: Leaving.]
20:52
MaddinXx_ has joined #ruby-lang
20:53
MaddinXx_ has quit [Remote host closed the connection]
20:57
julweber has quit [Remote host closed the connection]
20:57
julweber has joined #ruby-lang
20:58
sebkomianos has quit []
20:58
loinclot_ has quit [Remote host closed the connection]
20:58
Mon_Ouie has joined #ruby-lang
21:01
pr0ton has left #ruby-lang [#ruby-lang]
21:01
lsegal has quit [Read error: Connection reset by peer]
21:01
lsegal has joined #ruby-lang
21:01
iliketur_ has joined #ruby-lang
21:02
julweber has quit [Ping timeout: 252 seconds]
21:02
fuhgeddaboudit has joined #ruby-lang
21:03
g-nee has quit [Remote host closed the connection]
21:03
makoto_ has joined #ruby-lang
21:03
loincloth has joined #ruby-lang
21:04
zoo-zed has joined #ruby-lang
21:06
Bartell has quit [Remote host closed the connection]
21:06
elia has joined #ruby-lang
21:07
arBmind has joined #ruby-lang
21:07
macmartine has joined #ruby-lang
21:09
julweber has joined #ruby-lang
21:12
unrealhoang has quit [Remote host closed the connection]
21:12
unrealhoang has joined #ruby-lang
21:12
unrealhoang has quit [Client Quit]
21:14
macmartine has quit [Remote host closed the connection]
21:15
ddd_ has joined #ruby-lang
21:15
ddd_ has quit [Client Quit]
21:15
macmartine has joined #ruby-lang
21:15
ddd_ has joined #ruby-lang
21:15
ddd_ is now known as ddd
21:16
havenwood has quit [Remote host closed the connection]
21:17
Coincidental has quit [Remote host closed the connection]
21:19
rgreen has quit [Quit: rgreen]
21:19
macmarti_ has joined #ruby-lang
21:20
jonahR has quit [Quit: jonahR]
21:21
macmartine has quit [Remote host closed the connection]
21:21
ledestin has joined #ruby-lang
21:23
Authenticator has joined #ruby-lang
21:23
havenwood has joined #ruby-lang
21:24
Czupa has quit [Remote host closed the connection]
21:27
yalue has quit [Quit: Leaving]
21:28
Forgetful_Lion has quit [Remote host closed the connection]
21:30
hrs has joined #ruby-lang
21:33
hinbody has joined #ruby-lang
21:35
JohnBat26 has quit [Ping timeout: 272 seconds]
21:35
mistym has quit [Remote host closed the connection]
21:36
elia has quit [Read error: Connection reset by peer]
21:39
zoo-zed has quit [Quit: Leaving.]
21:39
mdedetrich has joined #ruby-lang
21:39
hrs has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
21:40
iliketur_ has quit [Quit: zzzzz…..]
21:40
DouweM has quit [Ping timeout: 250 seconds]
21:41
elia has joined #ruby-lang
21:41
g-nee has joined #ruby-lang
21:42
iliketur_ has joined #ruby-lang
21:42
g-nee has quit [Remote host closed the connection]
21:42
havenwood has quit [Remote host closed the connection]
21:43
havenwood has joined #ruby-lang
21:44
mistym_lunch is now known as mistym
21:47
wongon has joined #ruby-lang
21:48
vpretzel has quit [Quit: Adios!]
21:48
elia has quit [Quit: Computer has gone to sleep.]
21:49
gianlucadv has quit [Ping timeout: 260 seconds]
21:49
elia has joined #ruby-lang
21:49
x0f_ has joined #ruby-lang
21:49
hrs has joined #ruby-lang
21:50
Authenticator has quit [Quit: leaving]
21:53
x0f has quit [Ping timeout: 272 seconds]
21:55
vpretzel has joined #ruby-lang
22:00
kurko_ has quit [Quit: Computer has gone to sleep.]
22:03
cnivolle has joined #ruby-lang
22:04
charliesome has joined #ruby-lang
22:06
g-nee has joined #ruby-lang
22:07
Bartell has joined #ruby-lang
22:07
Taranis has joined #ruby-lang
22:08
ldnunes has joined #ruby-lang
22:08
skade has joined #ruby-lang
22:09
<
wongon >
I got an interview question recently which asked how I would determine which files would be related to a UI issue reported on production, and I have access to a QA server with the same code and can duplicate the issue there. I don't think I responded correctly. How would you have responded?
22:10
thmzlt__ has quit [Ping timeout: 272 seconds]
22:10
<
drbrain >
wongon: for a webapp?
22:10
<
drbrain >
I'd go routes file -> controller -> view files
22:11
<
drbrain >
if there's ajax things get a bit trickier, so I may need to look in the inspector first to see where the extra HTML and stuff came from
22:11
Bartell has quit [Ping timeout: 245 seconds]
22:11
brianpWins has quit [Quit: brianpWins]
22:12
brianpWins has joined #ruby-lang
22:14
<
wongon >
Is sprinkling debugging statements on a QA server an acceptable answer, or is that supposed to only be done on a development server?
22:15
riffraff has quit [Quit: Leaving]
22:17
pr0ton has joined #ruby-lang
22:17
coca_rails has joined #ruby-lang
22:17
<
whitequark >
I'd say no
22:17
<
drbrain >
I would say no on a QA server
22:18
<
momomomomo >
what kind of issue is it?
22:18
<
momomomomo >
Is it happening only on specific pages?
22:18
<
momomomomo >
check logs
22:19
<
whitequark >
personally, I would use just the inspector, and caching/routing configuration
22:19
<
whitequark >
that's if it is reproducible on your machine. if it's not, you have a bigger problem
22:20
mdedetrich has quit [Quit: Computer has gone to sleep.]
22:20
sepp2k has quit [Ping timeout: 241 seconds]
22:20
<
momomomomo >
'just use the inspector' explain your steps
22:20
<
momomomomo >
whitequark:
22:22
<
whitequark >
momomomomo: open the network tab, turn recording on, reproduce the issue, look over any files that may be in any way associated with the issue
22:22
<
whitequark >
determine which file deviates from its intended contents, use the URL to trace it back to server.
22:22
pr0ton has quit [Quit: pr0ton]
22:25
seanlinsley has quit [Quit: seanlinsley]
22:26
<
wongon >
When you mentioned check the logs, which logs?
22:26
<
momomomomo >
If it's an issue with assets not loading, that's a quick grep on production logs
22:28
fuhgeddaboudit has quit [Ping timeout: 240 seconds]
22:29
snarfmason has joined #ruby-lang
22:29
jsullivandigs has quit [Remote host closed the connection]
22:30
jsullivandigs has joined #ruby-lang
22:30
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:30
charliesome has joined #ruby-lang
22:32
pr0ton has joined #ruby-lang
22:33
momomomomo has quit [Quit: momomomomo]
22:33
mdedetrich has joined #ruby-lang
22:34
jsullivandigs has quit [Ping timeout: 252 seconds]
22:34
sepp2k has joined #ruby-lang
22:34
pr0ton has quit [Client Quit]
22:35
arBmind has quit [Quit: Leaving.]
22:36
amoli has joined #ruby-lang
22:36
hinbody has quit [Ping timeout: 240 seconds]
22:37
makoto_ has quit [Remote host closed the connection]
22:39
pr0ton has joined #ruby-lang
22:39
makoto_ has joined #ruby-lang
22:40
yfeldblum has quit [Remote host closed the connection]
22:45
DouweM has joined #ruby-lang
22:45
g-nee has quit [Read error: Connection reset by peer]
22:45
tanema has quit [Remote host closed the connection]
22:46
g-nee has joined #ruby-lang
22:47
macmarti_ has quit [Remote host closed the connection]
22:48
tanema_ has joined #ruby-lang
22:48
macmartine has joined #ruby-lang
22:48
bjh13 has quit [Quit: leaving]
22:49
<
wongon >
I mean do you check the apache error log or access log or some other log?
22:50
macmartine has quit [Remote host closed the connection]
22:51
serroft has quit [Quit: Leaving.]
22:51
macmartine has joined #ruby-lang
22:51
yfeldblum has joined #ruby-lang
22:51
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:52
tanema_ has quit [Ping timeout: 246 seconds]
22:53
sebkomianos has joined #ruby-lang
22:56
nigerianceo has quit []
22:56
grahamsavage__ has joined #ruby-lang
22:56
loincloth has quit [Remote host closed the connection]
22:59
thelorax123 has quit [Remote host closed the connection]
23:00
grahamsavage_ has quit [Ping timeout: 250 seconds]
23:00
thelorax123 has joined #ruby-lang
23:00
ylluminate has joined #ruby-lang
23:00
jerrytgarcia has quit [Quit: WeeChat 0.4.2]
23:01
priodev has quit [Ping timeout: 240 seconds]
23:04
h0rrorvacui has quit [Quit: Leaving]
23:04
lfox has quit [Quit: ZZZzzz…]
23:04
h0rrorvacui has joined #ruby-lang
23:05
priodev has joined #ruby-lang
23:06
CoreData has joined #ruby-lang
23:07
kurko_ has joined #ruby-lang
23:07
macmartine has quit []
23:08
MichD is now known as michd
23:10
nathanstitt has quit [Quit: I growing sleepy]
23:10
__butch__ has quit [Remote host closed the connection]
23:12
jerrytgarcia has joined #ruby-lang
23:13
Bartell has joined #ruby-lang
23:14
Coincidental has joined #ruby-lang
23:16
jsullivandigs has joined #ruby-lang
23:17
guns has joined #ruby-lang
23:18
Bartell has quit [Ping timeout: 245 seconds]
23:18
AKASkip has quit [Ping timeout: 272 seconds]
23:22
kurko_ has quit [Ping timeout: 246 seconds]
23:24
kurko_ has joined #ruby-lang
23:28
cored has quit [Ping timeout: 240 seconds]
23:30
mootpointer has joined #ruby-lang
23:30
tanema has joined #ruby-lang
23:31
kurko_ has quit [Ping timeout: 246 seconds]
23:33
kurko_ has joined #ruby-lang
23:33
seanlinsley has joined #ruby-lang
23:34
apeiros has quit [Remote host closed the connection]
23:34
apeiros has joined #ruby-lang
23:34
<
wongon >
whitequark: what is the caching/routing configuration you mention?
23:36
mistym_ has joined #ruby-lang
23:36
<
whitequark >
routing is rails/(other framework) route file, mapping URLs to code.
23:36
serroft has joined #ruby-lang
23:36
<
whitequark >
caching is not just browser cache, but anything what could sit between your code/static files and browser. nginx, varnish, framework cache, ...
23:37
serroft has quit [Client Quit]
23:40
mistym_ has quit [Ping timeout: 240 seconds]
23:41
coca_rails has quit [Remote host closed the connection]
23:41
bf4 has quit [Ping timeout: 250 seconds]
23:44
CoreData has quit [Ping timeout: 264 seconds]
23:45
cored has joined #ruby-lang
23:45
cored has joined #ruby-lang
23:45
cored has quit [Changing host]
23:48
yfeldblum has quit [Remote host closed the connection]
23:48
yfeldblum has joined #ruby-lang
23:50
yfeldblum has quit [Remote host closed the connection]
23:51
yfeldblu_ has joined #ruby-lang
23:52
coca_rails has joined #ruby-lang
23:52
tylersmith has quit [Read error: Connection reset by peer]
23:54
tylersmith has joined #ruby-lang
23:57
breakingthings has quit []
23:57
atmosx has joined #ruby-lang