jhass changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.3.1; 2.2.5; 2.1.9: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || logs @ http://irclog.whitequark.org/ruby/
hahuang65 has joined #ruby
nando293921 has quit [Ping timeout: 276 seconds]
ghr has quit [Ping timeout: 240 seconds]
LoneHerm_ has joined #ruby
roamingdog has joined #ruby
M-shine has quit [Remote host closed the connection]
Moneristo has quit [Remote host closed the connection]
M-mistake has quit [Write error: Connection reset by peer]
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
symm- has joined #ruby
diegoviola has quit [Quit: WeeChat 1.5]
ghr has joined #ruby
Rickmasta has joined #ruby
DevMagpie has quit [Ping timeout: 252 seconds]
nadir has joined #ruby
zacts has quit [Quit: WeeChat 1.4]
ghr has quit [Ping timeout: 240 seconds]
Ropeney has joined #ruby
M-shine has joined #ruby
AngryBuzzy has quit [Quit: This computer has gone to sleep]
ghr has joined #ruby
nettoweb has quit [Ping timeout: 272 seconds]
constantinexvi has quit [Quit: Exiting]
sumobob has joined #ruby
sumobob has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
GnuYawk has quit [Quit: GNUYawk]
hahuang65 has quit [Read error: Connection reset by peer]
hahuang65 has joined #ruby
chipotle has joined #ruby
xall has quit [Read error: Connection reset by peer]
xall has joined #ruby
ghr has joined #ruby
hipertracker has quit [Quit: hipertracker]
hipertracker has joined #ruby
Es0teric has quit [Quit: Computer has gone to sleep.]
jackjackdripper has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
Technodrome has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
KnownSyntax_ has joined #ruby
KnownSyntax_ has quit [Changing host]
KnownSyntax_ has joined #ruby
KnownSyntax has quit [Ping timeout: 258 seconds]
crystal77 has joined #ruby
ghr has joined #ruby
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nankyokusei has joined #ruby
Moneristo has joined #ruby
mwlang has quit [Quit: mwlang]
ghr has quit [Ping timeout: 240 seconds]
nankyokusei has quit [Ping timeout: 240 seconds]
enterprisey has joined #ruby
ghr has joined #ruby
nando293921 has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marr has quit [Ping timeout: 276 seconds]
hahuang65 has quit [Ping timeout: 276 seconds]
l4v2 has joined #ruby
bmurt has quit [Quit: Textual IRC Client: www.textualapp.com]
ericsupreme has quit [Quit: Leaving]
ghr has quit [Ping timeout: 240 seconds]
xall has quit [Read error: Connection reset by peer]
ekinmur has joined #ruby
Technodrome has joined #ruby
framling has joined #ruby
ghr has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
vdamewood has quit [Ping timeout: 276 seconds]
hipertracker has quit [Quit: hipertracker]
Channel6 has joined #ruby
Dimik has quit [Ping timeout: 264 seconds]
ghr has joined #ruby
xall has joined #ruby
matp has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
xall_ has joined #ruby
xall has quit [Ping timeout: 250 seconds]
Rodya_ has quit [Quit: Leaving...]
ghr has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
bronson has joined #ruby
dvinciguerra_ has quit [Ping timeout: 240 seconds]
Guest60828 has quit [Ping timeout: 258 seconds]
ghr has joined #ruby
bronson has quit [Ping timeout: 252 seconds]
enterprisey has quit [Quit: Leaving]
enterprisey has joined #ruby
enterprisey has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
Guest60828 has joined #ruby
djbkd has joined #ruby
enterprisey has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
enterprisey has quit [Client Quit]
enterprisey has joined #ruby
JeanCarloMachado has quit [Ping timeout: 258 seconds]
swills has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
ghr has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
macsteps has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby
M-mistake has joined #ruby
David27 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
arescorpio has joined #ruby
ghr has joined #ruby
hahuang65 has joined #ruby
colegatron has quit [Ping timeout: 276 seconds]
ReK2 has quit [Ping timeout: 260 seconds]
ReK2GnULinuX has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
eizua has joined #ruby
hahuang65 has quit [Ping timeout: 258 seconds]
bonhoeffer has joined #ruby
crystal77 has joined #ruby
ghr has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
c355e3b has quit [Quit: Connection closed for inactivity]
macsteps has quit [Remote host closed the connection]
macsteps has joined #ruby
isberg has quit [Ping timeout: 240 seconds]
chipotle has quit [Ping timeout: 240 seconds]
pawnbox has quit [Ping timeout: 272 seconds]
Yzguy has joined #ruby
ghr has joined #ruby
macsteps has quit [Ping timeout: 250 seconds]
Yzguy has quit [Client Quit]
l4v2 has quit [Quit: l4v2]
giz|work has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ghr has quit [Ping timeout: 240 seconds]
swills_ has joined #ruby
swills has quit [Read error: Connection reset by peer]
ghr has joined #ruby
xall_ has quit [Ping timeout: 258 seconds]
<postapocallyptic> hello, I'm trying to create an array of threads and I'm executing the join command inside a loop. so thread << Thread.new {do something} thread[$index].join $index+=1
<postapocallyptic> but the code gets stuck at thread[$index].join and only executes that one thread instead of an array of threads.
chipotle has joined #ruby
chipotle has quit [Client Quit]
ghr has quit [Ping timeout: 240 seconds]
<postapocallyptic> http://pastebin.com/mpEm54tf
<ruby[bot]> postapocallyptic: as I told you already, please use https://gist.github.com
chipotle has joined #ruby
l4v2 has joined #ruby
mozzarel1 has joined #ruby
`tim` has joined #ruby
DelDotB has joined #ruby
DelDotB has left #ruby [#ruby]
ghr has joined #ruby
roamingdog has quit [Remote host closed the connection]
mozzarella has quit [Ping timeout: 272 seconds]
jackjackdripper has joined #ruby
xall_ has joined #ruby
bonhoeffer has quit [Quit: Page closed]
<postapocallyptic> is this possible?
zacts has joined #ruby
LuckyABA has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mattwashere has joined #ruby
mattwashere has quit [Read error: Connection reset by peer]
mattwashere has joined #ruby
GnuYawk has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
xall_ has quit [Read error: Connection reset by peer]
nankyokusei has joined #ruby
xall_ has joined #ruby
Mirubiri has joined #ruby
dvinciguerra_ has joined #ruby
ghr has joined #ruby
roamingdog has joined #ruby
nankyokusei has quit [Ping timeout: 240 seconds]
mrmortondk has quit [Ping timeout: 272 seconds]
flashpoint9 has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
benlieb has joined #ruby
nocd has joined #ruby
gomix has quit [Ping timeout: 264 seconds]
l4v2 has quit [Quit: l4v2]
pawnbox has joined #ruby
eljimmy has joined #ruby
ascarter has joined #ruby
alfiemax has quit [Ping timeout: 240 seconds]
ghr has joined #ruby
xall_ has quit [Read error: Connection reset by peer]
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
chipotle has quit [Quit: cheerio]
LuckyABA has joined #ruby
Guest60828 has quit [Ping timeout: 250 seconds]
ghr has quit [Ping timeout: 240 seconds]
LoneHerm_ has quit [Read error: Connection reset by peer]
Guest60828 has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
flashpoint9 has quit [Remote host closed the connection]
benlieb has quit [Quit: benlieb]
hipertracker has joined #ruby
ghr has joined #ruby
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Yzguy has joined #ruby
Mia has quit [Read error: Connection reset by peer]
ghr has quit [Ping timeout: 240 seconds]
armyriad has joined #ruby
LoneHerm_ has joined #ruby
iMadper|SYSU has joined #ruby
calmchaos has joined #ruby
Es0teric has joined #ruby
Es0teric has quit [Max SendQ exceeded]
Es0teric has joined #ruby
ghr has joined #ruby
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Cohedrin has joined #ruby
mattwashere has quit [Remote host closed the connection]
calmchaos has quit [Read error: Connection reset by peer]
calmchaos has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
flashpoint9 has joined #ruby
k3rn31 has joined #ruby
iMadper|SYSU is now known as Walter-4
lxsameer has joined #ruby
yfeldblu_ has joined #ruby
yfeldblum has quit [Read error: Connection reset by peer]
dvinciguerra_ has quit [Ping timeout: 240 seconds]
Es0teric has quit [Remote host closed the connection]
benlieb has joined #ruby
jishankai has joined #ruby
moeabdol3 has joined #ruby
treaki_ has joined #ruby
ghr has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
strongcode has joined #ruby
crystal77 has joined #ruby
treaki__ has quit [Ping timeout: 252 seconds]
ghr has quit [Ping timeout: 240 seconds]
k3rn31 has quit [Quit: Computer has gone to sleep.]
zacts has quit [Ping timeout: 264 seconds]
xall_ has joined #ruby
ljc has joined #ruby
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tmtwd has joined #ruby
ghr has joined #ruby
`tim` has joined #ruby
koooge has joined #ruby
Hobogrammer has quit [Ping timeout: 276 seconds]
ghr has quit [Ping timeout: 240 seconds]
l4v2 has joined #ruby
xall_ has quit [Read error: Connection reset by peer]
calmchaos has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 264 seconds]
ghr has joined #ruby
nando293921 has quit [Quit: Lost terminal]
nando293921 has joined #ruby
leea has joined #ruby
zacts has joined #ruby
benlieb has quit [Quit: benlieb]
ghr has quit [Ping timeout: 240 seconds]
colegatron has joined #ruby
Yzguy has quit [Quit: Zzz...]
ghr has joined #ruby
gix has quit [Ping timeout: 250 seconds]
mattwashere has joined #ruby
mattwashere has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
gix has joined #ruby
pawnbox has joined #ruby
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ghr has joined #ruby
Yzguy has joined #ruby
pawnbox has quit [Ping timeout: 244 seconds]
djbkd has quit [Quit: Leaving...]
chipotle has joined #ruby
SilverKey has joined #ruby
ljc has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Ropeney has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
ghr has quit [Ping timeout: 240 seconds]
nando293921 has quit [Ping timeout: 276 seconds]
ljc has joined #ruby
xall_ has joined #ruby
AbyssalFloor has joined #ruby
ghr has joined #ruby
alfiemax has joined #ruby
nersoh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nando293921 has joined #ruby
howdoi has joined #ruby
blackgoat has joined #ruby
moeabdol3 has quit [Ping timeout: 264 seconds]
pawnbox has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
Yzguy has quit [Quit: Cya]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
johnmilton has quit [Ping timeout: 240 seconds]
hk238 has joined #ruby
yadobujo has joined #ruby
ghr has joined #ruby
chipotle has quit [Quit: cheerio]
hipertracker has quit [Quit: hipertracker]
hipertracker has joined #ruby
hipertracker has quit [Client Quit]
AbyssalFloor has left #ruby ["Leaving"]
Channel6 has quit [Ping timeout: 250 seconds]
xall_ has quit [Read error: Connection reset by peer]
johnmilton has joined #ruby
KnownSyntax_ has quit [Ping timeout: 272 seconds]
ElFerna has quit [Ping timeout: 240 seconds]
benlieb has joined #ruby
kies has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
k3rn31 has joined #ruby
pawnbox has quit [Remote host closed the connection]
<shevy> postapocallyptic you should post code that others can reproduce
eserror_ has joined #ruby
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
eserror_ has left #ruby [#ruby]
pawnbox has joined #ruby
ur5us has quit [Remote host closed the connection]
ellistaa has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
ghr has joined #ruby
nankyokusei has joined #ruby
underplank has quit [Quit: underplank]
ghr has quit [Ping timeout: 240 seconds]
framling has quit [Remote host closed the connection]
harfangk has joined #ruby
pawnbox has quit [Remote host closed the connection]
crystal77 has joined #ruby
pawnbox has joined #ruby
armyriad has quit [Ping timeout: 244 seconds]
nankyokusei has quit [Ping timeout: 276 seconds]
ghr has joined #ruby
agit0 has quit [Quit: zzzZZZ….]
kies has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
eizua has quit [Remote host closed the connection]
LoneHerm_ has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
conta has joined #ruby
ghr has joined #ruby
rann has joined #ruby
LoneHerm_ has joined #ruby
jzigmund has quit [Ping timeout: 258 seconds]
jzigmund has joined #ruby
johnmilton has quit [Ping timeout: 252 seconds]
conta has quit [Ping timeout: 276 seconds]
johnmilton has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
dminuoso has joined #ruby
tristanp has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
coffeecupp has quit [Quit: Lost terminal]
Mirubiri has quit [Quit: Mirubiri]
Guest31773 is now known as harrisi
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has joined #ruby
ghr has joined #ruby
SilverKey has quit [Ping timeout: 276 seconds]
hxegon is now known as hxegon_afk
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
dminuoso has quit [Ping timeout: 252 seconds]
hakunin has quit [Ping timeout: 250 seconds]
nando293921 has quit [Ping timeout: 264 seconds]
sleepee has quit [Quit: Leaving]
MrBusiness2 has joined #ruby
vuoto has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
armyriad has joined #ruby
yadobujo has quit [Remote host closed the connection]
ljc has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has quit [Read error: Connection reset by peer]
ghr has joined #ruby
Dimik-- has joined #ruby
hammond has joined #ruby
<hammond> yeah can I make an array of threads?
<hammond> threadss << Thread.new {blah}
<hammond> and then run them inside a loop? threadss.at(index).join
bronson has joined #ruby
giz|work has quit [Ping timeout: 244 seconds]
ghr has quit [Ping timeout: 240 seconds]
enterprisey has quit [Remote host closed the connection]
bronson has quit [Ping timeout: 252 seconds]
pawnbox has joined #ruby
ghr has joined #ruby
blackgoat has quit [Ping timeout: 240 seconds]
ghr has quit [Ping timeout: 240 seconds]
LoneHerm_ has quit [Remote host closed the connection]
agit0 has joined #ruby
<shevy> so here you thread people have something to read - it is old but still works
l4v2 has quit [Quit: l4v2]
ghr has joined #ruby
shinnya has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
vuoto has quit [Remote host closed the connection]
moeabdol3 has joined #ruby
dminuoso has joined #ruby
ghr has joined #ruby
leea has joined #ruby
arescorpio has quit [Quit: Leaving.]
aufi has joined #ruby
paradisaeidae_ has joined #ruby
paradisaeidae_ is now known as paradisaeidae
floatingpoint has quit [Quit: Goodnight]
ghr has quit [Ping timeout: 240 seconds]
eizua has joined #ruby
pwnd_nsfw has quit [Ping timeout: 250 seconds]
yadobujo has joined #ruby
yadobujo has quit [Remote host closed the connection]
Caelum has quit [Ping timeout: 250 seconds]
yadobujo has joined #ruby
ghr has joined #ruby
hahuang65 has joined #ruby
TheMoonMaster has quit [Ping timeout: 276 seconds]
hakunin has joined #ruby
dionysus69 has joined #ruby
xall_ has joined #ruby
TheMoonMaster has joined #ruby
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ghr has quit [Ping timeout: 240 seconds]
xall_ has quit [Ping timeout: 258 seconds]
ghr has joined #ruby
TheMoonMaster has quit [Ping timeout: 250 seconds]
TheMoonMaster has joined #ruby
TheMoonMaster has quit [Changing host]
TheMoonMaster has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
anisha has joined #ruby
ellistaa has quit [Quit: ellistaa]
dminuoso has quit [Ping timeout: 260 seconds]
ghr has joined #ruby
flashpoint9 has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
Macaveli has joined #ruby
dminuoso has joined #ruby
firstdayonthejob has joined #ruby
saneax_AFK is now known as saneax
Caelum has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
anisha has quit [Quit: This computer has gone to sleep]
flashpoint9 has quit [Ping timeout: 240 seconds]
tmtwd has quit [Ping timeout: 264 seconds]
finnnnnnnnnnn has joined #ruby
conta has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ghr has joined #ruby
xue has quit [Ping timeout: 250 seconds]
k3rn31 has quit [Quit: Computer has gone to sleep.]
A_Drone has joined #ruby
zytr0n has joined #ruby
firstdayonthejob has quit [Ping timeout: 260 seconds]
SilverKey has joined #ruby
conta has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
dionysus69 has joined #ruby
ljc has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
shinnya has quit [Ping timeout: 276 seconds]
hipertracker has joined #ruby
aryaching has quit [Ping timeout: 258 seconds]
ljc has quit [Max SendQ exceeded]
baweaver is now known as baweaver_away
ljc has joined #ruby
benlieb has quit [Quit: benlieb]
LoneHerm_ has quit [Ping timeout: 252 seconds]
finnnnnnnnnnn has quit [Quit: finnnnnnnnnnn]
ljc has left #ruby [#ruby]
Terens has quit [Disconnected by services]
edwardly has quit [Ping timeout: 250 seconds]
leea has joined #ruby
ghr has joined #ruby
Hyuk has joined #ruby
edwardly has joined #ruby
edwardly has joined #ruby
edwardly has quit [Changing host]
nankyokusei has joined #ruby
dminuoso has quit [Remote host closed the connection]
anisha has joined #ruby
jzigmund has quit [Ping timeout: 244 seconds]
jzigmund has joined #ruby
finnnnnnnnnnn has joined #ruby
edwinvdgraaf has joined #ruby
nankyokusei has quit [Ping timeout: 244 seconds]
ghr has quit [Ping timeout: 240 seconds]
MrBusiness2 has quit [Ping timeout: 272 seconds]
xue has joined #ruby
postmodern has quit [Quit: Leaving]
hahuang65 has quit [Ping timeout: 250 seconds]
tmtwd has joined #ruby
codecop has joined #ruby
paradisaeidae has quit [Quit: ChatZilla 0.9.92 [Firefox 47.0.1/20160623154057]]
matp has joined #ruby
ghr has joined #ruby
harrisi has quit [Quit: leaving]
huyderman has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
edwinvdgraaf has joined #ruby
Guest60828 has quit [Ping timeout: 240 seconds]
A_Drone has quit [Ping timeout: 240 seconds]
andikr has joined #ruby
A_Drone has joined #ruby
ghr has joined #ruby
otherj has joined #ruby
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vondruch has quit [Quit: Ex-Chat]
harfangk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has quit [Ping timeout: 276 seconds]
harfangk has joined #ruby
otherj has quit [Client Quit]
Guest60828 has joined #ruby
blaxter has joined #ruby
A_Drone has quit [Ping timeout: 244 seconds]
ghr has quit [Ping timeout: 240 seconds]
A_Drone has joined #ruby
xall_ has joined #ruby
Madplatypus has joined #ruby
govg has quit [Ping timeout: 258 seconds]
pawnbox has joined #ruby
ta_ has joined #ruby
mark_66 has joined #ruby
hipertracker has quit [Quit: hipertracker]
Macaveli has joined #ruby
govg has joined #ruby
A_Drone_ has joined #ruby
A_Drone has quit [Ping timeout: 250 seconds]
ghr has joined #ruby
dminuoso has joined #ruby
Hounddog has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
A_Drone has joined #ruby
A_Drone_ has quit [Read error: Connection reset by peer]
pawnbox_ has joined #ruby
the_drow has joined #ruby
antgel has joined #ruby
xall_ has quit [Read error: Connection reset by peer]
pawnbox has quit [Ping timeout: 276 seconds]
harfangk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mrmortondk has joined #ruby
GnuYawk has quit [Quit: GNUYawk]
pawnbox_ has quit [Remote host closed the connection]
ghr has joined #ruby
mrmortondk has quit [Client Quit]
AlexJakeGreen has joined #ruby
A_Drone has quit [Ping timeout: 240 seconds]
A_Drone has joined #ruby
pawnbox has joined #ruby
hipertracker has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
hipertracker has quit [Client Quit]
LoneHermit has joined #ruby
vondruch has joined #ruby
ghr has joined #ruby
benlieb has joined #ruby
A_Drone has quit [Ping timeout: 260 seconds]
rann has quit [Remote host closed the connection]
A_Drone has joined #ruby
LoneHermit has quit [Ping timeout: 252 seconds]
A_Drone has quit [Read error: Connection reset by peer]
A_Drone has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
ta_ has quit [Remote host closed the connection]
multi_io has quit [Ping timeout: 240 seconds]
Dimik-- has quit [Ping timeout: 264 seconds]
rann has joined #ruby
A_Drone has quit [Remote host closed the connection]
Pumukel has joined #ruby
A_Drone has joined #ruby
A_Drone has quit [Remote host closed the connection]
multi_io has joined #ruby
A_Drone has joined #ruby
finnnnnnnnnnn has quit [Quit: finnnnnnnnnnn]
harfangk has joined #ruby
ghr has joined #ruby
dionysus69 has quit [Ping timeout: 276 seconds]
Devalo has joined #ruby
alfiemax has quit [Ping timeout: 260 seconds]
ghr has quit [Ping timeout: 240 seconds]
atom_ has joined #ruby
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
tmtwd has quit [Ping timeout: 240 seconds]
Pumukel has quit [Ping timeout: 276 seconds]
ghr has joined #ruby
valkyrka has quit [Read error: Connection reset by peer]
pawnbox has quit [Remote host closed the connection]
benlieb has quit [Read error: Connection reset by peer]
benlieb has joined #ruby
Silthias has joined #ruby
jaruga___ has joined #ruby
jaruga___ has quit [Remote host closed the connection]
alfiemax has joined #ruby
Tempesta_ has joined #ruby
xall_ has joined #ruby
pwnd_nsfw has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
Silthias1 has joined #ruby
Tempesta has quit [Ping timeout: 250 seconds]
Silthias has quit [Ping timeout: 272 seconds]
drptbl has joined #ruby
minimalism has quit [Quit: minimalism]
biberu has joined #ruby
xall_ has quit [Ping timeout: 252 seconds]
ghr has joined #ruby
Hyuk has quit [Quit: Textual IRC Client: www.textualapp.com]
aganov has joined #ruby
Aiwass has joined #ruby
xall_ has joined #ruby
craigp has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
harfangk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tvw has joined #ruby
<Aiwass> Hello, I have an error when running rspec inside a jenkins build, I get 'Could not find 'rspec-core' (>= 0) among 0 total gem(s). If I run it outside, under the user jenkins, everything works fine. How could this be fixed?
pawnbox has joined #ruby
marr has joined #ruby
<dminuoso> Aiwass: How is your Ruby installed?
pawnbox has quit [Remote host closed the connection]
<Aiwass> in installed system wide, from yum
pawnbox has joined #ruby
senayar has joined #ruby
<Aiwass> running the gradle task on its own shows no errors
<Aiwass> only inside a jenkins build it fails running
ghr has joined #ruby
harfangk has joined #ruby
<Aiwass> even inside the build job it ran in the beginning, but somehow it stopped and now I cannot bring it back to its initial state, even if I reinstalled ruby and all the required gems
tmtwd has joined #ruby
pandaant has joined #ruby
DoubleMalt has joined #ruby
xall_ has quit [Read error: Connection reset by peer]
Yxhuvud has quit [Remote host closed the connection]
Yxhuvud has joined #ruby
xall_ has joined #ruby
gregf_ has quit [Quit: leaving]
harfangk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gregf_ has joined #ruby
Aiwass has left #ruby ["ERC (IRC client for Emacs 25.1.50.1)"]
conta has joined #ruby
nankyokusei has joined #ruby
Couch has joined #ruby
rodorgas has joined #ruby
<rodorgas> I’m struggling to install some gems without root permission. I’m trying to do it with rbenv, but it still saying that I don’t have write permission
nankyokusei has quit [Ping timeout: 276 seconds]
<rodorgas> This is rather strange `which gem`: `/Users/rodrigoorem/.rbenv/shims/gem` but `gem env home`: `/Library/Ruby/Gems/2.0.0`
<rodorgas> any ideas?
tmtwd has quit [Ping timeout: 260 seconds]
<shevy> sounds as if you have at least two different gem executables on your system
kedare has joined #ruby
<rodorgas> If I do `/Users/rodrigoorem/.rbenv/shims/gem env home`, I get `/Library/Ruby/Gems/2.0.0`
<rodorgas> is it possible to change manually this dir? i cant find in google
the_drow has quit [Quit: This computer has gone to sleep]
A_Drone has quit [Remote host closed the connection]
pandaant has quit [Remote host closed the connection]
<shevy> gem env --help
<shevy> "RubyGems' default local repository can be overridden with the GEM_PATH and
<shevy> GEM_HOME environment variables. GEM_HOME sets the default repository to
yfeldblu_ has quit [Ping timeout: 250 seconds]
<shevy> install into. GEM_PATH allows multiple local repositories to be searched for gems."
<rodorgas> yea shevy but setting environment var seems hacky, I would like to do it the right way
harfangk has joined #ruby
minimalism has joined #ruby
<shevy> it's a strange path
AlexJakeGreen has quit [Quit: This computer has gone to sleep]
the_drow has joined #ruby
A_Drone has joined #ruby
jaruga___ has joined #ruby
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<rodorgas> python’s pip is so easy, i don’t get this rbenv/rvm/bundler complexity
<rodorgas> i had to create /Users/rodrigoorem/.rbenv/version and write 2.3.1
Oog has joined #ruby
naftilos76 has joined #ruby
deuterium has joined #ruby
edwinvdg_ has joined #ruby
<shevy> no idea here either, I compile ruby and everything else from source. If I have to switch versions I go use the gobolinux approach
TomyWork has joined #ruby
Berry has joined #ruby
<canton7> aww, no news items from gobolinux in over a year
Devalo has quit [Remote host closed the connection]
dionysus69 has joined #ruby
<shevy> happens when you have like 1 or 2 people semi-active or inactive
edwinvdgraaf has quit [Ping timeout: 260 seconds]
jackjackdripper has quit [Quit: Leaving.]
AlexJakeGreen has joined #ruby
bronson has joined #ruby
Oog has quit []
anisha has quit [Ping timeout: 252 seconds]
anisha has joined #ruby
bronson has quit [Ping timeout: 252 seconds]
conta has quit [Ping timeout: 276 seconds]
conta has joined #ruby
A_Drone_ has joined #ruby
karapetyan has joined #ruby
A_Drone has quit [Remote host closed the connection]
toretore has joined #ruby
benlieb has quit [Quit: benlieb]
A_Drone_ has quit [Remote host closed the connection]
sdothum has joined #ruby
minimalism has quit [Quit: minimalism]
edwinvdg_ has quit [Remote host closed the connection]
edwinvdgraaf has joined #ruby
roshanavand has joined #ruby
drptbl has quit [Quit: See you later!]
armyriad has quit [Ping timeout: 250 seconds]
karapetyan has quit [Remote host closed the connection]
KnownSyntax has joined #ruby
KnownSyntax has quit [Changing host]
KnownSyntax has joined #ruby
the_drow has quit [Quit: This computer has gone to sleep]
xall_ has quit [Ping timeout: 240 seconds]
workmad3 has joined #ruby
karapetyan has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
karapetyan has quit [Remote host closed the connection]
codecop has quit [Remote host closed the connection]
karapetyan has joined #ruby
benlieb has joined #ruby
karapetyan has quit [Remote host closed the connection]
benlieb has quit [Client Quit]
karapetyan has joined #ruby
Mon_Ouie has quit [Quit: WeeChat 1.5]
mdw has joined #ruby
Hyuk has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
karapetyan has quit [Ping timeout: 244 seconds]
flashpoint9 has joined #ruby
AlexJakeGreen has quit [Quit: This computer has gone to sleep]
deuterium has quit [Ping timeout: 240 seconds]
vdamewood has joined #ruby
phredus_ has joined #ruby
Hyuk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Hyuk has joined #ruby
giz|work has joined #ruby
johnmilton has quit [Remote host closed the connection]
kirun has joined #ruby
Wildfyr has joined #ruby
Tempesta_ is now known as Tempesta
Tempesta has quit [Changing host]
Tempesta has joined #ruby
mdw has quit [Ping timeout: 240 seconds]
armyriad has joined #ruby
mdw has joined #ruby
al2o3-cr has joined #ruby
jmignault has quit [Ping timeout: 258 seconds]
yadobujo has quit [Remote host closed the connection]
yadobujo has joined #ruby
Mon_Ouie has joined #ruby
yadobujo has quit [Remote host closed the connection]
colegatron has left #ruby ["Leaving"]
yadobujo has joined #ruby
hiyosi has joined #ruby
hiyosi has quit [Client Quit]
Technodrome has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rodorgas has quit [Quit: rodorgas]
Snowy has joined #ruby
fmcgeough has quit [Quit: fmcgeough]
JeanCarloMachado has joined #ruby
pandaant has joined #ruby
Berry has quit [Quit: Ex-Chat]
nankyokusei has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
deuterium has joined #ruby
nankyokusei has quit [Ping timeout: 244 seconds]
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
JeanCarloMachado has quit [Read error: Connection reset by peer]
roshanavand has quit [Quit: This computer has gone to sleep]
roshanavand has joined #ruby
JeanCarloMachado has joined #ruby
ta_ has joined #ruby
araujo has joined #ruby
crameth has joined #ruby
naftilos76 has quit [Quit: Αποχώρησε]
jrafanie has joined #ruby
leea has joined #ruby
edwinvdg_ has joined #ruby
ta_ has quit [Ping timeout: 264 seconds]
flashpoint9 has quit [Remote host closed the connection]
edwinvdgraaf has quit [Ping timeout: 258 seconds]
jrafanie has quit [Ping timeout: 252 seconds]
rodfersou has joined #ruby
shinnya has joined #ruby
armyriad has quit [Ping timeout: 240 seconds]
johnmilton has joined #ruby
tvw has quit [Read error: Connection reset by peer]
armyriad has joined #ruby
codecop has joined #ruby
JeanCarloMachado has quit [Ping timeout: 250 seconds]
lxsameer has quit [Quit: WeeChat 1.5]
the_drow has joined #ruby
Parko has quit [Quit: In a while, crocodile]
Dry_Lips has quit [Ping timeout: 240 seconds]
pandaant has quit [Remote host closed the connection]
Billias has quit [Read error: Connection reset by peer]
Billias_ has joined #ruby
Billias_ is now known as Billias
AlexJakeGreen has joined #ruby
AlexJakeGreen has quit [Client Quit]
AlexJakeGreen has joined #ruby
Snowy has quit [Remote host closed the connection]
Devalo has joined #ruby
GodFather has joined #ruby
roamingdog has quit [Remote host closed the connection]
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
roamingdog has joined #ruby
Devalo has quit [Ping timeout: 258 seconds]
Hyuk has quit [Quit: Textual IRC Client: www.textualapp.com]
JeanCarloMachado has joined #ruby
hanmac has quit [Ping timeout: 272 seconds]
roamingdog has quit [Remote host closed the connection]
Vingador has joined #ruby
roamingdog has joined #ruby
blackgoat has joined #ruby
DoubleMalt has quit [Ping timeout: 240 seconds]
fmcgeough has joined #ruby
rodfersou has quit [Quit: leaving]
rodfersou has joined #ruby
hanmac has joined #ruby
lkb has joined #ruby
Wildfyr has quit [Ping timeout: 276 seconds]
constantinexvi has joined #ruby
craigp has quit [Quit: WeeChat 1.5]
nisstyre has joined #ruby
nisstyre has quit [Changing host]
nisstyre has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
nando294021 has joined #ruby
ldnunes has joined #ruby
craigp has joined #ruby
pawnbox has quit [Read error: Connection reset by peer]
edwinvdg_ has quit [Remote host closed the connection]
edwinvdgraaf has joined #ruby
tomaz_b has joined #ruby
edwinvdg_ has joined #ruby
nando294021 has quit [Client Quit]
deadnull has joined #ruby
MrBusiness2 has joined #ruby
<manveru> shevy: you're still not on nixos? :)
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dminuoso_ has joined #ruby
edwinvdgraaf has quit [Ping timeout: 276 seconds]
umdstu has joined #ruby
dminuoso has quit [Ping timeout: 272 seconds]
AlexJakeGreen has quit [Quit: This computer has gone to sleep]
c355e3b has joined #ruby
pawnbox has joined #ruby
mdw has joined #ruby
deuterium has quit [Ping timeout: 276 seconds]
duoi has quit [Ping timeout: 250 seconds]
tomaz_b has quit [Ping timeout: 244 seconds]
<shevy> manveru it's on my todo list!
duoi has joined #ruby
<shevy> but I don't get to do as much experimenting as I used to :(
nersoh has joined #ruby
<manveru> you actually got a job now?
<shevy> lol
haxrbyte_ has quit [Ping timeout: 260 seconds]
chip_ has joined #ruby
alfiemax has quit [Ping timeout: 240 seconds]
xall_ has joined #ruby
haxrbyte has joined #ruby
cd-rum has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
edwinvdg_ has quit [Remote host closed the connection]
edwinvdgraaf has joined #ruby
roamingdog has quit [Remote host closed the connection]
xall_ has quit [Ping timeout: 250 seconds]
AlexJakeGreen has joined #ruby
deadnull is now known as _deadnull
mdw has quit [Quit: Sleeping Zzzzz]
_deadnull has quit [Quit: AFK]
flashpoint9 has joined #ruby
futilegames has joined #ruby
jmignault has joined #ruby
Ropeney has joined #ruby
mattwashere has joined #ruby
Ropeney has quit [Client Quit]
sylario has joined #ruby
JakFrist has joined #ruby
cdg has joined #ruby
deadnull has joined #ruby
AngryBuzzy has joined #ruby
mattwashere has quit [Remote host closed the connection]
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
deadnull has quit [Client Quit]
giz|work|2 has joined #ruby
loechel has joined #ruby
loechel has quit [Client Quit]
futilegames has quit [Quit: futilegames]
giz|work has quit [Ping timeout: 240 seconds]
AngryBuzzy has quit [Quit: This computer has gone to sleep]
armyriad has quit [Ping timeout: 240 seconds]
CloCkWeRX has quit [Remote host closed the connection]
CloCkWeRX has joined #ruby
swills_ has quit [Ping timeout: 240 seconds]
LoneHermit has joined #ruby
LoneHermit has quit [Ping timeout: 240 seconds]
duoi has quit [Ping timeout: 250 seconds]
armyriad has joined #ruby
nankyokusei has joined #ruby
stoopidmunkey has joined #ruby
AlexJakeGreen has quit [Quit: This computer has gone to sleep]
dvinciguerra_ has joined #ruby
duoi has joined #ruby
armyriad has quit [Max SendQ exceeded]
nankyokusei has quit [Ping timeout: 276 seconds]
mdw has joined #ruby
cdg has quit [Remote host closed the connection]
mdw_ has joined #ruby
SilverKey has quit [Ping timeout: 258 seconds]
Dry_Lips has joined #ruby
Dry_Lips has quit [Changing host]
Dry_Lips has joined #ruby
mdw has quit [Ping timeout: 276 seconds]
AlexJakeGreen has joined #ruby
cd-rum has joined #ruby
hutch34 has joined #ruby
aegis3121 has joined #ruby
<mostlybadfly> Good day
cd-rum has quit [Ping timeout: 264 seconds]
edwinvdg_ has joined #ruby
GodFather has quit [Ping timeout: 252 seconds]
[gmi] has joined #ruby
edwinvdg_ has quit [Remote host closed the connection]
edwinvdgraaf has quit [Read error: Connection reset by peer]
cZk has joined #ruby
edwinvdgraaf has joined #ruby
kaleido has left #ruby [#ruby]
xall_ has joined #ruby
kavanagh has joined #ruby
ChiefAlexander has joined #ruby
bkxd has joined #ruby
inukshuk_ has joined #ruby
xall_ has quit [Ping timeout: 252 seconds]
SCHAAP137 has joined #ruby
diegoviola has joined #ruby
ekinmur has joined #ruby
darix has quit [Ping timeout: 244 seconds]
pawnbox has quit [Remote host closed the connection]
blackgoat has quit [Quit: WeeChat 1.5]
darix has joined #ruby
calmchaos has joined #ruby
malconis has joined #ruby
edwinvdg_ has joined #ruby
edwinvdg_ has quit [Remote host closed the connection]
malconis has quit [Remote host closed the connection]
edwinvdg_ has joined #ruby
edwinvdgraaf has quit [Read error: Connection reset by peer]
malconis has joined #ruby
calmchaos has quit [Read error: Connection reset by peer]
calmchao_ has joined #ruby
cdg has joined #ruby
edwinvdgraaf has joined #ruby
AlexJakeGreen has quit [Quit: This computer has gone to sleep]
bronson has joined #ruby
nerdman has joined #ruby
codecop has quit [Remote host closed the connection]
pawnbox has joined #ruby
jrafanie has joined #ruby
AlexJakeGreen has joined #ruby
edwinvdg_ has quit [Ping timeout: 272 seconds]
mattwashere has joined #ruby
giz|work|2 has quit [Ping timeout: 240 seconds]
l4v2 has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
bronson has quit [Ping timeout: 252 seconds]
flashpoint9 has quit [Remote host closed the connection]
mattwashere has quit [Remote host closed the connection]
ramortegui has joined #ruby
saneax is now known as saneax_AFK
mattwashere has joined #ruby
DoubleMalt has joined #ruby
SilverKey has joined #ruby
eljimbo has joined #ruby
LoneHermit has joined #ruby
jrafanie has quit [Read error: Connection reset by peer]
jrafanie has joined #ruby
giz|work|2 has joined #ruby
inukshuk_ has quit [Quit: leaving]
anisha_ has joined #ruby
saneax_AFK is now known as saneax
anisha has quit [Ping timeout: 240 seconds]
LoneHermit has quit [Ping timeout: 240 seconds]
weckl has joined #ruby
flashpoint9 has joined #ruby
`tim` has joined #ruby
roamingdog has joined #ruby
Snowy has joined #ruby
chip_ has quit [Ping timeout: 250 seconds]
phredus_ has quit [Remote host closed the connection]
alfiemax has joined #ruby
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
haxrbyte has quit [Read error: Connection reset by peer]
haxrbyte has joined #ruby
giz|work|2 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
swills has joined #ruby
xall_ has joined #ruby
Macaveli has joined #ruby
bkxd has quit [Ping timeout: 250 seconds]
craigp has quit [Ping timeout: 272 seconds]
calmchao_ has quit [Remote host closed the connection]
xall_ has quit [Ping timeout: 276 seconds]
Guest60828 has quit [Ping timeout: 240 seconds]
floatingpoint has joined #ruby
floatingpoint has quit [Client Quit]
Guest60828 has joined #ruby
yadobujo has quit [Remote host closed the connection]
saneax is now known as saneax_AFK
nerdman has quit [Quit: leaving]
Stoner19 has left #ruby ["Keep on keepin' on..."]
alfiemax has quit [Ping timeout: 252 seconds]
grill has joined #ruby
cdg has quit [Remote host closed the connection]
cdg has joined #ruby
cdg has quit [Remote host closed the connection]
Devalo has joined #ruby
anisha_ has quit [Quit: This computer has gone to sleep]
Devalo has quit [Ping timeout: 240 seconds]
grill has quit [Quit: Goodnight]
alfiemax has joined #ruby
Devalo has joined #ruby
floatingpoint has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
dminuoso_ has quit [Ping timeout: 252 seconds]
Es0teric has joined #ruby
mdw_ has quit [Quit: Sleeping Zzzzz]
Devalo has quit [Ping timeout: 244 seconds]
underplank has joined #ruby
mattwashere has quit [Remote host closed the connection]
aganov has quit [Remote host closed the connection]
mattwashere has joined #ruby
lkb has quit [Quit: Wychodzi]
rippa has joined #ruby
dminuoso has joined #ruby
davedev24 has joined #ruby
agent_white has joined #ruby
underplank has quit [Quit: underplank]
blandflakes has joined #ruby
nankyokusei has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
Terens has joined #ruby
edwinvdgraaf has joined #ruby
AlexJakeGreen has quit [Quit: This computer has gone to sleep]
floatingpoint has quit [Quit: Goodnight]
edwinvdg_ has joined #ruby
<agent_white> Mornin'
nankyokusei has quit [Ping timeout: 276 seconds]
alfiemax has quit [Ping timeout: 260 seconds]
jaruga____ has joined #ruby
edwinvdgraaf has quit [Ping timeout: 260 seconds]
speakingcode has quit [Ping timeout: 260 seconds]
jaruga___ has quit [Ping timeout: 240 seconds]
AlexJakeGreen has joined #ruby
xall_ has joined #ruby
jrafanie_ has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
swills has quit [Ping timeout: 252 seconds]
floatingpoint has joined #ruby
memorasus has joined #ruby
jrafanie has quit [Ping timeout: 252 seconds]
jrafanie_ has quit [Ping timeout: 240 seconds]
crystal77 has joined #ruby
xall_ has quit [Ping timeout: 276 seconds]
jrafanie has joined #ruby
jaruga____ has quit [Remote host closed the connection]
dminuoso has quit [Remote host closed the connection]
jaruga____ has joined #ruby
pawnbox has quit [Ping timeout: 252 seconds]
dragon9783 has joined #ruby
alfiemax has joined #ruby
nfsnobody has joined #ruby
conta has quit [Ping timeout: 244 seconds]
mattwashere has quit [Remote host closed the connection]
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mattwashere has joined #ruby
edwinvdg_ has quit [Remote host closed the connection]
crystal77 has joined #ruby
edwinvdgraaf has joined #ruby
karapetyan has joined #ruby
nersoh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
swills has joined #ruby
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
toretore has quit [Ping timeout: 252 seconds]
karapetyan has quit [Ping timeout: 240 seconds]
erlend has quit [Ping timeout: 250 seconds]
gomix has joined #ruby
pawnbox has joined #ruby
erlend has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
aryaching has joined #ruby
GnuYawk has joined #ruby
mattwashere has quit [Remote host closed the connection]
baweaver_away is now known as baweaver
Ishido has joined #ruby
mattwashere has joined #ruby
iceden has joined #ruby
dhollinger has joined #ruby
cdg has joined #ruby
yadobujo has joined #ruby
craigp has joined #ruby
cdg has quit [Remote host closed the connection]
Jet4Fire has joined #ruby
LuckyABA has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yadobujo has quit [Ping timeout: 240 seconds]
SilverKey has quit [Quit: Halted.]
fredolinhares has joined #ruby
SilverKey has joined #ruby
<adaedra> hi
Wildfyr has joined #ruby
ramfjord_ has joined #ruby
flashpoint9 has joined #ruby
yadobujo has joined #ruby
the_drow has quit [Quit: This computer has gone to sleep]
jishankai has quit [Ping timeout: 260 seconds]
theRoUS has quit [Changing host]
theRoUS has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
ramfjord_ has quit [Ping timeout: 240 seconds]
Devalo has joined #ruby
<fredolinhares> Someone can recomend me a tutorial about how to work with geographic position?
yadobujo has quit [Remote host closed the connection]
agit0 has quit [Quit: zzzZZZ….]
yadobujo has joined #ruby
<jhass> fredolinhares: that's a bit broad, what do plan to do specifically?
DenSchub has quit [Ping timeout: 272 seconds]
dragon9783 has left #ruby [#ruby]
crameth has quit [Quit: crameth]
aryaching has quit [Read error: Connection reset by peer]
<fredolinhares> jhass: I want to calculate distances, since the Earth is no flat, I know is not like I do in a 2d map. I want to know it works and if there are libs in Ruby that can help.
<jhass> the geocoder gem should provide helpers for it
<fredolinhares> ok, thank you.
Devalo has quit [Ping timeout: 250 seconds]
<jhass> in order to understand how it works, read up on projections, WGS84 and Mercator being the two most popular
aryaching has joined #ruby
mark_66 has quit [Remote host closed the connection]
LuckyABA has joined #ruby
[Butch] has joined #ruby
Daneel has joined #ruby
<Daneel> hi
<Daneel> how to delete all files in a directory matching a pattern ?
<adaedra> Which kind of pattern? File names, contents? Glob, regexp?
<Wildfyr> maybe use Dir.glob to find the file
<Wildfyr> lol
<Daneel> adaedra: filename
xall_ has joined #ruby
<adaedra> So yeah, Dir.glob/Dir.[] to find files
dennisvennink has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nersoh has joined #ruby
moeabdol3 has quit [Ping timeout: 272 seconds]
l4v2 has quit [Quit: l4v2]
zacts has quit [Ping timeout: 258 seconds]
kavanagh has quit [Quit: That's all folks!]
Guest60828 has quit [Ping timeout: 244 seconds]
weaksauce has quit [Ping timeout: 264 seconds]
cdg has joined #ruby
<Daneel> adaedra: like this ? File.delete.Dir.glob("#{mypath}/*file*")
drahosj has joined #ruby
<Wildfyr> wouldn't it be better to iterate over the list provided by Dir.glob
<adaedra> You can't call Dir on File.delete
<adaedra> You have to find the files using Dir.glob, then call File.delete on each of them
<Daneel> ok i am not ruby guy at all
xall_ has quit [Ping timeout: 264 seconds]
amclain has joined #ruby
rodfersou is now known as rodfersou|lunch
aryaching has quit [Remote host closed the connection]
zipkid has quit [Ping timeout: 272 seconds]
<jhass> doesn't matter, the only thing that matters is whether you want to learn it ;)
craigp has quit [Ping timeout: 240 seconds]
skmp has quit [Ping timeout: 244 seconds]
zipkid has joined #ruby
andikr has quit [Remote host closed the connection]
skmp has joined #ruby
kedare has quit [Quit: Leaving]
cla has joined #ruby
moeabdol3 has joined #ruby
Guest60828 has joined #ruby
centrx has joined #ruby
ule has quit [Ping timeout: 272 seconds]
ule has joined #ruby
mdw has joined #ruby
aegis3121 has quit [Ping timeout: 240 seconds]
Couch has quit [Ping timeout: 244 seconds]
<cla> q
<adaedra> w
cla has quit [Quit: leaving]
GnuYawk has quit [Quit: GNUYawk]
mistermocha has joined #ruby
<Daneel> jhass: hehe :) if i have all time i would like to learn all
<drahosj> What's your favorite way of handling regex matches with capture groups?
<drahosj> I tend to do something like `m = whatever.match /regex/`
<drahosj> then an unless m.nil?
<drahosj> handle capture group, else handle error
<drahosj> still feels clunky
<adaedra> if (m = whatever.match /regex/) # can save you one line
<drahosj> good call
Jet4Fire has quit []
<drahosj> also perfect for a block predicate, which is where the clunkiness bugged me a lot
ChiefAlexander has quit [Remote host closed the connection]
Snowy has quit [Remote host closed the connection]
c_nick has joined #ruby
mdw has quit [Ping timeout: 276 seconds]
c0mrad3 has joined #ruby
<c_nick> anyone can suggest good website / read up for reporting designs -> i need to create an attractive UI for reporting regression breaks
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
AnoHito has quit [Ping timeout: 272 seconds]
mdw has joined #ruby
armyriad has joined #ruby
AndrewIsHere has joined #ruby
mistermocha has quit [Remote host closed the connection]
marxarelli has joined #ruby
mistermocha has joined #ruby
stoopidmunkey has quit []
nadir has quit [Quit: Connection closed for inactivity]
mistermo_ has joined #ruby
CloCkWeRX has quit [Quit: Leaving.]
mistermocha has quit [Ping timeout: 250 seconds]
whathappens has joined #ruby
mistermo_ has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
mistermocha has joined #ruby
mistermocha has quit [Remote host closed the connection]
mistermocha has joined #ruby
zacts has joined #ruby
aryaching has joined #ruby
dminuoso has joined #ruby
LuckyABA has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zacts> hi rubyists
whathappens has quit [Remote host closed the connection]
Amnez777 has quit [Ping timeout: 250 seconds]
Wildfyr has quit [Ping timeout: 276 seconds]
DoubleMalt has quit [Ping timeout: 258 seconds]
dionysus69 has joined #ruby
mostlybadfly has quit [Quit: Connection closed for inactivity]
mattwashere has quit [Remote host closed the connection]
mattwashere has joined #ruby
GnuYawk has joined #ruby
senayar has quit []
antgel has quit [Ping timeout: 272 seconds]
Cohedrin has joined #ruby
dionysus70 has joined #ruby
bratchley has left #ruby [#ruby]
pawnbox has joined #ruby
nersoh has quit [Quit: Textual IRC Client: www.textualapp.com]
dionysus69 has quit [Ping timeout: 272 seconds]
dionysus70 is now known as dionysus69
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
passbe has quit [Ping timeout: 264 seconds]
agit0 has joined #ruby
[gmi] has quit [Ping timeout: 250 seconds]
djbkd has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
aufi has quit [Ping timeout: 244 seconds]
passbe has joined #ruby
ledestin has joined #ruby
toretore has joined #ruby
benlieb has joined #ruby
xall_ has joined #ruby
c_nick has left #ruby [#ruby]
preyalone has joined #ruby
LuckyABA has joined #ruby
SilverKey has quit [Quit: Halted.]
nankyokusei has joined #ruby
SilverKey has joined #ruby
JammyHammy has joined #ruby
duoi has quit [Ping timeout: 250 seconds]
ghr has joined #ruby
xall_ has quit [Ping timeout: 252 seconds]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
duoi has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
TinkerTyper has quit [Ping timeout: 260 seconds]
blandflakes has joined #ruby
dionysus69 has quit [Remote host closed the connection]
masterkorp has joined #ruby
<masterkorp> hello everyone
mattwashere has quit [Read error: Connection reset by peer]
<masterkorp> I need a gem that was already deleted from rubygems, i have the intalled gem on another computer though, how can I backup that gem from another machine and place it on the new one?
TinkerTyper has joined #ruby
TomyWork has quit [Ping timeout: 276 seconds]
atom_ has quit [Ping timeout: 264 seconds]
agit0 has quit [Quit: zzzZZZ….]
ghr has quit [Ping timeout: 240 seconds]
GNUYawk_ has joined #ruby
roshanavand has joined #ruby
zytr0n has quit [Ping timeout: 264 seconds]
jackjackdripper has joined #ruby
zytr0n has joined #ruby
AlexJakeGreen has quit [Quit: This computer has gone to sleep]
GnuYawk has quit [Ping timeout: 272 seconds]
GNUYawk_ is now known as GNUYawk
mattwashere has joined #ruby
chosen1x has joined #ruby
whathappens has joined #ruby
dionysus69 has joined #ruby
MrBusiness3 has joined #ruby
<Papierkorb> masterkorp: Did you install that gem using `gem install`, or `bundle`?
zytr0n has quit [Max SendQ exceeded]
SilverKey has quit [Read error: Connection reset by peer]
RegulationD has joined #ruby
preyalone has quit [Ping timeout: 272 seconds]
frode15243 has quit [Ping timeout: 272 seconds]
AdamMeghji__ has quit [Ping timeout: 272 seconds]
daxroc has quit [Ping timeout: 272 seconds]
adambeynon has quit [Ping timeout: 272 seconds]
angiebadillo has quit [Ping timeout: 272 seconds]
Guest4184_______ has quit [Ping timeout: 272 seconds]
korben has quit [Ping timeout: 272 seconds]
charles81 has quit [Ping timeout: 272 seconds]
mrfooo has quit [Ping timeout: 272 seconds]
jord has quit [Ping timeout: 272 seconds]
jcp has quit [Ping timeout: 272 seconds]
colstrom has quit [Ping timeout: 272 seconds]
boxrick1 has quit [Ping timeout: 272 seconds]
daemonwrangler has quit [Ping timeout: 272 seconds]
lancetw has quit [Ping timeout: 272 seconds]
Apocalypse has quit [Ping timeout: 272 seconds]
ElderFain has quit [Ping timeout: 272 seconds]
Kilo`byte has quit [Ping timeout: 272 seconds]
SilverKey has joined #ruby
Marsjan has joined #ruby
ghr has joined #ruby
zipkid has quit [Ping timeout: 272 seconds]
davidmichaelkarr has quit [Ping timeout: 272 seconds]
sarbs has quit [Ping timeout: 272 seconds]
Some-body_ has joined #ruby
Bugboy1028 has quit [Ping timeout: 272 seconds]
beawesomeinstead has quit [Ping timeout: 272 seconds]
mrsolo has quit [Ping timeout: 272 seconds]
ec has quit [Ping timeout: 272 seconds]
elomatreb has quit [Ping timeout: 272 seconds]
Lloyd has quit [Ping timeout: 272 seconds]
yo61 has quit [Ping timeout: 272 seconds]
mroth has quit [Ping timeout: 272 seconds]
Danielss89 has quit [Ping timeout: 272 seconds]
jtdowney has quit [Ping timeout: 272 seconds]
funrep has quit [Ping timeout: 272 seconds]
fredolinhares has quit [Ping timeout: 272 seconds]
darix has quit [Ping timeout: 272 seconds]
diegoviola has quit [Ping timeout: 272 seconds]
jhass has quit [Ping timeout: 272 seconds]
Lord_of_Life has quit [Ping timeout: 272 seconds]
mistym has quit [Ping timeout: 272 seconds]
zrl has quit [Ping timeout: 272 seconds]
eggoez has quit [Ping timeout: 272 seconds]
G has quit [Ping timeout: 272 seconds]
tonini has quit [Ping timeout: 272 seconds]
creat has quit [Ping timeout: 272 seconds]
Tony-St4rk has quit [Ping timeout: 272 seconds]
podman has quit [Ping timeout: 272 seconds]
roshanavand has quit [Quit: This computer has gone to sleep]
MrBusiness2 has quit [Ping timeout: 272 seconds]
iamdevnul has quit [Ping timeout: 272 seconds]
marsjaninzmarsa has quit [Ping timeout: 272 seconds]
chosen1_ has quit [Ping timeout: 272 seconds]
unforgiven512 has quit [Ping timeout: 272 seconds]
Caerus|Away has quit [Ping timeout: 272 seconds]
nyuszika7h has quit [Ping timeout: 272 seconds]
DarthGandalf has quit [Ping timeout: 272 seconds]
moss has quit [Ping timeout: 272 seconds]
iooner has quit [Ping timeout: 272 seconds]
the-eat-scout has quit [Ping timeout: 272 seconds]
teotwaki has quit [Ping timeout: 272 seconds]
pizzaops has quit [Ping timeout: 272 seconds]
swgillespie has quit [Ping timeout: 272 seconds]
bastelfreak has quit [Ping timeout: 272 seconds]
shiver has quit [Ping timeout: 272 seconds]
bougyman has quit [Ping timeout: 272 seconds]
bumao has quit [Ping timeout: 272 seconds]
chee has quit [Ping timeout: 272 seconds]
bcavileer has quit [Ping timeout: 272 seconds]
sysanthrope_ has quit [Ping timeout: 272 seconds]
joaomdmoura__ has quit [Ping timeout: 272 seconds]
aguynamedben has quit [Ping timeout: 272 seconds]
Marsjan is now known as marsjaninzmarsa
Some-body_ is now known as DarthGandalf
<Papierkorb> masterkorp: Go to your gem installation directory ($GEM_HOME or ~/.gem if that gem was installed user-local). In there, follow the path ruby/2.3.0/cache <- if you don't use Ruby 2.3.0, replace the version number accordingly. In there, you'll see a ton of *.gem files. Find the correct one (it's always GEM_NAME-VERSION.gem), transfer it to the other computer. There, you can install the gem using: $ gem install the-gem-1.2.3.gem
darix has joined #ruby
Lord_of_Life has joined #ruby
G__ has joined #ruby
aegis3121 has joined #ruby
beawesomeinstead has joined #ruby
centrx has quit []
<Papierkorb> masterkorp: you could also host it yourself by using the `geminabox` project if you have a spare development server you want to use as Gem server ;)
sysanthrope has joined #ruby
shiver has joined #ruby
shiver has quit [Changing host]
shiver has joined #ruby
jtdowney has joined #ruby
jtdowney has quit [Changing host]
jtdowney has joined #ruby
korben has joined #ruby
lancetw has joined #ruby
preyalone has joined #ruby
Lloyd has joined #ruby
sarbs has joined #ruby
yo61 has joined #ruby
djbkd has quit [Quit: My people need me...]
jcp has joined #ruby
mroth has joined #ruby
<masterkorp> Papierkorb: yes with gem install
mistermo_ has joined #ruby
unforgiven512 has joined #ruby
swgillespie has joined #ruby
iamdevnul has joined #ruby
SilverKey has quit [Client Quit]
conta has joined #ruby
<Papierkorb> masterkorp: then try the instructions above
ec has joined #ruby
ec has quit [Excess Flood]
<masterkorp> Papierkorb: thanks you
boxrick1 has joined #ruby
<masterkorp> *thank
zipkid has joined #ruby
nyuszika7h has joined #ruby
<masterkorp> all the gems i need are here
diego has joined #ruby
davidmichaelkarr has joined #ruby
diego is now known as Guest74885
podman has joined #ruby
crystal77 has joined #ruby
mrsolo has joined #ruby
Guest74885 has quit [Changing host]
Guest74885 has joined #ruby
Guest74885 is now known as diegoviola
mistym has joined #ruby
mistym has quit [Changing host]
mistym has joined #ruby
elomatreb has joined #ruby
Kilo`byte has joined #ruby
Danielss89 has joined #ruby
daxroc has joined #ruby
joaomdmoura__ has joined #ruby
creat has joined #ruby
bumao has joined #ruby
bronson has joined #ruby
djbkd has joined #ruby
aguynamedben has joined #ruby
ec has joined #ruby
funrep has joined #ruby
<Papierkorb> masterkorp: Cheers
iooner has joined #ruby
daemonwrangler has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
charles81 has joined #ruby
Tony-St4rk has joined #ruby
rodfersou|lunch is now known as rodfersou
bougyman has joined #ruby
bougyman has quit [Changing host]
bougyman has joined #ruby
AdamMeghji__ has joined #ruby
tonini has joined #ruby
bcavileer has joined #ruby
zrl has joined #ruby
mostlybadfly has joined #ruby
colstrom has joined #ruby
Guest4184_______ has joined #ruby
eggoez has joined #ruby
the-eat-scout has joined #ruby
zacts has quit [Quit: WeeChat 1.4]
chee has joined #ruby
Silthias1 has quit [Quit: Leaving.]
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
chip_ has joined #ruby
Apocalypse has joined #ruby
ElderFain has joined #ruby
blaxter has quit [Quit: foo]
jhass has joined #ruby
firstdayonthejob has joined #ruby
roamingdog has quit [Read error: Connection reset by peer]
rcvalle has joined #ruby
hahuang65 has joined #ruby
mattwashere has quit [Read error: Connection reset by peer]
angiebadillo has joined #ruby
roamingdog has joined #ruby
frode15243 has joined #ruby
zzak___ has quit [Ping timeout: 250 seconds]
pizzaops has joined #ruby
chrisseaton has quit [Ping timeout: 250 seconds]
adambeynon has joined #ruby
zzak___ has joined #ruby
chrisseaton has joined #ruby
moss has joined #ruby
fredolinhares has joined #ruby
jord has joined #ruby
bastelfreak has joined #ruby
mrfooo has joined #ruby
LinuxHippie has quit [Read error: Connection reset by peer]
LinuxHippie has joined #ruby
weckl has quit [Ping timeout: 252 seconds]
ule has quit [Ping timeout: 250 seconds]
Caerus|Away has joined #ruby
ule has joined #ruby
mattwashere has joined #ruby
chip_ has quit [Ping timeout: 276 seconds]
DenSchub has joined #ruby
hahuang65 has quit [Ping timeout: 258 seconds]
nhhc has joined #ruby
teotwaki has joined #ruby
[gmi] has joined #ruby
AngryBuzzy has joined #ruby
ruby-lang858 has joined #ruby
<ruby-lang858> hello
craigp has joined #ruby
<ruby-lang858> data[:SummaryECUpdateTimestamp] => 2016-06-27 23:32:01 -0700
ghr has quit [Ping timeout: 240 seconds]
Bugboy1028 has joined #ruby
bronson has quit [Remote host closed the connection]
<ruby-lang858> want to change the timestamp format as "SummaryECUpdateTimestamp": "06/11/2016 01:36:46"
<Papierkorb> ruby-lang858: See Time#strftime
<Papierkorb> ruby-lang858: Is that for display purposes or do you intend to interact with another service?
<ruby-lang858> just display purpose
<Papierkorb> Then you should be fine
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
vuoto has joined #ruby
spider-mario has joined #ruby
AngryBuzzy has quit [Client Quit]
`tim` has joined #ruby
safetypin has joined #ruby
pdoherty has joined #ruby
ghr has joined #ruby
jrafanie has quit [Quit: Textual IRC Client: www.textualapp.com]
techietrash has quit [Ping timeout: 250 seconds]
weckl has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
xall_ has joined #ruby
Okuu has joined #ruby
techietrash has joined #ruby
mistermo_ has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
mistermocha has joined #ruby
Devalo has joined #ruby
ghr has joined #ruby
LoneHermit has joined #ruby
LoneHermit has quit [Remote host closed the connection]
isberg has joined #ruby
vuoto has quit [Quit: Lost terminal]
vuoto has joined #ruby
sneakers has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
Devalo has quit [Ping timeout: 264 seconds]
ghr has quit [Ping timeout: 240 seconds]
vuoto has quit [Client Quit]
Devalo has joined #ruby
duoi has quit [Ping timeout: 250 seconds]
vuoto has joined #ruby
flashpoint9 has joined #ruby
xall_ has quit [Ping timeout: 260 seconds]
anisha_ has joined #ruby
dvinciguerra_ has quit [Ping timeout: 258 seconds]
Devalo has quit [Remote host closed the connection]
xall_ has joined #ruby
ghr has joined #ruby
sarbs has quit [Max SendQ exceeded]
duoi has joined #ruby
AndrewIsHere has quit [Ping timeout: 250 seconds]
Devalo has joined #ruby
govg has quit [Ping timeout: 240 seconds]
dhollinger has quit [Ping timeout: 264 seconds]
AndrewIsHere has joined #ruby
mattwashere has quit [Remote host closed the connection]
govg has joined #ruby
dhollinger has joined #ruby
sarbs has joined #ruby
mattwashere has joined #ruby
cdg has quit [Remote host closed the connection]
SilverKey has joined #ruby
vuoto has quit [Quit: Lost terminal]
vuoto has joined #ruby
rann has quit [Remote host closed the connection]
vuoto has quit [Client Quit]
vuoto has joined #ruby
druzhokrubydevs has joined #ruby
agit0 has joined #ruby
miqlas-H has joined #ruby
tcrypt has quit [Ping timeout: 250 seconds]
LBRapid has quit [Ping timeout: 250 seconds]
jpterry has quit [Ping timeout: 250 seconds]
finnnnnnnnnnn has joined #ruby
crystal77 has joined #ruby
crystal77 has quit [Read error: Connection reset by peer]
LBRapid has joined #ruby
jpterry has joined #ruby
vuoto has quit [Client Quit]
banisterfiend has joined #ruby
roamingdog has quit [Remote host closed the connection]
dgynn has quit [Quit: dgynn]
vuoto has joined #ruby
alfiemax has quit [Ping timeout: 252 seconds]
whathappens has quit [Remote host closed the connection]
whiteline has quit [Ping timeout: 264 seconds]
roamingdog has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
whathappens has joined #ruby
Asher has joined #ruby
AnoHito has joined #ruby
dvinciguerra_ has joined #ruby
tylersmith has joined #ruby
zeroDi has joined #ruby
dminuoso has quit [Ping timeout: 252 seconds]
agit0 has quit [Read error: Connection reset by peer]
whathappens has quit [Ping timeout: 260 seconds]
finnnnnnnnnnn has quit [Quit: finnnnnnnnnnn]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
ghr has joined #ruby
dennisvennink has joined #ruby
Hounddog has quit [Ping timeout: 258 seconds]
ghr has quit [Ping timeout: 240 seconds]
swills has quit [Ping timeout: 240 seconds]
kavanagh has joined #ruby
ruby-lang858 has quit [Ping timeout: 250 seconds]
nhhc has quit [Quit: Leaving]
alfiemax has joined #ruby
replay has joined #ruby
xall_ has quit [Ping timeout: 250 seconds]
swills has joined #ruby
Azrael has joined #ruby
<Azrael> hey folks -- did rubygems stop maintaining/updating the AWS S3 production.s3.rubygems.org bucket?
druzhokrubydevs has quit [Quit: Leaving]
jaruga____ has quit [Quit: jaruga____]
finnnnnnnnnnn has joined #ruby
ghr has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
umdstu has quit [Quit: umdstu]
anisha_ has quit [Quit: This computer has gone to sleep]
ghr has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 258 seconds]
whathappens has joined #ruby
matp has quit [Remote host closed the connection]
whiteline has joined #ruby
mtkd has quit [Ping timeout: 252 seconds]
vuoto has quit [Quit: Lost terminal]
SilverKey has quit [Quit: Halted.]
mattwashere has quit [Read error: Connection reset by peer]
mtkd has joined #ruby
vuoto has joined #ruby
Tele has quit [Ping timeout: 258 seconds]
naftilos76 has joined #ruby
ghr has joined #ruby
chip_ has joined #ruby
pawnbox has joined #ruby
mattwashere has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
postmodern has joined #ruby
SilverKey has joined #ruby
davedev24 has quit [Remote host closed the connection]
SilverKey has quit [Client Quit]
stevednd has joined #ruby
xall_ has joined #ruby
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ChiefAlexander has joined #ruby
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
weckl has quit [Remote host closed the connection]
blandflakes has joined #ruby
vuoto has quit [Quit: Lost terminal]
ghr has joined #ruby
vuoto has joined #ruby
davedev24 has joined #ruby
JeanCarloMachado has quit [Remote host closed the connection]
theRealAlexz has quit [Ping timeout: 240 seconds]
imperator has joined #ruby
theRealAlexz has joined #ruby
<imperator> howdy all
<havenwood> howdy!
LoneHermit has joined #ruby
<imperator> if i've got a proxy url with an "@" in the password, but i'm having trouble escaping it
<imperator> proxy = 'http://admin:pass@xxx123@localhost:8080'
<elomatreb> This was discussed a few days ago in this channel, the eventually recommended solution was to require passwords to be URL-encoded
matp has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
JeanCarloMachado has joined #ruby
kavanagh has quit [Read error: Connection reset by peer]
<imperator> elomatreb, hm, guess so; don't see a better way
nankyokusei has joined #ruby
leea has joined #ruby
codecop has joined #ruby
LuckyABA has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
MrBusiness2 has joined #ruby
mattwashere has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 258 seconds]
nankyokusei has quit [Ping timeout: 258 seconds]
mattwashere has joined #ruby
TinkerTyper has quit [Read error: Connection reset by peer]
MrBusiness3 has quit [Ping timeout: 258 seconds]
hutch34 has quit [Ping timeout: 252 seconds]
finnnnnnnnnnn has quit [Quit: finnnnnnnnnnn]
finnnnnnnnnnn has joined #ruby
jmignault has quit [Remote host closed the connection]
TinkerTyper has joined #ruby
TinkerTyper has quit [Read error: Connection reset by peer]
minimalism has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
TinkerTyper has joined #ruby
jmignault has joined #ruby
SCHAAP137 has quit [Quit: Leaving]
Pumukel has joined #ruby
preyalone has quit [Quit: Connection closed for inactivity]
johnmilton has quit [Remote host closed the connection]
ghr has joined #ruby
SilverKey has joined #ruby
benlieb has quit [Quit: benlieb]
SCHAAP137 has joined #ruby
finnnnnnnnnnn has quit [Quit: finnnnnnnnnnn]
miqlas-H has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
<Papierkorb> elomatreb: URL encoding that part is 'demanded' by the RFC iirc, so it's the "correct" solution
flashpoint9 has quit [Remote host closed the connection]
Okuu has quit [Quit: Bye]
ghr has quit [Ping timeout: 240 seconds]
<lupine> of course, using URIs like that is frowned upon a lot these days
<Papierkorb> lupine: Why should it?
<Papierkorb> It's a perfectly valid URL afterwards
<lupine> general grumblings about security
<Papierkorb> lupine: How are those insecure?
<lupine> the password's right there in plain
<lupine> I mean, I can see their point, but gawd they're useful
macsteps has joined #ruby
<Papierkorb> Well, for configuration purposes .. where would you else put the password?
JakFrist has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Papierkorb> an environment variable is much worse if you can avoid it
<lupine> in a config file, I'd keep the username and password separate to the URL
<lupine> much easier to ensure the password is filtered out of the log files that way
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
diegoviola has quit [Quit: WeeChat 1.5]
nankyokusei has joined #ruby
<Papierkorb> OTOH, not only is that code for stuff URIs support OOTB, but also you're at the mercy of the developer to do things correctly
AlexRussia has joined #ruby
codezomb has joined #ruby
<lupine> we're developers. we're here to write code, right?
<lupine> chances are the first thing you're going to log is going to be the URL. that's going to output the password ot the log destination
ghr has joined #ruby
<lupine> if you're unlucky, that's going to be syslog on a remote host somewhere
flashpoint9 has joined #ruby
<Papierkorb> We're also here to think about what we code.
Dimik has joined #ruby
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
nankyokusei has quit [Ping timeout: 272 seconds]
araujo_ has joined #ruby
aryaching has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
kitikonti has joined #ruby
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
<kitikonti> anyone here who can help me with middleman?
Madplatypus has joined #ruby
<kitikonti> i output a variable and the result is {:about=>"about"}
devbug has joined #ruby
blandflakes has joined #ruby
<kitikonti> so how could i access value of this?
LuckyABA has joined #ruby
araujo has quit [Ping timeout: 250 seconds]
<ineb> variable[:about]
arthurl has joined #ruby
<arthurl> is anyone here familiar with the following error? '/usr/bin/env: ruby_executable_hooks: No such file or directory'
speakingcode has joined #ruby
<arthurl> seeing this when attempting to do a bundle install
ghr has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
jenrzzz has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
[Butch] has quit [Quit: I'm out . . .]
bronson has joined #ruby
tjbiddle has joined #ruby
Vingador has quit [Remote host closed the connection]
cdg has joined #ruby
jenrzzz has joined #ruby
<kitikonti> ineb omg thx i got it, i wrote the [:about] part inside the function which returns the array and not after the array
eizua has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
bronson has quit [Ping timeout: 252 seconds]
<kitikonti> ineb if i want to replace the array key (:about) with a variable (current_page.data.path) but this variable is without the : how do i have to do this?
<kitikonti> variable[:current_page.data.path] is not working
SilverKey has quit [Quit: Halted.]
mwlang has joined #ruby
<ineb> i think youre missing something here. if unsure, check whats the class of your object with variable.class.name
<ineb> looks like youre dealing with a hash.
SilverKey has joined #ruby
crystal77 has joined #ruby
crystal77 has quit [Max SendQ exceeded]
ghr has joined #ruby
crystal77 has joined #ruby
troulouliou_dev has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Pumukel has quit [Quit: ChatZilla 0.9.92 [Firefox 47.0/20160604131506]]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
blandflakes has joined #ruby
dfinninger has joined #ruby
blandflakes has quit [Client Quit]
moeabdol3 has quit [Ping timeout: 276 seconds]
Tele has joined #ruby
blandflakes has joined #ruby
<kitikonti> ineb thx i am new to ruby
<ineb> cool
<kitikonti> ineb ok this returns HASH
<ineb> if you dont know, check the docs to see, what a hash is.
leea has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
fmcgeough has quit [Quit: fmcgeough]
blandflakes has quit [Client Quit]
SilverKey has quit [Quit: Halted.]
blandflakes has joined #ruby
[Butch] has joined #ruby
aleks_ has joined #ruby
mdw has joined #ruby
blandflakes has quit [Client Quit]
blandflakes has joined #ruby
aleks_ has quit [Client Quit]
mdw has quit [Max SendQ exceeded]
spudowiar has joined #ruby
bronson has joined #ruby
mdw has joined #ruby
CodeAleks has joined #ruby
minimalism has quit [Quit: minimalism]
LoneHermit has quit [Ping timeout: 252 seconds]
blandflakes has quit [Client Quit]
bronson has quit [Remote host closed the connection]
blandflakes has joined #ruby
bronson has joined #ruby
ghr has joined #ruby
antgel has joined #ruby
chip_ has quit [Ping timeout: 260 seconds]
macsteps has quit [Remote host closed the connection]
macsteps has joined #ruby
lkb has joined #ruby
minimalism has joined #ruby
phrozen77_ has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
<CodeAleks> Just started learning ruby ( finished codecademy course, yeah i know not the best ), was browsing throw ruby website and came across RubyMonk and Koans which one should i start with? Any suggestions
mattwashere has quit [Read error: Connection reset by peer]
conta has quit [Ping timeout: 264 seconds]
phrozen77 has quit [Ping timeout: 258 seconds]
nankyokusei has joined #ruby
eljimbo has quit [Quit: This computer has gone to sleep]
mozzarel1 is now known as mozzarella
<havenwood> CodeAleks: I think those are good ones to go through.
ghr has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
jackjackdripper has joined #ruby
<CodeAleks> Thank you havenwood
[gmi] has quit [Read error: Connection reset by peer]
mattwashere has joined #ruby
ChiefAlexander has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
nankyokusei has quit [Remote host closed the connection]
yfeldblum has joined #ruby
al2o3-cr has quit [Ping timeout: 250 seconds]
swills has quit [Remote host closed the connection]
djbkd has quit [Quit: My people need me...]
ghr has joined #ruby
al2o3-cr has joined #ruby
zacts has joined #ruby
ur5us has joined #ruby
aegis3121 has quit [Ping timeout: 240 seconds]
replay has quit [Ping timeout: 264 seconds]
macsteps has quit [Remote host closed the connection]
solars has quit [Quit: WeeChat 0.4.2]
drewo has joined #ruby
macsteps has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
antgel has quit [Ping timeout: 240 seconds]
blackgoat has joined #ruby
djbkd has joined #ruby
Mirubiri has joined #ruby
Es0teric has quit [Quit: Computer has gone to sleep.]
solars has joined #ruby
<zacts> hi rubyists
macsteps has quit [Ping timeout: 260 seconds]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
blandflakes has joined #ruby
ghr has joined #ruby
maloik has quit [Remote host closed the connection]
maloik has joined #ruby
<havenwood> hellooo
<Papierkorb> Ohayooo ♪
<Mirubiri> hi
roamingdog has quit [Remote host closed the connection]
mostlybadfly has quit [Quit: Connection closed for inactivity]
edwinvdg_ has joined #ruby
moeabdol3 has joined #ruby
phredus_ has joined #ruby
phredus_ has quit [Remote host closed the connection]
CharlesN has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
macsteps has joined #ruby
edwinvdgraaf has quit [Ping timeout: 276 seconds]
dionysus69 has quit [Ping timeout: 276 seconds]
antgel has joined #ruby
GodFather has joined #ruby
<spudowiar> zacts: Hallo
roamingdog has joined #ruby
ghr has joined #ruby
<zacts> lo
whathappens has quit [Remote host closed the connection]
ChiefAlexander has joined #ruby
roamingdog has quit [Remote host closed the connection]
<CodeAleks> Waaazaaa
kent\n has quit [Ping timeout: 252 seconds]
karapetyan has joined #ruby
macsteps has quit [Remote host closed the connection]
macsteps has joined #ruby
kent\n has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
<leea> So I'm trying to do metaprogramming, and I'm wondering if there's a class version of initialize where I can call this code from https://gist.github.com/drwl/148eae697769692743510be47148163d
eljimbo has joined #ruby
speakingcode has quit [Ping timeout: 252 seconds]
moeabdol3 has quit [Ping timeout: 240 seconds]
<leea> so I discovered I can just put it in the class without it being wrapped in a method and that it will achieve the desired effect. Is this bad practice?
macsteps has quit [Ping timeout: 244 seconds]
flashpoint9 has joined #ruby
aegis3121 has joined #ruby
kirun has quit [Remote host closed the connection]
hutch34 has joined #ruby
mattwashere has quit [Read error: Connection reset by peer]
xall_ has quit [Ping timeout: 244 seconds]
replay has joined #ruby
l4v2 has joined #ruby
braincrash has joined #ruby
braincrash is now known as braincras
ghr has quit [Ping timeout: 240 seconds]
toretore has quit [Ping timeout: 252 seconds]
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby
<havenwood> leea: an aside but interpolating a Symbol will already call #to_s on it
<leea> havenwood: got it, made the fix :)
marr123 has joined #ruby
marr has quit [Ping timeout: 276 seconds]
marr123 is now known as marr
mattwashere has joined #ruby
tummy has joined #ruby
ghr has joined #ruby
djbkd has quit [Ping timeout: 244 seconds]
<flashpoint9> Im doing Ruby Koans and would appreciate it if someone could explain/elaborate why this returns nil assert_equal nil, "start end"[/\Aend/]
MOgolid has joined #ruby
<eam> flashpoint9: which part of "start end"[/\Aend/] are you curious about? Can you explain the parts of that expression you understand, and where you get stuck?
dgynn has joined #ruby
dgynn has left #ruby [#ruby]
marr has quit [Ping timeout: 276 seconds]
ghr has quit [Ping timeout: 240 seconds]
whathappens has joined #ruby
<flashpoint9> Im actually not clear on the /A for regular expressions, it only works if the first word of the string matches the pattern?
<eam> it anchors the pattern to the start of the string
<elomatreb> \A anchors the regex to the beginning of the string
<eam> so "start end" =~ /\Astart/ # matches
<elomatreb> Regex protip: http://www.rubular.com/
vuoto has quit [Remote host closed the connection]
<tummy> Need a little help -- trying to understand the if and not structure in Ruby: This code snippet errors out. http://pastebin.com/XCELD8JJ
<ruby[bot]> tummy: we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/81084a4700b8efc166c3c5a9cd8431a0
<ruby[bot]> tummy: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
<MOgolid> Can someone help me, i cant connect to a irc server l (connection refused) When i try to connect from VPN.
<flashpoint9> Ok, I think I understand and I will do more tests on that site, thanks for that. O
dfinninger has quit [Remote host closed the connection]
speakingcode has joined #ruby
dfinninger has joined #ruby
zenspider has quit [Remote host closed the connection]
<elomatreb> tummy: Ruby if is basically like in other languages, "and" + "!" are boolean operators
ghr has joined #ruby
imperator has quit [Quit: Leaving]
djbkd has joined #ruby
<leea> MOgolid are you able to connect to other irc servers?
<MOgolid> yea
<leea> MOgolid it could be: 1) the VPN ip is blocked for that IRC server, 2) irc ports are blocked on your vpn, 3) other
<MOgolid> Only quakenet is fuckd
<tummy> @elomatreb Totally new at this. But even changing it around to if and doesn't seem to work
<MOgolid> connection refuesed
<MOgolid> refused
flashpoint9 has quit [Remote host closed the connection]
<leea> can you connect to that server without the vpn?
<elomatreb> tummy: Mh, ok. Do you know how if works in other languages?
<tummy> yes
<MOgolid> leea: i can connect with vpn from a WEBChat , but not from a irc client
rodfersou has quit [Quit: leaving]
<MOgolid> why?
dfinninger has quit [Ping timeout: 244 seconds]
speaking2ode has joined #ruby
<elomatreb> tummy: OK. In Ruby, due to the dynamic nature of the language, every object can be coerced into a boolean value. Everything but nil and false evaluate to true
codecop has quit [Remote host closed the connection]
<leea> i'm not too sure, maybe there's another channel to ask for irc help?
<MOgolid> hm
<MOgolid> /List
<elomatreb> MOgolid: Some networks don't allow VPNs, they portscan the connecting host
<MOgolid> elomatreb: can i open the ports?
<MOgolid> or change it
haxrbyte has quit [Ping timeout: 264 seconds]
jackjackdripper has quit [Read error: Connection reset by peer]
jackjackdripper1 has joined #ruby
<elomatreb> MOgolid: There's probably little you can do if that is actually the problem
AndrewIsHere has quit [Remote host closed the connection]
<tummy> @elomatreb k
[Butch] has quit [Quit: I'm out . . .]
AndrewIsHere has joined #ruby
<MOgolid> i think i can do something
cyphase has quit [Ping timeout: 252 seconds]
karapetyan has quit [Remote host closed the connection]
<MOgolid> Cuz i have 2 vpns.. and from the other one i can connect to quakenet
shinnya has joined #ruby
<leea> are they the same vpn?
<MOgolid> nop
<MOgolid> other host
<leea> then it's possible it might be some ports are blocked on one vpn and not the other
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marr has joined #ruby
<leea> or maybe the vpn ip is banned
<elomatreb> Could also be that one VPN provider blocks IRC. Verizon does/did this
<MOgolid> hm
<leea> elomatreb would you mind taking a look at this? https://gist.github.com/drwl/dfb0588b4eef2dab56a1a9332832cc7a I'm wondering if there's anything to work on the first version, or if the 2nd version is more preferred (i think this would be called a macro, right?)
karapetyan has joined #ruby
<MOgolid> Its possible to open som ports? with (Macports?
code_ has quit [Quit: BNC - Hosted by EpicKitty]
macsteps has joined #ruby
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
<MOgolid> .search Best VPN service
<elomatreb> leea: I'm not a Ruby professional, but I'll take a look
mdw has joined #ruby
mdw has quit [Max SendQ exceeded]
<MOgolid> What is ruby?
<MOgolid> ruby[bot]
dvinciguerra_ has quit [Ping timeout: 240 seconds]
edwinvdg_ has quit [Remote host closed the connection]
<elomatreb> You're in the Ruby channel?
* MOgolid slap ruby[bot]
spudowiar has quit [Quit: brb]
<MOgolid> Yeah. i have ruby
<MOgolid> Im a noob
spudowiar has joined #ruby
<MOgolid> Teatch me
edwinvdgraaf has joined #ruby
<CodeAleks> Im a noob aswell
<havenwood> MOgolid: #freenode is better for general IRC questions or feel free to join #ruby-offtopic for off-topic discussion
<CodeAleks> It's a noob party!
<havenwood> CodeAleks: welcome!
<jhass> we're here to answer specific questions, not tutor you
cyphase has joined #ruby
xall_ has joined #ruby
<CodeAleks> Thank you!
ldnunes has quit [Quit: Leaving]
jackjackdripper1 has quit [Quit: Leaving.]
edwinvdg_ has joined #ruby
jackjackdripper has joined #ruby
mdw has joined #ruby
<leea> jhass is there a way to achieve the first version, or is the bottom way preferred? https://gist.github.com/drwl/dfb0588b4eef2dab56a1a9332832cc7a
<CodeAleks> Too many cooks spoil the broth while too many hints lead the hunter astray
haxrbyte_ has joined #ruby
<elomatreb> leea: I think what might be tripping you up is that attr_accessor doesn't immediately create the instance vars
<leea> oh
mdw has quit [Max SendQ exceeded]
<jhass> only assignment does, yeah
<jhass> when it's actually executed
<jhass> additionally there's no defined point at which a class definition is "done"
<elomatreb> leea: Again I'm not the expert, but I think you could override attr_accessor on your parent class to create them
<jhass> leea: attr_accessor is itself just a method call defining methods. Make your own
<leea> so the bottom version would be preferred?
mdw has joined #ruby
<jhass> just define the accessors in your find_methods method
edwinvdgraaf has quit [Ping timeout: 244 seconds]
<jhass> and maybe pick a better name
<elomatreb> The top version is def. fancier, but the bottom one is easier to understand if you're looking through code I'd say
Guest60828 has quit [Ping timeout: 272 seconds]
mdw has quit [Max SendQ exceeded]
<jhass> leea: not preferred, possible at all
macsteps has quit [Remote host closed the connection]
lkb has quit [Quit: Wychodzi]
flashpoint9 has joined #ruby
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zenspider has joined #ruby
zenspider has quit [Changing host]
zenspider has joined #ruby
dennisvennink has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<leea> jhass are there any naming conventions when it comes to this? I'm not able to find anything on google
Guest60828 has joined #ruby
<jhass> not that I noticed
<jhass> I'd probably just go with property or so
<leea> elomatreb got it. that's what i thought for the bottom one.
flashpoint9 has quit [Remote host closed the connection]
Bira has joined #ruby
malconis has joined #ruby
tvw has joined #ruby
hahuang65 has joined #ruby
code_ has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
<leea> thanks for the help jhass elomatreb :)
zacts has quit [Quit: WeeChat 1.4]
ramortegui has quit [Quit: Ex-Chat]
SilverKey has joined #ruby
jmignault has quit [Ping timeout: 260 seconds]
ChiefAlexander has quit [Remote host closed the connection]
mdw has joined #ruby
nadir has joined #ruby
SilverKey has quit [Client Quit]
flashpoint9 has joined #ruby
xall_ has quit [Read error: Connection reset by peer]
preyalone has joined #ruby
ghr has joined #ruby
roamingdog has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
SilverKey has joined #ruby
SilverKey has quit [Client Quit]
JeanCarloMachado has quit [Quit: Lost terminal]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<CodeAleks> Goodnight everyone, ruby time over. Have to wake up for a boring bank job. Adios
macsteps has joined #ruby
mattwashere has quit [Read error: Connection reset by peer]
CodeAleks has quit [Quit: Leaving]
<spudowiar> I am without job, heh
<spudowiar> But I am just 14 year old boy, meh
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ghr has joined #ruby
blandflakes has joined #ruby
workmad3 has joined #ruby
speaking2ode has quit [Ping timeout: 250 seconds]
speakingcode has quit [Ping timeout: 264 seconds]
ChiefAlexander has joined #ruby
<kitikonti> how to write variable[:key] if "key" is also a variable?
<jhass> variable[key]
ghr has quit [Ping timeout: 240 seconds]
<MOgolid> Tjena
<jhass> foo[bar] is just syntax sugar for foo.[](bar)
blandflakes has quit [Client Quit]
<kitikonti> jhass my problem is the ":"
<jhass> it shouldn't be of any
blandflakes has joined #ruby
<jhass> if your variable is user input and a string, your hash should be defined with string keys in the first place
<spudowiar> kitikonti: variable[:key] == variable['key'.to_sym]
<jhass> nonoono
<jhass> forget about that
<spudowiar> kitikonti: but if you just use variable['key'] everything is fine
<jhass> to_sym is the wrong solution in 90% of the cases
<kitikonti> ?
<jhass> define your hash with string keys
<spudowiar> jhass: I'm just explaining, not suggesting him to use :)
<kitikonti> jhass i cant define this hash
<kitikonti> myselfe
<spudowiar> jhass: using symbols can be useful
<jhass> spudowiar: I didn't see any disclaimer not to use it
<spudowiar> jhass: e.g. HELLO = :hello, BYE = :bye, SWITCHER = HELLO, hash[SWITCHER]
<jhass> spudowiar: sorry but that hardly was any explanation for somebody confused about symbols
<spudowiar> jhass: yah, I leave the explaining to you :)
<jhass> spudowiar: using symbols, yes. using to_sym, very very rarely
<spudowiar> I do the damage
<spudowiar> You fix it :)
<spudowiar> We are a comedy act :)
<kitikonti> to_sym by the way works :->
<spudowiar> jhass and the spudowiar
<spudowiar> noooooooooooooooooooooooooooooooo
<leea> symbol keys for hashes are bad?
<jhass> see what you did there
<spudowiar> jhass: fix it all now :)
<kitikonti> haha
<jhass> kitikonti: so, where does the hash come from, where does the variable come from?
cd-rum has joined #ruby
<kitikonti> the hash comes from middleman
SCHAAP137 has quit [Ping timeout: 276 seconds]
y2mq37 has joined #ruby
<jhass> good, open source then
<jhass> where exactly?
haxrbyte_ has quit [Ping timeout: 264 seconds]
<jhass> let's make this as little abstract as possible
yadobujo has quit [Remote host closed the connection]
code_ has quit [Quit: BNC - Hosted by EpicKitty]
<jhass> I18n.t takes string keys just fine
haxrbyte has joined #ruby
<kitikonti> yep
<jhass> so, what exactly are you doing?
ghr has joined #ruby
<kitikonti> in this yml files for each language you also translate the paths (urls)
<kitikonti> now i want to generate a menu
mattwashere has joined #ruby
<kitikonti> in another yml file i have the readable name of the menu items and the key to each one which is the same as the key in the paths array
<kitikonti> so i loop my menu items, and now i want to get the path from the paths array in the yml file
cyphase has quit [Ping timeout: 250 seconds]
aryaching has joined #ruby
<jhass> which paths array?
xall_ has joined #ruby
<jhass> can you show some code?
<jhass> ?gist
<ruby[bot]> https://gist.github.com - Multiple files, syntax highlighting, even automatically with matching filenames, can be edited
<kitikonti> the one from the link i pasted
tummy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kavanagh has joined #ruby
<jhass> well, there's a single array on that page
<jhass> and it has nothing to do with any paths
<al2o3-cr> is it possible to create nested structs/unions with fiddle?
<jhass> [this, is, an, array] and {this => is, a => hash} also {this: is, a: hash_too}
tummy has joined #ruby
flashpoint9 has joined #ruby
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<kitikonti> this are now the yml files for englisch
cyphase has joined #ruby
<jhass> okay, I have a better solution to this, hold on while I'll try to improve something else too
<kitikonti> k
xall_ has quit [Read error: Connection reset by peer]
biberu has quit []
spudowiar has quit [Quit: spudowiar OUT.]
roamingdog has quit [Read error: Connection reset by peer]
xall_ has joined #ruby
<jhass> kitikonti: I'm a bit confused by your intention, you loop only over the map for I18n.locale, yet pass a locale to t explicitly?
SCHAAP137 has joined #ruby
coyo has joined #ruby
coyo has quit [Changing host]
coyo has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
<jhass> kitikonti: anyway, https://p.jhass.eu/4d.rb should work as well
<jhass> eh, not name, path of course in the interpolation
<jhass> rule of thumb: use public_send over send and most method like interfaces to arbitrary data act like a hash (have [] defined) too
<jhass> so if your key is dynamic look out for a [] or fetch or similar method before resorting to public_send
macsteps has quit [Remote host closed the connection]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
wrkrcoop has joined #ruby
<wrkrcoop> im trying to check my response code is a 400 something
Azure has quit [Ping timeout: 240 seconds]
<wrkrcoop> i tried 400.to_s =~ /4../ and it returns 0
<wrkrcoop> dont i want 1 for true?
<jhass> 0 is truthy in ruby
<jhass> but it's a terrible way
<kitikonti> jhass thx this works
weaksauce has joined #ruby
<wrkrcoop> jhass: how should i do it
nankyokusei has joined #ruby
code_ has joined #ruby
<jhass> just use lower than etc
<wrkrcoop> is 1 falsy?
<jhass> no
<jhass> only nil and false are falsey
<jhass> everything else is truthy
<wrkrcoop> but what if the code is 3xx and thats not what im looking for
jenrzzz has quit [Ping timeout: 272 seconds]
<jhass> code >= 400 && code < 500
<wrkrcoop> so if a regex returns 0 or 1 that means true?
ghr has joined #ruby
<wrkrcoop> jhass smart
<jhass> not really
nettoweb has joined #ruby
<jhass> very basic
swills has joined #ruby
<jhass> and a regex doesn't return anything, the methods you call on it or pass it to do
<jhass> in this case String#=~
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jhass> which returns the index in the string of the first match
<jhass> or nil if there was no match
<wrkrcoop> oh damn
<jhass> kitikonti: yw
<kitikonti> jhass maybe it would be better to learn ruby before using it :-)
the-eat-scout has quit [Ping timeout: 276 seconds]
<jhass> well I do the thing
<jhass> *the same I mean
<jhass> just do something in the language in order to learn it
the-eat-scout has joined #ruby
k3rn31 has joined #ruby
mrsolo has quit [Ping timeout: 276 seconds]
solars has quit [Ping timeout: 252 seconds]
macsteps has joined #ruby
<jhass> if it's similar enough to something you know already it works well enough
nankyokusei has quit [Ping timeout: 276 seconds]
mrsolo has joined #ruby
yfeldblum has quit [Remote host closed the connection]
jenrzzz has joined #ruby
dhollinger has quit [Quit: WeeChat 1.5]
dennisvennink has joined #ruby
ChiefAlexander has quit [Quit: Leaving...]
ghr has quit [Ping timeout: 240 seconds]
spider-mario has quit [Remote host closed the connection]
mdw has quit [Ping timeout: 240 seconds]
jaguarmagenta has joined #ruby
firstdayonthejob has quit [Ping timeout: 240 seconds]
marxarelli has quit [Quit: Textual IRC Client: www.textualapp.com]
ghr has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
mdw has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
flashpoint9 has joined #ruby
tummy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 240 seconds]
SCHAAP137 has quit [Quit: Exiting...]
mattwashere has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
marxarelli has joined #ruby
troulouliou_dev has quit [Quit: Leaving]
tummy has joined #ruby
flashpoint9 has quit [Ping timeout: 250 seconds]
aegis3121 has quit [Ping timeout: 276 seconds]
floatingpoint has quit [Quit: Goodnight]
buddhabrot_ has joined #ruby
naftilos76 has quit [Quit: Αποχώρησε]
tomchapin has joined #ruby
tomchapin has quit [Client Quit]
zenlot has quit [Ping timeout: 240 seconds]
zenlot has joined #ruby
yfeldblum has joined #ruby
ghr has joined #ruby
Azure has joined #ruby
kavanagh has quit [Ping timeout: 250 seconds]
domgetter has joined #ruby
Sashimi has joined #ruby
<domgetter> Is there any way to return a non-array from #to_a without modifying Ruby source?
dstarh has joined #ruby
<eam> >> class Array; def to_a; "sure"; end; end; [].to_a
ghr has quit [Ping timeout: 240 seconds]
<eam> well, if the bot was working it'd say "sure"
<domgetter> class Array; def to_a; "sure"; end; end; puts(*[]) # I should have clarified for the purpose of the splat operator
<domgetter> It works if you call to_a yourself, but not when you use the splat
<postmodern> is there a decent robots.txt parser out there? i don't need it to request /robots.txt, just parse the data and build a rule-set
tummy has quit [Quit: Textual IRC Client: www.textualapp.com]
leea has joined #ruby
nando293921 has joined #ruby
marxarelli is now known as marxarelli|afk
ghr has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
deathcode1 has joined #ruby
<deathcode1> hello
deathcode1 has quit [Client Quit]
ghr has quit [Ping timeout: 240 seconds]
marxarelli|afk is now known as marxarelli
JeanCarloMachado has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
karapetyan has quit [Remote host closed the connection]
polishdub has quit [Quit: Leaving]
ghr has joined #ruby
karapetyan has joined #ruby
karapetyan has quit [Read error: Connection reset by peer]
karapetyan has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nerium has joined #ruby
macsteps has quit [Remote host closed the connection]
ramfjord has joined #ruby
<domgetter> eam: https://eval.in/607359 Here's an example of trying to use splat with Regexp
nando293921 has quit [Ping timeout: 244 seconds]
kitikonti has quit [Quit: Textual IRC Client: www.textualapp.com]
<eam> domgetter: I'm a little confused as to what you're after. The splat operation does need to operate on an Array
<eam> you can change it, but if you do things won't work
KaliLinuxGR has quit [Read error: Connection reset by peer]
wald0 has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
saneax_AFK is now known as saneax
drewo has quit [Ping timeout: 252 seconds]
jaguarmagenta has quit [Remote host closed the connection]
KaliLinuxGR has joined #ruby
y2mq37 has quit [Quit: Leaving]
karapetyan has quit [Remote host closed the connection]
jaguarmagenta has joined #ruby
ghr has joined #ruby
jaguarmagenta has quit [Read error: Connection reset by peer]
domgetter has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jaguarmagenta has joined #ruby
karapetyan has joined #ruby
karapetyan has quit [Read error: Connection reset by peer]
wald0 has quit [Ping timeout: 240 seconds]
cd-rum has quit [Ping timeout: 260 seconds]
karapetyan has joined #ruby
cd-rum_ has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
mattwashere has joined #ruby
mattwashere has quit [Remote host closed the connection]
jaguarmagenta has quit [Ping timeout: 250 seconds]
wald0 has joined #ruby
k3rn31 has quit [Quit: Computer has gone to sleep.]
roamingdog has joined #ruby
<shevy> https://github.com/ruby/ruby/blob/trunk/ChangeLog#L3 - finally chuck norris will be pleased with ruby for he gets to query Numeric#finite?
RobertBirnie has joined #ruby
RobertBirnie has quit [Remote host closed the connection]
jaguarmagenta has joined #ruby
ghr has joined #ruby
cyphase has quit [Ping timeout: 264 seconds]
karapetyan has quit [Remote host closed the connection]
arthurl has quit [Ping timeout: 272 seconds]
harrisi has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
karapetyan has joined #ruby
jaguarmagenta has joined #ruby
karapetyan has quit [Remote host closed the connection]
cyphase has joined #ruby
karapetyan has joined #ruby
Fridtjof_ has quit [Quit: ZNC - http://znc.in]
Biohazard has quit [Quit: WE ARE IN THE BEEEAAAAMMMM]
karapetyan has quit [Remote host closed the connection]
nankyokusei has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
jaguarmagenta has quit [Ping timeout: 244 seconds]
karapetyan has joined #ruby
Danny_ has joined #ruby
karapetyan has quit [Read error: Connection reset by peer]
<Danny_> hi
<Danny_> i dont know how much code to post here for this question
nankyokusei has quit [Ping timeout: 276 seconds]
ghr has joined #ruby
<Danny_> i have a simple controller action, initiated via post using remote: true, which renders a .js.erb file
Guest60828 has quit [Ping timeout: 272 seconds]
<Radar> ?rails Danny_
<ruby[bot]> Danny_: Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
<Danny_> shoot, stupid limechat, sorry
karapetyan has joined #ruby
karapetyan has quit [Read error: Connection reset by peer]
marr has quit [Ping timeout: 276 seconds]
karapetyan has joined #ruby
whathappens has quit [Quit: Leaving...]
karapetyan has quit [Remote host closed the connection]
Guest60828 has joined #ruby
codezomb has quit [Quit: Textual IRC Client: www.textualapp.com]
karapetyan has joined #ruby
roamingdog has quit [Remote host closed the connection]
ReK2GnULinuX has quit [Ping timeout: 250 seconds]
karapetyan has quit [Remote host closed the connection]
roamingdog has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
devbug has quit [Quit: ZZZzzz…]
macsteps has joined #ruby
mistermo_ has joined #ruby
nando293921 has joined #ruby
antgel has quit [Ping timeout: 276 seconds]
karapetyan has joined #ruby
mikeiniowa has quit [Read error: No route to host]
karapetyan has quit [Read error: Connection reset by peer]
karapetyan has joined #ruby
karapetyan has quit [Remote host closed the connection]
SilverKey has joined #ruby
dstarh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
blackmesa has quit [Ping timeout: 258 seconds]
mistermocha has quit [Ping timeout: 260 seconds]
ghr has joined #ruby
agent_white has quit [Quit: leaving]
mistermo_ has quit [Ping timeout: 240 seconds]
SilverKey has quit [Client Quit]
karapetyan has joined #ruby
karapetyan has quit [Remote host closed the connection]
jackjackdripper has quit [Quit: Leaving.]
karapetyan has joined #ruby
flashpoint9 has joined #ruby
karapetyan has quit [Remote host closed the connection]
LuckyABA has quit [Ping timeout: 264 seconds]
memorasus1 has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
weaksauce has quit [Max SendQ exceeded]
karapetyan has joined #ruby
memorasus has quit [Ping timeout: 272 seconds]
memorasus1 is now known as memorasus
Biohazard has joined #ruby
karapetyan has quit [Read error: Connection reset by peer]
nando293921 has quit [Ping timeout: 264 seconds]
mattwashere has joined #ruby
Fridtjof has joined #ruby
drewo has joined #ruby
karapetyan has joined #ruby
ghr has joined #ruby
karapetyan has quit [Read error: Connection reset by peer]
karapetyan has joined #ruby
sshbio has joined #ruby
karapetyan has quit [Read error: Connection reset by peer]
karapetyan has joined #ruby
wedgie has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
karapetyan has quit [Remote host closed the connection]
hutch34 has quit [Ping timeout: 276 seconds]
karapetyan has joined #ruby
karapetyan has quit [Remote host closed the connection]
Es0teric has joined #ruby