apeiros_ changed the topic of #ruby to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com || this channel is logged at http://irclog.whitequark.org, other public logging is prohibited
<augur> havenwood: i edited the .profile file and now ruby --version shows 2.0.0p451!
<augur> so thats a step in the right direction
<havenwood> augur: good, that's proper Mavericks system Ruby
<havenwood> augur: So now install ruby 2.1.2 with brew: brew install ruby
<augur> ok
regedarek has quit [Ping timeout: 250 seconds]
Arahael_Twin has joined #ruby
Wolland has quit [Remote host closed the connection]
Arahael has quit [Read error: Connection reset by peer]
GriffinHeart has quit [Ping timeout: 255 seconds]
<augur> should ruby --version change after i do that?
regedarek has joined #ruby
Wolland has joined #ruby
<augur> presumably it should be 2.1.2 afterwards. brew is saying 2.1.2 is already installed
<havenwood> augur: Change the PATH and give it a try: echo 'export PATH="$(brew --prefix ruby)/bin:$PATH"' >> "$HOME/.profile"
jlast has joined #ruby
<havenwood> augur: that adds the export to your .profile, so after you run it just start a new shell terminal or source .profile: source ~/.profile
mfmfmfmfmfmf has joined #ruby
<augur> havenwood: version is now 2.1.2p95 \o/
<havenwood> augur: \o/
<augur> thank you havenwood :)
<havenwood> no prob
klmlfl has quit [Remote host closed the connection]
SCHAAP137 has quit [Quit: Leaving]
elementz has quit [Ping timeout: 240 seconds]
klmlfl has joined #ruby
Wolland has quit [Ping timeout: 246 seconds]
mfmfmfmfmfmf has quit [Remote host closed the connection]
jlast has quit [Ping timeout: 245 seconds]
jmbrown412 has quit [Remote host closed the connection]
Wolland has joined #ruby
hellangel7 has quit [Read error: Connection reset by peer]
jmbrown412 has joined #ruby
Wolland has quit [Read error: Connection reset by peer]
Wolland has joined #ruby
MCDev has joined #ruby
crdpink has joined #ruby
klmlfl has quit [Ping timeout: 240 seconds]
andrewjanssen has joined #ruby
bthesorceror has joined #ruby
aspires has quit []
jmbrown412 has quit [Ping timeout: 255 seconds]
<zorak> to make an instance variable i just need put an @ before the name?
whatasunnyday has quit [Quit: whatasunnyday]
<havenwood> such is the incantation
Wolland has quit [Read error: Connection reset by peer]
<centrx> zorak, Yes, in the context of an instance method
bthesorceror has quit [Client Quit]
Wolland has joined #ruby
mockra has joined #ruby
io_syl_ has quit [Ping timeout: 244 seconds]
io_syl has joined #ruby
avita1 has quit [Quit: Leaving.]
lele` has joined #ruby
Deele has quit [Ping timeout: 244 seconds]
peckermanzzz has quit [Ping timeout: 244 seconds]
soulcake has quit [Ping timeout: 244 seconds]
peckermanzzz has joined #ruby
lele has quit [Ping timeout: 244 seconds]
Deele has joined #ruby
mockra_ has quit [Read error: Connection reset by peer]
oo_ has joined #ruby
soulcake has joined #ruby
drawingthesun has quit [Ping timeout: 244 seconds]
drawingthesun has joined #ruby
soulcake has joined #ruby
soulcake has quit [Changing host]
<zorak> in line 48 the calcular() method generate the tiempo_trabajado variable
Arahael_Twin has quit [Ping timeout: 244 seconds]
britneywright has quit [Ping timeout: 244 seconds]
Mekkis has quit [Ping timeout: 244 seconds]
avita1 has joined #ruby
<zorak> how i use that variable in the line 71, domingo(), method?
Arahael has joined #ruby
mkaesz has joined #ruby
edwardloveall has quit [Quit: Leaving.]
krz has joined #ruby
britneywright has joined #ruby
<centrx> zorak, You probably don't want to set an instance variable for that because the value is supposed to differ depending on n
<zorak> yes
Wolland has quit [Remote host closed the connection]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Deele has quit [Ping timeout: 245 seconds]
jlast has joined #ruby
Wolland has joined #ruby
oo_ has quit [Ping timeout: 255 seconds]
_5kg has quit [Ping timeout: 244 seconds]
icebourg has quit []
<centrx> zorak, Following your current pattern, maybe your calcular method could return two values in an array
Deele has joined #ruby
<centrx> zorak, but I don't see where the calcular method is used
Mekkis has joined #ruby
soulcake has quit [Ping timeout: 244 seconds]
soulcake has joined #ruby
<centrx> zorak, You may want to make the instance dependent on n and maybe some of these other parameters in the various methods defined
<zorak> maybe is beter that i divide calcular in two
<centrx> zorak, but it's hard to tell without knowing the language or what's its doing
<havenwood> zorak: extract method tiempo_trabajado
pskosinski has quit [Quit: Til rivido Idisti! | http://www.ido.li]
<havenwood> oh, i didn't scroll down, missed whole discussion >.>
caveat- has quit [Ping timeout: 260 seconds]
<zorak> one part that give return he tiempo_trabajado variable
_5kg has joined #ruby
mary5030 has joined #ruby
<zorak> and other that do what line 50 to 56 do
<havenwood> zorak: extract out the tiempo_trabajado into its own method
mikepack has joined #ruby
<havenwood> zorak: no variable
<zorak> gonna try that, thanks
mkaesz has quit [Ping timeout: 240 seconds]
Wolland has quit [Ping timeout: 246 seconds]
Wolland has joined #ruby
gccostabr has quit [Quit: ZZZzzz…]
caveat- has joined #ruby
avita1 has quit [Quit: Leaving.]
GregWittman has joined #ruby
elementz has joined #ruby
<zorak> how I call a method inside other method?
<zorak> this works?
<zorak> def extras(n)
yetanotherdave has quit [Ping timeout: 246 seconds]
<zorak> trabajo(n)
<zorak> end
<shevy> zorak yes
<shevy> but as this example is an alias
<shevy> you can use:
<shevy> alias trabajo extras
lewis_ has joined #ruby
Lewix has joined #ruby
cirn0 has joined #ruby
BeanDip has quit [Ping timeout: 246 seconds]
<zorak> yes, in the actual method i have an if below the trabajo(n) method
nobitanobi has quit [Remote host closed the connection]
mikecmpbll has quit [Quit: i've nodded off.]
rubyonrailed has quit [Remote host closed the connection]
<zenspider> minitest-gcstats version 1.0.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/08/minitest-gcstats-version-1-0-0-has-been-released.html
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ForkingPaths has quit [Quit: Textual IRC Client: www.textualapp.com]
<zorak> but is not working
<shevy> it is working zorak
sambao21 has quit [Quit: Computer has gone to sleep.]
<shevy> proof:
<zorak> well, in my terminal not
<shevy> >> def foo; puts 'hi from foo'; end; def bar; puts 'hi from bar'; foo; end; bar
<eval-in___> shevy => hi from bar ... (https://eval.in/185650)
<shevy> nope, not possible. the bot shows that it works.
elementz has quit [Ping timeout: 244 seconds]
<zenspider> minitest-bisect version 1.0.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/08/minitest-bisect-version-1-0-0-has-been-released.html
<zenspider> minitest-bisect version 1.0.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/08/minitest-bisect-version-1-0-0-has-been-released.html
<zenspider> fuck my pinkies need therapy
<zorak> trabajo must return a variable to use in the rest of the method
<zorak> but i et this error NameError: undefined local variable or method `tiempo_trabajado' for #<Calculadora:0x9fa176c>
rdavila has joined #ruby
rdavila has quit [Client Quit]
yetanotherdave has joined #ruby
mikecmpbll has joined #ruby
<shevy> zorak then store that return value
<zorak> how?
<shevy> so obviously that method does not exist
io_syl has quit []
<shevy> def foo; end
<shevy> def bar; result = foo; end
mary5030 has quit [Remote host closed the connection]
<shevy> and btw zorak
<shevy> you should really upload your code
<shevy> that makes it much easier
zettam has quit [Read error: Connection reset by peer]
mary5030 has joined #ruby
<zorak> how i make select all in vim?
renderful has joined #ruby
edwardloveall has joined #ruby
o0oo0o has joined #ruby
<zorak> so i can show you the last version without pushing to github
IcyDragon has joined #ruby
eval-in____ has joined #ruby
Cache_Money has quit [Quit: Cache_Money]
<shevy> use a better editor
yezzie_ has joined #ruby
<centrx> There is no better editor than vim
<shevy> there also is some plugin to push to github from within vim I think
agrinb has joined #ruby
centrx has quit [Quit: Mead error: Connection reset by beer]
skysploit has joined #ruby
skysploit has joined #ruby
mary5030 has quit [Ping timeout: 255 seconds]
<GregWittman> the atom editor is pretty good. jump back and forth to vim though
sylvanica has joined #ruby
Deele has quit [Ping timeout: 244 seconds]
charliesome_ has joined #ruby
yeltzooo has joined #ruby
<mozzarella> I have a vim shortcut for that
sylvanica has quit [Remote host closed the connection]
Wolland has quit [Remote host closed the connection]
Wolland has joined #ruby
IcyDragon has quit [Ping timeout: 260 seconds]
<zenspider> oedipus_lex version 2.4.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/08/oedipus_lex-version-2-4-0-has-been-released.html
orison has joined #ruby
IcyDragon has joined #ruby
orison has quit [Client Quit]
djbkd has joined #ruby
gr33n7007h has joined #ruby
<shevy> zorak that code is too complex
<havenwood> zenspider: having fun running `rake TESTOPTS=-g` on everything ;)
Ankhers has joined #ruby
<zorak> look line 42
wallerdev has joined #ruby
TheNet has joined #ruby
<zorak> and then line 60
<zenspider> havenwood: it's fucking AWESOME
<shevy> yes
<shevy> your code is bugged zorak
<zenspider> we just made some tweaks so that test runs are 0 objects
<shevy> if tiempo_trabajado > JORNADA
<zenspider> so it has already helped
<shevy> zorak, what is this line. where does tiempo_trabajado come from
BeanDip has joined #ruby
Cache_Money has joined #ruby
ssvo has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zorak> is the return of 60
<zorak> trabajo()
weems|mac has joined #ruby
weems|mac has joined #ruby
<zenspider> I need to use that word in my code more
Wolland has quit [Ping timeout: 246 seconds]
kvad32 has quit [Ping timeout: 246 seconds]
sylvanica has joined #ruby
<shevy> zorak no
GriffinHeart has joined #ruby
<shevy> zorak answer the question
soulcake has quit [*.net *.split]
Mekkis has quit [*.net *.split]
peckermanzzz has quit [*.net *.split]
emmesswhy has quit [*.net *.split]
charliesome has quit [*.net *.split]
yeltzooo9 has quit [*.net *.split]
eval-in___ has quit [*.net *.split]
renderfu_ has quit [*.net *.split]
yezzie has quit [*.net *.split]
IceDragon has quit [*.net *.split]
niklasb has quit [*.net *.split]
Caius has quit [*.net *.split]
<shevy> tiempo_trabajado does not exist
lukeholder has joined #ruby
<shevy> but you try to use it
<zenspider> that's some creative indentation in there
<zorak> line 92
emmesswhy has joined #ruby
<shevy> 92 return tiempo_trabajado
<shevy> a value is returned here
<shevy> you can give the variable any number
<zenspider> WTF is "+++hours" ?
<shevy> it does not exist outside the method
<zenspider> "+++tiempo_extra_entrada + tiempo_extra_salida + tiempo_extra_nocturno ))"
<shevy> zorak do you know the difference between a local variable and an instance variable
mg^ has quit [Quit: Leaving]
<zorak> lol zenspider copy from vim
<zenspider> do you really expect us to help when you can't even provide the source properly?
<zenspider> shevy is right. tiempo_trabajado is a local to another method.
niklasb has joined #ruby
edwardloveall has quit [Quit: Leaving.]
<zorak> zenspider: i dont want to push to github to this
Wolland has joined #ruby
<zenspider> then it isn't our job to guess how you fucked shit up on copy/paste
o0oo0o has quit [Ping timeout: 264 seconds]
mfmfmfmfmfmf has joined #ruby
deric_skibotn has quit [Ping timeout: 250 seconds]
<shevy> zorak you would have to create a minimal example where the problem exists
Cache_Money has quit [Quit: Cache_Money]
tectonic has joined #ruby
GriffinHeart has quit [Ping timeout: 246 seconds]
saarinen has quit [Read error: Connection reset by peer]
<havenwood> zorak: You can always make a sekret gist: https://gist.github.com
lw has quit [Quit: s]
charliesome_ has quit [Quit: zzz]
saarinen has joined #ruby
<zorak> i need to make tiempo_trabajado an instance variable
tectonic has quit [Client Quit]
mikecmpbll has quit [Quit: i've nodded off.]
<zorak> to do that, just @tiempo_trabajado = foo
<zorak> ??
tkuchiki has joined #ruby
peckermanzzz has joined #ruby
Deele has joined #ruby
Caius has joined #ruby
Mekkis has joined #ruby
soulcake has joined #ruby
rezzack has quit [Quit: Leaving.]
charliesome has joined #ruby
Caius has joined #ruby
Caius has quit [Changing host]
soulcake has joined #ruby
soulcake has quit [Changing host]
<shevy> yes
<shevy> but foo must exist or be known
mikecmpbll has joined #ruby
cirn0 has quit [Remote host closed the connection]
<zorak> and in the return with the @ too?
lw has joined #ruby
cirn0 has joined #ruby
andrewjanssen has quit [Quit: Leaving...]
lw has quit [Client Quit]
<zorak> its not working
<shevy> no man
<shevy> you must read up ruby tutorials first
<shevy> if you don't even know instance variables
<shevy> or local variables
charliesome has quit [Client Quit]
<zorak> NameError: undefined local variable or method `tiempo_trabajado' for #<Calculadora:0x9012c38>
sfire||work has joined #ruby
<zorak> maybe is a class variable what i need?
cirn0 has quit [Ping timeout: 245 seconds]
<havenwood> zorak: nooo
DEA7TH has quit [Ping timeout: 240 seconds]
hobo has joined #ruby
rimenes has joined #ruby
xlii has quit [Ping timeout: 255 seconds]
Aranshada|W_ has joined #ruby
_KaszpiR__ has quit [Ping timeout: 255 seconds]
<zorak> what if i replace all the 'tiempo_trabajado' for 'trabajo(n)' ??
upgrayeddd has quit [Quit: Leaving.]
_KaszpiR_ has joined #ruby
<hobo> okay so trying to debug a undefined method error for nilclass
Alina-malina has quit [Read error: Connection reset by peer]
<hobo> the code is here https://github.com/hzab/katas/blob/master/merge_sort.rb and i'm not sure what is wrong
Aranshada|W has quit [Ping timeout: 255 seconds]
djbkd has quit [Remote host closed the connection]
<hobo> it has to do with array not being an array
TheSojourner has joined #ruby
wjimenez5271 has quit [Remote host closed the connection]
Alina-malina has joined #ruby
lewis_ has quit [Ping timeout: 255 seconds]
Lewix has quit [Ping timeout: 255 seconds]
kenneth_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Photism_ has joined #ruby
xlii has joined #ruby
renier has quit [Quit: Textual IRC Client: www.textualapp.com]
binaryhat has quit [Ping timeout: 255 seconds]
mjulian has quit [Ping timeout: 255 seconds]
wjimenez5271 has joined #ruby
oo_ has joined #ruby
oso96_2000 has quit [Ping timeout: 255 seconds]
thomasxie has joined #ruby
saarinen has quit [Read error: Connection reset by peer]
<zorak> fuck yeah!
<zorak> works!
moritzs has joined #ruby
moted has quit []
saarinen has joined #ruby
starkhallo has joined #ruby
bricker`1A has joined #ruby
yezzie has joined #ruby
thumpba_ has joined #ruby
mkaesz has joined #ruby
virtualize has joined #ruby
wjimenez5271 has quit [Ping timeout: 246 seconds]
DanKnox_ has joined #ruby
gkra_ has joined #ruby
oo_ has quit [Ping timeout: 240 seconds]
yasu__ has joined #ruby
verto_ has joined #ruby
matrixise has joined #ruby
jpic has joined #ruby
MarcWebe2 has joined #ruby
ARCADIVS has joined #ruby
oso|away has joined #ruby
oso|away is now known as oso96_2000
gsd has joined #ruby
rs0 has joined #ruby
vinky has joined #ruby
mkaesz has quit [Ping timeout: 244 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
michaeldeol has joined #ruby
matchaw_ has joined #ruby
metadave_ has joined #ruby
natewalck_ has joined #ruby
AlyssaDaemon has joined #ruby
irk_ has joined #ruby
<havenwood> hobo: consider the following: array = [1, 2]; mid = (array.length)/2; right = array.slice(mid, -1)
<havenwood> hobo: right #=> nil
<hobo> ah
thejoecarroll has joined #ruby
lukeholder has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<gr33n7007h> hobo, left = array.slice(0, mid) change this to left = array.slice(0...mid) right = array.slice(mid, -1) change this to right = array.slice(mid...-1)
Davey_ has joined #ruby
Numdox has joined #ruby
Kamilion|ZNC has joined #ruby
michaeldeol has quit [Client Quit]
waltz has joined #ruby
agrinb has quit [Remote host closed the connection]
Evan- has joined #ruby
sfire||work has quit [*.net *.split]
IcyDragon has quit [*.net *.split]
yezzie_ has quit [*.net *.split]
krz has quit [*.net *.split]
matchaw has quit [*.net *.split]
Photism has quit [*.net *.split]
_lexjm has quit [*.net *.split]
project2501a has quit [*.net *.split]
metadave has quit [*.net *.split]
natewalck has quit [*.net *.split]
andrewstewart_ has quit [*.net *.split]
verto has quit [*.net *.split]
DanKnox has quit [*.net *.split]
thejoecarroll_ has quit [*.net *.split]
waltz_ has quit [*.net *.split]
jpic_ has quit [*.net *.split]
thumpba has quit [*.net *.split]
bricker`LA has quit [*.net *.split]
Morrolan has quit [*.net *.split]
starkhalo has quit [*.net *.split]
irk has quit [*.net *.split]
gkra has quit [*.net *.split]
matrixis1 has quit [*.net *.split]
yasu_ has quit [*.net *.split]
Tiesoul has quit [*.net *.split]
urtokk has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
Thanatermesis has quit [*.net *.split]
Davey has quit [*.net *.split]
catepillar has quit [*.net *.split]
vinky_ has quit [*.net *.split]
proxie has quit [*.net *.split]
Kamilion has quit [*.net *.split]
AlyssaDa1mon has quit [*.net *.split]
MarcWebe1 has quit [*.net *.split]
Evan_ has quit [*.net *.split]
dserodio_ has quit [*.net *.split]
gizmore has quit [*.net *.split]
rs0_ has quit [*.net *.split]
Numd0x has quit [*.net *.split]
DanKnox_ is now known as DanKnox
Davey_ is now known as Davey
natewalck_ is now known as natewalck
Kamilion|ZNC is now known as Kamilion
dserodio has joined #ruby
skysploit has quit [Remote host closed the connection]
bashrw_ has joined #ruby
sweeper_ is now known as sweeper
Sht0 has joined #ruby
drexxler has joined #ruby
HaniKazmi has quit [Remote host closed the connection]
metadave_ is now known as metadave
toretore has quit [Quit: This computer has gone to sleep]
<drexxler> Any idea what would be causing this error when trying to download compass? `Errno::ETIMEDOUT: Operation timed out - connect(2) (https://your-dns-needs-immediate-attention.network/quick/Marshal.4.8/compass-1.0.1.gemspec.rz)`
<hobo> gr33n7007h: hm doesn't seem to work still
lewis_ has joined #ruby
Lewix has joined #ruby
saarinen has quit [Quit: saarinen]
catepillar has joined #ruby
bashrw has quit [Quit: bashrw]
bashrw_ is now known as bashrw
Photism2 has joined #ruby
<gr33n7007h> yeah scrap that was thinking something totally different
IcyDragon has joined #ruby
peeja has quit [Ping timeout: 246 seconds]
rikai has quit [Quit: No Ping reply in 180 seconds.]
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Photism_ has quit [Ping timeout: 246 seconds]
niklasb has quit [Ping timeout: 240 seconds]
<hobo> wait nvm it did something
<hobo> im getting a different error now, empty? nilclass
andrewstewart_ has joined #ruby
yxhuvud has joined #ruby
<gr33n7007h> hobo, right = array.slice(mid, -1) <=# this part of the code is returning nil
gizmore has joined #ruby
froggy_ has quit [Ping timeout: 246 seconds]
Morrolan has joined #ruby
Thanatermesis has joined #ruby
koell has quit [Ping timeout: 250 seconds]
peeja has joined #ruby
Photism has joined #ruby
<drexxler> Any ideas?
enebo has quit [Ping timeout: 246 seconds]
clocKwize has quit [Ping timeout: 246 seconds]
chrishou_ has joined #ruby
chrishough has quit [Ping timeout: 246 seconds]
ahmads_ has quit [Ping timeout: 246 seconds]
Photism2 has quit [*.net *.split]
metadave has quit [*.net *.split]
matchaw_ has quit [*.net *.split]
rs0 has quit [*.net *.split]
matrixise has quit [*.net *.split]
verto_ has quit [*.net *.split]
xlii has quit [*.net *.split]
TheSojourner has quit [*.net *.split]
eval-in____ has quit [*.net *.split]
Arahael has quit [*.net *.split]
jle` has quit [*.net *.split]
bryanhowarth has quit [*.net *.split]
axsuul has quit [*.net *.split]
maxmanders_ has quit [*.net *.split]
wiscas has quit [*.net *.split]
mosheee has quit [*.net *.split]
flagg0204_ has quit [*.net *.split]
jamo__ has quit [*.net *.split]
speaking1ode has quit [*.net *.split]
RandyT has quit [*.net *.split]
thomasfedb has quit [*.net *.split]
CaptainJet has quit [*.net *.split]
bradleyprice has quit [*.net *.split]
sarkis has quit [*.net *.split]
Eiam has quit [*.net *.split]
bjz has quit [*.net *.split]
genta has quit [*.net *.split]
Pro| has quit [*.net *.split]
wmoxam has quit [*.net *.split]
jradd has quit [*.net *.split]
choke has quit [*.net *.split]
sumark_ has quit [*.net *.split]
jsaak has quit [*.net *.split]
osvico has quit [*.net *.split]
IceyEC_ has quit [*.net *.split]
v0n has quit [*.net *.split]
aef_ has quit [*.net *.split]
chrisg has quit [*.net *.split]
iceden has quit [*.net *.split]
guiguidoc has quit [*.net *.split]
dc has quit [*.net *.split]
Ulrike_Rayne has quit [*.net *.split]
zartoosh has quit [*.net *.split]
lusory has quit [*.net *.split]
queequeg1 has quit [*.net *.split]
drusepth has quit [*.net *.split]
kies has quit [*.net *.split]
Azure has quit [*.net *.split]
camilasann has quit [*.net *.split]
rikai has joined #ruby
koell has joined #ruby
optiz0r has quit [Ping timeout: 245 seconds]
lusory has joined #ruby
clocKwize has joined #ruby
optiz0r has joined #ruby
Bumptious has joined #ruby
OffTheRails has quit [Ping timeout: 260 seconds]
Channel6 has joined #ruby
ahmads has joined #ruby
froggy has joined #ruby
froggy is now known as Guest59775
<hobo> gr33n7007h: ah okay, why doesn't that work?
icebourg has joined #ruby
lewis_ has quit []
agrinb has joined #ruby
caveat- has quit [Ping timeout: 260 seconds]
yezzie has quit [Ping timeout: 245 seconds]
tectonic has joined #ruby
benlieb has quit [Quit: benlieb]
charliesome has joined #ruby
osvico has joined #ruby
<gr33n7007h> >> "string"[2, -1]
benlieb has joined #ruby
xlii has joined #ruby
bradleyprice has joined #ruby
arup_r has joined #ruby
verto_ has joined #ruby
eval-in____ has joined #ruby
Arahael has joined #ruby
speaking1ode has joined #ruby
metadave has joined #ruby
aef_ has joined #ruby
v0n has joined #ruby
choke has joined #ruby
sarkis has joined #ruby
wiscas has joined #ruby
Eiam has joined #ruby
guiguidoc has joined #ruby
Azure has joined #ruby
kies has joined #ruby
jsaak has joined #ruby
queequeg1 has joined #ruby
bryanhowarth has joined #ruby
rs0 has joined #ruby
zartoosh has joined #ruby
RandyT has joined #ruby
bjz has joined #ruby
genta has joined #ruby
CaptainJet has joined #ruby
maxmanders_ has joined #ruby
jamo__ has joined #ruby
camilasann has joined #ruby
flagg0204_ has joined #ruby
Ulrike_Rayne has joined #ruby
IceyEC_ has joined #ruby
thomasfedb has joined #ruby
Pro| has joined #ruby
wmoxam has joined #ruby
drusepth has joined #ruby
jradd has joined #ruby
iceden has joined #ruby
moshee has joined #ruby
sumark_ has joined #ruby
axsuul has joined #ruby
TheSojourner has joined #ruby
dc has joined #ruby
chrisg has joined #ruby
matchaw_ has joined #ruby
moshee has quit [Changing host]
moshee has joined #ruby
Sht0 has quit [Ping timeout: 240 seconds]
jrunning has quit [Ping timeout: 250 seconds]
HashNuke has quit [Ping timeout: 250 seconds]
frode15243 has quit [Ping timeout: 250 seconds]
oo_ has joined #ruby
<pontiki> drexxler: i think you've been hacked
daxroc__ has quit [Ping timeout: 250 seconds]
rfv_ has quit [Ping timeout: 250 seconds]
rege has quit [Ping timeout: 250 seconds]
bcavileer has quit [Ping timeout: 250 seconds]
mostlybadfly has quit [Ping timeout: 250 seconds]
preyalone has quit [Ping timeout: 250 seconds]
BeanDip has quit [Ping timeout: 245 seconds]
Ankhers has quit [Ping timeout: 264 seconds]
troter has quit [Ping timeout: 250 seconds]
Tranquility has quit [Ping timeout: 250 seconds]
bradleyprice has quit [Ping timeout: 244 seconds]
Wolland has quit [Remote host closed the connection]
troter has joined #ruby
Wolland has joined #ruby
bcavileer has joined #ruby
preyalone has joined #ruby
mostlybadfly has joined #ruby
frode15243_ has joined #ruby
daxroc__ has joined #ruby
jrunning_ has joined #ruby
rfv_ has joined #ruby
testcore has joined #ruby
HashNuke has joined #ruby
rege has joined #ruby
Tranquility has joined #ruby
o0oo0o has joined #ruby
agrinb has quit [Remote host closed the connection]
agrinb has joined #ruby
gsd has joined #ruby
bashrw has quit [Quit: bashrw]
GriffinHeart has joined #ruby
baroquebobcat has joined #ruby
Wolland has quit [Ping timeout: 240 seconds]
agrinb has quit [Read error: No route to host]
axsuul has quit [Read error: Connection reset by peer]
IcyDragon has quit [Ping timeout: 240 seconds]
kenneth has joined #ruby
IcyDragon has joined #ruby
caveat- has joined #ruby
krz has joined #ruby
matrixise has joined #ruby
lidaaa has joined #ruby
charliesome has quit [Quit: zzz]
GriffinHeart has quit [Ping timeout: 244 seconds]
benlieb has quit [Quit: benlieb]
mfmfmfmfmfmf has quit [Remote host closed the connection]
TheDracle has quit [Ping timeout: 250 seconds]
urtokk has joined #ruby
edwardloveall has joined #ruby
fabrice31 has joined #ruby
mikepack has quit [Remote host closed the connection]
nhhagen has quit [Remote host closed the connection]
fabrice31 has quit [Ping timeout: 240 seconds]
mattmcclure has quit [Quit: Connection closed for inactivity]
toastynerd has joined #ruby
Ankhers has joined #ruby
yetanotherdave has quit [Ping timeout: 240 seconds]
BeanDip has joined #ruby
charliesome has joined #ruby
emmesswhy has quit [Quit: This computer has gone to sleep]
oo_ has quit [Remote host closed the connection]
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TheDracle has joined #ruby
alvaro_o has quit [Quit: Ex-Chat]
Ankhers has quit [Ping timeout: 264 seconds]
oo_ has joined #ruby
mockra has quit [Remote host closed the connection]
mockra has joined #ruby
toastynerd has quit [Remote host closed the connection]
mockra has quit [Ping timeout: 244 seconds]
radic has joined #ruby
troyready has quit [Ping timeout: 260 seconds]
CaptainJet has quit [Ping timeout: 246 seconds]
radic_ has quit [Ping timeout: 245 seconds]
thomasxie has quit [Remote host closed the connection]
thomasxie has joined #ruby
spastorino has quit [Quit: Connection closed for inactivity]
BeanDip has quit [Ping timeout: 244 seconds]
CaptainJet has joined #ruby
bashrw has joined #ruby
<havenwood> hobo: here's an alternate implementation in one method, just for fun: https://gist.github.com/havenwood/bbfa87b137935493d0aa
<hobo> yeah havenwood, im actually debugging my gfs code and it took me awhile to figure out the nil variables
<hobo> .fdiv is cool
<havenwood> ah the joy of nil hunting
<hobo> i dont actually program much in ruby, except when my gf has problems
hamakn has joined #ruby
hamakn has quit [Remote host closed the connection]
thomasxie has left #ruby [#ruby]
hamakn has joined #ruby
zubov has joined #ruby
zubov has quit [Quit: Leaving]
peret has joined #ruby
moritzschaefer has joined #ruby
xenomorp is now known as {xenomorph}
{xenomorph} has quit [Changing host]
{xenomorph} has joined #ruby
yacks has quit [Ping timeout: 260 seconds]
BeanDip has joined #ruby
{xenomorph} is now known as xenomorph
chrishou_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
moritzs has quit [Ping timeout: 240 seconds]
GriffinHeart has joined #ruby
bricker`1A is now known as bricker
RandyT has quit [Ping timeout: 246 seconds]
lw has joined #ruby
<benzrf> iktf
<benzrf> oops wrong channel
oo_ has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
GriffinHeart has quit [Ping timeout: 260 seconds]
braincra- has quit [Quit: bye bye]
RandyT has joined #ruby
Takle has joined #ruby
linojon has joined #ruby
cirn0 has joined #ruby
braincrash has joined #ruby
freerobby has joined #ruby
icebourg_ has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
icebourg_ has quit [Max SendQ exceeded]
icebourg_ has joined #ruby
icebourg_ has quit [Max SendQ exceeded]
icebourg_ has joined #ruby
Takle has quit [Ping timeout: 240 seconds]
icebourg has quit [Ping timeout: 240 seconds]
icebourg_ has quit [Client Quit]
cirn0 has quit [Ping timeout: 240 seconds]
tkuchiki has joined #ruby
moritzschaefer has quit [Ping timeout: 240 seconds]
djbkd has joined #ruby
SilkFox_ has joined #ruby
mkaesz has joined #ruby
dorei has quit [Ping timeout: 245 seconds]
krz has quit [Ping timeout: 244 seconds]
mkaesz has quit [Ping timeout: 260 seconds]
binaryhat has joined #ruby
upgrayeddd has joined #ruby
Thanatermesis has quit [Quit: ɯlɐɔ uı ʞɹoʍ oʇ ƃuıoƃ]
mockra_ has joined #ruby
chrishough has joined #ruby
mockra_ has quit [Remote host closed the connection]
chrishough has quit [Client Quit]
mockra_ has joined #ruby
chrishough has joined #ruby
gwb3 has quit [Quit: leaving]
ForkingPaths has joined #ruby
tkuchiki has quit [Remote host closed the connection]
_djbkd has joined #ruby
thomasxie has joined #ruby
mockra_ has quit [Ping timeout: 245 seconds]
tlarevo has joined #ruby
froggy_ has joined #ruby
rjhunter has quit [Remote host closed the connection]
Wolland has joined #ruby
Lewoco has joined #ruby
Wolland has quit [Read error: Connection reset by peer]
iamjarvo has joined #ruby
djbkd has quit [Ping timeout: 260 seconds]
jle` has joined #ruby
Guest59775 has quit [Ping timeout: 240 seconds]
Wolland_ has joined #ruby
tkuchiki has joined #ruby
oo_ has joined #ruby
dseitz has joined #ruby
alexju has joined #ruby
upgrayeddd has quit [Quit: Leaving.]
iamjarvo has quit [Read error: Connection reset by peer]
charliesome has quit [Quit: zzz]
bmurt has joined #ruby
<Lewoco> Why is bundler incapable of managing itself?
drexxler has quit [Remote host closed the connection]
<Lewoco> For example, if I put (gem 'bundler', '1.6.6') in my Gemfile, why doesn't my system-wide bundler (possibly different version) just go and fetch it when I do 'bundle install'?
<Lewoco> bundler wants us to believe that it can manage other gems but it can't even manage itself =)
ferno has joined #ruby
upgrayeddd has joined #ruby
bmurt has quit [Ping timeout: 240 seconds]
yetanotherdave has joined #ruby
narcan has joined #ruby
edwardloveall has quit [Quit: Leaving.]
lw has quit [Quit: s]
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
thomasxie has left #ruby [#ruby]
iamjarvo has joined #ruby
mockra_ has joined #ruby
tkuchiki has quit [Remote host closed the connection]
mockra_ has quit [Remote host closed the connection]
mockra_ has joined #ruby
ferno has quit [Ping timeout: 246 seconds]
IcyDragon has quit [Ping timeout: 260 seconds]
CaptainJet has quit []
BeanDip has quit [Ping timeout: 260 seconds]
IcyDragon has joined #ruby
Sauvin has joined #ruby
mockra__ has joined #ruby
devyn has quit [Ping timeout: 245 seconds]
mockra_ has quit [Ping timeout: 245 seconds]
IcyDragon is now known as IceDragon
fabrice31 has joined #ruby
pu22l3r_ has joined #ruby
Ankhers has joined #ruby
GriffinHeart has joined #ruby
jmbrown412 has joined #ruby
afhammad has joined #ruby
freerobby has quit [Quit: Leaving.]
upgrayeddd has quit [Quit: Leaving.]
ylluminarious has quit [Quit: Leaving...]
fabrice31 has quit [Ping timeout: 245 seconds]
mockra__ has quit [Remote host closed the connection]
mockra has joined #ruby
pu22l3r_ has quit [Ping timeout: 245 seconds]
Ankhers has quit [Ping timeout: 264 seconds]
devyn has joined #ruby
GriffinHeart has quit [Ping timeout: 240 seconds]
davedev24_ has quit [Ping timeout: 240 seconds]
upgrayeddd has joined #ruby
benlieb has joined #ruby
lukeholder has joined #ruby
lukeholder has quit [Max SendQ exceeded]
afhammad has quit [Client Quit]
lukeholder has joined #ruby
kachi8 has quit [Remote host closed the connection]
mockra has quit [Ping timeout: 244 seconds]
_djbkd has quit [Quit: My people need me...]
chrishough has quit [Read error: Connection reset by peer]
lukeholder has quit [Client Quit]
davedev24_ has joined #ruby
bashrw has quit [Quit: bashrw]
yetanotherdave has quit [Quit: Lost terminal]
Cheezebox has joined #ruby
cris1 has joined #ruby
bryanhowarth has quit [Quit: quit | bryan.howarth@gmail.com | twitter.com/bryanhowarth]
devyn has quit [Read error: Connection reset by peer]
devyn has joined #ruby
RTG`` has joined #ruby
RTG` has quit [Disconnected by services]
mordocai has joined #ruby
mordocai has quit [Remote host closed the connection]
mordocai has joined #ruby
BeanDip has joined #ruby
mkaesz has joined #ruby
chrishough has joined #ruby
ForkingPaths has quit [Ping timeout: 244 seconds]
mkaesz has quit [Ping timeout: 245 seconds]
Cheezebox has quit [Remote host closed the connection]
yacks has joined #ruby
<havenwood> Lewoco: So to run in the context of the bundler in your bundle you'd?: bundle exec bundle exec bundle
<Lewoco> havenwood, No. I don't care which version of bundle sets up my environment. I only care about the version of bundle seen by my program.
<Lewoco> havenwood, But sadly bundler will throw up an error if you specify a bundler version in your Gemfile instead of just installing/using it (like it would any other gem).
<Lewoco> havenwood, i.e. if I do 'bundle exec myprog' I want myprog to see whatever bundler I've specified in my Gemfile.
<havenwood> Lewoco: I just always use latest bundler :P, but yeah, you'd have to manually run it with the version you wanted
zubov has joined #ruby
<Lewoco> havenwood, Yeah, pretty lame.
lidaaa has quit [Read error: Connection reset by peer]
lidaaa has joined #ruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oo_ has quit [Remote host closed the connection]
zubov has quit [Client Quit]
davispuh has quit [Ping timeout: 245 seconds]
mordocai has quit [Read error: Connection reset by peer]
<Lewoco> havenwood, Apparently the recommended way of doing it is to tell all your users to manually install the particular bundler gem and then explicitly use it with 'bundler _1.6.6_ install'.
gsd has joined #ruby
mordocai has joined #ruby
davedev24_ has quit [Ping timeout: 244 seconds]
mary5030 has joined #ruby
ferno has left #ruby ["WeeChat 0.4.2"]
narcan has quit [Quit: -[AppDelegate installMalware]: unrecognized selector sent to instance 0x156109c0]
end_guy has quit [Remote host closed the connection]
Cheezebox has joined #ruby
jack_rabbit has quit [Ping timeout: 260 seconds]
danijoo has quit [Read error: Connection reset by peer]
end_guy has joined #ruby
danijoo has joined #ruby
oo_ has joined #ruby
<bricker> so haproxy mysql-check user can't have a password? Seems like a bad design.
emmesswhy has joined #ruby
oo_ has quit [Remote host closed the connection]
fold has joined #ruby
<havenwood> Lewoco: gem install --file "Gemfile" --install-dir "$PWD/vendor/bundle" && GEM_HOME="$PWD/vendor/bundle"
<havenwood> Lewoco: RubyGems has a lot of the Bundler functionality now working. :)
tkuchiki has joined #ruby
<havenwood> *soon*
nhhagen has joined #ruby
davedev24_ has joined #ruby
dkamioka has joined #ruby
yeticry_ has joined #ruby
yeticry_ has quit [Client Quit]
emmesswhy has quit [Client Quit]
zubov has joined #ruby
chrishough has quit [Read error: Connection reset by peer]
ylluminarious has joined #ruby
chihhsin_cloud has joined #ruby
nhhagen has quit [Ping timeout: 260 seconds]
ylluminarious has quit [Client Quit]
crus has quit [Read error: Connection reset by peer]
fold has quit [Ping timeout: 260 seconds]
Bumptiou_ has joined #ruby
Fezzler has joined #ruby
Bumptious has quit [Ping timeout: 240 seconds]
zubov has quit [Quit: Leaving]
Ankhers has joined #ruby
GriffinHeart has joined #ruby
mordocai has quit [Ping timeout: 240 seconds]
<aedorn> is there a markdown format for forms that any parser officially supports?
starless has joined #ruby
soasme has joined #ruby
yfeldblum has quit [Ping timeout: 260 seconds]
Ankhers has quit [Ping timeout: 264 seconds]
GriffinHeart has quit [Ping timeout: 240 seconds]
benzrf has quit [Quit: bye]
jradd has quit [Quit: WeeChat 1.0]
benzrf has joined #ruby
benzrf is now known as Guest90845
Guest90845 is now known as benzrf
GregWittman has quit [Quit: WeeChat 1.0]
x1337807x has joined #ruby
soasme has quit [Ping timeout: 245 seconds]
dkamioka has quit [Remote host closed the connection]
Lewix has quit [Remote host closed the connection]
dkamioka has joined #ruby
starless has quit [Remote host closed the connection]
osvico has quit [Ping timeout: 244 seconds]
mkaesz has joined #ruby
soasme has joined #ruby
benlieb has quit [Quit: benlieb]
dkamioka has quit [Ping timeout: 260 seconds]
dawkirst has joined #ruby
mkaesz has quit [Ping timeout: 260 seconds]
dawkirst has quit [Ping timeout: 240 seconds]
tkuchiki has quit [Remote host closed the connection]
osvico has joined #ruby
klmlfl has joined #ruby
mityaz has joined #ruby
<bricker> what?
oo_ has joined #ruby
cirn0 has joined #ruby
Fezzler has quit [Quit: Leaving]
cirn0 has quit [Ping timeout: 240 seconds]
flowerhack has joined #ruby
douglasssssss has joined #ruby
nhhagen has joined #ruby
BeanDip has quit [Ping timeout: 244 seconds]
User458764 has joined #ruby
fabrice31 has joined #ruby
mary5030 has quit [Remote host closed the connection]
<Lewoco> Is there an easy way to convert all the keys in a hash from strings to symbols?
<Lewoco> stringify_keys
douglasssssss has quit [Client Quit]
oo_ has quit [Remote host closed the connection]
nhhagen has quit [Ping timeout: 260 seconds]
dseitz has quit [Quit: Textual IRC Client: www.textualapp.com]
<Lewoco> Bah, that goes the wrong way =/
oo_ has joined #ruby
oo_ has quit [Remote host closed the connection]
fabrice31 has quit [Ping timeout: 246 seconds]
tylerkern has quit [Quit: Connection closed for inactivity]
<Hanmac> Lewoco: let me guess, you are a rails user, ne?
<Lewoco> Hanmac, Nope. I already found out there's a function with rails.
<Lewoco> Hanmac, Best I've been able to find w/o rails is https://gist.github.com/Integralist/9503099
<bricker> Lewoco: Look at the source for stringify keys, I bet it's really simple
<Hanmac> yeah ... there IS a reason why Hash does treat Strings and Symbols differently ... only the rails users does not understand that
<bricker> aww that's not fair
<bricker> Hanmac: we understand, we just don't care ;)
<Lewoco> Hanmac, I don't understand but I also don't care =)
<Hanmac> yeah and then whining that rails got memory leaks
<Hanmac> or secuitry leaks
<Lewoco> Hanmac, Strings are shared globally right?
<bricker> Hanmac: well hey, symbols being GC'd in 2.2... getting closer and closer
lkba has quit [Ping timeout: 260 seconds]
<bricker> soon they'll be called Stringbols
<bricker> Strymbols
<Lewoco> Or maybe they'll figure out that C++ pass by copy was the right solution all along =)
<bricker> fuck it, let's all use Erlang
<Hanmac> bricker: currently: Strings, frozen Strings, Dynamic Symbols, pinned Symbols, Static Symbols ... all of them are treated differently by the GC
IceDragon has quit [Quit: Space~~~]
<Hanmac> hm or did i forgot one category?
<bricker> indeed
linojon has quit [Quit: linojon]
Bumptiou_ has quit [Remote host closed the connection]
<bricker> but rails converts between (previously) static symbols and strings, now it will be converting between dynamic symbols and strings
<bricker> so there is less harm
<bricker> less potential harm, I should say
Bumptious has joined #ruby
Bumptious has quit [Remote host closed the connection]
<bricker> YEAH my haproxy stats are all green and blue, god I am so happy
Bumptious has joined #ruby
fantazo has joined #ruby
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
GriffinHeart has joined #ruby
Channel6 has quit [Quit: Leaving]
GriffinHeart has quit [Ping timeout: 245 seconds]
ht__th has joined #ruby
ht__th has quit [Remote host closed the connection]
lidaaa has quit [Quit: Leaving]
peret has quit [Remote host closed the connection]
lkba has joined #ruby
heftig has joined #ruby
starkhallo has quit [Ping timeout: 240 seconds]
<arup_r> Can any one tell me where is this document ?
<arup_r> >> puts [["what", "is", "the", "dog"]]
<eval-in____> arup_r => what ... (https://eval.in/185670)
jmbrown412 has quit [Remote host closed the connection]
SilkFox_ has quit [Ping timeout: 260 seconds]
<arup_r> puts flattening the array... ?
mkaesz has joined #ruby
<mozzarella> arup_r: I don't understand your question
LudicrousMango has joined #ruby
<arup_r> you just fire the code in IRB
<arup_r> see what it prints
<arup_r> puts [1,2] and puts [[1,2]] behaves same
joelroa has quit [Quit: Textual IRC Client: www.textualapp.com]
Vile` has quit [Ping timeout: 250 seconds]
joelroa has joined #ruby
Vile` has joined #ruby
_5kg has quit [Ping timeout: 240 seconds]
danoo has joined #ruby
benzrf is now known as benzrf|offline
danoo has quit [Client Quit]
danoo has joined #ruby
danoo has quit [Client Quit]
mkaesz has quit [Remote host closed the connection]
yfeldblum has joined #ruby
txdv_ has quit [Read error: Connection reset by peer]
txdv has joined #ruby
mkaesz has joined #ruby
danoo has joined #ruby
yfeldblum has quit [Ping timeout: 245 seconds]
yfeldblu_ has joined #ruby
yfeldblu_ has quit [Remote host closed the connection]
yasu__ is now known as yasu
yfeldblum has joined #ruby
codecop has joined #ruby
_5kg has joined #ruby
axilla has quit [Ping timeout: 240 seconds]
alexju has quit [Remote host closed the connection]
flowerhack has quit [Remote host closed the connection]
danoo has quit [Client Quit]
kvad32 has joined #ruby
jlast has quit [Remote host closed the connection]
soasme has quit [Ping timeout: 240 seconds]
BeanDip has joined #ruby
GriffinHeart has joined #ruby
danoo has joined #ruby
danoo has quit [Client Quit]
soasme has joined #ruby
InhalingPixels has quit []
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
oo_ has joined #ruby
Ankhers has joined #ruby
io_syl has joined #ruby
Atrumx has joined #ruby
_lexjm has joined #ruby
danoo has joined #ruby
oo_ has quit [Remote host closed the connection]
skolman has quit [Remote host closed the connection]
gaussblurinc1 has joined #ruby
Ankhers has quit [Ping timeout: 264 seconds]
chihhsin_cloud has quit [Quit: Connection closed for inactivity]
user has joined #ruby
tvw has joined #ruby
[mark] has joined #ruby
klmlfl has quit [Remote host closed the connection]
klmlfl has joined #ruby
olivier_bK has joined #ruby
jmbrown412 has joined #ruby
autochthon has joined #ruby
aapole has joined #ruby
jmbrown412 has quit [Ping timeout: 260 seconds]
oo_ has joined #ruby
BeanDip has quit [Ping timeout: 260 seconds]
tkuchiki has joined #ruby
user is now known as icarus
oo_ has quit [Remote host closed the connection]
Guest36948 has joined #ruby
crdprink2 has joined #ruby
crdpink has quit [Ping timeout: 240 seconds]
soasme has quit [Remote host closed the connection]
TheNet has quit [Quit: Leaving...]
Guest36948 is now known as BLuEGoD
BLuEGoD is now known as Guest27128
danoo has quit [Quit: WeeChat 0.3.8]
fabrice31 has joined #ruby
lele` is now known as lele
douglasssssss has joined #ruby
douglasssssss has quit [Max SendQ exceeded]
fabrice31 has quit [Ping timeout: 244 seconds]
cirn0 has joined #ruby
<aedorn> I need a good spec doc format... oh yes... I'm going all waterfall design on this
Wolland has joined #ruby
Wolland_ has quit [Ping timeout: 240 seconds]
Guest27128 has quit [Quit: oh cruel destiny]
Takle has joined #ruby
nhhagen has joined #ruby
cirn0 has quit [Ping timeout: 244 seconds]
tectonic has quit []
[BNC]BLuEGoD has joined #ruby
davedev24_ has quit [Remote host closed the connection]
[BNC]BLuEGoD is now known as BLuEGoD
zettam has joined #ruby
LudicrousMango has quit []
BLuEGoD has quit [Client Quit]
gwb3 has joined #ruby
BLuEGoD has joined #ruby
nighter has quit [Quit: Reconnecting]
nighter has joined #ruby
Pharaoh2 has joined #ruby
Ilyas has joined #ruby
LudicrousMango has joined #ruby
LudicrousMango has quit [Client Quit]
nhhagen has quit [Ping timeout: 260 seconds]
ptrrr has joined #ruby
Cheezebox has quit [Remote host closed the connection]
danoo has joined #ruby
Lewix has joined #ruby
gwb3 has joined #ruby
havenwood has quit [Remote host closed the connection]
chihhsin_cloud has joined #ruby
Avahey_ has joined #ruby
wallerdev has quit [Quit: wallerdev]
BeanDip has joined #ruby
dacamp has quit [Ping timeout: 260 seconds]
icarus has quit [Ping timeout: 240 seconds]
dacamp has joined #ruby
Pharaoh2 has quit [Remote host closed the connection]
ajf- has quit [Quit: ZNC - http://znc.in]
wpp has joined #ruby
echevemaster has joined #ruby
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elementz has joined #ruby
_Andres has joined #ruby
io_syl has quit []
lkba has quit [Ping timeout: 244 seconds]
icarus has joined #ruby
echevemaster has quit [Quit: Leaving]
wasamasa has quit [Quit: ZNC]
andrewlio has joined #ruby
sarkis has quit [Ping timeout: 246 seconds]
Wolland has quit [Remote host closed the connection]
teeee1234 has joined #ruby
Wolland has joined #ruby
wpp has quit [Quit: ZZZzzz…]
Sht0 has joined #ruby
teeee1234 has quit [Client Quit]
mfmfmfmfmfmf has joined #ruby
Wolland has quit [Ping timeout: 246 seconds]
Atrumx has quit [Quit: exit]
carraroj has joined #ruby
oo_ has joined #ruby
IRLeif has joined #ruby
IRLeif is now known as IRLeif_AFK
IRLeif_AFK is now known as IRLeif
gomikemike has quit [Ping timeout: 240 seconds]
gomikemike has joined #ruby
olivier_bK has quit [Ping timeout: 260 seconds]
nhhagen has joined #ruby
timonv_ has joined #ruby
jhass|off is now known as jhass
oo_ has quit [Remote host closed the connection]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
danijoo has quit [Read error: Connection reset by peer]
marcel has quit [Quit: ZNC - http://znc.in]
danijoo has joined #ruby
marr has joined #ruby
klmlfl has quit [Remote host closed the connection]
klmlfl has joined #ruby
ghr has joined #ruby
benlieb has joined #ruby
gaussblurinc1 has quit [Quit: Leaving.]
klmlfl has quit [Ping timeout: 246 seconds]
<mr-foobar> in ruby is it possible to extend a class from outside ? like class Foo ... end ; Foo.extend(Bar) ?
ghr has quit [Ping timeout: 240 seconds]
sarkis has joined #ruby
<apeiros> mr-foobar: yes
<apeiros> mr-foobar: also you can reopen a class any time
Drakevr_ is now known as Drakevr
IRLeif is now known as IRLeif_AFK
Drakevr has quit [Changing host]
Drakevr has joined #ruby
<mr-foobar> apeiros: Is Foo an Object ? Because I looked under http://www.ruby-doc.org/core-2.1.2/Class.html and there are not many public methods
<apeiros> >> class Foo; end; Foo.is_a?(Object)
<eval-in____> apeiros => true (https://eval.in/185693)
<apeiros> mr-foobar: you can always ask ruby. fire up irb (or preferably pry) and try.
<apeiros> also:
<jhass> >> class Foo; end; Foo.ancestors
<eval-in____> jhass => [Foo, Object, Kernel, BasicObject] (https://eval.in/185695)
some1else has joined #ruby
<apeiros> >> class Foo; end; Foo.method(:extend).owner
<eval-in____> apeiros => Kernel (https://eval.in/185696)
<mr-foobar> that's excellent.
<apeiros> hrmpf, Kernel vs. Object… that one is not nice. ruby reports extend to be Kernel#extend, but it's documented under Object#extend…
<jhass> Kernel#extend seems like a silly place anyway
sarkis has quit [Ping timeout: 240 seconds]
<mr-foobar> apeiros: if I do Foo.extend(Bar), Foo.extend(Baz), Bar and Baz have to be modules right ? If they were classes that would be like multiple inheritance
<apeiros> mr-foobar: yes, Object#extend expects a Module as argument
<apeiros> though, I think other subclasses of Module work too, just Class does not
<mr-foobar> thx a lot !
some1else is now known as skyofdwarf
<mr-foobar> my head will explode on monday. I have to pick up php after python -> js -> ruby ...
autochthon has quit [Ping timeout: 246 seconds]
<apeiros> ew, php…poor lad
Symbiosisz has joined #ruby
<mr-foobar> i'll try to write a class Sanity and use that everywhere
<mr-foobar> i wish ruby were an API
Ankhers has joined #ruby
IRLeif_AFK has quit [Quit: I'm away at the moment.]
HelperW___ has joined #ruby
bearish has joined #ruby
Ankhers has quit [Ping timeout: 264 seconds]
Takumo has quit [Ping timeout: 250 seconds]
<apeiros> I'm happy with ruby being a language, not an API ;-p
oo_ has joined #ruby
toretore has joined #ruby
culturelabs___ has left #ruby [#ruby]
tanath has quit [Remote host closed the connection]
tanath has joined #ruby
oo_ has quit [Remote host closed the connection]
dawkirst has joined #ruby
jmbrown412 has joined #ruby
Tiesoul_ has joined #ruby
BraddBitt has joined #ruby
qba73 has joined #ruby
jmbrown412 has quit [Ping timeout: 260 seconds]
carraroj has quit [Ping timeout: 246 seconds]
oo_ has joined #ruby
BraddPitt has quit [Ping timeout: 260 seconds]
diegoviola has quit [Remote host closed the connection]
Catzby has quit [Ping timeout: 260 seconds]
fabrice31 has joined #ruby
tkuchiki has quit [Remote host closed the connection]
Davedo has quit [Ping timeout: 245 seconds]
Wolland has joined #ruby
oo_ has quit [Remote host closed the connection]
spider-mario has joined #ruby
fabrice31 has quit [Ping timeout: 245 seconds]
spider-mario has quit [Read error: Connection reset by peer]
Davedo has joined #ruby
banister has joined #ruby
spider-mario has joined #ruby
Pharaoh2 has joined #ruby
bearish_ has joined #ruby
Wolland has quit [Ping timeout: 245 seconds]
GriffinHeart has quit [Remote host closed the connection]
IRLeif has joined #ruby
bearish has quit [Ping timeout: 244 seconds]
ndRx has joined #ruby
benlieb has quit [Quit: benlieb]
ndrei has quit [Ping timeout: 250 seconds]
timonv_ has quit [Remote host closed the connection]
kvad32 has quit [Ping timeout: 245 seconds]
Tiesoul_ has quit [Disconnected by services]
Tiesoul_ has joined #ruby
sarkis has joined #ruby
DEA7TH has joined #ruby
mfmfmfmfmfmf has quit [Remote host closed the connection]
GriffinHeart has joined #ruby
sarkis has quit [Ping timeout: 240 seconds]
GriffinHeart has quit [Remote host closed the connection]
Tiesoul_ has quit [Disconnected by services]
<pontiki> uugggghhhh. why am i awake...
Tiesoul_ has joined #ruby
Pharaoh2 has quit [Remote host closed the connection]
Tiesoul_ has quit [Remote host closed the connection]
narcan has joined #ruby
sevenseacat has joined #ruby
_Andres has quit [Ping timeout: 240 seconds]
decoponio has joined #ruby
<arup_r> pontiki: may be power cut :p
lxsameer has joined #ruby
lxsameer has joined #ruby
anaeem1 has joined #ruby
ndRx has quit [Ping timeout: 260 seconds]
kaspertidemann has joined #ruby
kachi8 has joined #ruby
Ankhers has joined #ruby
goshdarnyou has quit [Quit: Connection closed for inactivity]
gwb3 has quit [Remote host closed the connection]
User458764 has quit [Quit: Textual IRC Client: www.textualapp.com]
<pontiki> i don't generally plug into the mains while sleeping
voodoofish has joined #ruby
Ankhers has quit [Ping timeout: 264 seconds]
voodoofish1 has quit [Ping timeout: 260 seconds]
sigurding has joined #ruby
m8 has joined #ruby
HelperW___ has quit [Quit: Lingo - http://www.lingoirc.com]
adironduck has joined #ruby
timonv_ has joined #ruby
GriffinHeart has joined #ruby
SCHAAP137 has joined #ruby
GriffinHeart has quit [Ping timeout: 244 seconds]
<adironduck> Regarding gem naming conventions: say you have a gem for doing Event Sourcing (http://martinfowler.com/eaaDev/EventSourcing.html) in ruby. It is storage agnostic, we can inject different storage drivers as long as they adhere to a common interface. We write a driver for SQL db storage as a separate gem. Should we consider the storage gem to be an extension to the main gem, or a standalone gem? In other words should it be event_sourcing and
<adironduck> event_sourcing-sequel_driver (extension) or event_sourcing and event_sourcing_sequel_driver (standalone).
narcan has quit [Quit: -[AppDelegate installMalware]: unrecognized selector sent to instance 0x156109c0]
hellangel7 has joined #ruby
IRLeif is now known as IRLeif_AFK
IRLeif_AFK is now known as IRLeif
<adironduck> The storage driver doesn’t depend on the main gem, so in that sense it can exist on its own, but on the other hand in practice it won’t ever be used in that way
<crome> I think the current gem naming convention could be summed up like this: name it the first cool sounding word that pops up in your mind
<adironduck> Haha, perhaps, but mayhaps not that helpful?
<jhass> adironduck: what is the namespace of your storage driver?
<jhass> EventSource::SequelDriver or EventSourceSequelDriver?
<adironduck> well that would depend on whether I consider it an extension or not
Wolland has joined #ruby
nhhagen has quit [Remote host closed the connection]
<jhass> I guess I'd make it an extension
<adironduck> EventSource::SequelDriver is what I would intuitively go for
<jhass> that's largely taste though
<adironduck> yeah
<jhass> yeah
sectionme has joined #ruby
<adironduck> thanks for your input
<jhass> I'd even consider making the extension dependent on the main gem
<adironduck> I see your point
<jhass> since then you can change the API that needs to be implemented by the storage driver
<jhass> and it won't break in a subtle way
timonv_ has quit [Ping timeout: 260 seconds]
<adironduck> good point
<toretore> i would keep them separate
<toretore> you never know how someone is going to be using your library
Wolland has quit [Ping timeout: 264 seconds]
<toretore> if the sequel gem doesn't need the es gem, then don't add an artificial dependency
sparrovv has joined #ruby
sectionme has quit [Ping timeout: 255 seconds]
mikecmpbll has joined #ruby
sectionme has joined #ruby
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby
IRLeif is now known as IRLeif_AFK
sarkis has joined #ruby
gr33n7007h has quit [Ping timeout: 260 seconds]
DaniG2k has joined #ruby
linduxed has joined #ruby
sarkis has quit [Ping timeout: 246 seconds]
icarus has quit [Quit: leaving]
IRLeif_AFK is now known as IRLeif
Pharaoh2 has joined #ruby
project2501a has joined #ruby
arup_r has quit [Ping timeout: 246 seconds]
yeticry has quit [Ping timeout: 260 seconds]
Pharaoh2 has quit [Ping timeout: 240 seconds]
yeticry has joined #ruby
kachi8 has quit [Ping timeout: 244 seconds]
Pharaoh2 has joined #ruby
Pharaoh2 has quit [Ping timeout: 240 seconds]
soixante has joined #ruby
Ankhers has joined #ruby
arup_r has joined #ruby
Takumo has joined #ruby
DaniG2k has quit [Quit: Lost terminal]
Ankhers has quit [Ping timeout: 264 seconds]
mikecmpbll has quit [Remote host closed the connection]
mikecmpbll has joined #ruby
fabrice31 has joined #ruby
nhhagen has joined #ruby
drago777 has joined #ruby
matcouto has joined #ruby
davedev24_ has joined #ruby
j416_ has joined #ruby
bmoyles0117_ has joined #ruby
gnarld_ has joined #ruby
willgorm| has joined #ruby
bartj3_ has joined #ruby
mocchi_ has joined #ruby
jimeh_ has joined #ruby
fabrice31 has quit [Ping timeout: 245 seconds]
sectionme has quit [Ping timeout: 246 seconds]
avalarion has joined #ruby
sweeper_ has joined #ruby
IRLeif is now known as IRLeif_AFK
crome_ has joined #ruby
GriffinHeart has joined #ruby
nhhagen has quit [Ping timeout: 240 seconds]
sivoais_ has joined #ruby
Blue_Ice has joined #ruby
Blue_Ice has joined #ruby
pasv has joined #ruby
yokel_ has joined #ruby
pasv is now known as Guest88400
oddraisi1 has joined #ruby
cHarNe2 has joined #ruby
m_3_ has joined #ruby
avi___ has joined #ruby
Hamled|Erp has joined #ruby
xhoy_ has joined #ruby
kloeri_ has joined #ruby
xxi has joined #ruby
LiquidIn1ect has joined #ruby
Gnubie_ has joined #ruby
TheMoonMaster_ has joined #ruby
hellangel7 has quit [Remote host closed the connection]
Andriama1itra has joined #ruby
franks2_ has joined #ruby
MonsieurApple has joined #ruby
pr00t_ has joined #ruby
vereteran has joined #ruby
michael_mbp has joined #ruby
David_Mi1ler has joined #ruby
stef_204 has joined #ruby
akkad_ has joined #ruby
mahlon_ has joined #ruby
Shidash_ has joined #ruby
snorkra has joined #ruby
GriffinHeart has quit [Ping timeout: 255 seconds]
cyphactor has joined #ruby
pydave6367 has joined #ruby
pipecloud has joined #ruby
pipecloud has joined #ruby
pipecloud has quit [Changing host]
gzl_ has joined #ruby
Affix_ has joined #ruby
sparrovv has quit [Remote host closed the connection]
Kilobyte|StupidC has joined #ruby
Sp4rKy_ has joined #ruby
sparrovv has joined #ruby
Iota-Spencer has joined #ruby
ndrei has joined #ruby
Guest3459 has joined #ruby
<Guest3459> What is the @ in @var in a module?
<Guest3459> I'm only used to seeing @ in classes
FIGO_ has joined #ruby
<jhass> same thing
Wolland has joined #ruby
b1nd__ has joined #ruby
<Guest3459> jhass: ...an instance variable?
<jhass> when the module is included, the instance variable is stored in the class the module was included to
IRLeif_AFK has quit [Quit: I'm away at the moment.]
<jhass> in the classes instances to be precise
<Guest3459> jhass: what if the module is not included, and the method containing the @var is executed as in: ModuleName.methodname
bartj3 has quit [Ping timeout: 260 seconds]
willgorm- has quit [Ping timeout: 260 seconds]
nug has quit [Ping timeout: 260 seconds]
TheMoonMaster has quit [Ping timeout: 260 seconds]
drago777- has quit [Ping timeout: 260 seconds]
mocchi has quit [Ping timeout: 260 seconds]
adeponte has quit [Ping timeout: 260 seconds]
jimeh has quit [Ping timeout: 260 seconds]
snorkra_ has quit [Ping timeout: 260 seconds]
sivoais has quit [Ping timeout: 260 seconds]
pipework has quit [Ping timeout: 260 seconds]
sweeper has quit [Ping timeout: 260 seconds]
Blue_Ice_ has quit [Ping timeout: 260 seconds]
Gnubie__ has quit [Ping timeout: 260 seconds]
bmoyles0117 has quit [Ping timeout: 260 seconds]
Scientz has quit [Ping timeout: 260 seconds]
michael_imac has quit [Ping timeout: 260 seconds]
Guest24720 has quit [Ping timeout: 260 seconds]
naquad has quit [Ping timeout: 260 seconds]
akkad has quit [Ping timeout: 260 seconds]
crome has quit [Ping timeout: 260 seconds]
yokel has quit [Ping timeout: 260 seconds]
Affix has quit [Ping timeout: 260 seconds]
tsunamie has quit [Ping timeout: 260 seconds]
oddraisin has quit [Ping timeout: 260 seconds]
bmn_ has quit [Ping timeout: 260 seconds]
go|dfish has quit [Ping timeout: 260 seconds]
shreknet has quit [Ping timeout: 260 seconds]
mahlon has quit [Ping timeout: 260 seconds]
mrapple has quit [Ping timeout: 260 seconds]
j416 has quit [Ping timeout: 260 seconds]
hobo has quit [Ping timeout: 260 seconds]
IotaSpencer has quit [Ping timeout: 260 seconds]
ixx has quit [Ping timeout: 260 seconds]
avi__ has quit [Ping timeout: 260 seconds]
xhoy has quit [Ping timeout: 260 seconds]
cHarNe2_ has quit [Ping timeout: 260 seconds]
Sp4rKy has quit [Ping timeout: 260 seconds]
Hamled has quit [Ping timeout: 260 seconds]
cuqa has quit [Ping timeout: 260 seconds]
LiquidInsect has quit [Ping timeout: 260 seconds]
Shidash has quit [Ping timeout: 260 seconds]
Kilo`byte has quit [Ping timeout: 260 seconds]
Andriamanitra has quit [Ping timeout: 260 seconds]
b1nd_ has quit [Ping timeout: 260 seconds]
David_Miller has quit [Ping timeout: 260 seconds]
Platini has quit [Ping timeout: 260 seconds]
gzl has quit [Ping timeout: 260 seconds]
pr00t has quit [Ping timeout: 260 seconds]
m_3 has quit [Ping timeout: 260 seconds]
franks2 has quit [Ping timeout: 260 seconds]
pydave6377 has quit [Ping timeout: 260 seconds]
kloeri has quit [Ping timeout: 608 seconds]
Affix_ is now known as Affix
gnarld_ is now known as nug
bartj3_ is now known as bartj3
akkad_ is now known as akkad
tsunamie has joined #ruby
bmoyles0117_ is now known as bmoyles0117
Shidash_ is now known as Shidash
yokel_ is now known as yokel
<Guest3459> jhass: what if the module is not included, and the method containing the @var is executed as in: ModuleName.methodname << :)
pipecloud is now known as pipework
cuqa has joined #ruby
bmn has joined #ruby
<jhass> then it's stored Module instance
sparrovv has quit [Ping timeout: 255 seconds]
<Guest3459> Oh, okay
<Guest3459> That seems a strange concept ot me
<jhass> >> module Foo; end; Foo.class
<eval-in____> jhass => Module (https://eval.in/185727)
<jhass> >> module Foo; end; Foo.class.class
<eval-in____> jhass => Class (https://eval.in/185728)
<jhass> >> Foo = Module.new;
<eval-in____> jhass => Foo (https://eval.in/185729)
FIGO_ is now known as Platini
matcouto has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sparrovv has joined #ruby
<jhass> you see module Foo is basically syntax sugar for Foo = Module.new
go|dfish has joined #ruby
<Guest3459> jhass: now that makes more sense.
<Guest3459> Thanks
timgauthier has joined #ruby
DEA7TH_ has joined #ruby
IRLeif has joined #ruby
_shrine has joined #ruby
Wolland has quit [Ping timeout: 246 seconds]
adironduck_ has joined #ruby
agent_wh1te has joined #ruby
Nahra` has joined #ruby
Shidash_ has joined #ruby
psmolen_ has joined #ruby
bmn_ has joined #ruby
tsunamie has quit [Excess Flood]
naw has joined #ruby
bmn has quit [Ping timeout: 260 seconds]
tsunamie has joined #ruby
bmn_ is now known as bmn
Rydekull_ has joined #ruby
Shidash has quit [Ping timeout: 250 seconds]
Shidash_ is now known as Shidash
DEA7TH has quit [Ping timeout: 250 seconds]
Heartbroken has quit [Ping timeout: 250 seconds]
adironduck has quit [Ping timeout: 250 seconds]
callumacrae has quit [Ping timeout: 250 seconds]
ctp has quit [Ping timeout: 250 seconds]
georgesmith has quit [Ping timeout: 250 seconds]
psmolen has quit [Ping timeout: 250 seconds]
cnj has quit [Ping timeout: 250 seconds]
mgorbach has quit [Ping timeout: 250 seconds]
adironduck_ is now known as adironduck
stef_204 has quit [Ping timeout: 250 seconds]
Takumo has quit [Ping timeout: 250 seconds]
michael_mbp has quit [Ping timeout: 250 seconds]
FracV has quit [Ping timeout: 250 seconds]
gregf_ has quit [Ping timeout: 250 seconds]
Rydekull has quit [Ping timeout: 250 seconds]
androidbruce has quit [Ping timeout: 250 seconds]
timmow_ has quit [Ping timeout: 250 seconds]
redlegion has quit [Ping timeout: 250 seconds]
_cake has quit [Ping timeout: 250 seconds]
germanstudent has quit [Ping timeout: 250 seconds]
jaxxstorm has quit [Ping timeout: 250 seconds]
Nahra has quit [Ping timeout: 250 seconds]
agent_white has quit [Ping timeout: 250 seconds]
emdub has quit [Ping timeout: 250 seconds]
naw_ has quit [Ping timeout: 250 seconds]
Nowaker has quit [Ping timeout: 250 seconds]
FracV has joined #ruby
jimeh_ has quit [Ping timeout: 250 seconds]
SCHAAP137 has quit [Ping timeout: 250 seconds]
hostess has quit [Ping timeout: 250 seconds]
dandrade_ has quit [Ping timeout: 250 seconds]
FL1SK has quit [Ping timeout: 250 seconds]
n88_ has joined #ruby
ctp has joined #ruby
DEA7TH_ is now known as DEA7TH
DEA7TH has quit [Changing host]
DEA7TH has joined #ruby
redlegion has joined #ruby
gregf_ has joined #ruby
mgorbach has joined #ruby
xhoy has joined #ruby
pasv_ has joined #ruby
Guest88400 has quit [Ping timeout: 250 seconds]
cnj has joined #ruby
n88 has quit [Ping timeout: 250 seconds]
emdub has joined #ruby
kloeri has joined #ruby
l3kn has quit [Ping timeout: 250 seconds]
Nowaker has joined #ruby
wasamasa has joined #ruby
callumacrae has joined #ruby
dandrade has joined #ruby
xhoy_ has quit [Ping timeout: 250 seconds]
lolmaus has quit [Ping timeout: 250 seconds]
dziga has quit [Ping timeout: 250 seconds]
roryhughes has quit [Ping timeout: 250 seconds]
Dwarf has quit [Ping timeout: 250 seconds]
timmow has joined #ruby
androidbruce has joined #ruby
androidbruce has quit [Changing host]
androidbruce has joined #ruby
kaspertidemann has quit []
<Guest3459> DataMapper is a seriously misleading gem name
jimeh has joined #ruby
<mozzarella> does it map data?
Takumo has joined #ruby
Takumo has joined #ruby
Takumo has quit [Changing host]
<Guest3459> mozzarella: not in line with the data mapper pattern
<Guest3459> it's activerecord
l3kn has joined #ruby
im0b has quit [Ping timeout: 250 seconds]
wasamasa has quit [Client Quit]
dziga has joined #ruby
ereslibre has joined #ruby
ereslibre has joined #ruby
callenb_ has quit [Ping timeout: 250 seconds]
axisys has quit [Ping timeout: 250 seconds]
dioms__ has quit [Ping timeout: 250 seconds]
ereslibre_laptop has quit [Read error: Connection reset by peer]
hostess has joined #ruby
jdguzman has quit [Ping timeout: 250 seconds]
dioms__ has joined #ruby
axisys has joined #ruby
brandon has quit [Ping timeout: 250 seconds]
izzol2_ has quit [Ping timeout: 250 seconds]
cn28h has quit [Ping timeout: 250 seconds]
maZtah has quit [Ping timeout: 250 seconds]
wasamasa has joined #ruby
im0b has joined #ruby
roryhughes has joined #ruby
izzol2 has joined #ruby
brandon has joined #ruby
germanstudent has joined #ruby
stef_204 has joined #ruby
lolmaus has joined #ruby
timgauthier_isaw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Su7 has quit [Ping timeout: 250 seconds]
callenb_ has joined #ruby
kloeri_ has quit [Ping timeout: 612 seconds]
SCHAAP137 has joined #ruby
Su7 has joined #ruby
maZtah has joined #ruby
lupine has quit [Ping timeout: 250 seconds]
phoo1234567 has joined #ruby
IRLeif is now known as IRLeif_AFK
IRLeif_AFK has quit [Quit: I'm away at the moment.]
lupine has joined #ruby
sarkis has joined #ruby
michael_mbp has joined #ruby
cn28h has joined #ruby
wasamasa has quit [Client Quit]
phoo1234567 has quit [Max SendQ exceeded]
tvw has quit []
wasamasa has joined #ruby
phoo1234567 has joined #ruby
W0rmDr1nk has quit [Ping timeout: 240 seconds]
dawkirst has quit [Quit: Leaving...]
Dwarf has joined #ruby
tvw has joined #ruby
tvw has quit [Client Quit]
pskosinski has joined #ruby
a has joined #ruby
ItSANgo__ has joined #ruby
sarkis has quit [Ping timeout: 245 seconds]
a is now known as Guest71050
froggy__ has joined #ruby
GeekOnDecaf has joined #ruby
snorkra_ has joined #ruby
Ilyas_ has joined #ruby
Arahael_Twin has joined #ruby
zenspider_ has joined #ruby
aef_ has quit [Ping timeout: 246 seconds]
Arahael has quit [Ping timeout: 246 seconds]
Ilyas has quit [Ping timeout: 246 seconds]
IceyEC_ has quit [Ping timeout: 246 seconds]
akkad_ has joined #ruby
IceyEC has joined #ruby
froggy_ has quit [Ping timeout: 246 seconds]
kies has quit [Ping timeout: 246 seconds]
kloeri_ has joined #ruby
Andriamanitra has joined #ruby
Blue_Ice_ has joined #ruby
gccostabr has joined #ruby
aef has joined #ruby
wang has joined #ruby
kies has joined #ruby
willgorman has joined #ruby
sumark has joined #ruby
axilla has joined #ruby
mosheee has joined #ruby
wasamasa has quit [Quit: ZNC - http://znc.in]
upgrayeddd has quit [Quit: Leaving.]
zenspide- has joined #ruby
wasamasa has joined #ruby
camilasan has joined #ruby
queequeg2 has joined #ruby
kirun has joined #ruby
kloeri has quit [*.net *.split]
cnj has quit [*.net *.split]
b1nd__ has quit [*.net *.split]
Kilobyte|StupidC has quit [*.net *.split]
snorkra has quit [*.net *.split]
akkad has quit [*.net *.split]
vereteran has quit [*.net *.split]
Andriama1itra has quit [*.net *.split]
Blue_Ice has quit [*.net *.split]
willgorm| has quit [*.net *.split]
drago777 has quit [*.net *.split]
Guest3459 has quit [*.net *.split]
GeekOnCoffee has quit [*.net *.split]
jayne has quit [*.net *.split]
PhilK has quit [*.net *.split]
wang_ has quit [*.net *.split]
DrForr has quit [*.net *.split]
everett has quit [*.net *.split]
Rylee has quit [*.net *.split]
zenspider has quit [*.net *.split]
dyreshark has quit [*.net *.split]
ItSANgo has quit [*.net *.split]
ph8 has quit [*.net *.split]
Urocyon has quit [*.net *.split]
Kruppe has quit [*.net *.split]
stoned has quit [*.net *.split]
xiphias has quit [*.net *.split]
akkad_ is now known as akkad
naquad has joined #ruby
GeekOnDecaf is now known as GeekOnCoffee
cnj_ has joined #ruby
Kilo`byte has joined #ruby
cnj_ is now known as cnj
dyreshark has joined #ruby
txdv_ has joined #ruby
DrForr has joined #ruby
toertore has joined #ruby
fella6s has joined #ruby
urtokk_ has joined #ruby
b1nd__ has joined #ruby
patronus_ has joined #ruby
Panmuffin has joined #ruby
chrisg_ has joined #ruby
Ulrike_Rayne has quit [Ping timeout: 246 seconds]
zenspider_ has quit [Ping timeout: 246 seconds]
moshee has quit [Ping timeout: 246 seconds]
crdprink2 has quit [Excess Flood]
crdprink2 has joined #ruby
sumark_ has quit [Ping timeout: 246 seconds]
ptrrr has quit [Ping timeout: 246 seconds]
Ulrike_Rayne has joined #ruby
queequeg1 has quit [Ping timeout: 246 seconds]
urtokk has quit [Ping timeout: 246 seconds]
choke has quit [Ping timeout: 246 seconds]
maxmanders_ has quit [Ping timeout: 246 seconds]
camilasann has quit [Ping timeout: 246 seconds]
verto_ has quit [Ping timeout: 246 seconds]
txdv has quit [Ping timeout: 246 seconds]
toretore has quit [Ping timeout: 246 seconds]
v0n has quit [Ping timeout: 246 seconds]
maxmanders has joined #ruby
thomasfedb has quit [Ping timeout: 246 seconds]
chrisg has quit [Ping timeout: 246 seconds]
verto has joined #ruby
franks2_ has quit [Ping timeout: 246 seconds]
wmoxam has quit [Ping timeout: 246 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bearish has joined #ruby
tony_ has joined #ruby
oetjenj_ has joined #ruby
cajone1 has joined #ruby
thomasfedb has joined #ruby
franks2 has joined #ruby
choke has joined #ruby
ph8 has joined #ruby
wmoxam has joined #ruby
psmolen has joined #ruby
banister has joined #ruby
suy_ has joined #ruby
sumark_ has joined #ruby
crdpink has joined #ruby
snorkra has joined #ruby
brandon_1 has joined #ruby
bearish has quit [Remote host closed the connection]
Pharaoh2 has joined #ruby
crdprink2 has quit [Ping timeout: 246 seconds]
<redlegion> Anyone have ruby installed on android?
claw has joined #ruby
Gnubie__ has joined #ruby
<redlegion> I'm having "native extension" issues.
drjfreez1 has joined #ruby
ptrrr has joined #ruby
Cope_ has joined #ruby
yliu_ has joined #ruby
wang_ has joined #ruby
chihhsin_ has joined #ruby
<redlegion> I think I just need dev tools
cHarNe2_ has joined #ruby
Anarch_ has joined #ruby
m_3 has joined #ruby
Rylee has joined #ruby
csfranci1 has joined #ruby
cirn0 has joined #ruby
drago777 has joined #ruby
moritzschaefer has joined #ruby
Elfix_113 has joined #ruby
gccostabr has quit [Quit: ZZZzzz…]
everett has joined #ruby
Pharaoh2 has quit [Ping timeout: 240 seconds]
uxp has joined #ruby
vlad_starkov has joined #ruby
quarcu_ has joined #ruby
claw_ has joined #ruby
claw has quit [Ping timeout: 240 seconds]
wang has quit [*.net *.split]
sumark has quit [*.net *.split]
snorkra_ has quit [*.net *.split]
brandon has quit [*.net *.split]
psmolen_ has quit [*.net *.split]
_shrine has quit [*.net *.split]
MonsieurApple has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
cHarNe2 has quit [*.net *.split]
m_3_ has quit [*.net *.split]
linduxed has quit [*.net *.split]
bearish_ has quit [*.net *.split]
nw has quit [*.net *.split]
Elfix has quit [*.net *.split]
uxp_ has quit [*.net *.split]
Cope has quit [*.net *.split]
csfrancis has quit [*.net *.split]
chihhsin has quit [*.net *.split]
fella5s has quit [*.net *.split]
cajone has quit [*.net *.split]
bjornar has quit [*.net *.split]
Anarch has quit [*.net *.split]
oetjenj has quit [*.net *.split]
Insti has quit [*.net *.split]
nickjj has quit [*.net *.split]
drjfreeze has quit [*.net *.split]
vlad_sta- has quit [*.net *.split]
quarcu has quit [*.net *.split]
suy has quit [*.net *.split]
yliu has quit [*.net *.split]
patronus has quit [*.net *.split]
20WAA7MH9 has quit [*.net *.split]
pskosinski has quit [*.net *.split]
end_guy has quit [*.net *.split]
tanath has quit [*.net *.split]
St_Marx has quit [*.net *.split]
o0oo0o has quit [*.net *.split]
testcore has quit [*.net *.split]
Boohbah has quit [*.net *.split]
DrCode has quit [*.net *.split]
oetjenj_ is now known as oetjenj
earthquake has joined #ruby
RealMarc has joined #ruby
timgauthier has joined #ruby
nickjj has joined #ruby
timgauthier has quit [Client Quit]
nw has joined #ruby
sparrovv has quit [Remote host closed the connection]
bjornar has joined #ruby
Insti has joined #ruby
sparrovv has joined #ruby
linduxed has joined #ruby
stoned has joined #ruby
PhilK has joined #ruby
carraroj has joined #ruby
claymore has joined #ruby
sparrovv has quit [Ping timeout: 240 seconds]
sectionme has joined #ruby
nhhagen has joined #ruby
wasamasa has quit [Quit: ZNC - http://znc.in]
phutchins has joined #ruby
wasamasa has joined #ruby
jayne has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sectionme has quit [Ping timeout: 240 seconds]
gr33n7007h has joined #ruby
nhhagen has quit [Ping timeout: 240 seconds]
sparrovv has joined #ruby
GriffinHeart has joined #ruby
Ilyas__ has joined #ruby
vlad_starkov has quit [Ping timeout: 240 seconds]
vlad_starkov has joined #ruby
Kilobyte|StupidC has joined #ruby
Kilo`byte has quit [Ping timeout: 240 seconds]
arup_r1 has joined #ruby
Nyle has joined #ruby
Scient has joined #ruby
GriffinHeart has quit [Ping timeout: 240 seconds]
quarcu has joined #ruby
germanstudent_ has joined #ruby
Shidash_ has joined #ruby
wasamasa has quit [Quit: ZNC - http://znc.in]
axisys_ has joined #ruby
aef_ has joined #ruby
v0n has joined #ruby
kristofferR has quit [Quit: Textual IRC Client: www.textualapp.com]
Elfix has joined #ruby
gzl has joined #ruby
gzl has joined #ruby
gzl has quit [Changing host]
kernelinedible has joined #ruby
wasamasa has joined #ruby
snorkra_ has joined #ruby
phutchin1 has joined #ruby
crome has joined #ruby
mikecmpb_ has joined #ruby
oso|away has joined #ruby
axilla has quit [Ping timeout: 250 seconds]
Czupa has joined #ruby
Czupa has quit [Read error: Connection reset by peer]
RealMarc is now known as Marc
claymore_ has joined #ruby
claymore_ has quit [Changing host]
claymore_ has joined #ruby
Marc is now known as Guest54635
Wolland has joined #ruby
Insty has joined #ruby
TakumoKatekari has joined #ruby
|stef_204| has joined #ruby
sigurding has quit [Ping timeout: 240 seconds]
arup_r has quit [Ping timeout: 240 seconds]
manacit has quit [Ping timeout: 240 seconds]
stoned has quit [Max SendQ exceeded]
aef has quit [Ping timeout: 240 seconds]
axisys has quit [Ping timeout: 240 seconds]
hostess has quit [Ping timeout: 240 seconds]
Bumptious has quit [Ping timeout: 240 seconds]
Iota-Spencer has quit [Ping timeout: 240 seconds]
Insti has quit [Ping timeout: 240 seconds]
stef_204 has quit [Ping timeout: 240 seconds]
germanstudent has quit [Ping timeout: 240 seconds]
mikecmpbll has quit [Ping timeout: 240 seconds]
intnsity has quit [Ping timeout: 240 seconds]
quarcu_ has quit [Ping timeout: 240 seconds]
Ilyas_ has quit [Ping timeout: 240 seconds]
phoo1234567 has quit [Ping timeout: 240 seconds]
Takumo has quit [Ping timeout: 240 seconds]
snorkra has quit [Ping timeout: 240 seconds]
Shidash has quit [Ping timeout: 240 seconds]
yosafbridge has quit [Ping timeout: 240 seconds]
Elfix_113 has quit [Ping timeout: 240 seconds]
claymore has quit [Ping timeout: 240 seconds]
phutchins has quit [Ping timeout: 240 seconds]
crome_ has quit [Ping timeout: 240 seconds]
ph8 has quit [Ping timeout: 240 seconds]
oso96_2000 has quit [Ping timeout: 240 seconds]
gzl_ has quit [Ping timeout: 240 seconds]
Taranis has quit [Ping timeout: 240 seconds]
Hamled|Erp has quit [Ping timeout: 240 seconds]
oso|away is now known as oso96_2000
Nyle is now known as stoned
Shidash_ is now known as Shidash
Bumptious has joined #ruby
phoo1234567 has joined #ruby
Hamled has joined #ruby
manacit has joined #ruby
Taranis has joined #ruby
hostess has joined #ruby
yosafbridge has joined #ruby
fella7s has joined #ruby
intnsity has joined #ruby
a___ has joined #ruby
Takle has quit [Remote host closed the connection]
Xeago has joined #ruby
Wolland has quit [Ping timeout: 240 seconds]
IotaSpencer has joined #ruby
heftig has quit [Ping timeout: 260 seconds]
emocakes has joined #ruby
axilla has joined #ruby
shreknet has joined #ruby
dziga_ has joined #ruby
heftig has joined #ruby
ereslibre_laptop has joined #ruby
ereslibre_laptop has joined #ruby
freerobby has joined #ruby
maZtah_ has joined #ruby
`ph8 has joined #ruby
Sht0 has quit [Ping timeout: 244 seconds]
dioms___ has joined #ruby
snorkra has joined #ruby
n88 has joined #ruby
Sauvin has left #ruby ["Leaving"]
csfrancis has joined #ruby
cirn0 has quit [Remote host closed the connection]
gzl_ has joined #ruby
ta_ has quit [Remote host closed the connection]
fsapo has joined #ruby
zenspider has joined #ruby
Xeago has quit [Remote host closed the connection]
near77 has joined #ruby
mahlon__ has joined #ruby
banister has joined #ruby
<near77> hi
<near77> anyone can recommend a mysql pool gem ?
<near77> I keep having connections die all the time
David_Miller has joined #ruby
androidbruce_ has joined #ruby
anaeem1 has quit [Remote host closed the connection]
kernelinedible has quit [Remote host closed the connection]
mocchi has joined #ruby
vlad_sta- has joined #ruby
wpp has joined #ruby
sevenseacat has quit [Ping timeout: 255 seconds]
arup_r1 has quit [Ping timeout: 240 seconds]
Guest54635 has quit [Ping timeout: 240 seconds]
Insty has quit [*.net *.split]
snorkra_ has quit [*.net *.split]
gzl has quit [*.net *.split]
vlad_starkov has quit [*.net *.split]
nickjj has quit [*.net *.split]
moritzschaefer has quit [*.net *.split]
csfranci1 has quit [*.net *.split]
fella6s has quit [*.net *.split]
zenspide- has quit [*.net *.split]
Guest71050 has quit [*.net *.split]
maZtah has quit [*.net *.split]
callenb_ has quit [*.net *.split]
dziga has quit [*.net *.split]
ereslibre has quit [*.net *.split]
dioms__ has quit [*.net *.split]
androidbruce has quit [*.net *.split]
n88_ has quit [*.net *.split]
FracV has quit [*.net *.split]
mahlon_ has quit [*.net *.split]
David_Mi1ler has quit [*.net *.split]
avalarion has quit [*.net *.split]
mocchi_ has quit [*.net *.split]
Edelwin has quit [*.net *.split]
androidbruce_ is now known as androidbruce
androidbruce has quit [Changing host]
androidbruce has joined #ruby
moritzschaefer has joined #ruby
yfeldblum has quit [Ping timeout: 260 seconds]
Edelwin has joined #ruby
RealMarc has joined #ruby
<jhass> there's the connection_pool gem implementing a generic pool that seems widely used
dziga_ is now known as dziga
Fire-Dragon-DoL has joined #ruby
maZtah_ is now known as maZtah
FracV has joined #ruby
Insty has joined #ruby
callenb_ has joined #ruby
arup_r has joined #ruby
nickjj has joined #ruby
camilasann has joined #ruby
nhhagen has joined #ruby
sarkis has joined #ruby
txdv has joined #ruby
gregf__ has joined #ruby
patronus has joined #ruby
dandrade_ has joined #ruby
queequeg1 has joined #ruby
voodoofish1 has joined #ruby
emdub_ has joined #ruby
xhoy_ has joined #ruby
decoponyo has joined #ruby
kloeri has joined #ruby
<near77> thanks! im looking for an example with mysql
nhhagen has quit [Ping timeout: 250 seconds]
<near77> i mean I don't get how the pool would know how to send keepalives for mysql if its generic
timonv_ has joined #ruby
pipecloud has joined #ruby
pipecloud has joined #ruby
wpp has quit [Quit: ZZZzzz…]
Kamilion|ZNC has joined #ruby
emocakes has quit []
timmow_ has joined #ruby
ndRx has joined #ruby
Kamilion has quit [Read error: Connection reset by peer]
txdv_ has quit [Remote host closed the connection]
queequeg2 has quit [Remote host closed the connection]
irk_ has quit [Remote host closed the connection]
emdub has quit [Write error: Broken pipe]
gregf_ has quit [Write error: Connection reset by peer]
Davedo has quit [Write error: Connection reset by peer]
dandrade has quit [Write error: Connection reset by peer]
xhoy has quit [Write error: Broken pipe]
GeekOnCoffee has quit [Write error: Connection reset by peer]
Platini has quit [Write error: Connection reset by peer]
patronus_ has quit [Write error: Connection reset by peer]
jayne has quit [Read error: Connection reset by peer]
Davey has quit [Read error: Connection reset by peer]
camt has quit [Read error: Connection reset by peer]
timmow has quit [Read error: Connection reset by peer]
pipework has quit [Read error: Connection reset by peer]
pipecloud is now known as pipework
irk has joined #ruby
davzie has quit [Ping timeout: 530 seconds]
hydrajump has quit [Ping timeout: 530 seconds]
Schmidt has quit [Ping timeout: 530 seconds]
ZYPP has quit [Ping timeout: 530 seconds]
ZYPP has joined #ruby
Kamilion|ZNC is now known as Kamilion
jayne has joined #ruby
Schmidt has joined #ruby
GeekOnCoffee has joined #ruby
wasamasa has quit [Quit: ZNC - http://znc.in]
davzie has joined #ruby
hydrajump has joined #ruby
camt has joined #ruby
Davedo has joined #ruby
wasamasa has joined #ruby
FracV_ has joined #ruby
camilapoortvliet has joined #ruby
Takle has joined #ruby
nickjj_ has joined #ruby
voodoofish has quit [Ping timeout: 264 seconds]
camilasan has quit [Ping timeout: 264 seconds]
decoponio has quit [Ping timeout: 264 seconds]
DEA7TH_ has joined #ruby
Davey has joined #ruby
DEA7TH has quit [Ping timeout: 244 seconds]
troter has quit [Ping timeout: 244 seconds]
troter has joined #ruby
freerobby has quit [Quit: Leaving.]
RandyT has quit [Ping timeout: 244 seconds]
Nahra` has quit [Remote host closed the connection]
RandyT has joined #ruby
wasamasa has quit [Quit: ZNC - http://znc.in]
psmolen_ has joined #ruby
camilasann has quit [*.net *.split]
sarkis has quit [*.net *.split]
nickjj has quit [*.net *.split]
FracV has quit [*.net *.split]
RealMarc has quit [*.net *.split]
Edelwin has quit [*.net *.split]
yxhuvvd has joined #ruby
RTG` has joined #ruby
Gnubie_ has joined #ruby
mostlybadfly_ has joined #ruby
HashNuke_ has joined #ruby
psmolen has quit [Ping timeout: 244 seconds]
cnj has quit [Ping timeout: 244 seconds]
yxhuvud has quit [Ping timeout: 244 seconds]
Deele has quit [Ping timeout: 244 seconds]
Gnubie__ has quit [Ping timeout: 244 seconds]
cyphactor has quit [Ping timeout: 244 seconds]
<izzol2> What is the best for sending e-mails from ruby? I already checked net/smtp but it doesn't work for me :(
kloeri_ has quit [Ping timeout: 624 seconds]
pandaant has joined #ruby
fabrice31 has joined #ruby
Platini has joined #ruby
<jhass> the mail gem is quite popular
<toertore> try the mail gem
gkra has joined #ruby
ahmads_ has joined #ruby
pandaant has quit [Remote host closed the connection]
MarcWebe1 has joined #ruby
yeticry_ has joined #ruby
fantazo has quit [Ping timeout: 244 seconds]
RTG`` has quit [Ping timeout: 244 seconds]
mostlybadfly has quit [Ping timeout: 244 seconds]
ahmads has quit [Ping timeout: 244 seconds]
peckermanzzz has quit [Ping timeout: 244 seconds]
Caius has quit [Ping timeout: 244 seconds]
mostlybadfly_ is now known as mostlybadfly
rfv__ has joined #ruby
fantazo has joined #ruby
moshee has joined #ruby
AlyssaDa1mon has joined #ruby
clocKwize_ has joined #ruby
Anarch has joined #ruby
tlarevo_ has joined #ruby
adeponte has joined #ruby
carraroj has quit [Ping timeout: 250 seconds]
hamakn_ has joined #ruby
jthomas_ has joined #ruby
cnj has joined #ruby
fella6s has joined #ruby
motto has joined #ruby
vereteran has joined #ruby
Ilyas_ has joined #ruby
sparrovv has quit [Remote host closed the connection]
qba73_ has joined #ruby
fabrice31 has quit [Ping timeout: 240 seconds]
callumacrae has quit [Ping timeout: 244 seconds]
HashNuke has quit [Ping timeout: 244 seconds]
AlyssaDaemon has quit [Ping timeout: 244 seconds]
yeticry has quit [Ping timeout: 244 seconds]
tlarevo has quit [Ping timeout: 244 seconds]
Mekkis has quit [Ping timeout: 244 seconds]
choke has quit [Ping timeout: 244 seconds]
b1nd__ has quit [Ping timeout: 244 seconds]
gkra_ has quit [Ping timeout: 244 seconds]
rfv_ has quit [Ping timeout: 244 seconds]
naquad has quit [Ping timeout: 244 seconds]
devyn has quit [Ping timeout: 244 seconds]
hamakn has quit [Ping timeout: 244 seconds]
mosheee has quit [Ping timeout: 244 seconds]
soulcake has quit [Ping timeout: 244 seconds]
MarcWebe2 has quit [Ping timeout: 244 seconds]
soulcake has joined #ruby
Anarch_ has quit [Ping timeout: 244 seconds]
clocKwize has quit [Ping timeout: 244 seconds]
Mekkis has joined #ruby
Caius has joined #ruby
peckermanzzz has joined #ruby
Deele has joined #ruby
qba73 has quit [Ping timeout: 244 seconds]
spider-mario has quit [Ping timeout: 244 seconds]
ItSANgo__ has quit [Ping timeout: 245 seconds]
TheDracle has quit [Ping timeout: 244 seconds]
ptierno_ has joined #ruby
spider-mario_ has joined #ruby
soulcake has quit [Changing host]
Caius has joined #ruby
soulcake has joined #ruby
Caius has quit [Changing host]
HashNuke_ is now known as HashNuke
sparrovv has joined #ruby
ItSANgo__ has joined #ruby
ndRx has quit [Ping timeout: 240 seconds]
zenspider has quit [Ping timeout: 255 seconds]
mikecmpb_ has quit [Ping timeout: 255 seconds]
cuqa has quit [Ping timeout: 255 seconds]
choke has joined #ruby
spider-mario_ is now known as spider-mario
DEA7TH has joined #ruby
davedev2_ has joined #ruby
mahlon has joined #ruby
callumacrae has joined #ruby
DrForr has quit [Ping timeout: 255 seconds]
fsapo has quit [Ping timeout: 255 seconds]
bmn has quit [Ping timeout: 255 seconds]
davedev24_ has quit [Ping timeout: 255 seconds]
DEA7TH has quit [Changing host]
DEA7TH has joined #ruby
yfeldblum has joined #ruby
froggy_ has joined #ruby
hydrajump has quit [Ping timeout: 255 seconds]
phutchin1 has quit [Ping timeout: 255 seconds]
axisys_ has quit [Ping timeout: 255 seconds]
uxp has quit [Ping timeout: 255 seconds]
m_3 has quit [Ping timeout: 255 seconds]
franks2 has quit [Ping timeout: 255 seconds]
dyreshark has quit [Ping timeout: 255 seconds]
akkad has quit [Ping timeout: 255 seconds]
ctp has quit [Ping timeout: 255 seconds]
xxi has quit [Ping timeout: 255 seconds]
yokel has quit [Ping timeout: 255 seconds]
claw__ has joined #ruby
clocKwize_ has quit [Ping timeout: 255 seconds]
ahmads_ has quit [Ping timeout: 255 seconds]
DEA7TH_ has quit [Ping timeout: 255 seconds]
fella7s has quit [Ping timeout: 255 seconds]
germanstudent_ has quit [Ping timeout: 255 seconds]
|stef_204| has quit [Ping timeout: 255 seconds]
Ilyas__ has quit [Ping timeout: 255 seconds]
yliu_ has quit [Ping timeout: 255 seconds]
claw_ has quit [Ping timeout: 255 seconds]
sumark_ has quit [Ping timeout: 255 seconds]
chrisg_ has quit [Ping timeout: 255 seconds]
Arahael_Twin has quit [Ping timeout: 255 seconds]
froggy__ has quit [Ping timeout: 255 seconds]
pr00t_ has quit [Ping timeout: 255 seconds]
pydave6367 has quit [Ping timeout: 255 seconds]
sivoais_ has quit [Ping timeout: 255 seconds]
devyn has joined #ruby
mahlon__ has quit [Ping timeout: 255 seconds]
Hamled has quit [Ping timeout: 255 seconds]
Kilobyte|StupidC has quit [Ping timeout: 255 seconds]
IceyEC has quit [Ping timeout: 255 seconds]
m8 has quit [Ping timeout: 255 seconds]
freerobby has joined #ruby
yfeldblu_ has joined #ruby
chrisg has joined #ruby
phutchins has joined #ruby
m_3 has joined #ruby
devdazed_ has joined #ruby
franks2 has joined #ruby
ixx has joined #ruby
yokel has joined #ruby
pydave6367 has joined #ruby
axisys has joined #ruby
anaeem1_ has joined #ruby
devdazed_ has quit [Client Quit]
sivoais has joined #ruby
yliu has joined #ruby
Arahael has joined #ruby
ixx is now known as Guest53170
Hamled has joined #ruby
IceyEC has joined #ruby
sparrovv has quit [Ping timeout: 240 seconds]
ctp has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
uxp has joined #ruby
agjacome has joined #ruby
<izzol2> thanks jhass and toertore :-) I will.
b1nd__ has joined #ruby
dyreshark has joined #ruby
ahmads has joined #ruby
germanstudent has joined #ruby
Kilo`byte has joined #ruby
yfeldblu_ has quit [Ping timeout: 240 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
clocKwize has joined #ruby
kloeri has quit [Ping timeout: 624 seconds]
bmn has joined #ruby
sumark has joined #ruby
nickjj_ is now known as nickjj
W0rmDr1nk has joined #ruby
nickjj has quit [Changing host]
nickjj has joined #ruby
akkad has joined #ruby
pr00t has joined #ruby
kloeri has joined #ruby
agjacome_ has joined #ruby
agjacome_ has quit [Client Quit]
agjacome has quit [Ping timeout: 250 seconds]
Ilyas_ has quit [Ping timeout: 240 seconds]
britneywright has joined #ruby
hydrajump has joined #ruby
fsapo has joined #ruby
dseitz has joined #ruby
|stef_204| has joined #ruby
cuqa has joined #ruby
yfeldblum has joined #ruby
zenspider has joined #ruby
sparrovv has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
mikecmpbll has joined #ruby
dioms___ has quit [Ping timeout: 240 seconds]
freerobby has quit [Read error: Connection reset by peer]
Bumptiou_ has joined #ruby
froggy__ has joined #ruby
tlarevo_ has quit [Read error: Connection reset by peer]
Lewix has quit [Remote host closed the connection]
Arahael has quit [Ping timeout: 240 seconds]
m8tt8 has joined #ruby
Arahael has joined #ruby
tlarevo has joined #ruby
motto has quit [Ping timeout: 240 seconds]
froggy_ has quit [Ping timeout: 240 seconds]
Bumptious has quit [Ping timeout: 240 seconds]
freerobby has joined #ruby
_Andres has joined #ruby
ndrei has quit [Quit: Lost terminal]
Pharaoh2 has joined #ruby
eam_ has joined #ruby
Nigel_ has joined #ruby
tessi_zz has quit [Ping timeout: 272 seconds]
tomgavin has quit [Ping timeout: 272 seconds]
MissionCritical has quit [Ping timeout: 272 seconds]
eam has quit [Ping timeout: 272 seconds]
Xuerian has quit [Ping timeout: 272 seconds]
Miron has quit [Ping timeout: 272 seconds]
kke has quit [Ping timeout: 272 seconds]
G has quit [Ping timeout: 272 seconds]
benlakey has quit [Ping timeout: 272 seconds]
vcoinminer____ has quit [Ping timeout: 272 seconds]
benlakey has joined #ruby
bmurt has joined #ruby
tessi_zz has joined #ruby
Xuerian has joined #ruby
_Andres has quit [Client Quit]
arup_r has quit [Ping timeout: 240 seconds]
vcoinminer____ has joined #ruby
cirn0 has joined #ruby
mjuszczak has quit [Ping timeout: 272 seconds]
sparrovv has quit [Remote host closed the connection]
mjuszczak has joined #ruby
kith_ has joined #ruby
freerobby has quit [Quit: Leaving.]
Pharaoh2 has quit [Ping timeout: 240 seconds]
sparrovv has joined #ruby
Nigel_ is now known as G
jusmyth has joined #ruby
jusmyth has quit [Remote host closed the connection]
OffTheRails has joined #ruby
perrier_ has quit [Ping timeout: 272 seconds]
cwc has quit [Ping timeout: 272 seconds]
sptq has quit [Ping timeout: 272 seconds]
BeanDip has quit [Ping timeout: 240 seconds]
timonv_ has quit [Remote host closed the connection]
mr_rich101 has quit [Ping timeout: 272 seconds]
DrForr has joined #ruby
Obversity has joined #ruby
bfrizzle_ has quit [Ping timeout: 272 seconds]
kaffepanna has quit [Ping timeout: 272 seconds]
bhaak has quit [Ping timeout: 272 seconds]
dfedde has quit [Ping timeout: 272 seconds]
snapcase has quit [Ping timeout: 272 seconds]
aep has quit [Ping timeout: 272 seconds]
parus has quit [Ping timeout: 272 seconds]
tonini has quit [Ping timeout: 272 seconds]
masak has quit [Ping timeout: 272 seconds]
zeroNones has joined #ruby
zeroNones has quit [Max SendQ exceeded]
tlarevo_ has joined #ruby
dphase has quit [Ping timeout: 272 seconds]
kith has quit [Ping timeout: 272 seconds]
TTilus has quit [Ping timeout: 272 seconds]
rtl has quit [Ping timeout: 272 seconds]
ryanneufeld has quit [Ping timeout: 272 seconds]
slash_beep has quit [Ping timeout: 272 seconds]
Rennex has quit [Ping timeout: 272 seconds]
teejar has quit [Ping timeout: 272 seconds]
xybre has quit [Ping timeout: 272 seconds]
SirCmpwn has quit [Ping timeout: 272 seconds]
finges has quit [Ping timeout: 272 seconds]
cirn0 has quit [Ping timeout: 240 seconds]
tlarevo has quit [Ping timeout: 240 seconds]
<Obversity> Spent this weekend learning Ruby's syntax, feeling pretty confident. Anyone got any suggestions for where I should start with Rails?
RealMarc has joined #ruby
kaffepanna has joined #ruby
parus has joined #ruby
<toertore> just start with any tutorial
<jhass> guides.rubyonrails.org
<Obversity> A website, a tutorial, a project idea to learn with -- I'll take any suggestions really
<a___> I was going to facetiously say trashcan :)
sparrovv has quit [Ping timeout: 250 seconds]
rtl has joined #ruby
<toertore> at this point they will all cover the stuff you need to know
kke has joined #ruby
earthquake has quit [Quit: earthquake]
<Obversity> Cheers for the guides link. Looks great.
perrier_ has joined #ruby
ndrei has joined #ruby
ryanneufeld has joined #ruby
mr_rich101 has joined #ruby
<jhass> Obversity: just pick a small project to built along the way, the hello world example is a todo list manager. If you have further questions about Rails visit #RubyOnRails
dphase has joined #ruby
teejar has joined #ruby
SirCmpwn has joined #ruby
bhaak has joined #ruby
bfrizzle has joined #ruby
toertore is now known as toretore
mist has quit [Ping timeout: 604 seconds]
<Obversity> That's my problem: I'm awful at picking projects to learn with. Sometimes I wish I lived in a dictatorship. Then I remember how much I like food that's not potatoes.
sptq has joined #ruby
<toretore> potatoes are awesome man
slash_beep has joined #ruby
mist_ has joined #ruby
<toretore> you shall build a blog
cwc has joined #ruby
<toretore> there. it's decided for you
<toretore> benn
tonini has joined #ruby
<Obversity> A blog? That sounds like a sufficiently simple task. Excellent. :D
<toretore> do it
aep has joined #ruby
<toretore> and if you're not done in 15 minutes you shall be reprimanded
<Obversity> >.>
<Obversity> */regrets living in dictatorship now*
edwardloveall has joined #ruby
MissionCritical has joined #ruby
banister has joined #ruby
ndRx has joined #ruby
HeartbrokenTR has joined #ruby
tlarevo has joined #ruby
masak has joined #ruby
mist_ is now known as mist
masak is now known as Guest83561
sevenseacat has joined #ruby
Rennex has joined #ruby
dfedde has joined #ruby
xybre has joined #ruby
finges has joined #ruby
tlarevo_ has quit [Ping timeout: 240 seconds]
kachi8 has joined #ruby
timonv_ has joined #ruby
TheMoonMaster_ is now known as TheMoonMaster
SDr has quit [Ping timeout: 260 seconds]
SDr has joined #ruby
arup_r has joined #ruby
TTilus has joined #ruby
bashrw has joined #ruby
gaussblurinc1 has joined #ruby
bmurt has quit []
nucc has joined #ruby
claymore_ has quit [Ping timeout: 240 seconds]
rimenes_ has joined #ruby
ndRx has quit [Remote host closed the connection]
rimenes has quit [Ping timeout: 240 seconds]
<nucc> $stdout = Thread.current[:stdout], in the main thread define it to STDOUT, in the subthread use the IO that you need...
<nucc> ignore me...
claymore_ has joined #ruby
<matti> ;D
kaspergrubbe has quit [Remote host closed the connection]
browndawg has joined #ruby
browndawg has left #ruby [#ruby]
HeartbrokenTR is now known as Heartbroken
Heartbroken is now known as Guest5302
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
adironduck has quit [Quit: adironduck]
<edwardloveall> i'm using pry, and i'm overriding inspect on a few objects
<edwardloveall> however, when i override, i loose pry's nice color formatting of the objects
<edwardloveall> is there a way to keep the nice automatic formatting
kachi8 has quit [Ping timeout: 260 seconds]
adironduck has joined #ruby
yfeldblum has joined #ruby
Lewix has joined #ruby
Lewix has joined #ruby
Lewix has quit [Changing host]
<edwardloveall> so like, the default: http://cl.ly/image/3D1x1g3I171s
<edwardloveall> the overridden: http://cl.ly/image/3d322t2U0V2n
lxsameer has quit [Quit: Leaving]
anaeem1_ has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 245 seconds]
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Lewoco has quit [Read error: Connection reset by peer]
<a___> def << comment; comments << comment; end
<a___> what does that mean? :/
<a___> Never seen def <<
BeanDip has joined #ruby
<edwardloveall> that's defining the << method
<edwardloveall> so like, when you have an array, and you do array << value to push it on to the end
<edwardloveall> you can define what that does
fold has joined #ruby
<edwardloveall> same with pretty much any other symbol (i think)
<a___> uh-oh
<a___> def <<(comment); comments << comment; end
<a___> I believe I have now parsed it.
near77 has quit [Quit: Page closed]
<a___> edwardloveall: thanks :)
<edwardloveall> that makes more sense to me
<edwardloveall> thumbs up
Deele has quit [Ping timeout: 244 seconds]
krz has joined #ruby
<a___> I'm in two minds about omitting parens in ruby
<a___> It just causes way too many parse errors to ever be used consistentl
<a___> s/$/y/
<edwardloveall> i'm also of two minds. it's probably my favorite and least favorite feature!
<edwardloveall> i try to define it on all methods
<edwardloveall> def foo (arg) should always have parens
<a___> yup
Wolland has joined #ruby
<edwardloveall> when calling it, that's where it gets a bit tricky
<edwardloveall> things like .to in rspec i never use parens
<edwardloveall> but always for expect()
cirn0 has joined #ruby
BeanDip has quit [Ping timeout: 250 seconds]
<edwardloveall> so ¯\_(ツ)_/¯
<a___> edwardloveall: ha, yeah, we pretty much follow the same conventions
Mekkis has quit [Excess Flood]
<edwardloveall> i just aim for clarity
adironduck has quit [Quit: adironduck]
Mekkis has joined #ruby
<edwardloveall> but it's hard when there are no magic bullet ruls
<edwardloveall> rules*
banister has joined #ruby
soulcake has quit [Ping timeout: 244 seconds]
soulcake has joined #ruby
soulcake has quit [Changing host]
soulcake has joined #ruby
Deele has joined #ruby
<yxhuvvd> personally I don't see how def foo(bar) is any clearer than def foo bar. def expressions are obvious anyhow since they are indented differently.
abuzze has joined #ruby
<edwardloveall> it's certainly arguable
Wolland has quit [Ping timeout: 240 seconds]
havenwood has joined #ruby
<edwardloveall> i just find for my eyes and scanning, parens when defining a method is best
tony_ is now known as mrapple
<edwardloveall> for example, with a___
mrapple is now known as MonsieurApple
<edwardloveall> 's question, it would have been very clear what def << was
<edwardloveall> or, at least clearer
cirn0 has quit [Ping timeout: 260 seconds]
robbyoconnor has joined #ruby
abuzze has quit [Remote host closed the connection]
Cheezebox has joined #ruby
rimenes has joined #ruby
linojon has joined #ruby
Guest83561 is now known as masak_grr
toastynerd has joined #ruby
rimenes_ has quit [Ping timeout: 240 seconds]
eam_ is now known as eam
jonathan_alban has joined #ruby
seydar has joined #ruby
_maes_ has joined #ruby
<seydar> i've got a rackup process running and i'm looking through the logs and i'm seeing a strange long line: http://pastie.org/9515215
<seydar> what does it mean? why would the source host be so long?
klmlfl has joined #ruby
<edwardloveall> i do not know
<edwardloveall> sorry
smss1995 has joined #ruby
nhhagen has joined #ruby
KnownSyntax__ has joined #ruby
klmlfl_ has joined #ruby
zettam has quit [Ping timeout: 246 seconds]
havenn has joined #ruby
moxTreeDev has joined #ruby
ylluminarious has joined #ruby
sarkis has joined #ruby
shelling_ has joined #ruby
akitada__ has joined #ruby
<jhass> seydar: could be a bug in the reverse proxy, hard to tell
skmp__ has joined #ruby
<jhass> might as well be an attack attempt, who knows
nifty_ has joined #ruby
dukedave_ has joined #ruby
antonishen_ has joined #ruby
dmoe_______ has joined #ruby
<jhass> I wouldn't worry too much unless it's always that way
bjeanes_ has joined #ruby
brianherman has joined #ruby
Y_Ichiro has joined #ruby
brianherman_ has joined #ruby
jeregrine_ has joined #ruby
xenogis has joined #ruby
Y_Ichiro has quit [Changing host]
Y_Ichiro has joined #ruby
ceej__ has joined #ruby
diegok has joined #ruby
mr-fooba_ has joined #ruby
ELLIOTTCABLE_ has joined #ruby
toastyne_ has joined #ruby
pagioss has joined #ruby
xMopxShe- has joined #ruby
totimkop1 has joined #ruby
linojon_ has joined #ruby
flori has joined #ruby
d3scala has joined #ruby
nhhagen has quit [Ping timeout: 250 seconds]
edwardly_ has joined #ruby
PaulePan1er has joined #ruby
raddazong has joined #ruby
Hien_ has joined #ruby
tarcwynne__ has joined #ruby
sevenseacat has quit [Remote host closed the connection]
Pharaoh2 has joined #ruby
mage__ has joined #ruby
<seydar> jhass: yeah maybe i should use someone else's proxy implementation
MindfulMonk_ has joined #ruby
jimeh has quit [Quit: ZNC - http://znc.in]
fabrice31 has joined #ruby
sarkis has quit [Ping timeout: 244 seconds]
<shevy> ruby is all about "implement it yourself"
<shevy> everything
lkba has joined #ruby
<waxjar> installing ruby? pfff, implement it yourself!
<havenn> in ruby
jimeh has joined #ruby
<jhass> use vim? pff implement it yourself
phreax has joined #ruby
DarkFoxDK_ has joined #ruby
C0deMaver1ck_ has joined #ruby
<shevy> waxjar yeah eventually :-)
Lulzon has joined #ruby
<shevy> nah
]42[ has joined #ruby
Brando753-o_O_o has joined #ruby
nemesit|- has joined #ruby
<shevy> no need to implement vim
<shevy> it's not useful for anything
cornfeedhobo_ has joined #ruby
TheTFEF has joined #ruby
Fusl has quit [Quit: Contact: http://hallowe.lt/]
NorrinRadd has joined #ruby
NorrinRadd has quit [Changing host]
NorrinRadd has joined #ruby
tris- has joined #ruby
Seich_ has joined #ruby
JaTochNietDan_ has joined #ruby
<shevy> it always loses out to emacs anyway
<shevy> what does matz use?
BeanDip has joined #ruby
s_e_ has joined #ruby
Kov|kasumi has joined #ruby
<waxjar> pen and paper
<shevy> haha
lfox_ has joined #ruby
<jhass> a magnetic needle and his harddrive
acalewin_ has joined #ruby
sfr^ has joined #ruby
<seydar> here's what i got: http://pastie.org/9515246
<shevy> actually, pen and paper are pretty cool
jrhorn425 has joined #ruby
io_syl has joined #ruby
cornfeedhobo has quit [Ping timeout: 260 seconds]
ceej_ has quit [Ping timeout: 260 seconds]
wchun has quit [Ping timeout: 260 seconds]
jeregrine has quit [Ping timeout: 260 seconds]
DarkFoxDK has quit [Ping timeout: 260 seconds]
JaTochNietDan has quit [Ping timeout: 260 seconds]
dmoe______ has quit [Ping timeout: 260 seconds]
Seich has quit [Ping timeout: 260 seconds]
Mars` has quit [Ping timeout: 260 seconds]
halfdan has quit [Ping timeout: 260 seconds]
mr-foobar has quit [Ping timeout: 260 seconds]
nopc0de- has quit [Ping timeout: 260 seconds]
dukedave has quit [Read error: Connection reset by peer]
diego_k has quit [Ping timeout: 260 seconds]
edwardly has quit [Ping timeout: 260 seconds]
bjeanes has quit [Ping timeout: 260 seconds]
tadejm has quit [Ping timeout: 260 seconds]
tarcwynne_ has quit [Ping timeout: 260 seconds]
nifty has quit [Ping timeout: 260 seconds]
ELLIOTTCABLE has quit [Ping timeout: 260 seconds]
nemesit|znc has quit [Ping timeout: 260 seconds]
Jello_Raptor has quit [Ping timeout: 260 seconds]
zz_anildigital has quit [Ping timeout: 260 seconds]
zz_jrhorn424 has quit [Ping timeout: 260 seconds]
akitada_ has quit [Ping timeout: 260 seconds]
skmp_ has quit [Ping timeout: 260 seconds]
Norrin has quit [Ping timeout: 260 seconds]
jamooo has quit [Ping timeout: 260 seconds]
xMopxShell has quit [Ping timeout: 260 seconds]
s_e has quit [Ping timeout: 260 seconds]
elcuervo has quit [Ping timeout: 260 seconds]
[42] has quit [Ping timeout: 260 seconds]
Hien has quit [Ping timeout: 260 seconds]
Lulzon_ has quit [Ping timeout: 260 seconds]
cbetta has quit [Ping timeout: 260 seconds]
isomorphismes has quit [Ping timeout: 260 seconds]
C0deMaver1ck has quit [Ping timeout: 260 seconds]
toastynerd has quit [Ping timeout: 260 seconds]
Mongey has quit [Ping timeout: 260 seconds]
Kovensky has quit [Ping timeout: 260 seconds]
dmst has quit [Ping timeout: 260 seconds]
KnownSyntax_ has quit [Ping timeout: 260 seconds]
hoelzro has quit [Ping timeout: 260 seconds]
Apocalypse has quit [Ping timeout: 260 seconds]
lfox has quit [Ping timeout: 260 seconds]
george2 has quit [Ping timeout: 260 seconds]
trollface has quit [Ping timeout: 260 seconds]
Nightmare has quit [Ping timeout: 260 seconds]
zenojis has quit [Ping timeout: 260 seconds]
jpierre03 has quit [Ping timeout: 260 seconds]
Y_Ichiro_ has quit [Ping timeout: 260 seconds]
b06464f377 has quit [Ping timeout: 260 seconds]
shelling has quit [Ping timeout: 260 seconds]
neersighted has quit [Ping timeout: 260 seconds]
tris has quit [Ping timeout: 260 seconds]
rurban has quit [Ping timeout: 260 seconds]
moonshine has quit [Ping timeout: 260 seconds]
antonishen has quit [Ping timeout: 260 seconds]
onewheelskyward has quit [Ping timeout: 260 seconds]
krz has quit [Ping timeout: 260 seconds]
havenwood has quit [Ping timeout: 260 seconds]
Lewix has quit [Ping timeout: 260 seconds]
madhatter has quit [Ping timeout: 260 seconds]
swartwulf has quit [Ping timeout: 260 seconds]
mordof has quit [Ping timeout: 260 seconds]
[BNC]pagioss has quit [Ping timeout: 260 seconds]
flori_ has quit [Ping timeout: 260 seconds]
PaulePanter has quit [Ping timeout: 260 seconds]
cmosguy has quit [Ping timeout: 260 seconds]
tommylommykins has quit [Ping timeout: 260 seconds]
blackgoat_ has quit [Ping timeout: 260 seconds]
mage_ has quit [Ping timeout: 260 seconds]
klmlfl has quit [Ping timeout: 260 seconds]
qpls has quit [Ping timeout: 260 seconds]
Dr3amc0d3r|away has quit [Ping timeout: 260 seconds]
MindfulMonk has quit [Ping timeout: 260 seconds]
nisstyre has quit [Ping timeout: 260 seconds]
totimkopf has quit [Ping timeout: 260 seconds]
ramblinpeck_ has quit [Ping timeout: 260 seconds]
acalewin has quit [Ping timeout: 260 seconds]
rotor has quit [Ping timeout: 260 seconds]
Brando753 has quit [Ping timeout: 260 seconds]
phreax_ has quit [Ping timeout: 260 seconds]
Nilium has quit [Ping timeout: 260 seconds]
descala has quit [Ping timeout: 260 seconds]
davidcelis has quit [Ping timeout: 260 seconds]
majoh has quit [Ping timeout: 260 seconds]
LBRapid has quit [Ping timeout: 260 seconds]
pgmcgee- has quit [Ping timeout: 260 seconds]
theRoUS has quit [Ping timeout: 260 seconds]
musicmatze has quit [Ping timeout: 260 seconds]
Guest85414______ has quit [Ping timeout: 260 seconds]
sfr^^ has quit [Ping timeout: 260 seconds]
jokke has quit [Ping timeout: 260 seconds]
amitchellbullard has quit [Ping timeout: 260 seconds]
linojon has quit [Ping timeout: 260 seconds]
Klumben has quit [Ping timeout: 260 seconds]
qpls has joined #ruby
Jello_Raptor has joined #ruby
Nilium_ has joined #ruby
asteve has joined #ruby
arup_r has quit [Ping timeout: 260 seconds]
bauruine has quit [Ping timeout: 260 seconds]
johnhamelink has quit [Ping timeout: 260 seconds]
SecretAgent has quit [Ping timeout: 260 seconds]
MindfulMonk_ is now known as MindfulMonk
DarkFoxDK_ is now known as DarkFoxDK
acalewin_ is now known as acalewin
lfox_ is now known as lfox
Guest5302 is now known as Heartbroken
NorrinRadd is now known as Norrin
onewheelskyward has joined #ruby
Pharaoh2 has quit [Ping timeout: 246 seconds]
tadejm has joined #ruby
<shevy> cool.. a rack proxy
edwardly_ is now known as edwardly
JaTochNietDan_ is now known as JaTochNietDan
ramblinpeck_ has joined #ruby
pgmcgee has joined #ruby
<seydar> oh man i work for the government and i can't have a computer or phone, so sometimes i get bored and write code on paper. it's actually super fun
nopc0de has joined #ruby
Lewix has joined #ruby
<waxjar> i use it sometimes to write my shopping list
linojon_ is now known as linojon
LBRapid_ has joined #ruby
Guest85414______ has joined #ruby
dmoe_______ is now known as dmoe______
LBRapid_ is now known as LBRapid
jeregrine_ is now known as jeregrine
Brando753-o_O_o is now known as Brando753
Kov|kasumi is now known as Kovensky
skmp__ is now known as skmp_
george2 has joined #ruby
b06464f377 has joined #ruby
Mars` has joined #ruby
bauruine has joined #ruby
Paradox has joined #ruby
]42[ is now known as [42]
dmst has joined #ruby
tris- is now known as tris
amitchellbullard has joined #ruby
<jhass> I only wrote code with pen and paper during exams
dukedave_ is now known as dukedave
cbetta_ has joined #ruby
Cheezebox has quit [Remote host closed the connection]
mordof has joined #ruby
<jhass> not even in the preparations :D
krz has joined #ruby
majoh has joined #ruby
rotor has joined #ruby
Fusl has joined #ruby
jpierre03 has joined #ruby
fabrice31 has quit [Ping timeout: 245 seconds]
rurban has joined #ruby
musicmatze has joined #ruby
Dr3amc0d3r|away has joined #ruby
tarcwynne__ is now known as tarcwynne_
nifty_ is now known as nifty
<apeiros> the last time I wrote code on paper must be >20y ago…
isomorphismes has joined #ruby
davidcelis has joined #ruby
bashrw has quit [Quit: bashrw]
asteve has quit [Client Quit]
sickdan has joined #ruby
Cheezebox has joined #ruby
swartwulf has joined #ruby
<apeiros> fuck, I'm old :(
jokke has joined #ruby
<havenn> yesterday for me
blackgoat_ has joined #ruby
<havenn> paper isn't great at interpreting but it's decent at persistence
elcuervo has joined #ruby
Apocalypse has joined #ruby
<shevy> true
nisstyre has joined #ruby
<havenn> hard to refactor too
<shevy> even toilet paper
<havenn> then erasers don't even work
elcuervo is now known as Guest59329
<havenn> just tears the paper
hoelzro has joined #ruby
<seydar> apeiros: hey like 5 years ago you told me that when you get bored you write persistance systems or DBs, and ever since then whenever i'm bored i just rewrite something i enjoy using. i wanna thank you for that
<shevy> I actually use small papers for "cheat sheets" to memorize content quickly
<havenn> shevy: tp squares?
<shevy> and I happily colourize them. sadly, most colourizers make the white paper semi-transparent :(
suy_ is now known as suy
<shevy> I kinda need OLED papers one day...
toastyne_ has quit [Remote host closed the connection]
<apeiros> seydar: heh, you're welcome :D
soasme has joined #ruby
<shevy> havenn dunno, mostly I just realized that if I condense information as much as possible, I can memorize more, and colour emphasis helps as well
arup_r has joined #ruby
seydar has quit [Quit: leaving]
theRoUS has joined #ruby
<havenn> shevy: color helps me remember too
<havenn> shevy: and shape
antonishen_ is now known as antonishen
Mongey has joined #ruby
voodoofish1 has quit [Quit: Leaving.]
voodoofish has joined #ruby
<shevy> yeah
zeroNones has joined #ruby
BeanDip has quit [Ping timeout: 250 seconds]
Klumben has joined #ruby
jamooo has joined #ruby
kith_ is now known as kit
kit is now known as kith
sea_local has joined #ruby
anildigital has joined #ruby
sea_local has quit [Remote host closed the connection]
SecretAgent has joined #ruby
wasa has joined #ruby
sea_local has joined #ruby
tommylommykins has joined #ruby
s_e has joined #ruby
s_e_ has quit [*.net *.split]
mage__ has quit [*.net *.split]
Deele has quit [*.net *.split]
soulcake has quit [*.net *.split]
Mekkis has quit [*.net *.split]
peckermanzzz has quit [*.net *.split]
Caius has quit [*.net *.split]
elementz has quit [*.net *.split]
soixante has quit [*.net *.split]
io_syl has quit []
mage_ has joined #ruby
claw__ has quit [Read error: Connection reset by peer]
claw__ has joined #ruby
poulet_a has joined #ruby
<shevy> hmm
<shevy> if you guys were to start a webframework from scratch today in ruby
rimenes_ has joined #ruby
<shevy> what would you focus on getting right in the first place?
sea_local has quit [Ping timeout: 240 seconds]
rimenes has quit [Ping timeout: 245 seconds]
johnhamelink has joined #ruby
<havenn> shevy: guess it depends if you mean a rack framework or rack alternative
<shevy> ack
<shevy> he uses the lambda ->
goodenough has joined #ruby
<havenn> stabby, like proper!
masak_grr is now known as masak
soasme has quit [Ping timeout: 240 seconds]
<shevy> is that a real thing or is he joking?
<shevy> I never know with tenderlove ...
<havenn> this is real :P
<havenn> well, a real code spike
yfeldblum has joined #ruby
claw__ has quit [Client Quit]
Miron has joined #ruby
CaptainJet has joined #ruby
claw__ has joined #ruby
Dr3amc0d3r|away has quit [Quit: ZNC - http://znc.in]
wasa is now known as wasamasa
<havenn> shevy: here's a non-Rack option :O https://github.com/celluloid/lattice#readme
<havenn> webmachine is pretty nifty
flori has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Ping timeout: 250 seconds]
doodlehaus has joined #ruby
sparrovv has joined #ruby
soasme has joined #ruby
Dr3amc0d3r|away has joined #ruby
havenn has quit [Read error: Connection reset by peer]
Jackneill has joined #ruby
fantazo has quit [Ping timeout: 245 seconds]
gccostabr has joined #ruby
Channel6 has joined #ruby
Cache_Money has joined #ruby
flori has joined #ruby
Cache_Money has quit [Client Quit]
ptrrr has quit [Quit: ptrrr]
gccostabr has quit [Quit: ZZZzzz…]
Insty has quit [Ping timeout: 245 seconds]
krz has quit [Quit: WeeChat 1.0]
edwardloveall has quit [Quit: Leaving.]
dawkirst has joined #ruby
soasme has quit [Remote host closed the connection]
dawkirst has quit [Client Quit]
soasme has joined #ruby
dawkirst has joined #ruby
ndrei has quit [Ping timeout: 240 seconds]
zeroNones has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DrCode has joined #ruby
edwardloveall has joined #ruby
Wolland has joined #ruby
mfmfmfmfmfmf has joined #ruby
mooru has joined #ruby
BeanDip has joined #ruby
ndrei has joined #ruby
soasme has quit [Ping timeout: 245 seconds]
elementz has joined #ruby
nhhagen has joined #ruby
Wolland has quit [Ping timeout: 240 seconds]
Cache_Money has joined #ruby
dawkirst has quit [Remote host closed the connection]
zeroNones has joined #ruby
sarkis has joined #ruby
Insty has joined #ruby
Dev-Gitter has joined #ruby
PHP4Ever has joined #ruby
FarlaTux has joined #ruby
renderfu_ has joined #ruby
Boohbah has joined #ruby
gaussblurinc1 has quit [Quit: Leaving.]
yeticry_ has quit [Ping timeout: 250 seconds]
gaussblurinc1 has joined #ruby
froggy_ has joined #ruby
rimenes has joined #ruby
yeticry has joined #ruby
rimenes_ has quit [Ping timeout: 240 seconds]
renderful has quit [Ping timeout: 260 seconds]
froggy__ has quit [Ping timeout: 240 seconds]
brianherman_ has quit [Ping timeout: 250 seconds]
brianherman has quit [Ping timeout: 250 seconds]
joast has quit [Quit: Leaving.]
mfmfmfmfmfmf has quit [Remote host closed the connection]
Tom__Orrow has joined #ruby
<Tom__Orrow> Hi. I never thought about memory usage in rails but recently started to work with huge hashes and ram quickly leaked. Who can help me to understand whats going on here? https://gist.github.com/tom-orrow/628c1b85462d3e3ddda2#file-gistfile1-rb
<Tom__Orrow> Its 10mb on start and 18 on finish of the code even if all variables is nil now.
osvico has quit [Ping timeout: 245 seconds]
Cache_Money has quit [Quit: Cache_Money]
<apeiros> Tom__Orrow: a) GC does not necessarily kick in the moment you no longer reference an object
gregf has quit [Quit: WeeChat 0.4.3]
<eam> in fact it may never ever run
<apeiros> b) even after GC, ruby may or may not return memory to the OS
<waxjar> c) 8mb is peanuts :p
brianherman has joined #ruby
brianherman_ has joined #ruby
SCHAAP137 has quit [Ping timeout: 250 seconds]
lkba has quit [Ping timeout: 240 seconds]
<apeiros> waxjar: not if you try to run 20 rails instances on a 512MB RAM VM :-D
<Tom__Orrow> Well its 8mb here and about 1gb in working project. So how to deal with it?
<waxjar> fair enough :p
<eam> use a language that lets you control memory allocations :)
<apeiros> Tom__Orrow: impossible to tell from the given example
<apeiros> Tom__Orrow: write it in a way which avoids large allocations
<apeiros> rewrite it as a native extension
kyunsiu has joined #ruby
<eam> hackjob it with GC.start
<apeiros> rewrite it to generally consume less memory
<apeiros> buy more ram
<eam> re-exec periodically
<apeiros> fork off a process to do the work
<jhass> Tom__Orrow: Please do not crosspost without at least telling so. Experience shows that people don't bother to inform the other channels of provided solutions, therefore it is considered rude.
<eam> ramdoubler
smss1995 has quit [Quit: Leaving]
gondalier has joined #ruby
<apeiros> blech
<apeiros> I guess when I take that month of holidays I have left over, I'll finally write that chanop bot
mooru has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Tom__Orrow> Actually its a sidekiq worker. At hte end of the work it can use about 100mb. And looks like on next call it still uses 100mb but after work its 200mb already...
Boohbah has quit [Read error: Connection reset by peer]
<apeiros> that sounds like you indeed keep holding on to your objects somewhere. i.e., you leak
<waxjar> maybe you're keeping a reference to your data somewhere
l0l0 has joined #ruby
<l0l0> ==
l0l0 has quit [Quit: leaving]
sea_local has joined #ruby
kaspergrubbe has joined #ruby
gondalier has quit [Read error: Connection reset by peer]
microdex has joined #ruby
gondalier has joined #ruby
claymore_ has quit [Ping timeout: 250 seconds]
hellangel7 has joined #ruby
Caius has joined #ruby
Deele has joined #ruby
peckermanzzz has joined #ruby
hellangel7 has quit [Max SendQ exceeded]
soulcake has joined #ruby
claymore_ has joined #ruby
Cache_Money has joined #ruby
zeroNones has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hellangel7 has joined #ruby
zeroNones has joined #ruby
zeroNones has quit [Max SendQ exceeded]
gondalier has quit [Client Quit]
osvico has joined #ruby
Mekkis has joined #ruby
Boohbah has joined #ruby
dorei has joined #ruby
jmbrown412 has joined #ruby
deyuan has joined #ruby
tlarevo has quit [Ping timeout: 250 seconds]
<AlexRussia> i need in your help folks
Snowstormer has joined #ruby
<dorei> share your problem with us AlexRussia
benzrf|offline is now known as benzrf
<AlexRussia> dorei: i want in easy way to use one file(as layout) and other files(will be include somewhere in layout)
wallerdev has joined #ruby
<AlexRussia> dorei: i will use erb, but i still sucks with understand :(
jmbrown4_ has joined #ruby
tlarevo has joined #ruby
<dorei> what troubles you with erb?
<AlexRussia> dorei: idk how to wrap it
<wasamasa> clearly, erb is too easy to get
<dorei> AlexRussia: let me find what I use
cirn0 has joined #ruby
yfeldblum has joined #ruby
<AlexRussia> dorei: i mean, in layout i need something like 'lalalalal<%=yield%>lalalalalal', but idk how to wrap yield
<jhass> I think you should tell us something about your context. Are you in any kind of webframework?
jmbrown412 has quit [Ping timeout: 240 seconds]
<AlexRussia> jhass: no, my code should retun static page, isn't for dynamic
Cheezebox has quit [Remote host closed the connection]
<jhass> did you consider a static page generator like middleman?
<dorei> AlexRussia: why yield? i dont understard
mockra has joined #ruby
<jhass> jekyll
Cheezebox has joined #ruby
<jhass> *or ^
<dorei> AlexRussia: what do you want to be yielded?
rimenes_ has joined #ruby
<shevy> do you guys use numbers in methods?
<shevy> like "def abc1"
cirn0 has quit [Ping timeout: 240 seconds]
<jhass> no
yfeldblum has quit [Ping timeout: 255 seconds]
hamakn_ has quit [Remote host closed the connection]
Ilyas has joined #ruby
Lewix has quit [Remote host closed the connection]
axilla has quit [Ping timeout: 245 seconds]
hamakn has joined #ruby
joast has joined #ruby
<AlexRussia> jhass: i mean, i just need something like jekyll, but not at all.And not like blog-style i guess :D
<jhass> so middleman ?
Cheezebox has quit [Ping timeout: 240 seconds]
<AlexRussia> jhass: what you mean under it?
DaniG2k has joined #ruby
<jhass> havenwood sadly isn't here right now, he would have another dozen alternatives as I know him
rimenes has quit [Ping timeout: 260 seconds]
kachi8 has joined #ruby
nucc has quit [Quit: Computer has gone to sleep.]
<AlexRussia> jhass: probabily is it, thx
heftig-android has joined #ruby
moritzschaefer has quit [Ping timeout: 240 seconds]
GregWittman has joined #ruby
mikepack has joined #ruby
edwardloveall has quit [Quit: Leaving.]
heftig-android has quit [Remote host closed the connection]
gaussblurinc1 has quit [Quit: Leaving.]
qba73_ has quit []
hellangel7 has quit [Max SendQ exceeded]
claymore_ has quit [Read error: Connection reset by peer]
bmurt has joined #ruby
heftig-android has joined #ruby
djbkd has joined #ruby
goodenough has quit [Remote host closed the connection]
bfrizzle has quit [Ping timeout: 240 seconds]
michaeldeol has joined #ruby
tanath has joined #ruby
end_guy has joined #ruby
GriffinHeart has joined #ruby
havenwood has joined #ruby
Lewix has joined #ruby
ndrei has quit [Ping timeout: 255 seconds]
mockra has quit [Remote host closed the connection]
bfrizzle has joined #ruby
mockra has joined #ruby
GriffinHeart has quit [Ping timeout: 245 seconds]
Aristata1 has joined #ruby
Cheezebox has joined #ruby
ndrei has joined #ruby
mary5030 has joined #ruby
Wolland has joined #ruby
<Aristata1> Hey guys, is there a way to delay a resque job, or only have it pull in one job every 30 seconds
project2501a has quit [Ping timeout: 250 seconds]
sea_local has quit [Remote host closed the connection]
edwardloveall has joined #ruby
sea_local has joined #ruby
mockra has quit [Ping timeout: 250 seconds]
goodenough has joined #ruby
xMopxShe- has quit [Quit: ZNC - http://znc.in]
xMopxShell has joined #ruby
Wolland has quit [Ping timeout: 250 seconds]
tylerkern has joined #ruby
<havenwood> Aristata1: or look into resque's INTERVAL
<havenwood> Aristata1: 5 is the default, try just setting it to 30
lemur has joined #ruby
<Aristata1> Thanks guys
<havenwood> de nada
ndrei has quit [Ping timeout: 240 seconds]
sea_local has quit [Ping timeout: 250 seconds]
o0oo0o has joined #ruby
klmlfl_ has quit [Remote host closed the connection]
klmlfl has joined #ruby
Obversity has quit [Remote host closed the connection]
ndrei has joined #ruby
axsuul has joined #ruby
britneywright has joined #ruby
fabrice31 has joined #ruby
microdex has quit [Remote host closed the connection]
<havenwood> haha, reading irc logs >.>
<havenwood> Aristata1: here's the dozen static site generators: https://www.ruby-toolbox.com/categories/static_website_generation
rimenes has joined #ruby
<jhass> havenwood: AlexRussia ^
<havenwood> oops
<AlexRussia> @_@ nothing new :D
<jhass> havenwood: but where are all the obscure ones nobody heard about before? oO
rimenes_ has quit [Ping timeout: 240 seconds]
<jhass> :P
jrhorn425 has quit [Ping timeout: 240 seconds]
fabrice31 has quit [Ping timeout: 250 seconds]
<edwardloveall> ruhoh sounds like when scooby doo says "uh oh"
zz_jrhorn424 has joined #ruby
snapcase has joined #ruby
Takle has quit [Remote host closed the connection]
sparrovv has quit [Remote host closed the connection]
sparrovv has joined #ruby
_lexjm has joined #ruby
bmurt has quit []
nucc has joined #ruby
IceDragon has joined #ruby
lkba has joined #ruby
maestrojed has quit [Quit: Textual IRC Client: www.textualapp.com]
sparrovv has quit [Ping timeout: 245 seconds]
saarinen has joined #ruby
zz_jrhorn424 has quit [Ping timeout: 240 seconds]
BLuEGoD has quit [Ping timeout: 260 seconds]
gabriel-artigue has joined #ruby
sfr^ has quit [Ping timeout: 240 seconds]
zz_jrhorn424 has joined #ruby
SiliconDon has joined #ruby
sfr^ has joined #ruby
jmbrown412 has joined #ruby
BLuEGoD has joined #ruby
sectionme has joined #ruby
gabriel-artigue has quit [Quit: leaving]
yfeldblum has joined #ruby
astav has joined #ruby
mockra_ has joined #ruby
jmbrown4_ has quit [Ping timeout: 240 seconds]
zubov has joined #ruby
gsd has joined #ruby
zettam has joined #ruby
bmurt has joined #ruby
djbkd has quit [Remote host closed the connection]
sectionme has quit [Ping timeout: 255 seconds]
yfeldblum has quit [Ping timeout: 250 seconds]
OffTheRails has quit [Ping timeout: 240 seconds]
Takle has joined #ruby
Sht0 has joined #ruby
bmurt has quit []
<shevy> test
goshdarnyou has joined #ruby
<zubov> it worked shevy
GregWittman has left #ruby ["WeeChat 1.0"]
kyunsiu has quit [Ping timeout: 240 seconds]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<shevy> damn
<shevy> I get fluctuating internet
rimenes_ has joined #ruby
Panmuffin is now known as _cake
linojon has quit [Ping timeout: 250 seconds]
claymore has joined #ruby
darkxploit has joined #ruby
mikepack has quit [Remote host closed the connection]
rimenes has quit [Ping timeout: 260 seconds]
SiliconDon has quit []
bearish has joined #ruby
skyofdwarf has quit []
mockra_ has quit [Remote host closed the connection]
Wolland has joined #ruby
mockra has joined #ruby
astav has quit [Quit: astav]
anaeem1_ has joined #ruby
astav has joined #ruby
mikepack has joined #ruby
<AlexRussia> shevy: :)
saarinen has quit [Quit: saarinen]
arup_r has quit [Quit: Leaving.]
anaeem1_ has quit [Remote host closed the connection]
mary5030 has quit [Read error: Connection reset by peer]
anaeem1_ has joined #ruby
mary5030 has joined #ruby
mockra has quit [Ping timeout: 240 seconds]
djbkd has joined #ruby
Wolland has quit [Ping timeout: 245 seconds]
sylvanica has quit [Ping timeout: 240 seconds]
GriffinHeart has joined #ruby
kyunsiu has joined #ruby
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mikepack has quit [Ping timeout: 240 seconds]
BeanDip has quit [Ping timeout: 245 seconds]
sparrovv has joined #ruby
<shevy> ok time to concentrate
<shevy> next thing to do is to write a ruby script that outputs the versions of all xorg components
djbkd has quit [Ping timeout: 255 seconds]
GriffinHeart has quit [Ping timeout: 255 seconds]
anaeem1_ has quit [Ping timeout: 255 seconds]
sparrovv has quit [Remote host closed the connection]
Wolland has joined #ruby
sparrovv has joined #ruby
Barrayar has joined #ruby
lemur has quit [Remote host closed the connection]
lemur has joined #ruby
Sht0 has quit [Ping timeout: 245 seconds]
Wolland has quit [Ping timeout: 240 seconds]
_lexjm has joined #ruby
sparrovv has quit [Ping timeout: 250 seconds]
lemur has quit [Ping timeout: 240 seconds]
soulcake has quit [Quit: Quack.]
Ilyas has quit [Read error: Connection reset by peer]
soulcake has joined #ruby
djbkd has joined #ruby
FarlaTux has quit [Quit: Leaving [Bye Everybody]]
PHP4Ever has quit [Quit: Leaving [Bye Everybody]]
Dev-Gitter has quit [Quit: Leaving [Bye Everybody]]
Ilyas has joined #ruby
marr has quit []
Ilyas has quit [Max SendQ exceeded]
Ilyas has joined #ruby
<shevy> damn
<shevy> that is not possible
<shevy> things like "xmore" don't have a --version switch nor seem to have a simple way to allow one to find out what version it has
<havenwood> shevy: manpage sure isn't helpful
rimenes_ has quit [Read error: Connection reset by peer]
<havenwood> shevy: not even an -h flag, tsk tsk
rimenes has joined #ruby
<shevy> well
<shevy> I think they lack the manpower to do much :\
anaeem1 has joined #ruby
nucc has quit [Quit: Computer has gone to sleep.]
_djbkd has joined #ruby
<shevy> 133 people on #xorg, usually it is alanc and jcristeau giving answers
<shevy> the rest are idling
nucc has joined #ruby
mikepack has joined #ruby
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
aspires has joined #ruby
djbkd has quit [Ping timeout: 255 seconds]
astav has quit [Quit: astav]
nfk has joined #ruby
nucc has quit [Ping timeout: 250 seconds]
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tectonic has joined #ruby
iamjarvo has joined #ruby
claymore has quit [Quit: Leaving]
enebo has joined #ruby
astav has joined #ruby
mikepack has quit [Ping timeout: 255 seconds]
asteve has joined #ruby
tectonic has quit []
yfeldblum has joined #ruby
rubyracer has joined #ruby
asteve has quit [Client Quit]
brianherman has quit [Read error: Connection reset by peer]
brianherman_ has quit [Read error: Connection reset by peer]
edwardloveall has quit [Quit: Leaving.]
kyunsiu has quit [Read error: Connection reset by peer]
timonv_ has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 250 seconds]
ardian has joined #ruby
OffTheRails has joined #ruby
BeanDip has joined #ruby
<ardian> Hi, how do I make this in ruby, using it for a rails app, SELECT TOP 10 * FROM TABLENAME WHERE USER_ID=3
Ankhers has joined #ruby
<havenwood> ardian: ActiveRecord questions are best in #rubyonrails (register your nick to be able to talk there).
<ardian> havenwood: ok thank you.
<heftig-android> I've never seen TOP before
<heftig-android> Which dialect is that? Standard would be LIMIT, I guess
<apeiros> mssql
<ardian> mssql
Xeago has joined #ruby
<apeiros> and yes, limit is the proper way
ardian has quit [Client Quit]
sylvanica has joined #ruby
io_syl has joined #ruby
<apeiros> I understand deviations from the standard where the standard doesn't define anything. but things like this are just stupid IMO.
<shevy> "turn a bit of the genome into a pixelated picture of the organism."
<shevy> so now you know how a potato genome looks in a visualized way!
<shevy> :P
tectonic has joined #ruby
<shevy> TOP is not common in SQL?
TheSojourner is now known as mjulian
ramenboy has joined #ruby
<Hanmac> shevy: good that i am not working with genetic programming ;P
cirn0 has joined #ruby
doodlehaus has quit []
kaspergrubbe has quit [Read error: Connection reset by peer]
kaspergrubbe has joined #ruby
starless has joined #ruby
avi___ is now known as avi__
mikepack has joined #ruby
timonv_ has joined #ruby
cirn0 has quit [Ping timeout: 245 seconds]
ramenboy has quit [Quit: Bye]
nhhagen has quit [Remote host closed the connection]
nhhagen has joined #ruby
kaspergrubbe has quit [Ping timeout: 245 seconds]
kaspergrubbe_ has joined #ruby
agjacome has joined #ruby
klmlfl has quit [Remote host closed the connection]
nhhagen has quit [Ping timeout: 260 seconds]
klmlfl has joined #ruby
saarinen has joined #ruby
_lexjm has joined #ruby
nucc has joined #ruby
top4o has joined #ruby
saarinen has quit [Client Quit]
ValicekB has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
_lexjm has quit [Client Quit]
zubov has quit [Ping timeout: 240 seconds]
klmlfl has quit [Ping timeout: 240 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
GriffinHeart has joined #ruby
[mark] has quit [Quit: Leaving]
sonOfRa has quit [Quit: Bye!]
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sevvie has joined #ruby
marr has joined #ruby
Insty is now known as Insti
heftig-android has quit [Remote host closed the connection]
Wolland has joined #ruby
GriffinHeart has quit [Ping timeout: 245 seconds]
postmodern has quit [Quit: Leaving]
fabrice31 has joined #ruby
io_syl has quit []
sylvanica has quit [Ping timeout: 245 seconds]
asteve has joined #ruby
aspires has quit []
<AlexRussia> shevy: as i know, 'xorg' tools use -param style for all
<AlexRussia> shevy: like -version etc
sonOfRa has joined #ruby
mr-fooba_ is now known as mr-foobar
elementz has quit [Ping timeout: 255 seconds]
Wolland_ has joined #ruby
agjacome_ has joined #ruby
Wolland has quit [Ping timeout: 245 seconds]
fabrice31 has quit [Ping timeout: 245 seconds]
<shevy> AlexRussia like "xmore -version"?
<AlexRussia> shevy: yes
Wolland_ has quit [Read error: Connection reset by peer]
<shevy> hmm
<shevy> does that work for you?
<AlexRussia> shevy: i did read about it in some book
<AlexRussia> shevy: let me check
Wolland has joined #ruby
<AlexRussia> shevy: i haven't xmore :(
PaulePan1er is now known as PaulePanter
agjacome has quit [Ping timeout: 250 seconds]
TheTopBloke has joined #ruby
C0deMaver1ck_ is now known as C0deMaver1ck
<AlexRussia> shevy: f.e. this behavior work in 'xset'
timonv_ has quit [Remote host closed the connection]
tylerkern has quit [Quit: Connection closed for inactivity]
iamjarvo has joined #ruby
postmodern has joined #ruby
sylvanica has joined #ruby
aspires has joined #ruby
lemur has joined #ruby
nhhagen has joined #ruby
ARCADIVS has quit [Quit: WeeChat 0.4.3]
fsapo has quit [Remote host closed the connection]
professor_soap has joined #ruby
Ankhers has quit [Remote host closed the connection]
asteve has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
goodenough has quit [Remote host closed the connection]
astav has quit [Quit: astav]
jimms has joined #ruby
yfeldblum has joined #ruby
tylerkern has joined #ruby
<shevy> ok
davedev2_ has quit [Ping timeout: 245 seconds]
nhhagen has quit [Ping timeout: 260 seconds]
tylerker_ has joined #ruby
tylerker_ has quit [Client Quit]
<AlexRussia> shevy: its just display help :D
robustus has quit [Ping timeout: 250 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
moritzschaefer has joined #ruby
<AlexRussia> shevy: why you need in it?
j416__ has joined #ruby
Tom__Orrow has quit [Ping timeout: 245 seconds]
timonv_ has joined #ruby
robustus has joined #ruby
kachi8 has quit [Ping timeout: 245 seconds]
j416_ has quit [Ping timeout: 264 seconds]
j416__ is now known as j416
ndrei has quit [Ping timeout: 255 seconds]
timonv_ has quit [Ping timeout: 245 seconds]
ndrei has joined #ruby
Xeago has quit [Remote host closed the connection]
agjacome_ has quit [Ping timeout: 250 seconds]
dseitz has quit [Quit: nap]
davedev24_ has joined #ruby
<shevy> AlexRussia I want to show all installed versions of xorg components
<AlexRussia> shevy: ou
<AlexRussia> shevy: then....you should did it when you installed it ;)
sailias has joined #ruby
<AlexRussia> shevy: i mean, you should thought about it before ;)
aspires has quit []
mary5030 has quit [Remote host closed the connection]
tectonic has quit []
shredding has joined #ruby
yezzie has joined #ruby
davedev24_ has quit [Ping timeout: 255 seconds]
<shevy> no you do not understand
<shevy> it must work on any other computer
<shevy> regardless of when someone installed a component
<shevy> be it in 2006, 2009, 2013 or just right now
Wolland has quit [Read error: Connection reset by peer]
<shevy> unfortunately there is no reliable way to find out what version that program is when it does not respond to --version :(
asteve has joined #ruby
<shevy> or one just has to parse man pages
<shevy> which is ugly but a possibility
Wolland has joined #ruby
timonv_ has joined #ruby
testcore has joined #ruby
<wasamasa> shevy: what are you trying to build?
sonOfRa has quit [Quit: Bye!]
davispuh has joined #ruby
<shevy> I am extending my ruby sys info shower with an option to display all xorg components
DesertCreature has joined #ruby
sonOfRa has joined #ruby
xenomorph is now known as {xenomorph}
<havenwood> shevy: puts `cat $(mdfind -name xf86Module.h) | grep "\tSET_ABI_VERSION"`.split("\n").map { |line| _, name, version = line.split; "#{name.split('_')[1].downcase}: #{version.scan(/\d+/).join('.')}" }
jheg has joined #ruby
mockra_ has joined #ruby
<shevy> hmm
<havenwood> shevy: dunno, if they followed the mandatory flag rule for version and help it wouldn't be such a pain
<shevy> what is mdfind?
<havenwood> BSD/OSX alternative to locate
moritzschaefer has quit [Ping timeout: 250 seconds]
lemur has quit [Read error: Connection reset by peer]
<shevy> /Depot/Temp/xorg-server-1.16.0/hw/xfree86/common/xf86Module.h
lemur has joined #ruby
<havenwood> shevy: yeah, my idea was to look there for ABI numbers
<shevy> if I understand it correctly that is just for the xorg-server component
timonv_ has quit [Ping timeout: 245 seconds]
<shevy> here are the individual compoments I have identified so far: http://pastie.org/pastes/9515733/text
<shevy> a few of these are probably outdated by now
<shevy> but I think even a corrected list has well over +200 entries
Alina-malina has quit [Ping timeout: 240 seconds]
<havenwood> ah yeah, i was just thinking server
<havenwood> eek
<shevy> the joy of modularity hehe
sparrovv has joined #ruby
speaking1ode has quit [Ping timeout: 246 seconds]
<havenwood> oops, regexp fail, i shoulda tested that
mockra_ has quit [Remote host closed the connection]
mockra has joined #ruby
<shevy> I guess they don't embed the version in a binary
GriffinHeart has joined #ruby
<havenwood> shevy: if they were all installed at once you could look at ABI and extrapolate version numbers, but this is presuming various parts are various versions, yeah?
<havenwood> uhg
<havenwood> here lie dragons
<havenwood> shevy: need it to be cross-platform?
mockra has quit [Ping timeout: 250 seconds]
<havenwood> shevy: you might be able to query package manager, depending
yfeldblum has joined #ruby
<havenwood> shevy: arch?
dioms___ has joined #ruby
<havenwood> or wait, are you slackware? i can't recall
GriffinHeart has quit [Ping timeout: 240 seconds]
britneywright has joined #ruby
mockra has joined #ruby
carraroj has joined #ruby
<shevy> yeah cross platform
<shevy> nono it is not for me
<havenwood> then nvm
<shevy> it is just an additional feature for the sys-stat-info-showing thingy
<shevy> I myself know what version I have
<shevy> I just fetch the source :)
Wolland has quit [Remote host closed the connection]
<havenwood> wouldn't be fun to do cross-platform package manager support, and only some would work anyways
_lexjm has joined #ruby
<shevy> when I type "url xkill" I get
<shevy> Seeking `xkill` next.
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ptrrr has joined #ruby
<shevy> yeah
<shevy> and even then I can not trust them
Wolland has joined #ruby
<shevy> like when debian modified stuff!
<shevy> and took out mkmf!!!
<shevy> thieves!!!!!
ptrrr has quit [Client Quit]
<shevy> It's interesting though because most core *nix utilits have support for --version
carraroj has quit [Client Quit]
<shevy> that's what I have so far, I'll add more eventually: http://pastie.org/pastes/9515749/text
iamjarvo has joined #ruby
mockra has quit [Remote host closed the connection]
<havenwood> "All programs should support two standard options: ‘--version’ and ‘--help’."
mockra has joined #ruby
axsuul has quit [Ping timeout: 255 seconds]
{xenomorph} is now known as xenomorph
TDJACR has joined #ruby
<shevy> cool
Wolland has quit [Ping timeout: 255 seconds]
<havenwood> cool when the rule is followed! >.>
BeanDip has quit [Ping timeout: 245 seconds]
<havenwood> your current situation when it isn't... :O
Wolland has joined #ruby
britneywright has quit [Quit: Textual IRC Client: www.textualapp.com]
LangeOortjes has joined #ruby
axsuul has joined #ruby
<shevy> well
mockra has quit [Ping timeout: 255 seconds]
<shevy> I can parse the man page perhaps?
AlexRussia has quit [Ping timeout: 250 seconds]
<shevy> not sure if they have the version bit
<shevy> and my stupid man pages don't even work right now! grrrr
<shevy> man: can't set the locale; make sure $LC_* and $LANG are correct
<shevy> man: can't execute most: No such file or directory
<havenwood> shevy: ha, as if X follow manpage rules...
<havenwood> shevy: though i guess at least it looks like they datestamp, sometimes
ndrei has quit [Read error: No route to host]
<shevy> oh man
ndrei has joined #ruby
<havenwood> man indeed
<shevy> let's face it
<shevy> *nix is a big mess
<havenwood> manpage ALL THE THINGS \o/
<shevy> it's surprising that it works
<bricker> How do you guys format long conditionals? this is how I usually do it but I don't like it: https://gist.github.com/bricker/2303545820f3a965fa8c
asteve has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<bricker> Trying to keep the lines short
benlieb has joined #ruby
ctp has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<havenwood> bricker: indent to show it's a continuation
<jhass> bricker: in doubt make it a method
Lewix has quit [Quit: Leaving...]
<bricker> havenwood: yeah but then the conditional and logic inside are indented the same
ringarin has joined #ruby
<havenwood> bricker: bump everything out one
charliesome has quit [Quit: zzz]
<havenwood> but yeah, prolly extract method
ctp has joined #ruby
<havenwood> bricker: or i wonder if you couldn't extract constant even
<havenwood> bit of both
<havenwood> depends on more than we see here i guess
<havenwood> dunno
xenomorph is now known as {xenomorph}
nhhagen has joined #ruby
{xenomorph} is now known as xenomorph
terlar has joined #ruby
ndrei has quit [Ping timeout: 245 seconds]
<benlieb> I'm ready to upgrade my ruby in an older app. It's currently in 1.8.7. Which ruby should I move to?
zorak has quit [Ping timeout: 250 seconds]
<havenwood> benlieb: 2.1.2
<benlieb> I'll have to install ruby manually on the server
nucc has quit [Quit: Computer has gone to sleep.]
AlexRussia has joined #ruby
wchun has joined #ruby
ringarin has quit [Quit: Leaving]
nucc has joined #ruby
<benlieb> havenwood: are there any issues that I might expect moving from 1.8.7 to 2.1.2?
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<havenwood> bricker: commented on your gist
nhhagen has quit [Ping timeout: 250 seconds]
<havenwood> benlieb: maybe encoding issues
<havenwood> benlieb: do you have tests so you'll know what breaks? :O
<havenwood> benlieb: what kind of app?
<benlieb> havenwood: I have about 85% test coverage
<benlieb> it's a rails app
heftig has quit [Quit: Quitting]
<havenwood> benlieb: 1.8 to 1.9 is the hard transition, 1.9 to 2.0 or 2.1 is cake
Barrayar has quit [Quit: Leaving]
<benlieb> it's a rails 3.0 app
<havenwood> benlieb: I'd suggest biting the bullet and going straight to 2.1.
<havenwood> benlieb: whew, i had a pang of fright thinking 2.0 :P
<benlieb> havenwood: well that should be easy enough to try with rvm and gemsets. let's see what hits the fan.
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
heftig has joined #ruby
<havenwood> benlieb: g'luck!!
DesertCreature has quit [Remote host closed the connection]
ptrrr has joined #ruby
startupality has joined #ruby
<benlieb> anyone know how to make comments in an .rvmrc file?
axsuul has quit [Ping timeout: 240 seconds]
<havenwood> i'd suggest using a .ruby-version file instead ;)
<havenwood> simpler
iamjarvo has joined #ruby
<havenwood> .ruby-version .ruby-gemset
<havenwood> and no trust required
jimms has quit [Read error: Connection reset by peer]
jimms has joined #ruby
<havenwood> RVM supports .ruby-version and as a bonus it plays nice with other version switchers.
tomgavin has joined #ruby
enebo has quit [Ping timeout: 245 seconds]
_lexjm has joined #ruby
xp_prg has joined #ruby
<xp_prg> hi all, I am trying to find a live webchat like liveperson but opensource/free is there a good solution anyone knows about?
TheTopBloke has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
benzrf is now known as benzrf|offline
BeanDip has joined #ruby
xenomorph is now known as {xenomorph}
Wolland has quit [Remote host closed the connection]
<benlieb> havenwood: running into gem issues with ruby-debug. SO is saying use ruby-debug19, but I'm going to 2.1. What should I choose?
jimms has quit [Read error: Connection reset by peer]
jimms has joined #ruby
<havenwood> benlieb: I think pry with pry-byebug: https://github.com/deivid-rodriguez/pry-byebug#pry-byebug
project2501a has joined #ruby
kachi8 has joined #ruby
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<wasamasa> banister: so you're the guy behind pry?
<banister> wasamasa yeah
<wasamasa> banister: thanks a lot
<banister> wasamasa np, how did you find out ?
bjz has quit [Read error: Connection reset by peer]
<wasamasa> although I have to admit I'm only using it because it doesn't have the "Continuation bug when hitting the Enter key on an empty line"
lolmaus has quit [Ping timeout: 250 seconds]
<wasamasa> banister: I read the README
bjz has joined #ruby
<wasamasa> banister: yes, I'm one of those guys
zorak has joined #ruby
<banister> :)
<banister> np
<wasamasa> the other reason is because I'm trying to fix some issues in inf-ruby
Sawbones has joined #ruby
<wasamasa> which can use pry among a few other things
ctp has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<wasamasa> banister: so, if something such as emacs has issues when running pry as subprocess, is the official solution to make pry aware of emacs and disable potentially problematic options?
<wasamasa> banister: or is it rather advised to edit the pryrc yourself and make it check whether it's run inside emacs?
niklasb has joined #ruby
<wasamasa> I'm refering to this issue specifically: https://github.com/nonsequitur/inf-ruby/issues/55
TheTopBloke has joined #ruby
<banister> wasamasa Pry works fine for me in emacs once i set these: Pry.config.pager = false; Pry.config.auto_indent = false
cirn0 has joined #ruby
bjz has quit [Read error: Connection reset by peer]
p0sixpscl has joined #ruby
<wasamasa> banister: yes, that sounds about right, but I'm more interested in what the official stance on such issues is
bjz has joined #ruby
<wasamasa> banister: letting the users configure it themselves or fixing it upstream?
heftig has quit [Quit: Quitting]
jack_rabbit has joined #ruby
<banister> wasamasa no, pry shouldn't be made aware of emacs
<banister> emacs plugins should disable the problematic options themselves
cirn0 has quit [Ping timeout: 240 seconds]
<wasamasa> I see, thanks
<_cake> eyyy
<_cake> what should I make with sinatra
<wasamasa> something selling sinatra for flask users
fabrice31 has joined #ruby
<_cake> lol
<wasamasa> honestly, I don't get how to use it
<_cake> it's so simple, though
<havenwood> wasamasa: have you tried sinatra?
chihhsin_cloud has quit [Quit: Connection closed for inactivity]
<wasamasa> havenwood: briefly, yes
<wasamasa> havenwood: maybe rails has obscured my thinking
fabrice31 has quit [Ping timeout: 245 seconds]
jimms has quit [Read error: Connection reset by peer]
gsd has joined #ruby
jimms has joined #ruby
top4o has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446]]
nucc has quit [Ping timeout: 240 seconds]
jheg has quit [Quit: jheg]
michaeldeol has joined #ruby
kristofferR has joined #ruby
GriffinHeart has joined #ruby
andrewlio has quit [Quit: Leaving.]
bjz has quit [Read error: Connection reset by peer]
bjz_ has joined #ruby
<havenwood> wasamasa: maybe you'd grok the Roda style of routing?: https://github.com/jeremyevans/roda#usage
sparrovv has quit [Remote host closed the connection]
sparrovv has joined #ruby
GriffinHeart has quit [Ping timeout: 245 seconds]
jonathan_alban has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kachi8 has quit [Ping timeout: 245 seconds]
{xenomorph} is now known as xenomorph
astav has joined #ruby
jheg has joined #ruby
sparrovv has quit [Ping timeout: 240 seconds]
BeanDip has quit [Ping timeout: 245 seconds]
jimms has quit [Remote host closed the connection]
nucc has joined #ruby
ndrei has joined #ruby
Wolland has joined #ruby
* apeiros dislikes the concept of routers
decoponyo has quit [Quit: Leaving...]
niklasb has quit [Ping timeout: 245 seconds]
<apeiros> "oh an URL! lets figure out wth might respond to that!"
kriskropd has quit [Ping timeout: 250 seconds]
<apeiros> "I know! I'll do it with an awesome combination of hash-tables, algorithms, searches and youdontknowwhat! it'll be super!"
JBreit has joined #ruby
mengu has joined #ruby
mengu has joined #ruby
astav has quit [Quit: astav]
nfk has quit [Quit: yawn]
Wolland has quit [Remote host closed the connection]
pskosinski has joined #ruby
JBreit has left #ruby [#ruby]
Wolland has joined #ruby
heftig has joined #ruby
_lexjm has joined #ruby
lolmaus has joined #ruby
<havenwood> apeiros: have you looked at all at webmachine? i find that approach appealing... if only anyone would use it.
chrisg has quit [Ping timeout: 250 seconds]
jonathan_alban has joined #ruby
<havenwood> i think the hardest part of making a webmachine-ruby app is finding any example apps in Ruby, everything webmachine is in Erlang
maestrojed has joined #ruby
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lemur has quit [Remote host closed the connection]
Wolland has quit [Ping timeout: 250 seconds]
nhhagen has joined #ruby
xenomorph is now known as {xenomorph}
lemur has joined #ruby
p0sixpscl has quit [Read error: Connection reset by peer]
<havenwood> i saw a webmachine-ruby talk a couple years back that was a call-to-arms to replace Rack. now here we are talking Rack 2. :O https://github.com/tenderlove/the_metal#readme
nszceta has joined #ruby
<havenwood> maybe if we made Lattice really nice people would be willing to leave Rack for Webmachine?
Snowstormer is now known as moonshine
chrisg has joined #ruby
chrisg has joined #ruby
chrisg has quit [Changing host]
<apeiros> havenwood: am I mistaken or does that URL not talk about how it goes from URL -> Resource?
IcyDragon has joined #ruby
OffTheRails has quit [Ping timeout: 240 seconds]
lemur has quit [Ping timeout: 263 seconds]
nhhagen has quit [Ping timeout: 260 seconds]
BeanDip has joined #ruby
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
professor_soap has quit []
IceDragon has quit [Disconnected by services]
IcyDragon is now known as IceDragon
x1337807x has joined #ruby
x1337807x has quit [Max SendQ exceeded]
bearish has quit [Remote host closed the connection]
x1337807x has joined #ruby
willgorman has quit [Ping timeout: 245 seconds]
nfk has joined #ruby
lolmaus_ has joined #ruby
sfr^ has quit [Max SendQ exceeded]
Heartbroken has quit [Ping timeout: 240 seconds]
mr_rich101 has quit [Ping timeout: 240 seconds]
xp_prg has quit [Disconnected by services]
sfr^ has joined #ruby
sheath__ has joined #ruby
{xenomorph} is now known as xenomorph
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
RandyT has quit [Ping timeout: 240 seconds]
benzrf|offline is now known as benzrf
nucc has quit [Ping timeout: 250 seconds]
mr_rich101 has joined #ruby
lolmaus has quit [Ping timeout: 250 seconds]
LangeOortjes has quit []
xp_prg has joined #ruby
<havenwood> apeiros: not in the sense that a Rack apps maps them
sailias has quit [Ping timeout: 260 seconds]
jheg has quit [Quit: jheg]
TheTFEF is now known as Nightmare
<havenwood> but yeah, you can map a url to a resource
<apeiros> havenwood: that's not what I asked :)
<apeiros> havenwood: router or not, somehow you go from URL to "invoke some method on some class/object". and that page does not say how it's done there.
<apeiros> at least I don't see it. and I'm interested in what its concept is.
dopie has joined #ruby
Wolland has joined #ruby
<apeiros> given that from what you said I gathered that it does not use a router concept.
<dopie> ugh
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_djbkd has quit [Quit: My people need me...]
<dopie> hey all
<dopie> i have a question regarding apis
<dopie> how do i return a specific value
<dopie> require 'rest_client'
<dopie> puts response
<dopie> i want to print out lets say
<dopie> the "web_url" link
<apeiros> havenwood: heh, interesting place to put the start
<apeiros> (in the diagram)
<apeiros> had to search quite a bit for it :)
<apeiros> good diagram otherwise.
<apeiros> that it goes directly to 200 OK on OPTIONS seems odd.
sevvie has quit [Ping timeout: 245 seconds]
willgorman has joined #ruby
<apeiros> that diagram will be helpful for my own endeavors :D
darkxploit has quit [Ping timeout: 255 seconds]
<apeiros> havenwood: but that diagram still does not tell how it gets from an URL to invoking a method on an object
<havenwood> they use a state machine that models the diagram
<jhass> dopie: JSON.parse(response)["docs"].first["web_url"]
<apeiros> havenwood: that does still not explain my basic question
<dopie> ga!!
<dopie> jhass, ha!
<dopie> i was almost there
<dopie> json = JSON.parse(response)
<havenwood> apeiros: i don't know how they do it internally
mary5030 has joined #ruby
_Andres has joined #ruby
<jhass> dopie: yeah, assign the parsed json to a intermediate var
<apeiros> havenwood: then how do you know how to get a response from what resource?
_lexjm has joined #ruby
<apeiros> i.e. which url to "call"?
_Andres has quit [Client Quit]
<dopie> jhass is there a way to show the response more appealing
<havenwood> apeiros: the url is routed to a Resource, which has state that the state machine uses to determine the proper response
<dopie> its like 1 big text with no breaks or anything
<apeiros> say that Resources::Home from https://github.com/celluloid/lattice/wiki/Resources - how do you get that "Hello, Lattice!" response? which url do you "call"/"invoke"?
<apeiros> and by what rule is it determined, which URL is linked to that Resources::Home
sylvanica has quit [Ping timeout: 240 seconds]
<jhass> dopie: try require 'pp'; pp json
<apeiros> havenwood: "it is routed" - you leave out the very information I'm after. *how* is it routed? :)
neersighted has joined #ruby
<jhass> dopie: I often just hit it in the browser and have some pretty json addon
shredding has quit [Quit: shredding]
sectionme has joined #ruby
Renich has joined #ruby
<Renich> hey guys; why doesn't this work? (0..15).map( &:to_s(16) )
<Renich> if you remove (16), it does
cirn0 has joined #ruby
<apeiros> havenwood: so we're back at "yay! lets use a router!" :-p
<havenwood> apeiros: the documentation is terribad and i'm not very familiar with webmachine internals :(
<havenwood> apeiros: right, but the FSM part is good! :P
<apeiros> havenwood: sure
<apeiros> but that's not what I was complaining about to begin with ;-)
<havenwood> fair enough
<apeiros> I'm still not settled on how I'll solve the issue, though
tjortho has joined #ruby
cirn0 has quit [Remote host closed the connection]
<jhass> Renich: &:to_s is &(:to_s) that is calling the & operator with the symbol :to_s
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<apeiros> but the current approach is somewhat akin /api/v1/user:12/notes --> Api::V1::User::Notes.scope(user: 12).index
<dopie> jhass, where do put pp json?
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cirn0 has joined #ruby
ylluminarious has quit [Quit: Leaving...]
tlarevo has quit [Remote host closed the connection]
<jhass> Renich: there's no method in that expression, thus you can't invoke it
<jhass> dopie: somewhere after JSON.parse
<jhass> json being the result of it
tlarevo has joined #ruby
<dopie> ahhhh much better
tjortho has left #ruby [#ruby]
Wolland has quit [Remote host closed the connection]
<havenwood> apeiros: :O what's that for?
<apeiros> my own little webframework
Wolland has joined #ruby
<apeiros> super opinionated and focused :)
<apeiros> ETA: 2027
<havenwood> cool
anaeem1 has quit [Remote host closed the connection]
hamakn has quit [Read error: Connection reset by peer]
<apeiros> e.g. its ORM is rather minimal and only runs with postgres 9.4+. but it leverages quite a couple of postgres' specialities
<havenwood> sweet
hamakn has joined #ruby
<havenwood> i wanna read the source!
<shevy> don't read it luke
<apeiros> it's not OSS yet
<shevy> use it
<havenwood> boo, well tell me when it is!
<apeiros> will do
<shevy> after he finishes his game
<shevy> and halsbe
<havenwood> sounds really interesting
<apeiros> shevy: yes. I'll rewrite it in halsbe before releasing ;-)
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<apeiros> na
<shevy> :(
sectionme has quit [Ping timeout: 260 seconds]
<Renich> jhass: symbol? I don't get it. I thought it would run the to_s method on each
darkxploit has joined #ruby
<havenwood> apeiros: if you need any beta testers, poke me :P
<Renich> (0..15).map( &:to_s )
<Renich> that works
<jhass> Renich: that's the effect but not the mechanism
Wolland has quit [Read error: No route to host]
<apeiros> havenwood: sure thing :) I hope I get you to contribute too ;-)
<Renich> jhass: oh
Wolland has joined #ruby
<jhass> Renich: You know what a Symbol is, right?
<apeiros> havenwood: I'll probably un-privatize the github repo when I've done the first demo app, including all basic aspects of the framework. even if it will still be very much in motion at that time.
<Renich> jhass: ys
p0sixpscl has joined #ruby
bauruine has quit [Ping timeout: 260 seconds]
<apeiros> havenwood: ah, the main target is webapps, as opposed to websites. it's built to load "packages" as single files. i.e. what would probably be ~50-100 requests in an ordinary website is 1 request with that
tlarevo has quit [Ping timeout: 255 seconds]
<apeiros> +N requests for the dynamic data
<jhass> Renich: so, the & operator takes a proc and passes it as a block to a method: my_to_s = proc {|o| o.to_s }; array.map(&my_to_s)
Cheezebox has quit [Remote host closed the connection]
<jhass> Renich: if the object passed is not a Proc, it calls to_proc on it first
<jhass> >> :to_s.to_proc # Ren
<eval-in____> jhass => #<Proc:0x41e29dd4> (https://eval.in/185870)
kaspergrubbe_ has quit [Remote host closed the connection]
Cheezebox has joined #ruby
<apeiros> interesting… reloading fixed the missing indents
poulet_a has quit [Remote host closed the connection]
<apeiros> seems to be a problem with how github displays code
<jhass> Renich: Symbol#to_proc conveniently calls the method with the name of the symbol on the first param
darkxploit has quit [Max SendQ exceeded]
<havenwood> apeiros: i've had github css freak out on me too
BeanDip has quit [Ping timeout: 260 seconds]
darkxploit has joined #ruby
<apeiros> havenwood: anyway, right now I got to earn me some free massages by reworking my favorite spa's website :D
<havenwood> ha, nice
<p0sixpscl> Is it possible to use a ruby script and require an existing rails app? like require the rails app and then in the ruby script write sth like "User.create({})" ?
<apeiros> p0sixpscl: you better do it the other way round
<apeiros> p0sixpscl: see rails runner
<p0sixpscl> thanks :)
<apeiros> p0sixpscl: but yes, it is possible
bauruine has joined #ruby
<p0sixpscl> rails runner seems like a suitable solution.
sectionme has joined #ruby
<apeiros> it's certainly the less-hassle option :)
lw has joined #ruby
<apeiros> as you don't need to keep up your game with rails internals changes
GriffinHeart has joined #ruby
<p0sixpscl> yeah good point
<jhass> as said, rails runner or require_relative config/application
Cheezebox has quit [Ping timeout: 255 seconds]
edwardloveall has joined #ruby
GriffinHeart has quit [Ping timeout: 250 seconds]
<edwardloveall> any ideas on how I might test if something calling a function 0 to 3 times?
<edwardloveall> i have a random(0..3).times
<edwardloveall> calling a method
sectionme has quit [Ping timeout: 260 seconds]
<edwardloveall> is there a good way to test that?
<edwardloveall> one thing i though of is pulling the randomness out into it's own method
<edwardloveall> and stubbing it
zettam_ has joined #ruby
mary5030 has quit [Remote host closed the connection]
Takle has quit [Remote host closed the connection]
TheTopBloke has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
niklasb has joined #ruby
CuriousMind has joined #ruby
<CuriousMind> Hello.
<edwardloveall> hi
<jhass> edwardloveall: you could seed with a known value
Wolland has quit [Remote host closed the connection]
<edwardloveall> that's a good idea
Cheezebox has joined #ruby
mistergibson has joined #ruby
<CuriousMind> Can someone tell me a channel that I can go to that can help me with windows?
<CuriousMind> My computer keeps freezing. o(╥﹏╥)o
<edwardloveall> yup. thanks @jhass
tjortho has joined #ruby
<jhass> CuriousMind: maybe /msg alis list * -topic *windows* has something
<CuriousMind> jhass thank you.
<CuriousMind> jhass, how do I use this command?
billybinger has joined #ruby
armyriad has quit [Disconnected by services]
<CuriousMind> Exactly as it says?
<jhass> yes
<CuriousMind> Ok.
billybinger is now known as armyriad
zettam has quit [Ping timeout: 255 seconds]
<CuriousMind> Oh my, so many channels.
Wolland has joined #ruby
AweyTare has joined #ruby
CuriousMind is now known as dhdbdwdb
pu22l3r has joined #ruby
Wolland has quit [Remote host closed the connection]
Jackneill has quit [Read error: Connection reset by peer]
Wolland has joined #ruby
dc has quit [Remote host closed the connection]
dc has joined #ruby
Azulinho has joined #ruby
wjimenez5271 has joined #ruby
<dopie> jhass,
<dopie> i quick fix on the solution you gave me
linojon has joined #ruby
<dopie> a
<dopie> json = JSON.parse(response)["response"]["docs"]
<dopie> than id iterate over json
<jhass> I'd probably wrap the RestClient call in JSON.parse and do response["docs"].each do |doc| but that's style
dc_ has joined #ruby
TheTopBloke has joined #ruby
GodPuppet has joined #ruby
nhhagen has joined #ruby
Wolland has quit [Ping timeout: 260 seconds]
IRLeif has joined #ruby
<dopie> can you add to the gist
<dopie> so i can see what youre saying
dc has quit [Ping timeout: 240 seconds]
BeanDip has joined #ruby
havenwood has quit [Remote host closed the connection]
mkaesz has quit [Remote host closed the connection]
<jhass> your real API key?
<jhass> time to revoke it ;)
benzrf is now known as benzrf|offline
pu22l3r has quit [Remote host closed the connection]
mkaesz has joined #ruby
TheNet has joined #ruby
<dopie> yeahhaa
mjwhitta has joined #ruby
<dopie> can you write what you were saying abox?
<dopie> above?
nhhagen has quit [Ping timeout: 260 seconds]
starkhallo has joined #ruby
MCDev has quit [Ping timeout: 250 seconds]
pu22l3r has joined #ruby
Bumptiou_ has quit [Remote host closed the connection]
mkaesz has quit [Ping timeout: 250 seconds]
Heartbroken has joined #ruby
shevy has quit [Ping timeout: 240 seconds]
rubytor has joined #ruby
nfk has quit [Quit: yawn]
nfk has joined #ruby
mikeric has joined #ruby
Wolland has joined #ruby
mjwhitta has quit [Quit: -a- IRC for Android 2.1.19]
Cache_Money has quit [Quit: Cache_Money]
danijoo has quit [Read error: Connection reset by peer]
bbloom_ has quit [Quit: Textual IRC Client: www.textualapp.com]
danijoo has joined #ruby
IRLeif is now known as IRLeif_AFK
IRLeif_AFK has quit [Quit: I'm away at the moment.]
J33Zy has joined #ruby
lemur has joined #ruby
lemur has quit [Remote host closed the connection]
lemur has joined #ruby
<Renich> thanks a lot
<Renich> bye
Renich has quit [Quit: leaving]
bbloom has joined #ruby
centrx has joined #ruby
fabrice31 has joined #ruby
pu22l3r has quit [Read error: Connection reset by peer]
pu22l3r has joined #ruby
linojon has quit [Quit: linojon]
chrishough has joined #ruby
shevy has joined #ruby
centrx has quit [Client Quit]
<shevy> can I alias a constant to __method__ actually?
<shevy> hmm
<shevy> how about a Proc
Aristata1 has quit [Quit: Leaving.]
gccostabr has joined #ruby
fabrice31 has quit [Ping timeout: 245 seconds]
sectionme has joined #ruby
havenwood has joined #ruby
startupality has quit [Quit: startupality]
kaspergrubbe has joined #ruby
centrx has joined #ruby
BeanDip has quit [Ping timeout: 245 seconds]
Cheezebox has quit [Remote host closed the connection]
<jhass> I think no one follows what you want
<jhass> I also sense some confusion between what identifiers and values are
Cheezebox has joined #ruby
<shevy> yeah the answer would have been that it is not possible
sectionme has quit [Ping timeout: 260 seconds]
<havenwood> >> def procs; method(__method__).to_proc end; procs.call.call.call.call
<eval-in____> havenwood => #<Proc:0x4110dab0 (lambda)> (https://eval.in/185876)
<havenwood> shevy: procs all the way down...
goodenough has joined #ruby
<shevy> lol
dseitz has joined #ruby
<shevy> now if that is useful for anything
Cheezebox has quit [Ping timeout: 245 seconds]
mikepack has quit [Remote host closed the connection]
startupality has joined #ruby
dhdbdwdb has quit [Ping timeout: 246 seconds]
_lexjm has joined #ruby
Bumptious has joined #ruby
<havenwood> shevy: it is! for this...
heftig has quit [Ping timeout: 260 seconds]
<havenwood> >> def procs; method(__method__).to_proc end; procs(&:procs).call(&:call).procs(&:procs).call.call.procs.procs
<eval-in____> havenwood => private method `procs' called for #<Proc:0x41855ae8 (lambda)> (NoMethodError) ... (https://eval.in/185877)
<havenwood> oops
mijicd has joined #ruby
<havenwood> hem, works on my machine
<havenwood> >.>
<havenwood> >> RUBY_VERSION
<eval-in____> havenwood => "2.1.2" (https://eval.in/185878)
heftig has joined #ruby
<havenwood> well, blast...
codecop has quit [Remote host closed the connection]
<havenwood> ahh, works in Pry but not irb... those pesky already-require's
<havenwood> so what's the culprit?
ale4L3 has joined #ruby
GriffinHeart has joined #ruby
St_Marx has joined #ruby
wchun has quit [Ping timeout: 240 seconds]
drago777 has quit [Ping timeout: 245 seconds]
snorkra has quit [Ping timeout: 250 seconds]
vinky has quit [Read error: Connection reset by peer]
BeanDip has joined #ruby
Mongey has quit [Ping timeout: 240 seconds]
vinky has joined #ruby
drago777 has joined #ruby
chrishough has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
startupality has quit [Quit: startupality]
GriffinHeart has quit [Ping timeout: 240 seconds]
Wolland has quit [Ping timeout: 250 seconds]
_lexjm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
InhalingPixels has joined #ruby
terlar has quit [Ping timeout: 240 seconds]
TheNet_ has joined #ruby
<gizmore> for String we have "replace" to change it´s "value". what is it for Integer and Float?
elementz has joined #ruby
<centrx> gizmore, String#replace is kind of a silly thing that is rarely used
mfmfmfmfmfmf has joined #ruby
TheNet has quit [Ping timeout: 240 seconds]
<centrx> gizmore, There is no need for it with Integer and Float because those are basically fixed constants, while a String is a more complicated data structure
<zenspider> gizmore: =
mijicd has quit [Remote host closed the connection]
<zenspider> there really is no analog, nor does one really make sense
<zenspider> esp for fixnums
_lexjm has joined #ruby
Xaitec has joined #ruby
chrisg has quit [Ping timeout: 240 seconds]
_lexjm has quit [Client Quit]
mijicd has joined #ruby
chrisg has joined #ruby
mary5030 has joined #ruby
Takle has joined #ruby
Ilyas has quit [Read error: Connection reset by peer]
mfmfmfmfmfmf has quit [Remote host closed the connection]
timonv_ has joined #ruby
rubyracer has quit [Quit: Konversation terminated!]
rubytor has quit [Quit: No Ping reply in 180 seconds.]
<havenwood> >> public; def procs; method(__method__).to_proc end; procs(&:procs).call(&:call).procs(&:procs).call.call.procs.procs
<eval-in____> havenwood => #<Proc:0x40b918c0 (lambda)> (https://eval.in/185882)
tanath has quit [Remote host closed the connection]
<havenwood> >.>
<havenwood> shevy: ^ there
tanath has joined #ruby
<zenspider> gah
rubytor has joined #ruby
nhhagen has joined #ruby
<shevy> hmmmm
<shevy> what are you doing ...
freerobby has joined #ruby
<zenspider> atrocities
<havenwood> having a pint
<shevy> I can't seem to decide whether havenwood's example does anything useful at all
<shevy> my gut feeling tells me no
mary5030 has quit [Ping timeout: 255 seconds]
timonv_ has quit [Ping timeout: 245 seconds]
Takle has quit [Ping timeout: 245 seconds]
<zenspider> your gut feeling is broken
<zenspider> your gut feeling SHOULD be telling you to run away
freerobby has quit [Client Quit]
mkaesz has joined #ruby
<havenwood> shevy: all is found out, flee at once!
mfmfmfmfmfmf has joined #ruby
spider-mario has quit [Read error: Connection reset by peer]
Mongey has joined #ruby
nhhagen has quit [Ping timeout: 255 seconds]
ptrrr has quit [Quit: ptrrr]
gccostabr has quit [Quit: ZZZzzz…]
newewewB has joined #ruby
rubytor has quit [Quit: No Ping reply in 180 seconds.]
MCDev has joined #ruby
newewewB is now known as grumpapottomus
rubytor has joined #ruby
Xaitec has quit [Remote host closed the connection]
mijicd has quit [Quit: leaving]
benlieb has quit [Quit: benlieb]
mkaesz has quit [Ping timeout: 250 seconds]
benlieb has joined #ruby
phoo1234567 has quit [Quit: Leaving]
Azulinho has quit [Ping timeout: 260 seconds]
rubytor has quit [Quit: No Ping reply in 180 seconds.]
BeanDip has quit [Ping timeout: 255 seconds]
edwardloveall has quit [Quit: Leaving.]
rubytor has joined #ruby
nhhagen has joined #ruby
ptierno_ has quit [Quit: leaving]
freerobby has joined #ruby
tjortho has quit [Remote host closed the connection]
startupality has joined #ruby
lucianosousa has joined #ruby
benzrf|offline is now known as benzrf
mikecmpbll has quit [Quit: i've nodded off.]
<shevy> hah!
<shevy> module Foo; def self.new
<shevy> I instantiate modules \o/
<havenwood> shevy: now create a Module called Klass that mimics Class
<shevy> lol
badhatter_ has quit [Ping timeout: 250 seconds]
benlieb has quit [Quit: benlieb]
freerobby has quit [Quit: Leaving.]
<centrx> shevy, Whoa I am going to implement that immediately
rubytor has quit [Quit: No Ping reply in 180 seconds.]
Notte has joined #ruby
rubytor has joined #ruby
pu22l3r has quit [Remote host closed the connection]
x1337807x has joined #ruby
sylvanica has joined #ruby
mfmfmfmfmfmf has quit [Remote host closed the connection]
mfmfmfmfmfmf has joined #ruby
sectionme has joined #ruby
J33Zy has quit [Quit: Linkinus - http://linkinus.com]
Cache_Money has joined #ruby
freerobby has joined #ruby
TheTopBloke has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bearish has joined #ruby
jaffachief has joined #ruby
grumpapottomus has quit []
<shevy> what shall I do if I want to toggle some variables in a module, something like
<shevy> Foobar.strip_newlines
<shevy> where Foobar is a module
<shevy> and when the above method is called, all further output from that module would be without trailing "\n"
BeanDip has joined #ruby
sectionme has quit [Ping timeout: 245 seconds]
startupality has quit [Quit: startupality]
mikecmpbll has joined #ruby
<centrx> pop that explanation into a cucumber test and you're good to go
bearish has quit [Ping timeout: 255 seconds]
Notte has quit []
edwardloveall has joined #ruby
<lucianosousa> a presenter is another good option. looks like this behavior
Cache_Money has quit [Quit: Cache_Money]
<shevy> you guys have ideas that rival the php folks!
Sawbones has quit []
Cache_Money has joined #ruby
Cache_Money has quit [Client Quit]
gsd has joined #ruby
pu22l3r has joined #ruby
pu22l3r has quit [Remote host closed the connection]
<lucianosousa> there are no rivals. just people with different liking :)
eyeamaye1 has joined #ruby
Bumptious has quit [Remote host closed the connection]
eyeamaye1 has quit [Client Quit]
gsd has quit [Client Quit]
axilla has joined #ruby
LeVoDECoM has joined #ruby
eyeamaye1 has joined #ruby
GriffinHeart has joined #ruby
eyeamaye1 has quit [Client Quit]
eyeamaye has joined #ruby
eyeamaye has left #ruby [#ruby]
kachi8 has joined #ruby
Sawbones has joined #ruby
TheTopBloke has joined #ruby
GriffinHeart has quit [Ping timeout: 240 seconds]
sylvanica_ has joined #ruby
sylvanica has quit [Disconnected by services]
sylvanica_ is now known as sylvanica
havenwood has quit []
a____ has joined #ruby
<dorei> is there a method that returns all possible subarrays of an array?
<a____> Is it possible to use Ruby 2's { key: value } syntax for keys with ?s in them?
elementz has quit [Ping timeout: 245 seconds]
<a____> dorei: would that include elements that aren't contiguous?
chrishough has joined #ruby
<edwardloveall> a___: not when you have the colon on the end of the key
<edwardloveall> you could do {:foo? => 'bar'}
<edwardloveall> oh wiat
<edwardloveall> i'm wrong
<edwardloveall> {:foo?=>"bar"}
<edwardloveall> that works
<edwardloveall> probably not advised
marr has quit [Ping timeout: 245 seconds]
definiv has joined #ruby
<edwardloveall> unless it's for a boolean value
<dorei> nvm, just found it :)
<a____> edwardloveall: the ? is for good reason
<dorei> >> {foo?: 5}
<eval-in____> dorei => {:foo?=>5} (https://eval.in/185891)
mikecmpbll has quit [Quit: i've nodded off.]
<dorei> a___: i guess it works :p
<a____> edwardloveall: { :"foo?" => "bar" } # would have been the better suggestion there
<centrx> dorei, #combination or #permutation
<edwardloveall> that works too
mikecmpbll has joined #ruby
<a____> {:foo?=>"bar"} # doesn't work
<a____> due to it trying to parse out everything after ? as the first operand of a ternary operation
<dorei> centrx: 1.upto(array.size).flat_map { |n| array.combination(n).to_a }
<edwardloveall> a___: make sure you have spaces
Takle has joined #ruby
<edwardloveall> {:foo? => "bar"} works for me
<dorei> >>{:"foo?"=>5}
<eval-in____> dorei => {:foo?=>5} (https://eval.in/185892)
<dorei> >>{:foo?=>5}
<eval-in____> dorei => /tmp/execpad-675b7c2a275b/source-675b7c2a275b:2: syntax error, unexpected => ... (https://eval.in/185893)
<a____> Oh indeed
<a____> Surprising.
definiv has quit [Client Quit]
<dorei> >>{:foo? =>5}
<eval-in____> dorei => {:foo?=>5} (https://eval.in/185894)
<dorei> w0w
<a____> Surprising enough for me to be slightly excessive and use the double-quotes :)
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<a____> dorei: but yeah, I'd basically gone for that (sans double quotes)
<a____> Was just hoping for something that remained a bit more in-line with the other format
<a____> I'd guess it doesn't exist
<a____> s/dorei/edwardloveall/
<edwardloveall> i'm confused then
<edwardloveall> what is it that you wanted?
x1337807x has joined #ruby
<a____> >>{ foo: "string" }
<eval-in____> a____ => {:foo=>"string"} (https://eval.in/185895)
<a____> >>{ foo?: "string" }
<eval-in____> a____ => {:foo?=>"string"} (https://eval.in/185896)
x1337807x has quit [Max SendQ exceeded]
<a____> ...It works?!
<edwardloveall> yeah, you need the spaces though
<dorei> i think it works without spaces
<a____> yup
<dorei> >>{foo?:5}
<eval-in____> dorei => {:foo?=>5} (https://eval.in/185897)
x1337807x has joined #ruby
<a____> So I actually had a completely irrelevant dumb typo in my code
x1337807x has quit [Max SendQ exceeded]
<edwardloveall> yay typos!
<a____> But I'm glad I did, because looking into this has been quite educational :)
x1337807x has joined #ruby
x1337807x has quit [Max SendQ exceeded]
m8tt8 has quit [Quit: Sto andando via]
<a____> I'm not sure if #ruby is the venue to test out half-baked bots
GodPuppet has quit [Remote host closed the connection]
x1337807x has joined #ruby
GodPuppet has joined #ruby
BraddBitt has quit [Read error: Connection reset by peer]
<centrx> I thought we were testing out half-baked humans
<a____> half-baked humans are ok
x1337807x has quit [Client Quit]
gregf has joined #ruby
DEA7TH has quit [Remote host closed the connection]
<a____> the eugenics era has morally passed over for a while
BraddBitt has joined #ruby
jonathan_alban has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kachi8 has quit [Ping timeout: 250 seconds]
BeanDip has quit [Ping timeout: 240 seconds]
jonathan_alban has joined #ruby
ctp has joined #ruby
michaeldeol has joined #ruby
michaeldeol has quit [Client Quit]
fabrice31 has joined #ruby
iamjarvo has joined #ruby
michaeldeol has joined #ruby
djbkd has joined #ruby
nhhagen has quit [Remote host closed the connection]
|stef_204| has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
nhhagen has joined #ruby
britneywright has joined #ruby
soasme has joined #ruby
linojon has joined #ruby
fabrice31 has quit [Ping timeout: 240 seconds]