00:02
shmuli has quit [Remote host closed the connection]
00:02
jenrzzz has joined #ruby
00:02
jenrzzz has quit [Changing host]
00:02
jenrzzz has joined #ruby
00:04
johnmilton has quit [Ping timeout: 260 seconds]
00:04
shmuli has joined #ruby
00:06
shmuli has quit [Remote host closed the connection]
00:09
hammond is now known as _08_proof
00:10
TPug has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
00:11
blackmesa has joined #ruby
00:12
CloCkWeRX has joined #ruby
00:13
timvisher has quit [Remote host closed the connection]
00:13
timvisher has joined #ruby
00:17
crameth has joined #ruby
00:17
crameth has quit [Max SendQ exceeded]
00:17
gingray has quit [Ping timeout: 248 seconds]
00:18
djbkd has quit [Quit: My people need me...]
00:18
blackmesa has quit [Ping timeout: 250 seconds]
00:19
sepp2k has quit [Quit: Leaving.]
00:19
sdwrage has joined #ruby
00:19
m1911 has joined #ruby
00:20
elvin_ has joined #ruby
00:22
sneakers has quit [Ping timeout: 258 seconds]
00:22
Majost has joined #ruby
00:22
jcp__ has joined #ruby
00:23
cpruitt has quit [Quit: cpruitt]
00:24
jimcroft has joined #ruby
00:25
cpruitt has joined #ruby
00:25
cpruitt has quit [Client Quit]
00:26
mitsuhiko has joined #ruby
00:26
bruce_lee has quit [Remote host closed the connection]
00:27
SeepingN has quit [Quit: The system is going down for reboot NOW!]
00:27
tsou has joined #ruby
00:28
m1911 has quit [Remote host closed the connection]
00:29
Drakevr has quit [Changing host]
00:29
Drakevr has joined #ruby
00:32
bkxd has joined #ruby
00:33
FastJack has quit [Ping timeout: 248 seconds]
00:34
bweston92 has joined #ruby
00:41
pawnbox has quit [Remote host closed the connection]
00:43
bonhoeffer has joined #ruby
00:44
<
bonhoeffer >
what is the relationship between ruby and c? the compiler could be in c (or java, or ruby) right? is that it?
00:44
TPug has joined #ruby
00:45
TPug has quit [Client Quit]
00:45
<
bonhoeffer >
i just know when installing ruby, there seem to be lots of c that gets installed
00:46
<
bonhoeffer >
so i'm led to the think that ruby has lots of c libraries to work
00:48
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:48
Channel6 has joined #ruby
00:49
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:50
timvisher has quit [Remote host closed the connection]
00:50
<
elomatreb >
bonhoeffer: The Ruby interpreter is written in C. Additionally, bindings to external libraries (for example mysql) are usually also written in C
00:50
timvisher has joined #ruby
00:51
pawnbox has joined #ruby
00:51
<
bonhoeffer >
elomatreb: the ruby interpreter? is that the same as the compiler?
00:51
<
bonhoeffer >
for jruby, is the interpreter written in python?
00:51
<
bonhoeffer >
java, sorry
00:51
<
elomatreb >
Ruby is an interpreted language, so there is no actual compiler
00:52
ekinmur has joined #ruby
00:52
[gmi] has joined #ruby
00:53
<
bonhoeffer >
got it -- could you say it has a JIT?
00:54
<
bonhoeffer >
and then for jruby, the interpreter is in java?
00:54
<
bonhoeffer >
btw, JIT == just in time compiler -- like Julia
00:54
jbomo has joined #ruby
00:54
jbomo has left #ruby [#ruby]
00:54
cyphase has quit [Ping timeout: 258 seconds]
00:54
CloCkWeRX has quit [Ping timeout: 244 seconds]
00:55
<
elomatreb >
Some Ruby implementations use JIT, not all of them
00:55
<
havenwood >
bonhoeffer: Ruby used to have an interpreter (MRI) and now with Ruby 1.9+ it has a VM (YARV). JRuby has a JIT. Rubinius used to have a JIT.
00:55
[gmi] has quit [Client Quit]
00:55
pawnbox has quit [Ping timeout: 260 seconds]
00:56
<
bonhoeffer >
ah . . . ok -- very helpful
00:56
mikeiniowa has joined #ruby
00:56
<
bonhoeffer >
does ruby use llvm IR?
00:56
<
havenwood >
bonhoeffer: no
00:56
<
havenwood >
bonhoeffer: Ruby uses YARV bytecode, specific to CRuby.
00:56
<
elomatreb >
But while YARV is a VM, it can't store and later execute the bytecode like for example the JVM
00:56
<
bonhoeffer >
is there a basic way to think about YARV (vm) vs a JIT?
00:56
<
havenwood >
bonhoeffer: JRuby and Rubinius use their own bytecode.
00:57
<
bonhoeffer >
so ruby is similar to javascript in this way? (bytecode)
00:57
Guest82473 is now known as rprimus
00:58
<
elomatreb >
Almost no modern language uses an actual line-based interpreter anymore, so it is similar to almost every modern language that is not compiled to native code
00:58
<
havenwood >
bonhoeffer: No, the YARV VM doesn't JIT compile to machine code at present.
00:58
<
havenwood >
bonhoeffer: YARV bytecode doesn't count.
00:59
aryaching has quit [Quit: Bye]
00:59
<
elomatreb >
havenwood: Not all JS engines do either, right? That's just a V8 thing I though?
00:59
<
bonhoeffer >
i'm not sure what bytecode is -- is that like elf
00:59
<
elomatreb >
*thought
00:59
cyphase has joined #ruby
00:59
cyphase has quit [Max SendQ exceeded]
00:59
<
bonhoeffer >
reading up :)
01:00
cyphase has joined #ruby
01:00
<
matthewd >
bonhoeffer: Are you asking for a particular reason? There may be a more direct answer to your underlying question
01:00
<
bonhoeffer >
no -- just trying to understand what is behind the curtain
01:01
barajasfab has quit [Quit: Ex-Chat]
01:01
<
bonhoeffer >
i'm a management type -- i'm funding the julia language -- but am a long time ruby coder
01:01
<
bonhoeffer >
i also fund a lot of assembly work, so a lot of low-level conversations that I'm always trying to follow
01:01
_08_proof is now known as incognitos
01:02
<
bonhoeffer >
i'm currently reviewing machine learning proposals, and a lot of them talk about high performance computing and new code that uses stuff like google TPU, etc
01:02
eljimbo has joined #ruby
01:03
<
bonhoeffer >
but alas, i spend all day in meetings, so i'm basically a 10 year old with my understanding of all this
01:05
<
havenwood >
bonhoeffer: If you get a chance, checkout Pat Shaughnessy's book, Ruby Under a Microscope.
01:06
<
bonhoeffer >
havenwood: def. will do
01:06
<
bonhoeffer >
ordering now
01:06
FastJack has joined #ruby
01:06
<
bonhoeffer >
so, i'm having trouble listing the differences between bytecode and llvm IR
01:07
<
havenwood >
bonhoeffer: Two different IRs.
01:07
<
bonhoeffer >
ok -- that helps
01:07
sumobob_ has joined #ruby
01:07
<
bonhoeffer >
any reason why not llvm
01:08
dtscode has joined #ruby
01:08
<
bonhoeffer >
vhs betamax stupidity
01:08
<
havenwood >
bonhoeffer: there was worry of typing Ruby's lifespan to LLVMs, however permanent it seems at the moment
01:08
nando293921 has quit [Ping timeout: 248 seconds]
01:08
sumobob has quit [Ping timeout: 258 seconds]
01:09
<
bonhoeffer >
got it
01:09
SCHAAP137 has quit [Ping timeout: 268 seconds]
01:10
nirix has joined #ruby
01:10
<
bonhoeffer >
so the ruby interpreter is in c. period -- but jruby and rubinus are different rubies
01:10
<
havenwood >
bonhoeffer: I think Matz talks about LLVM JIT options in the RubyConf 2015 Q/A, unsure.
01:11
<
havenwood >
bonhoeffer: Yes, JRuby and Rubinius are different Ruby engines.
01:11
<
havenwood >
>> RUBY_ENGINE
01:11
<
havenwood >
bonhoeffer: That's CRuby ^
01:11
<
bonhoeffer >
what spec do they follow? i imagine they are identical
01:12
<
bonhoeffer >
a little confused why they are needed
01:12
<
bonhoeffer >
or wanted
01:12
<
havenwood >
bonhoeffer: On JRuby: RUBY_ENGINE #=> "jruby"
01:12
staticfox has quit [Ping timeout: 268 seconds]
01:13
bqscott has quit [Ping timeout: 260 seconds]
01:13
<
bonhoeffer >
ah, cool
01:13
<
elomatreb >
ISO 30170
01:14
<
havenwood >
On Rubinius: RUBY_ENGINE #=> "rbx"
01:14
<
havenwood >
All three also now support RUBY_ENGINE_VERSION as compared to RUBY_VERSION which is what's implemented.
01:15
blackmesa has joined #ruby
01:16
staticfox has joined #ruby
01:16
bqscott has joined #ruby
01:16
elifoster has joined #ruby
01:17
jaguarmagenta has joined #ruby
01:17
Dreamer3 has quit [Quit: Leaving...]
01:18
CloCkWeRX has joined #ruby
01:18
Guest33752 is now known as IceDragon
01:19
ruby[bot] has quit [Remote host closed the connection]
01:20
ruby[bot] has joined #ruby
01:20
AlexxNica has quit [Ping timeout: 240 seconds]
01:20
SCHAAP137 has joined #ruby
01:20
blackmesa has quit [Ping timeout: 240 seconds]
01:21
AlexxNica has joined #ruby
01:22
jaguarmagenta has quit [Ping timeout: 260 seconds]
01:23
Jayson_Virissimo has joined #ruby
01:24
PaulCapestany has quit [Quit: .]
01:25
lucast has quit [Ping timeout: 258 seconds]
01:25
PaulCapestany has joined #ruby
01:25
harai has quit [Ping timeout: 258 seconds]
01:27
PaulCapestany has quit [Client Quit]
01:30
pawnbox has joined #ruby
01:31
PaulCapestany has joined #ruby
01:31
jenrzzz has quit [Ping timeout: 268 seconds]
01:31
<
zenspider >
anyone have any idea why manually running the args to `spawn` would work fine (running some tests in a subprocess) but the actual spawn would fail?
01:31
<
zenspider >
.../.rbenv/versions/trunk-cov/...:in `require': cannot load such file -- minitest/autorun (LoadError).
01:31
<
zenspider >
it's stumping me
01:32
<
zenspider >
rubinius...
*snorts*
01:32
lucast_ has joined #ruby
01:33
<
matthewd >
zenspider: bundler messing with load path?
01:33
timvisher has quit [Remote host closed the connection]
01:34
timvisher has joined #ruby
01:35
pawnbox has quit [Ping timeout: 248 seconds]
01:35
<
zenspider >
no bundler
01:36
<
zenspider >
and the only thing I'm interacting with is a manually installed minitest. the outer process is able to find it. the subprocess is not
01:37
Jayson_Virissimo has quit []
01:38
nankyokusei has joined #ruby
01:39
moneylotion has joined #ruby
01:39
SCHAAP137 has quit [Quit: Leaving]
01:40
pontiki has quit [Quit: "Poets have been mysteriously silent on the subject of cheese." -- G.K.Chesterson]
01:42
soahccc_ has left #ruby ["cya"]
01:42
soahccc_ has joined #ruby
01:43
nankyokusei has quit [Ping timeout: 248 seconds]
01:43
sylario has quit [Quit: Connection closed for inactivity]
01:46
twalla has joined #ruby
01:49
fnord_ has joined #ruby
01:49
crameth has joined #ruby
01:49
chouhoulis has joined #ruby
01:50
twalla has quit [Ping timeout: 260 seconds]
01:51
crameth has quit [Remote host closed the connection]
01:52
dmtd has quit [Quit: Connection closed for inactivity]
01:52
wpostma has joined #ruby
01:52
Immune has joined #ruby
01:55
JoshS has joined #ruby
01:58
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
01:59
optiz0r_ has quit [Ping timeout: 248 seconds]
02:01
redlegion has joined #ruby
02:01
harai has joined #ruby
02:02
ace05_ has joined #ruby
02:03
ace05 has quit [Ping timeout: 268 seconds]
02:04
anaiden has quit [Quit: anaiden]
02:06
ruby157 has joined #ruby
02:11
ruby157 has quit [Ping timeout: 260 seconds]
02:11
blackwind_123 has quit [Ping timeout: 240 seconds]
02:11
sumobob_ has quit [Ping timeout: 260 seconds]
02:12
ruby-lang003 has joined #ruby
02:12
<
ruby-lang003 >
hello
02:14
imightbestupid12 has joined #ruby
02:15
<
imightbestupid12 >
does matz know every ruby method in ruby core?
02:15
<
imightbestupid12 >
and the std lib?
02:17
ruby-lang003 has quit [Ping timeout: 260 seconds]
02:17
blackmesa has joined #ruby
02:18
friday has quit [Changing host]
02:18
friday has joined #ruby
02:19
nanoz has joined #ruby
02:21
ARCADIVS has joined #ruby
02:21
bmurt has joined #ruby
02:23
blackmesa has quit [Ping timeout: 260 seconds]
02:25
AlexxNica has quit [Quit: AlexxNica]
02:26
chouhoulis has quit [Remote host closed the connection]
02:26
AlexxNica has joined #ruby
02:26
AlexxNica has quit [Client Quit]
02:26
Immune has quit [Ping timeout: 248 seconds]
02:27
Ebok has quit [Quit: Leaving]
02:30
bonhoeffer has quit [Ping timeout: 260 seconds]
02:31
duncannz has joined #ruby
02:32
timvisher has quit [Remote host closed the connection]
02:33
AlexxNica has joined #ruby
02:33
timvisher has joined #ruby
02:38
imightbestupid12 has quit [Ping timeout: 260 seconds]
02:38
mahlon has quit [Quit: nine foot long outhouse ladle]
02:38
jcao219 has joined #ruby
02:39
imightbestupid12 has joined #ruby
02:39
<
imightbestupid12 >
so what does it mean to be a ruby "expert"
02:40
Ropeney has joined #ruby
02:42
<
matthewd >
imightbestupid12: Whatever you want it to mean, I suppose
02:43
AlexxNica has quit [Quit: AlexxNica]
02:43
<
imightbestupid12 >
no i mean really
02:43
<
imightbestupid12 >
what are the requirements to become a python expert
02:43
<
imightbestupid12 >
ruby*
02:43
<
imightbestupid12 >
sorry
02:43
<
matthewd >
imightbestupid12: With more experience, yes, you're more familiar with available methods etc... but once you're comfortable with syntax, it's all a pretty open continuum of practice
02:44
<
imightbestupid12 >
so basically, the more methods you know the better right?
02:45
<
matthewd >
Within limits, ... maybe?
02:46
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:46
<
matthewd >
There isn't a list of things you should work to memorize in order to be an expert, if that's what you're asking
02:46
<
imightbestupid12 >
yeah that's what i am asking
02:48
coolboy has joined #ruby
02:48
<
matthewd >
I can't think of many skills in life, in general, that one can become good at -- let alone expert -- just by memorizing a set of things experts tend to know
02:50
AlexxNica has joined #ruby
02:50
Jameser has joined #ruby
02:53
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
02:54
AlexxNica has quit [Client Quit]
02:54
amclain has quit [Quit: Leaving]
02:56
nettoweb has joined #ruby
02:57
coolboy has quit [Ping timeout: 244 seconds]
02:57
wpostma has quit [Quit: This computer has gone to sleep]
02:57
ekinmur has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:59
Jayson_Virissimo has joined #ruby
02:59
anaiden has joined #ruby
02:59
kang0 has joined #ruby
03:01
Immune has joined #ruby
03:01
<
kang0 >
Anyone free to chat offtopic?
03:02
LoneHerm_ has quit [Remote host closed the connection]
03:03
harai_ has joined #ruby
03:03
harai has quit [Ping timeout: 260 seconds]
03:03
<
baweaver >
imightbestupid12: Dunning Krueger effect, you might take a look into it.
03:03
Guest32991 is now known as adam12
03:03
<
baweaver >
short version: people who probably are experts rate themselves far more poorly than they deserve and people who are new tend to rank themselves far more highly than they should.
03:04
anaiden has quit [Quit: anaiden]
03:04
<
baweaver >
that being said, don't focus on learning everything about the hammer, you still need to actually build the house
03:05
braincrash has quit [Quit: bye bye]
03:09
zukin has quit [Ping timeout: 240 seconds]
03:10
zukin has joined #ruby
03:11
c355e3b has quit [Quit: Connection closed for inactivity]
03:11
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:12
harai_ has quit [Ping timeout: 240 seconds]
03:13
dtscode has joined #ruby
03:14
ddffg has quit [Ping timeout: 248 seconds]
03:14
RTFM[away] has joined #ruby
03:16
patronus has joined #ruby
03:16
yqt has quit [Ping timeout: 260 seconds]
03:17
jaguarmagenta has joined #ruby
03:19
blackmesa has joined #ruby
03:20
eljimbo has quit [Quit: This computer has gone to sleep]
03:20
dviola has quit [Quit: WeeChat 1.5]
03:22
braincrash has joined #ruby
03:22
jaguarmagenta has quit [Ping timeout: 260 seconds]
03:24
wldcordeiro has quit [Read error: Connection reset by peer]
03:24
wldcordeiro has joined #ruby
03:25
blackmesa has quit [Ping timeout: 260 seconds]
03:26
harai_ has joined #ruby
03:26
ramfjord has quit [Ping timeout: 260 seconds]
03:26
Jayson_Virissimo has quit []
03:28
AlexxNica has joined #ruby
03:29
Rickmasta has joined #ruby
03:30
eljimbo has joined #ruby
03:31
gix has quit [Ping timeout: 258 seconds]
03:31
arescorpio has joined #ruby
03:33
zukin has quit [Quit: mac has gone to sleep]
03:35
gix has joined #ruby
03:39
nankyokusei has joined #ruby
03:39
pragmaticus has quit [Ping timeout: 260 seconds]
03:40
duderonomy has joined #ruby
03:41
CloCkWeRX has quit [Quit: Leaving.]
03:43
nankyokusei has quit [Ping timeout: 260 seconds]
03:44
timvisher has quit [Remote host closed the connection]
03:44
timvisher has joined #ruby
03:45
bilal80 has quit [Quit: bilal80]
03:46
optiz0r has joined #ruby
03:46
twalla has joined #ruby
03:48
mahlon has joined #ruby
03:49
mahlon has quit [Client Quit]
03:50
tdy has quit [Ping timeout: 268 seconds]
03:51
twalla has quit [Ping timeout: 260 seconds]
03:51
mahlon has joined #ruby
03:51
Devalo has joined #ruby
03:51
pawnbox has joined #ruby
03:51
Antiarc has quit [Ping timeout: 258 seconds]
03:52
patrick99e99 has quit [Quit: Lost terminal]
03:55
Devalo has quit [Ping timeout: 244 seconds]
03:55
Antiarc has joined #ruby
03:58
zukin has joined #ruby
03:59
anaiden has joined #ruby
03:59
pawnbox has quit [Remote host closed the connection]
04:01
dhk has joined #ruby
04:03
eizua has joined #ruby
04:06
ta_ has joined #ruby
04:10
gnufied has quit [Quit: Leaving]
04:15
djbkd has joined #ruby
04:19
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
04:19
jaguarmagenta has joined #ruby
04:20
bronson_ has joined #ruby
04:20
armyriad has quit [Read error: Connection reset by peer]
04:21
blackmesa has joined #ruby
04:21
armyriad has joined #ruby
04:22
bronson has quit [Read error: Connection reset by peer]
04:26
tdy has joined #ruby
04:27
blackmesa has quit [Ping timeout: 260 seconds]
04:29
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:31
pawnbox has joined #ruby
04:31
fiddlerwoaroof has quit [Ping timeout: 260 seconds]
04:39
fiddlerwoaroof has joined #ruby
04:40
xkickflip has quit [Quit: xkickflip]
04:42
mhoogkamer has joined #ruby
04:44
inteq has quit [Ping timeout: 260 seconds]
04:45
inteq has joined #ruby
04:45
fiddlerwoaroof has quit [Ping timeout: 240 seconds]
04:45
harfangk has joined #ruby
04:49
moei has quit [Read error: Connection reset by peer]
04:49
moei has joined #ruby
04:53
fiddlerwoaroof has joined #ruby
04:54
sneakerhax has joined #ruby
04:55
vitd has joined #ruby
04:59
arescorpio has quit [Quit: Leaving.]
05:03
CloCkWeRX has joined #ruby
05:07
ta_ has quit [Remote host closed the connection]
05:08
fiddlerwoaroof has quit [Ping timeout: 260 seconds]
05:09
aidalgol has joined #ruby
05:10
jenrzzz has joined #ruby
05:10
Channel6 has quit [Ping timeout: 240 seconds]
05:11
RTFM[away] has quit [Ping timeout: 244 seconds]
05:11
imightbestupid12 has quit [Quit: Page closed]
05:11
Channel6 has joined #ruby
05:16
jenrzzz_ has joined #ruby
05:18
ayonkhan has joined #ruby
05:18
fiddlerwoaroof has joined #ruby
05:20
Madplatypus has quit [Quit: Connection closed for inactivity]
05:21
frozengeek has joined #ruby
05:22
frozengeek has quit [Remote host closed the connection]
05:22
mhoogkamer has quit [Quit: Leaving]
05:23
jenrzzz_ has quit [Ping timeout: 244 seconds]
05:23
blackmesa has joined #ruby
05:25
Jameser has joined #ruby
05:25
the_drow has joined #ruby
05:28
blackmesa has quit [Ping timeout: 260 seconds]
05:30
anaiden has quit [Quit: anaiden]
05:31
the_drow has quit [Ping timeout: 240 seconds]
05:32
galeido has quit [Changing host]
05:32
galeido has joined #ruby
05:32
johnmccabe has joined #ruby
05:33
the_drow has joined #ruby
05:33
peteykun has joined #ruby
05:37
twalla has joined #ruby
05:39
nankyokusei has joined #ruby
05:41
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:43
Channel6 has quit [Quit: Leaving]
05:44
ARCADIVS has quit [Quit: ARCADIVS]
05:44
nankyokusei has quit [Ping timeout: 250 seconds]
05:47
igniting has joined #ruby
05:49
Immune has quit [Ping timeout: 248 seconds]
05:53
vitd has quit [Ping timeout: 260 seconds]
06:00
pwnd_nsfw` has joined #ruby
06:00
pwnd_nsfw has quit [Ping timeout: 240 seconds]
06:01
conta has joined #ruby
06:03
craigp_ has quit [Ping timeout: 268 seconds]
06:04
Immune has joined #ruby
06:06
Jameser_ has joined #ruby
06:07
Jameser has quit [Ping timeout: 260 seconds]
06:07
Jameser__ has joined #ruby
06:07
Jameser__ has quit [Client Quit]
06:08
<
atmosx >
Hello, I see that some people when designing API's opt for returning the JSON object after a successfull POST request which will create a enw resource. Other return just the status code. Is there any generally acceptable best practice?
06:10
futilegames has joined #ruby
06:11
Jameser_ has quit [Ping timeout: 260 seconds]
06:13
futilegames has quit [Client Quit]
06:13
xall has joined #ruby
06:14
pragmaticus has joined #ruby
06:15
crameth has joined #ruby
06:15
futilegames has joined #ruby
06:15
crameth has quit [Remote host closed the connection]
06:19
Rodya_ has joined #ruby
06:21
thomas has joined #ruby
06:23
ta_ has joined #ruby
06:24
blackmesa has joined #ruby
06:26
chouhoulis has joined #ruby
06:29
lucast_ has quit [Ping timeout: 250 seconds]
06:29
lucast has joined #ruby
06:30
blackmesa has quit [Ping timeout: 244 seconds]
06:31
chouhoulis has quit [Ping timeout: 244 seconds]
06:31
djbkd has quit [Remote host closed the connection]
06:32
zeroDi has quit [Ping timeout: 260 seconds]
06:32
djbkd has joined #ruby
06:33
sdwrage has quit [Quit: Leaving]
06:33
zeroDi has joined #ruby
06:35
rippa has joined #ruby
06:36
Jameser has joined #ruby
06:36
djbkd has quit [Ping timeout: 248 seconds]
06:37
erbesharat has joined #ruby
06:40
<
hanmac >
atmosx: i think the best way would be Json or some data where the id of the new created resource is returned ... without the client might not know what he did create
06:40
elastix has joined #ruby
06:40
elastix has quit [Client Quit]
06:42
timvisher has quit [Remote host closed the connection]
06:43
timvisher has joined #ruby
06:43
zipace has quit [Ping timeout: 268 seconds]
06:44
AlexxNica has quit [Ping timeout: 240 seconds]
06:45
Joufflu has quit [Quit: Leaving]
06:47
AlexxNica has joined #ruby
06:47
elifoster has quit [Quit: sleep]
06:49
dhk has quit [Quit: Leaving]
06:49
arashb has joined #ruby
06:50
djbkd has joined #ruby
06:53
llua has quit [Ping timeout: 244 seconds]
06:53
AlexxNica has quit [Quit: AlexxNica]
06:54
Ishido has joined #ruby
06:54
arashb has quit [Ping timeout: 260 seconds]
06:57
ta_ has quit [Remote host closed the connection]
06:59
llua has joined #ruby
07:01
ddffg has joined #ruby
07:02
futilegames has quit [Quit: futilegames]
07:03
Immune has quit [Ping timeout: 248 seconds]
07:03
the_drow has quit [Ping timeout: 260 seconds]
07:05
the_drow has joined #ruby
07:11
pokalyis has joined #ruby
07:13
elastix has joined #ruby
07:17
rsampaio_ has joined #ruby
07:18
lxsameer has joined #ruby
07:19
nobitanobi has quit [Remote host closed the connection]
07:19
the_drow has quit [Ping timeout: 260 seconds]
07:19
xall has quit [Ping timeout: 250 seconds]
07:20
the_drow has joined #ruby
07:22
pawnbox has quit [Remote host closed the connection]
07:23
pawnbox has joined #ruby
07:25
harai_ has quit [Ping timeout: 250 seconds]
07:26
blackmesa has joined #ruby
07:29
pokalyis has quit [Read error: Connection reset by peer]
07:29
pokalyis has joined #ruby
07:29
sandelius has joined #ruby
07:30
claudiuinberlin has joined #ruby
07:31
grh has joined #ruby
07:32
jenrzzz has quit [Ping timeout: 260 seconds]
07:32
blackmesa has quit [Ping timeout: 268 seconds]
07:32
pawnbox has quit [Remote host closed the connection]
07:33
pawnbox has joined #ruby
07:33
nobitanobi has joined #ruby
07:33
rlex has quit [Read error: Connection reset by peer]
07:35
hightower2 has quit [Ping timeout: 248 seconds]
07:40
nankyokusei has joined #ruby
07:43
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:44
iBleizo has joined #ruby
07:45
nankyokusei has quit [Ping timeout: 260 seconds]
07:46
llua has quit [Ping timeout: 240 seconds]
07:49
llua has joined #ruby
07:50
kang0 has left #ruby ["AndroIRC"]
07:51
nobitanobi has quit [Remote host closed the connection]
07:51
peteykun has quit [Ping timeout: 268 seconds]
07:53
claudiuinberlin has quit [Remote host closed the connection]
07:53
gener1c has joined #ruby
07:54
<
gener1c >
did you add def[](field) because it wasnt implemented back then?
07:54
linux2784 has joined #ruby
07:56
claudiuinberlin has joined #ruby
07:56
<
linux2784 >
rubby is the best amirite?
07:57
LoneHerm_ has joined #ruby
07:58
<
gener1c >
you mean ruby or a rub?
07:59
NTrash has joined #ruby
08:00
NTrash has quit [Client Quit]
08:00
llua has quit [Ping timeout: 250 seconds]
08:00
LoneHerm_ has quit [Remote host closed the connection]
08:00
NTrash has joined #ruby
08:02
rsampaio_ has quit [Ping timeout: 250 seconds]
08:04
the_drow has quit [Ping timeout: 260 seconds]
08:04
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:04
grh has quit [Ping timeout: 260 seconds]
08:04
llua has joined #ruby
08:05
the_drow has joined #ruby
08:06
iBleizo has left #ruby [#ruby]
08:06
timvisher has quit [Remote host closed the connection]
08:06
jaguarmagenta has quit [Remote host closed the connection]
08:07
timvisher has joined #ruby
08:09
linux2784 has quit [Quit: leaving]
08:09
Dimik has quit [Ping timeout: 248 seconds]
08:09
sameerynho has joined #ruby
08:09
webus has joined #ruby
08:10
lxsameer has quit [Ping timeout: 248 seconds]
08:10
peteykun has joined #ruby
08:11
the_drow has quit [Ping timeout: 268 seconds]
08:11
zipace has joined #ruby
08:12
the_drow has joined #ruby
08:12
pandaant has joined #ruby
08:13
Rodya_ has quit [Remote host closed the connection]
08:13
Rodya_ has joined #ruby
08:14
connor_goodwolf has quit [Ping timeout: 258 seconds]
08:17
gr has quit [Quit: gr]
08:18
Rodya_ has quit [Ping timeout: 260 seconds]
08:19
marr has joined #ruby
08:19
the_drow has quit [Ping timeout: 268 seconds]
08:19
the_drow has joined #ruby
08:21
xall has joined #ruby
08:23
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
08:25
miqlas-H has joined #ruby
08:26
biberu has joined #ruby
08:28
blackmesa has joined #ruby
08:29
johnmccabe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:32
twalla has quit [Ping timeout: 268 seconds]
08:32
sepp2k has joined #ruby
08:33
blackmesa has quit [Ping timeout: 240 seconds]
08:35
jaguarmagenta has joined #ruby
08:36
tomphp has joined #ruby
08:36
ta_ has joined #ruby
08:40
jaguarmagenta has quit [Ping timeout: 268 seconds]
08:41
blackgoat has quit [Quit: WeeChat 1.5]
08:42
Jameser has joined #ruby
08:43
erbesharat has quit [Quit: WeeChat 1.5]
08:43
baweaver is now known as baweaver_away
08:44
the_drow has quit [Ping timeout: 260 seconds]
08:44
binaryplease has joined #ruby
08:44
vuoto has joined #ruby
08:44
baweaver_away is now known as baweaver
08:45
the_drow has joined #ruby
08:48
DoubleMalt has joined #ruby
08:52
binaryplease has quit [Quit: WeeChat 1.5]
08:55
xall has quit [Ping timeout: 260 seconds]
08:58
miqlas-H has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
08:59
miqlas-H has joined #ruby
08:59
the_drow has quit [Ping timeout: 248 seconds]
09:00
nhhc has joined #ruby
09:00
webus has quit [Quit: goodbye]
09:00
ta_ has quit [Remote host closed the connection]
09:00
blackmesa has joined #ruby
09:01
the_drow has joined #ruby
09:02
claudiuinberlin has quit [Remote host closed the connection]
09:05
conta has quit [Ping timeout: 250 seconds]
09:07
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
09:08
mikecmpbll has joined #ruby
09:10
the_drow has quit [Ping timeout: 260 seconds]
09:10
the_drow has joined #ruby
09:11
Jameser has joined #ruby
09:14
peteykun has quit [Quit: Leaving]
09:16
luong has joined #ruby
09:18
the_drow has quit [Read error: Connection reset by peer]
09:19
xall has joined #ruby
09:20
the_drow has joined #ruby
09:22
Jameser has quit [Max SendQ exceeded]
09:22
ta_ has joined #ruby
09:22
gingray has joined #ruby
09:23
timvisher has quit [Remote host closed the connection]
09:23
xall has quit [Ping timeout: 240 seconds]
09:23
timvisher has joined #ruby
09:24
Jameser has joined #ruby
09:25
luong has quit [Quit: Leaving]
09:27
luong has joined #ruby
09:27
the_drow has quit [Read error: Connection reset by peer]
09:27
luong has quit [Client Quit]
09:28
zukin has quit [Quit: mac has gone to sleep]
09:29
the_drow has joined #ruby
09:29
luong has joined #ruby
09:30
zukin has joined #ruby
09:31
luong has quit [Client Quit]
09:35
elastix has quit [Quit: elastix]
09:36
the_drow has quit [Read error: Connection reset by peer]
09:39
Jackneill has joined #ruby
09:39
the_drow has joined #ruby
09:40
Robtop__ has joined #ruby
09:41
zipace has quit [Ping timeout: 250 seconds]
09:41
nankyokusei has joined #ruby
09:43
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
09:46
nankyokusei has quit [Ping timeout: 260 seconds]
09:46
the_drow has quit [Read error: Connection reset by peer]
09:46
zipace has joined #ruby
09:47
vuoto has quit [Remote host closed the connection]
09:47
d0lph1n98 has joined #ruby
09:49
d0lph1n98 has quit [Client Quit]
09:49
the_drow has joined #ruby
09:51
<
apeiros >
gener1c: correct
09:51
<
apeiros >
it was written when 1.8.2 was out
09:52
duncannz has quit [Remote host closed the connection]
09:52
<
apeiros >
no Struct#to_h either (nor #to_h naming convention)
09:53
frankiee_ has quit [Ping timeout: 258 seconds]
09:56
blackmesa has quit [Quit: WeeChat 1.5]
09:58
the_drow has quit [Read error: Connection reset by peer]
09:58
vasilakisfil has joined #ruby
09:59
craigp_ has joined #ruby
09:59
the_drow has joined #ruby
10:02
llua has quit [Ping timeout: 260 seconds]
10:03
craigp_ has quit [Ping timeout: 260 seconds]
10:05
jcao219 has quit [Ping timeout: 260 seconds]
10:05
igniting_ has joined #ruby
10:06
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:07
the_drow has quit [Ping timeout: 268 seconds]
10:08
igniting has quit [Ping timeout: 260 seconds]
10:08
the_drow has joined #ruby
10:08
llua has joined #ruby
10:09
llua has quit [Changing host]
10:09
llua has joined #ruby
10:10
yardenbar has joined #ruby
10:10
AnoHito_ has quit [Quit: Leaving]
10:11
claudiuinberlin has joined #ruby
10:12
aidalgol has quit [Quit: zZzZZzzzz]
10:13
xall has joined #ruby
10:14
the_drow has quit [Read error: Connection reset by peer]
10:14
ta_ has quit [Remote host closed the connection]
10:14
igniting_ has quit [Quit: Ex-Chat]
10:17
Guest63613 has joined #ruby
10:17
the_drow has joined #ruby
10:17
Guest63613 has left #ruby [#ruby]
10:17
ocbtec has joined #ruby
10:18
yardenbar has quit [Ping timeout: 240 seconds]
10:19
xall has quit [Ping timeout: 250 seconds]
10:20
tomphp has joined #ruby
10:20
conta has joined #ruby
10:21
bruce_lee has joined #ruby
10:22
bruce_lee has joined #ruby
10:22
bruce_lee has quit [Changing host]
10:25
claudiuinberlin has quit []
10:25
Guest21625 is now known as olspookishmagus
10:26
the_drow has quit [Read error: Connection reset by peer]
10:27
the_drow has joined #ruby
10:27
gingray has quit [Ping timeout: 260 seconds]
10:28
twalla has joined #ruby
10:29
ddffg has quit [Ping timeout: 244 seconds]
10:30
Madplatypus has joined #ruby
10:31
the_drow has quit [Read error: Connection reset by peer]
10:32
twalla has quit [Ping timeout: 240 seconds]
10:35
the_drow has joined #ruby
10:36
jaguarmagenta has joined #ruby
10:36
Jameser has quit [Ping timeout: 260 seconds]
10:40
jaguarmagenta has quit [Ping timeout: 250 seconds]
10:42
the_drow has quit [Read error: Connection reset by peer]
10:43
ddffg has joined #ruby
10:43
hightower2 has joined #ruby
10:44
zukin has quit [Quit: mac has gone to sleep]
10:44
the_drow has joined #ruby
10:44
timvisher has quit [Remote host closed the connection]
10:45
timvisher has joined #ruby
10:47
NTrash has quit [Ping timeout: 258 seconds]
10:47
frankiee_ has joined #ruby
10:52
<
gener1c >
apeiros: thanks :)
10:52
<
gener1c >
will inquire more latere
10:52
the_drow has quit [Read error: Connection reset by peer]
10:53
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:53
init7 has quit [Ping timeout: 244 seconds]
10:54
the_drow has joined #ruby
10:56
ocbtec has quit [Quit: leaving]
10:58
pwnd_nsfw` has joined #ruby
11:00
Robtop__ has quit [Ping timeout: 240 seconds]
11:02
the_drow has quit [Read error: Connection reset by peer]
11:03
llua has quit [Ping timeout: 240 seconds]
11:04
the_drow has joined #ruby
11:04
dn5 has joined #ruby
11:04
dn5 has quit [Client Quit]
11:05
SCHAAP137 has joined #ruby
11:07
tomphp has joined #ruby
11:07
xall has joined #ruby
11:08
ta_ has joined #ruby
11:08
JeanCarloMachado has joined #ruby
11:12
lxsameer_ has joined #ruby
11:12
xall has quit [Ping timeout: 268 seconds]
11:13
sameerynho has quit [Ping timeout: 260 seconds]
11:13
the_drow has quit [Ping timeout: 260 seconds]
11:14
nhhc has quit [Ping timeout: 244 seconds]
11:15
miqlas-H has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
11:17
JeanCarloMachado has quit [Ping timeout: 260 seconds]
11:17
frozengeek has joined #ruby
11:18
nanoz has quit [Read error: Connection reset by peer]
11:21
llua has joined #ruby
11:22
crameth has joined #ruby
11:23
crameth has quit [Remote host closed the connection]
11:28
blaxter has joined #ruby
11:28
c355e3b has joined #ruby
11:28
grh has joined #ruby
11:29
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:29
sepp2k has quit [Quit: Leaving.]
11:31
skweek has quit [Ping timeout: 260 seconds]
11:32
Guest52819 has quit [Ping timeout: 244 seconds]
11:35
djbkd has joined #ruby
11:35
nuck has joined #ruby
11:35
nuck is now known as Guest15663
11:36
cred has left #ruby [#ruby]
11:36
BTRE has joined #ruby
11:37
maloik has joined #ruby
11:40
djbkd has quit [Ping timeout: 260 seconds]
11:40
conta has quit [Ping timeout: 260 seconds]
11:40
Jameser has joined #ruby
11:42
brendan- has joined #ruby
11:42
nankyokusei has joined #ruby
11:47
nankyokusei has quit [Ping timeout: 260 seconds]
11:54
tomphp has joined #ruby
11:54
frankiee_ has quit [Ping timeout: 260 seconds]
11:56
gingray has joined #ruby
11:57
timvisher has quit [Remote host closed the connection]
11:58
timvisher has joined #ruby
12:01
frankiee_ has joined #ruby
12:04
sepp2k has joined #ruby
12:09
juiko has joined #ruby
12:10
yardenbar has joined #ruby
12:12
rippa has joined #ruby
12:14
arashb has joined #ruby
12:17
skweek has joined #ruby
12:17
bruce_lee has quit [Ping timeout: 260 seconds]
12:18
bruce_lee has joined #ruby
12:19
arashb has quit [Ping timeout: 260 seconds]
12:20
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:22
blaxter has quit [Quit: foo]
12:26
skweek has quit [Ping timeout: 244 seconds]
12:28
alexis has joined #ruby
12:28
alexis is now known as Guest44222
12:28
twalla has joined #ruby
12:29
rodfersou has joined #ruby
12:32
tomphp has joined #ruby
12:32
TomyLobo has joined #ruby
12:33
twalla has quit [Ping timeout: 250 seconds]
12:34
harfangk has joined #ruby
12:35
skweek has joined #ruby
12:37
jaguarmagenta has joined #ruby
12:38
Oclair has quit [Read error: Connection reset by peer]
12:38
rodfersou has quit [Ping timeout: 260 seconds]
12:38
Oclair has joined #ruby
12:39
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:40
ichkv has joined #ruby
12:40
lucasb has joined #ruby
12:41
johnmilton has joined #ruby
12:41
AlexRussia has joined #ruby
12:41
tomphp has joined #ruby
12:41
jaguarmagenta has quit [Ping timeout: 260 seconds]
12:42
tomphp has quit [Client Quit]
12:42
wpostma has joined #ruby
12:42
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
12:43
bsrd has joined #ruby
12:48
bsrd has quit [Ping timeout: 250 seconds]
12:51
lxsameer_ has quit [Ping timeout: 260 seconds]
12:52
inoperable has joined #ruby
12:52
sepp2k has quit [Quit: Leaving.]
12:53
sdothum has joined #ruby
12:53
shinnya has joined #ruby
12:55
timvisher has quit [Remote host closed the connection]
12:55
timvisher has joined #ruby
12:55
juiko has quit [Remote host closed the connection]
12:56
xall has joined #ruby
12:56
chouhoulis has joined #ruby
12:59
charliesome has joined #ruby
13:00
lucast has quit [Ping timeout: 250 seconds]
13:00
Madplatypus has quit [Quit: Connection closed for inactivity]
13:00
xall has quit [Ping timeout: 244 seconds]
13:02
lucast has joined #ruby
13:03
grh has quit [Ping timeout: 260 seconds]
13:04
gizless has quit [Ping timeout: 259 seconds]
13:04
gizless has joined #ruby
13:11
pwnd_nsfw has joined #ruby
13:13
zmo_ has quit [Changing host]
13:13
zmo_ has joined #ruby
13:13
zmo_ is now known as zmo
13:14
scorphus has joined #ruby
13:14
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
13:16
pwnd_nsfw` has joined #ruby
13:17
llua has quit [Ping timeout: 268 seconds]
13:17
cajone has quit [Remote host closed the connection]
13:18
chouhoulis has quit [Remote host closed the connection]
13:19
chouhoulis has joined #ruby
13:19
pwnd_nsfw has quit [Ping timeout: 240 seconds]
13:20
postmodern has quit [Quit: Leaving]
13:21
RTFM[away] has joined #ruby
13:21
inoperable has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
13:23
llua has joined #ruby
13:23
cajone has joined #ruby
13:26
montyboy has joined #ruby
13:27
jackjackdripper has joined #ruby
13:28
skweek has quit [Ping timeout: 260 seconds]
13:31
jackjackdripper has quit [Client Quit]
13:32
tk__ has joined #ruby
13:37
llua has quit [Ping timeout: 260 seconds]
13:38
JeanCarloMachado has joined #ruby
13:39
madsa_ has joined #ruby
13:39
madsa has quit [Ping timeout: 268 seconds]
13:39
frankiee_ has quit [Ping timeout: 248 seconds]
13:40
lxsameer_ has joined #ruby
13:40
lxsameer_ has quit [Client Quit]
13:42
Devalo has joined #ruby
13:42
ARCADIVS has joined #ruby
13:43
Eiam has quit [Ping timeout: 260 seconds]
13:43
nankyokusei has joined #ruby
13:44
marsjaninzmarsa has quit [Max SendQ exceeded]
13:44
habitullence_ has joined #ruby
13:45
llua has joined #ruby
13:45
marsjaninzmarsa has joined #ruby
13:45
habitullence has quit [Ping timeout: 244 seconds]
13:45
habitullence_ is now known as habitullence
13:46
_sfiguser has joined #ruby
13:47
fivmo has joined #ruby
13:47
fivmo has quit [Client Quit]
13:47
nankyokusei has quit [Ping timeout: 240 seconds]
13:48
johnmccabe has joined #ruby
13:50
xall has joined #ruby
13:50
JeanCarloMachado has quit [Remote host closed the connection]
13:50
car has joined #ruby
13:51
timvisher has quit [Remote host closed the connection]
13:52
timvisher has joined #ruby
13:52
<
car >
hi, why is FileUtils.chmod_R(2775,/dir, :verbose => true) doing chmod -R 5327 /dir ? and how to make it work. any hint ?
13:52
nettoweb has joined #ruby
13:53
Devalo has quit [Remote host closed the connection]
13:55
lucast has quit [Ping timeout: 248 seconds]
13:55
xall has quit [Ping timeout: 260 seconds]
13:55
lucast has joined #ruby
13:55
pwnd_nsfw` has quit [Read error: Connection reset by peer]
13:56
<
car >
(using ruby 2.1.8p440 (2015-12-16 revision 53160) [x86_64-linux])
13:57
dasher00 has quit [Remote host closed the connection]
13:57
redpants has joined #ruby
13:58
pwnd_nsfw has joined #ruby
13:59
pragmaticus has quit [Remote host closed the connection]
13:59
frozengeek has quit [Read error: Connection reset by peer]
13:59
frozengeek has joined #ruby
14:00
madsa_ has quit [Ping timeout: 248 seconds]
14:00
Guest44222 has quit [Ping timeout: 260 seconds]
14:00
nhhc has joined #ruby
14:01
f0rpaxe has quit [Quit: Connection closed for inactivity]
14:02
jgt has joined #ruby
14:02
madsa has joined #ruby
14:03
nettoweb1 has joined #ruby
14:03
nettoweb has quit [Ping timeout: 260 seconds]
14:06
ichkv has quit [Ping timeout: 244 seconds]
14:08
wpostma has quit [Quit: This computer has gone to sleep]
14:09
madsa has quit [Ping timeout: 260 seconds]
14:09
connor_goodwolf has joined #ruby
14:09
madsa has joined #ruby
14:10
grh has joined #ruby
14:15
shinnya has quit [Ping timeout: 260 seconds]
14:15
nettoweb1 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:17
tectonic has joined #ruby
14:25
harai_ has joined #ruby
14:28
twalla has joined #ruby
14:30
dasher00 has joined #ruby
14:30
skweek has joined #ruby
14:31
frankiee_ has joined #ruby
14:31
pokalyis has joined #ruby
14:33
twalla has quit [Ping timeout: 248 seconds]
14:34
the_drow has joined #ruby
14:34
gingray has quit [Ping timeout: 260 seconds]
14:35
inoperable has joined #ruby
14:36
yqt has joined #ruby
14:36
vuoto has joined #ruby
14:37
the_drow has quit [Read error: Connection reset by peer]
14:37
ichkv has joined #ruby
14:38
jaguarmagenta has joined #ruby
14:39
the_drow has joined #ruby
14:40
Elysia has joined #ruby
14:40
car has quit [Ping timeout: 240 seconds]
14:41
ichkv has quit [Ping timeout: 244 seconds]
14:42
inoperable has quit [Read error: Connection timed out]
14:42
Elysia has quit [Client Quit]
14:42
jaguarmagenta has quit [Ping timeout: 244 seconds]
14:42
Elysia has joined #ruby
14:43
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
14:43
ichkv has joined #ruby
14:44
DenSchub has quit [Quit: This should never happen.]
14:46
Elysia has quit [Client Quit]
14:46
ocbtec has joined #ruby
14:48
ichkv has quit [Ping timeout: 260 seconds]
14:48
bathtub_shark has quit [Quit: WeeChat 1.7-dev]
14:49
bathtub_shark has joined #ruby
14:50
the_drow has quit [Read error: Connection reset by peer]
14:52
gingray has joined #ruby
14:52
rodfersou has joined #ruby
14:53
conta has joined #ruby
14:53
the_drow has joined #ruby
14:53
timvisher has quit [Remote host closed the connection]
14:53
timvisher has joined #ruby
14:54
dtscode has joined #ruby
14:56
gix has quit [Quit: Client exiting]
15:00
DenSchub has joined #ruby
15:00
the_drow has quit [Read error: Connection reset by peer]
15:01
Zarthus has quit [Quit: I can't go to hell. I'm all out of vacation days.]
15:03
the_drow has joined #ruby
15:03
nhhc has quit [Quit: Leaving]
15:03
Devalo has joined #ruby
15:03
Zarthus has joined #ruby
15:04
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:05
polysics has joined #ruby
15:06
Wizznt has joined #ruby
15:07
montyboy has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
15:09
alexis has joined #ruby
15:09
alexis is now known as Guest14780
15:10
the_drow has quit [Read error: Connection reset by peer]
15:11
bmurt has joined #ruby
15:12
car has joined #ruby
15:13
chouhoul_ has joined #ruby
15:13
gix has joined #ruby
15:13
the_drow has joined #ruby
15:14
Jackneill has quit [Read error: Connection reset by peer]
15:15
CloCkWeRX has quit [Quit: Leaving.]
15:15
Jackneill has joined #ruby
15:16
chouhoulis has quit [Ping timeout: 244 seconds]
15:18
chouhoul_ has quit []
15:23
tectonic has quit [Ping timeout: 260 seconds]
15:24
eizua has quit [Quit: Leaving]
15:25
car has quit [Quit: Leaving]
15:25
johnmilton has quit [Ping timeout: 250 seconds]
15:25
tectonic has joined #ruby
15:25
the_drow has quit [Read error: Connection reset by peer]
15:25
eizua has joined #ruby
15:27
chouhoulis has joined #ruby
15:27
tk__ has quit [Quit: ばいばい]
15:27
fmcgeough has joined #ruby
15:28
the_drow has joined #ruby
15:28
the_drow has quit [Client Quit]
15:29
TinkerTyper has quit [Ping timeout: 244 seconds]
15:29
Oclairi has joined #ruby
15:30
ichkv has joined #ruby
15:31
Oclair has quit [Ping timeout: 260 seconds]
15:32
grh has quit [Ping timeout: 244 seconds]
15:32
Zarthus_ has joined #ruby
15:34
Zarthus has quit [Killed (leguin.freenode.net (Nickname regained by services))]
15:34
Zarthus_ is now known as Zarthus
15:34
Devalo has quit [Remote host closed the connection]
15:35
Elysia has joined #ruby
15:35
bathtub_shark has quit [Ping timeout: 260 seconds]
15:37
djbkd has joined #ruby
15:37
Bellthoven has joined #ruby
15:39
xall has joined #ruby
15:41
montyboy has joined #ruby
15:41
djbkd has quit [Ping timeout: 260 seconds]
15:42
Channel6 has joined #ruby
15:42
dviola has joined #ruby
15:43
Trynemjoel has quit [Quit: Quitting]
15:43
xall has quit [Ping timeout: 260 seconds]
15:44
nankyokusei has joined #ruby
15:45
sneakerhax has quit [Ping timeout: 240 seconds]
15:45
timvisher has quit [Ping timeout: 268 seconds]
15:45
fmcgeough has quit [Quit: fmcgeough]
15:46
Trynemjoel has joined #ruby
15:46
timvisher has joined #ruby
15:47
duderonomy has joined #ruby
15:48
scorphus has quit [Changing host]
15:48
scorphus has joined #ruby
15:49
nankyokusei has quit [Ping timeout: 260 seconds]
15:50
symm- has joined #ruby
15:57
Zai00 has joined #ruby
15:57
Zai00 has quit [Client Quit]
15:57
bmurt has quit [Ping timeout: 240 seconds]
15:58
bsrd has joined #ruby
16:01
ruby308 has joined #ruby
16:02
ruby308 has left #ruby [#ruby]
16:05
zipace has quit [Ping timeout: 250 seconds]
16:05
ruby186 has joined #ruby
16:06
bmurt has joined #ruby
16:06
vuoto has quit [Quit: Lost terminal]
16:08
bsrd has quit [Quit: WeeChat 1.5]
16:08
grh has joined #ruby
16:10
ruby186 has quit [Client Quit]
16:10
vuoto has joined #ruby
16:11
vuoto has quit [Remote host closed the connection]
16:12
nettoweb has joined #ruby
16:13
dtscode has joined #ruby
16:13
wpostma has joined #ruby
16:14
pawnbox has quit [Remote host closed the connection]
16:14
NTrash has joined #ruby
16:14
pawnbox has joined #ruby
16:15
NTrash has quit [Client Quit]
16:16
eljimbo has quit [Ping timeout: 248 seconds]
16:18
Channel6 has quit [Ping timeout: 240 seconds]
16:19
pawnbox has quit [Ping timeout: 244 seconds]
16:19
Channel6 has joined #ruby
16:20
wpostma has quit [Quit: This computer has gone to sleep]
16:21
nettoweb1 has joined #ruby
16:22
nettoweb has quit [Ping timeout: 250 seconds]
16:23
gizless has quit [Remote host closed the connection]
16:25
weemsledeux has joined #ruby
16:29
twalla has joined #ruby
16:30
pandaant has quit [Remote host closed the connection]
16:30
eizua has quit [Remote host closed the connection]
16:31
montyboy has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
16:31
eizua has joined #ruby
16:32
montyboy has joined #ruby
16:32
genpaku has quit [Quit: leaving]
16:33
twalla has quit [Ping timeout: 240 seconds]
16:33
pwnd_nsfw` has joined #ruby
16:33
lucast has quit [Ping timeout: 248 seconds]
16:34
genpaku has joined #ruby
16:35
lucast has joined #ruby
16:35
swills_ has joined #ruby
16:36
pwnd_nsfw has quit [Ping timeout: 240 seconds]
16:36
Bellthoven has quit []
16:37
swills has quit [Ping timeout: 260 seconds]
16:38
jaguarmagenta has joined #ruby
16:39
houhoulis has joined #ruby
16:39
pawnbox has joined #ruby
16:40
swills__ has joined #ruby
16:42
ace05_ has quit [Remote host closed the connection]
16:42
swills_ has quit [Ping timeout: 260 seconds]
16:42
ace05 has joined #ruby
16:43
jaguarmagenta has quit [Ping timeout: 250 seconds]
16:43
nettoweb has joined #ruby
16:44
frozengeek has quit [Quit: frozengeek]
16:44
montyboy has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
16:44
agit0 has joined #ruby
16:45
TheCubeLord has joined #ruby
16:45
frozengeek has joined #ruby
16:46
nettoweb1 has quit [Ping timeout: 268 seconds]
16:46
eizua has quit [Remote host closed the connection]
16:47
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:47
jaguarmagenta has joined #ruby
16:47
eizua has joined #ruby
16:48
unreal has quit [Ping timeout: 250 seconds]
16:48
f0rpaxe has joined #ruby
16:51
Devalo has joined #ruby
16:52
LoneHerm_ has joined #ruby
16:52
montyboy has joined #ruby
16:54
nettoweb has quit [Ping timeout: 260 seconds]
16:54
TPug has joined #ruby
16:55
harai_ has quit [Ping timeout: 260 seconds]
16:55
nettoweb has joined #ruby
16:55
agit0 has quit [Quit: zzzZZZ….]
16:58
skweek has quit [Ping timeout: 240 seconds]
17:00
johnmilton has joined #ruby
17:00
statelesscode has quit [Ping timeout: 268 seconds]
17:04
Dimik has joined #ruby
17:06
gizmore has joined #ruby
17:07
wpostma has joined #ruby
17:07
LoneHerm_ has quit []
17:08
bmurt has joined #ruby
17:10
jgt has quit [Ping timeout: 260 seconds]
17:10
AnoHito has joined #ruby
17:11
TPug has quit [Read error: Connection reset by peer]
17:12
bmurt has quit [Client Quit]
17:12
Joufflu has joined #ruby
17:12
craigp_ has joined #ruby
17:12
frozengeek has quit [Quit: frozengeek]
17:14
Guest58512 is now known as ndrst
17:15
pawnbox has quit [Remote host closed the connection]
17:17
vuoto has joined #ruby
17:18
craigp_ has quit [Ping timeout: 250 seconds]
17:19
ace05 has quit [Read error: Connection reset by peer]
17:19
pawnbox has joined #ruby
17:19
ace05 has joined #ruby
17:21
arashb has joined #ruby
17:21
houhoulis has quit [Remote host closed the connection]
17:22
unreal has joined #ruby
17:22
ace05 has quit [Read error: Connection reset by peer]
17:23
ace05 has joined #ruby
17:25
arashb has quit [Ping timeout: 260 seconds]
17:27
xall has joined #ruby
17:28
eizua has quit [Quit: Leaving]
17:29
Bellthoven has joined #ruby
17:30
houhoulis has joined #ruby
17:32
SteenJobs has joined #ruby
17:32
xall has quit [Ping timeout: 248 seconds]
17:32
LoneHerm_ has joined #ruby
17:33
conta has quit [Quit: conta]
17:34
funnel has quit [Quit: leaving]
17:34
nobitanobi has joined #ruby
17:35
Rodya_ has joined #ruby
17:36
funnel has joined #ruby
17:37
harai_ has joined #ruby
17:38
conta has joined #ruby
17:40
montyboy has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
17:40
shinnya has joined #ruby
17:41
montyboy has joined #ruby
17:41
nobitanobi has quit [Remote host closed the connection]
17:42
shinnya has quit [Read error: Connection reset by peer]
17:42
nettoweb has quit [Ping timeout: 244 seconds]
17:42
agit0 has joined #ruby
17:42
nettoweb has joined #ruby
17:43
Gehenna has joined #ruby
17:43
shinnya has joined #ruby
17:44
yardenbar has quit [Ping timeout: 240 seconds]
17:45
nankyokusei has joined #ruby
17:45
ruby-lang404 has joined #ruby
17:46
nobitanobi has joined #ruby
17:46
jackjackdripper has joined #ruby
17:47
conta has quit [Ping timeout: 260 seconds]
17:48
houhoulis has quit [Remote host closed the connection]
17:48
lel has joined #ruby
17:48
miqlas-H has joined #ruby
17:48
dmtd has joined #ruby
17:49
Channel6 has quit [Read error: Connection timed out]
17:49
vitd has joined #ruby
17:49
nankyokusei has quit [Ping timeout: 260 seconds]
17:50
Channel6 has joined #ruby
17:50
conta has joined #ruby
17:51
montyboy has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
17:53
lightstalker has quit [Ping timeout: 248 seconds]
17:54
statelesscode has joined #ruby
17:55
ichkv has quit [Ping timeout: 240 seconds]
17:56
nettoweb has quit [Ping timeout: 250 seconds]
17:57
nettoweb has joined #ruby
17:57
gener1c has quit [Changing host]
17:57
gener1c has joined #ruby
17:58
arashb has joined #ruby
17:58
chouhoulis has quit [Remote host closed the connection]
17:58
lel has quit [Quit: leaving]
17:59
solocshaw has joined #ruby
18:00
NTrash has joined #ruby
18:00
claudiuinberlin has joined #ruby
18:02
gener1c has quit [Ping timeout: 244 seconds]
18:02
NTrash has quit [Client Quit]
18:02
arashb has quit [Ping timeout: 260 seconds]
18:02
gener1c has joined #ruby
18:03
claudiuinberlin has quit [Client Quit]
18:03
nettoweb1 has joined #ruby
18:05
Channel6 has quit [Read error: Connection timed out]
18:05
gizmore has quit [Ping timeout: 240 seconds]
18:06
jgt has joined #ruby
18:06
nettoweb has quit [Ping timeout: 260 seconds]
18:07
jaguarmagenta has quit [Read error: Connection reset by peer]
18:07
Gehenna has quit [K-Lined]
18:07
gener1c has quit [Changing host]
18:07
gener1c has joined #ruby
18:07
nettoweb has joined #ruby
18:07
compass has joined #ruby
18:08
jaguarmagenta has joined #ruby
18:10
weemsledeux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:10
nettoweb1 has quit [Ping timeout: 260 seconds]
18:10
nettoweb has quit [Read error: Connection reset by peer]
18:10
nettoweb_ has joined #ruby
18:10
jgt has quit [Ping timeout: 248 seconds]
18:10
solocshaw has quit [Ping timeout: 244 seconds]
18:11
xall has joined #ruby
18:11
timvisher has quit [Remote host closed the connection]
18:11
rsampaio_ has joined #ruby
18:12
timvisher has joined #ruby
18:13
Rodya_ has quit [Read error: Connection timed out]
18:13
sumobob has joined #ruby
18:13
nettoweb has joined #ruby
18:13
tectonic has quit []
18:14
solocshaw has joined #ruby
18:14
weemsledeux has joined #ruby
18:14
Rodya_ has joined #ruby
18:14
nettoweb_ has quit [Read error: Connection reset by peer]
18:15
wpostma has quit [Quit: This computer has gone to sleep]
18:17
frozengeek has joined #ruby
18:18
jackjackdripper has quit [Quit: Leaving.]
18:18
nettoweb has quit [Ping timeout: 248 seconds]
18:18
bkxd has quit [Ping timeout: 244 seconds]
18:18
ichkv has joined #ruby
18:19
rsampaio_ has quit [Ping timeout: 240 seconds]
18:20
nobitanobi has quit [Remote host closed the connection]
18:20
nobitanobi has joined #ruby
18:21
nobitanobi has quit [Read error: No route to host]
18:21
rodferso1 has joined #ruby
18:21
nobitanobi has joined #ruby
18:23
nocd has quit [Remote host closed the connection]
18:24
rodfersou has quit [Ping timeout: 240 seconds]
18:25
tectonic has joined #ruby
18:25
nettoweb has joined #ruby
18:28
nocd has joined #ruby
18:29
twalla has joined #ruby
18:29
nobitanobi has quit [Remote host closed the connection]
18:30
zzxc has quit [Ping timeout: 258 seconds]
18:30
ichkv has quit [Remote host closed the connection]
18:31
gizmore has joined #ruby
18:32
johnmccabe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:33
peteykun has joined #ruby
18:33
symm- has quit [Quit: Leaving...]
18:33
twalla has quit [Ping timeout: 248 seconds]
18:34
Guest14780 has quit [Remote host closed the connection]
18:36
weemsledeux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:43
rsampaio_ has joined #ruby
18:44
SteenJobs has quit [Quit: SteenJobs]
18:47
nando293921 has joined #ruby
18:49
wpostma has joined #ruby
18:49
wpostma has quit [Remote host closed the connection]
18:50
zzxc has joined #ruby
18:50
Devalo has quit [Remote host closed the connection]
18:51
Bellthoven has quit []
18:52
SteenJobs has joined #ruby
18:54
nocd has quit [Remote host closed the connection]
18:54
timvisher has quit [Remote host closed the connection]
18:55
timvisher has joined #ruby
18:56
nocd has joined #ruby
18:58
peteykun has quit [Quit: Leaving]
19:00
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:01
wpostma has joined #ruby
19:04
nando293921 has quit [Ping timeout: 260 seconds]
19:05
Bellthoven has joined #ruby
19:06
jgt has joined #ruby
19:09
lightstalker has joined #ruby
19:10
baweaver is now known as baweaver_away
19:10
wpostma has quit [Quit: This computer has gone to sleep]
19:11
houhoulis has joined #ruby
19:11
jgt has quit [Ping timeout: 240 seconds]
19:11
statelesscode has quit [Ping timeout: 268 seconds]
19:12
ta_ has quit [Remote host closed the connection]
19:17
ta_ has joined #ruby
19:18
ta_ has quit [Remote host closed the connection]
19:18
ta_ has joined #ruby
19:18
DoubleMalt has quit [Ping timeout: 260 seconds]
19:21
xall has quit [Ping timeout: 260 seconds]
19:22
jgt has joined #ruby
19:22
brendan- has joined #ruby
19:24
theRoUS has quit [Changing host]
19:24
theRoUS has joined #ruby
19:25
skweek has joined #ruby
19:25
vuoto has quit [Remote host closed the connection]
19:26
vitd has quit [Ping timeout: 260 seconds]
19:28
solocshaw has quit [Ping timeout: 268 seconds]
19:28
CustosLim3n has quit [Quit: CustosLimen]
19:28
CustosLimen has joined #ruby
19:29
xall has joined #ruby
19:31
vitd has joined #ruby
19:31
tectonic has quit [Ping timeout: 260 seconds]
19:31
solocshaw has joined #ruby
19:33
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
19:36
tomphp has joined #ruby
19:36
tectonic has joined #ruby
19:37
quasselgt has joined #ruby
19:37
jaguarmagenta has quit [Remote host closed the connection]
19:40
quasselgt has quit [Remote host closed the connection]
19:41
quasselgt has joined #ruby
19:42
CustosLimen is now known as CustosLim3n
19:42
CustosLim3n is now known as CustosL1m3n
19:44
nobitanobi has joined #ruby
19:45
brendan- has joined #ruby
19:45
nankyokusei has joined #ruby
19:46
nettoweb has joined #ruby
19:48
quasselgt has quit [Remote host closed the connection]
19:48
jgt has quit [Quit: WeeChat 1.4]
19:49
quasselgt has joined #ruby
19:49
quasselgt has quit [Remote host closed the connection]
19:50
zzxc has joined #ruby
19:50
nankyokusei has quit [Ping timeout: 260 seconds]
19:52
Torkable has joined #ruby
19:52
miqlas-H has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
19:52
Torkable is now known as Guest50023
19:52
jaguarmagenta has joined #ruby
19:52
timvisher has quit [Remote host closed the connection]
19:53
timvisher has joined #ruby
19:53
CustosL1m3n is now known as Cu5tosLim3n
19:55
Oclairi is now known as Oclair
19:57
FastJack_ has joined #ruby
19:57
yardenbar has joined #ruby
19:58
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
19:59
FastJack has quit [Ping timeout: 248 seconds]
19:59
FastJack_ is now known as FastJack
19:59
the_drow has joined #ruby
19:59
Madplatypus has joined #ruby
20:03
gizless has joined #ruby
20:04
gizmore has quit [Ping timeout: 260 seconds]
20:05
nobitanobi has quit [Remote host closed the connection]
20:06
Cu5tosLim3n is now known as CustosLimen
20:06
nobitanobi has joined #ruby
20:06
yardenbar has quit [Ping timeout: 244 seconds]
20:06
Channel6 has joined #ruby
20:06
sumobob has quit [Ping timeout: 250 seconds]
20:07
tectonic has quit [Ping timeout: 260 seconds]
20:08
lel has joined #ruby
20:09
lel has quit [Client Quit]
20:10
nobitanobi has quit [Ping timeout: 248 seconds]
20:12
aidalgol has joined #ruby
20:12
aidalgol is now known as Guest27737
20:12
JoshS has quit [Quit: Leaving]
20:13
GladiaTeur has joined #ruby
20:13
lel has joined #ruby
20:14
magellanicloud has joined #ruby
20:14
nikivi has joined #ruby
20:14
elastix has joined #ruby
20:15
CustosLimen has quit [Quit: CustosLimen]
20:16
CustosLimen has joined #ruby
20:16
lxsameer has joined #ruby
20:17
lel has quit [Client Quit]
20:18
tectonic has joined #ruby
20:18
conta has quit [Ping timeout: 240 seconds]
20:19
exchgr has quit [Ping timeout: 260 seconds]
20:19
lel has joined #ruby
20:19
the_drow has quit [Read error: Connection reset by peer]
20:21
Coldblackice has joined #ruby
20:22
nikivi has quit [Read error: Connection reset by peer]
20:22
the_drow has joined #ruby
20:24
nikivi has joined #ruby
20:25
exchgr has joined #ruby
20:25
Guest27737 is now known as aidalgol
20:25
jcao219 has joined #ruby
20:25
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:26
anisha has joined #ruby
20:28
bocaneri is now known as Sauvin
20:29
the_drow has quit [Read error: Connection reset by peer]
20:30
lel has quit [Quit: Lost terminal]
20:30
sumobob has joined #ruby
20:31
thatsnotjack has quit [Ping timeout: 260 seconds]
20:33
the_drow has joined #ruby
20:33
montyboy has joined #ruby
20:34
houhoulis has quit [Remote host closed the connection]
20:35
Sonicblaze has quit [Ping timeout: 250 seconds]
20:35
anisha has quit [Quit: This computer has gone to sleep]
20:36
skweek has quit [Ping timeout: 240 seconds]
20:39
SteenJobs has quit [Quit: SteenJobs]
20:40
timvisher has quit [Remote host closed the connection]
20:40
timvisher has joined #ruby
20:41
SteenJobs has joined #ruby
20:41
SteenJobs has quit [Client Quit]
20:41
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
20:46
the_drow has quit [Read error: Connection reset by peer]
20:48
sepp2k has joined #ruby
20:49
houhoulis has joined #ruby
20:49
the_drow has joined #ruby
20:49
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:51
tectonic has quit [Ping timeout: 260 seconds]
20:52
nikivi has quit [Read error: Connection reset by peer]
20:53
Jackneill has quit [Remote host closed the connection]
20:54
TheCubeLord has quit [Quit: F*** This S*** Im out!]
20:57
quoboo has quit [Excess Flood]
20:57
quoboo has joined #ruby
21:02
Coldblackice has quit []
21:06
postmodern has joined #ruby
21:06
the_drow has quit [Read error: Connection reset by peer]
21:06
solocshaw has quit [Ping timeout: 240 seconds]
21:06
Coldblackice has joined #ruby
21:06
Coldblackice has quit [Client Quit]
21:06
WebDawg is now known as neoweb
21:07
Lord_of_Life has quit [Excess Flood]
21:08
the_drow has joined #ruby
21:09
vitd has quit [Ping timeout: 260 seconds]
21:10
montyboy has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
21:10
johnmilton has quit [Ping timeout: 260 seconds]
21:10
xall has quit [Quit: WeeChat 1.5]
21:10
Lord_of_Life has joined #ruby
21:10
xall has joined #ruby
21:11
cgfbee has quit [Ping timeout: 248 seconds]
21:11
tomphp has joined #ruby
21:15
timvisher has quit [Remote host closed the connection]
21:15
jcao219 has quit [Ping timeout: 260 seconds]
21:15
timvisher has joined #ruby
21:18
pokalyis has joined #ruby
21:20
<
atmosx >
hanmac: ty
21:21
houhoulis has quit [Remote host closed the connection]
21:21
cgfbee has joined #ruby
21:24
the_drow has quit [Read error: Connection reset by peer]
21:24
johnmilton has joined #ruby
21:27
jdipierro has joined #ruby
21:30
the_drow has joined #ruby
21:30
magellanicloud has quit [Quit: Leaving]
21:36
houhoulis has joined #ruby
21:36
ARCADIVS has quit [Quit: ARCADIVS]
21:38
Guest50023 has quit [Ping timeout: 248 seconds]
21:43
nizda has joined #ruby
21:44
nizda has left #ruby [#ruby]
21:45
firstdayonthejob has joined #ruby
21:45
craigp_ has joined #ruby
21:46
nankyokusei has joined #ruby
21:46
pwnd_nsfw has joined #ruby
21:47
jackjackdripper has joined #ruby
21:48
elastix has quit [Quit: elastix]
21:48
Emmanuel_Chanel has quit [Ping timeout: 260 seconds]
21:48
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
21:49
the_drow has quit [Read error: Connection reset by peer]
21:50
Azure has joined #ruby
21:51
ponga has quit [Quit: Connection closed for inactivity]
21:51
nankyokusei has quit [Ping timeout: 260 seconds]
21:51
quoboo is now known as caffeinatedquobo
21:51
caffeinatedquobo is now known as caffeinequoboo
21:51
craigp_ has quit [Ping timeout: 240 seconds]
21:53
jackjackdripper has quit [Ping timeout: 250 seconds]
21:53
gingray has quit [Ping timeout: 250 seconds]
21:54
jackjackdripper has joined #ruby
21:54
grh has quit [Ping timeout: 250 seconds]
21:56
the_drow has joined #ruby
21:58
chouhoulis has joined #ruby
22:00
the_drow has quit [Client Quit]
22:00
baweaver_away is now known as baweaver
22:03
chouhoulis has quit [Ping timeout: 248 seconds]
22:03
elastix has joined #ruby
22:03
jdipierro has quit [Remote host closed the connection]
22:04
claw has quit [Ping timeout: 260 seconds]
22:05
elastix has quit [Quit: Leaving]
22:05
claw has joined #ruby
22:06
elastix has joined #ruby
22:07
timvisher has quit [Remote host closed the connection]
22:07
Lord_of_Life has quit [Excess Flood]
22:07
timvisher has joined #ruby
22:09
grh has joined #ruby
22:10
claw has quit [Ping timeout: 248 seconds]
22:10
houhoulis has quit [Remote host closed the connection]
22:11
xall has quit [Ping timeout: 244 seconds]
22:12
Mon_Ouie has joined #ruby
22:13
Lord_of_Life has joined #ruby
22:16
volix has quit [Quit: leaving]
22:16
elastix has quit [Quit: Leaving]
22:17
volix has joined #ruby
22:17
claw has joined #ruby
22:17
vitd has joined #ruby
22:18
rsampaio_ has quit [Ping timeout: 260 seconds]
22:19
yqt has joined #ruby
22:21
Sl4ckW4ve has joined #ruby
22:24
sepp2k has quit [Quit: Leaving.]
22:25
sepp2k has joined #ruby
22:27
tectonic has joined #ruby
22:28
lifted has joined #ruby
22:28
JoshS has joined #ruby
22:31
nadir has quit [Quit: Connection closed for inactivity]
22:31
solocshaw has joined #ruby
22:31
moneylotion has quit [Read error: Connection reset by peer]
22:32
Joufflu has quit [Read error: Connection reset by peer]
22:33
axisys has joined #ruby
22:35
jaguarmagenta has quit [Remote host closed the connection]
22:36
SCHAAP137 has quit [Quit: Leaving]
22:37
grh has quit [Ping timeout: 260 seconds]
22:38
solocshaw has quit [Ping timeout: 244 seconds]
22:39
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:40
daffy_duck_2 has joined #ruby
22:42
timvisher has quit [Remote host closed the connection]
22:42
timvisher has joined #ruby
22:43
na_belom_kone has quit [Ping timeout: 260 seconds]
22:45
jaguarmagenta has joined #ruby
22:46
pokalyis has joined #ruby
22:49
arashb has joined #ruby
22:51
vitd has quit [Ping timeout: 240 seconds]
22:54
jshjsh has joined #ruby
22:54
arashb has quit [Ping timeout: 260 seconds]
22:54
JoshS has quit [Disconnected by services]
22:54
jshjsh is now known as JoshS
23:00
caffeinequoboo is now known as quoboo
23:00
ocbtec has quit [Quit: leaving]
23:01
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:02
johnmccabe has joined #ruby
23:03
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:05
Torkable has joined #ruby
23:05
solocshaw has joined #ruby
23:05
Torkable is now known as Guest57042
23:06
vitd has joined #ruby
23:07
unreal has quit [Ping timeout: 260 seconds]
23:07
lifted has quit [Quit: lifted]
23:08
Sl4ckW4ve has left #ruby [#ruby]
23:09
SteenJobs has joined #ruby
23:10
Madplatypus has quit [Quit: Connection closed for inactivity]
23:10
weemsledeux has joined #ruby
23:15
Mon_Ouie has quit [Ping timeout: 260 seconds]
23:15
Rodya_ has quit [Remote host closed the connection]
23:17
firstdayonthejob has quit [Ping timeout: 268 seconds]
23:19
solocshaw has quit [Ping timeout: 244 seconds]
23:19
jackjackdripper has quit [Quit: Leaving.]
23:19
anonymus1337 has joined #ruby
23:20
zukin has joined #ruby
23:21
unreal has joined #ruby
23:24
solocshaw has joined #ruby
23:28
timvisher has quit [Remote host closed the connection]
23:28
timvisher has joined #ruby
23:28
craigp_ has joined #ruby
23:29
tom99 has joined #ruby
23:30
tom99 has left #ruby [#ruby]
23:33
solocshaw1 has joined #ruby
23:33
craigp_ has quit [Ping timeout: 240 seconds]
23:36
solocshaw has quit [Ping timeout: 260 seconds]
23:37
bkxd has joined #ruby
23:38
solocshaw1 has quit [Ping timeout: 260 seconds]
23:38
jshjsh has joined #ruby
23:39
nadir has joined #ruby
23:40
SCHAAP137 has joined #ruby
23:42
ss_much has joined #ruby
23:42
solocshaw has joined #ruby
23:43
tdy has quit [Ping timeout: 248 seconds]
23:43
JoshS has quit [Ping timeout: 260 seconds]
23:44
Immune has joined #ruby
23:47
jfe has joined #ruby
23:47
pawnbox has quit [Remote host closed the connection]
23:48
nankyokusei has joined #ruby
23:50
Azure has joined #ruby
23:51
solocshaw1 has joined #ruby
23:52
nankyokusei has quit [Ping timeout: 260 seconds]
23:53
jfe has left #ruby ["ERC (IRC client for Emacs 24.5.1)"]
23:53
solocshaw has quit [Ping timeout: 250 seconds]
23:55
GladOFF has joined #ruby
23:56
solocshaw1 has quit [Ping timeout: 250 seconds]
23:56
zacstewart has quit [Ping timeout: 248 seconds]
23:58
GladiaTeur has quit [Ping timeout: 240 seconds]
23:59
pawnbox has joined #ruby