<ornerymoose>
Hello. I’m having a difficult time understand how to return the minimum distance per cust, and each cust in the output CSV should be uniq with the associated minimum distance. Given the number of rows in the swfl_fiber_lat and swfl_fiber_long CSVs, there are currently way too many rows outputted to manage. Any insight? https://gist.github.com/ornerymoose/cddf65270bf865978be91e93a7aae3b0
modlin has quit [Ping timeout: 252 seconds]
antoniobeyah has quit [Quit: Connection closed for inactivity]
_djbkd has joined #ruby
haennar has joined #ruby
gusrub has joined #ruby
Pumukel has joined #ruby
User458764 has joined #ruby
montanonic has joined #ruby
pawnbox has joined #ruby
mim1k has joined #ruby
fclausen has quit [Ping timeout: 252 seconds]
haennar has quit [Ping timeout: 260 seconds]
lacour has quit [Quit: Leaving]
pawnbox has quit [Ping timeout: 240 seconds]
AlexRussia has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Remote host closed the connection]
nowhereman has quit [Ping timeout: 246 seconds]
Burgestrand has quit [Quit: Closing time!]
mim1k has quit [Ping timeout: 240 seconds]
cschneid_ has joined #ruby
Pumukel has quit [Ping timeout: 264 seconds]
chouhoulis has joined #ruby
cschneid_ has quit [Ping timeout: 246 seconds]
ornerymoose has quit [Ping timeout: 268 seconds]
toretore has quit [Ping timeout: 260 seconds]
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jhack has joined #ruby
cagomez has joined #ruby
<cagomez>
arr = [1, 2, 3, 4, 5]; arr.detect { |a| a > 5 } || 20 ... is the || a failsafe against nil? so that 20 is returned in case |a| > 5 isn't found?
TPug has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
whathappens has quit [Remote host closed the connection]
whathappens has joined #ruby
whathappens is now known as Guest67472
raspado_ has joined #ruby
TPug has joined #ruby
fclausen has joined #ruby
polyidus has quit [Quit: Gone]
raspado has quit [Ping timeout: 240 seconds]
Guest67472 has quit [Ping timeout: 260 seconds]
kristofferR has joined #ruby
nowhereman has quit [Remote host closed the connection]
TPug has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mim1k has joined #ruby
ziyangtian has quit [Remote host closed the connection]
marr has quit [Ping timeout: 240 seconds]
pawnbox has joined #ruby
mim1k has quit [Ping timeout: 260 seconds]
Channel6 has joined #ruby
saneax is now known as saneax-_-|AFK
chouhoulis has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
aaaaaaaabbbbbbb has joined #ruby
tau has quit [Remote host closed the connection]
username_ has quit [Ping timeout: 260 seconds]
mikecmpbll has quit [Quit: inabit. zz.]
gusrub has quit [Remote host closed the connection]
marchelzo has joined #ruby
<marchelzo>
hello ruby family how are things
gusrub has joined #ruby
jameser has joined #ruby
aaaaaaaabbbbbbb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aaaaaaaabbbbbbb has joined #ruby
dnewkerk has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
harfangk has joined #ruby
padi_ has joined #ruby
raspado_ has quit [Remote host closed the connection]
KicStart has left #ruby [#ruby]
enterprisey has joined #ruby
moei has joined #ruby
Snowy has quit [Quit: ragequit]
padi_ has quit [Read error: Connection reset by peer]
padi_ has joined #ruby
gusrub has quit [Remote host closed the connection]
Lucky_ABA has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ResidentBiscuit has joined #ruby
malconis has quit [Read error: Connection reset by peer]
tekniq has quit [Ping timeout: 260 seconds]
hutch34_ has joined #ruby
chouhoulis has quit [Remote host closed the connection]
ruid has joined #ruby
ruid has quit [Changing host]
ruid has joined #ruby
pawnbox has joined #ruby
_djbkd has quit [Quit: My people need me...]
cxr has quit [Ping timeout: 246 seconds]
mim1k has joined #ruby
malconis has joined #ruby
pawnbox has quit [Ping timeout: 246 seconds]
mim1k has quit [Ping timeout: 240 seconds]
brent__ has quit [Ping timeout: 240 seconds]
cxr has joined #ruby
Cohedrin_ has joined #ruby
sleetdrop has quit [Quit: Computer has gone to sleep.]
Volsus has joined #ruby
Cohedrin has quit [Ping timeout: 240 seconds]
Volsus has quit [Ping timeout: 264 seconds]
cxr has quit [Ping timeout: 260 seconds]
cdg_ has joined #ruby
mim1k has joined #ruby
dopamean1 has joined #ruby
cdg has quit [Ping timeout: 246 seconds]
mim1k has quit [Ping timeout: 268 seconds]
ahrs is now known as ahrs|AFK
jameser has quit [Ping timeout: 240 seconds]
jameser has joined #ruby
montanonic has quit [Ping timeout: 264 seconds]
chouhoulis has joined #ruby
Irishluck83 has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Lucky_ABA has joined #ruby
Lucky_ABA has quit [Client Quit]
nettoweb has joined #ruby
whathappens has joined #ruby
whathappens is now known as Guest32423
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mim1k has joined #ruby
jenrzzz has joined #ruby
cdg_ has quit [Remote host closed the connection]
cxr has joined #ruby
mim1k has quit [Ping timeout: 260 seconds]
bmurt has joined #ruby
Lucky_ABA has joined #ruby
camilasan has quit [Ping timeout: 255 seconds]
dnewkerk has quit [Quit: dnewkerk]
camilasan has joined #ruby
<axsuul>
I'm on rbenv.. I've uninstalled all rails gems but when I do `rails --version`, it still shows "4.2.6". Even if I install a new version of rails, it still says "4.2.6". Anyone know why?
<ResidentBiscuit>
Possibly dumb question, but I'm creating a gem and I've added some runtime dependencies. In my code, I've required one of the gems. When I go to run integration tests, Ruby can't find the file to require. Any "normal" ruby dev I'd just bundle install and pull in all the dependencies. Is there something like that for developing gems?
<axsuul>
allisio: i've tried everything in that thread actually, no luck :(
g_maeda has joined #ruby
g_maeda has quit [Client Quit]
cschneid_ has joined #ruby
<marchelzo>
ResidentBiscuit: hey that's not a dumb question
jtdoncas has quit [Ping timeout: 240 seconds]
ruid has quit [Ping timeout: 240 seconds]
mim1k has quit [Ping timeout: 246 seconds]
hutch34_ has quit [Ping timeout: 240 seconds]
xall has joined #ruby
Volsus has joined #ruby
<allisio>
axsuul: `rm $(which -a rails)`, but not really.
marcdel has joined #ruby
Volsus has quit [Ping timeout: 246 seconds]
ResidentBiscuit has quit [Remote host closed the connection]
jhack has quit [Quit: Leaving]
ResidentBiscuit has joined #ruby
Volsus has joined #ruby
jdm has quit [Remote host closed the connection]
Suslov has joined #ruby
ResidentBiscuit has quit [Ping timeout: 246 seconds]
Volsus has quit [Ping timeout: 264 seconds]
sepp2k has quit [Quit: Leaving.]
sleetdrop has joined #ruby
jtdoncas has joined #ruby
preyalone has joined #ruby
sspreitz has quit [Ping timeout: 268 seconds]
sspreitz has joined #ruby
Thomas-0725 has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ap4y has quit [Ping timeout: 240 seconds]
mim1k has joined #ruby
BabyMario has joined #ruby
amclain has quit [Quit: Leaving]
Jackneill has quit [Remote host closed the connection]
duderonomy has joined #ruby
ledestin has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
mim1k has quit [Ping timeout: 246 seconds]
pilne has quit [Quit: Quitting!]
genpaku has quit [Remote host closed the connection]
jottr has joined #ruby
eblip has quit [Quit: WeeChat 1.4]
izaac_ is now known as izaac
Guest32423 has quit [Remote host closed the connection]
charliesome has joined #ruby
mim1k has joined #ruby
whathappens has joined #ruby
t-recx has quit [Quit: t-recx]
whathappens is now known as Guest90791
case_ has quit [Quit: Leaving]
Jayson_Virissimo has joined #ruby
ornerymoose has joined #ruby
case_ has joined #ruby
Guest90791 has quit [Ping timeout: 260 seconds]
mim1k has quit [Ping timeout: 260 seconds]
astrobunny has joined #ruby
chouhoulis has quit [Remote host closed the connection]
CloCkWeRX has quit [Ping timeout: 268 seconds]
reverberations has joined #ruby
govg has quit [Ping timeout: 260 seconds]
dviola has quit [Quit: WeeChat 1.7]
xall has quit [Ping timeout: 264 seconds]
arescorpio has joined #ruby
newrubycoder has joined #ruby
chiggins has joined #ruby
<chiggins>
Is there a way while debugging with pry, to look at the contents of a defined variable?
<chiggins>
Nevermind, figured it out on my own with less difficulty than I expected :)
DTZUZU has joined #ruby
CloCkWeRX has joined #ruby
govg has joined #ruby
gnufied has quit [Ping timeout: 264 seconds]
braincrash has quit [Quit: bye bye]
cibs has quit [Ping timeout: 260 seconds]
Rodya_ has quit [Quit: Leaving...]
cibs has joined #ruby
BabyMario has quit [Quit: bye]
Suslov has quit [Quit: Leaving...]
kobain has quit [Ping timeout: 252 seconds]
mim1k has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
raspado has joined #ruby
mim1k has quit [Ping timeout: 260 seconds]
tmtwd has joined #ruby
armando has quit [Quit: WeeChat 1.4]
armando has joined #ruby
jtdoncas has quit [Ping timeout: 268 seconds]
kobain has joined #ruby
claw has quit [Ping timeout: 260 seconds]
gix has quit [Ping timeout: 260 seconds]
raatiniemi has quit [Remote host closed the connection]
charliesome has joined #ruby
sleetdrop has quit [Remote host closed the connection]
Jayson_Virissimo has quit []
claw has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gix has joined #ruby
Irishluck83 has quit [Quit: WeeChat 1.4]
jottr has quit [Ping timeout: 264 seconds]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
saneax-_-|AFK is now known as saneax
igniting has quit [Ping timeout: 240 seconds]
charliesome has quit [Read error: Connection reset by peer]
mim1k has joined #ruby
charliesome has joined #ruby
astrobunny has quit [Remote host closed the connection]
astrobunny has joined #ruby
Silthias has joined #ruby
Silthias1 has quit [Ping timeout: 252 seconds]
biox has quit [Quit: brb servers are ded]
biox has joined #ruby
mim1k has quit [Ping timeout: 260 seconds]
twistedpixels_ has joined #ruby
astrobunny has quit [Ping timeout: 260 seconds]
reverberations has quit [Read error: Connection reset by peer]
raspado has quit [Quit: Leaving...]
braincrash has joined #ruby
Channel6 has quit [Quit: Leaving]
charliesome_ has joined #ruby
charliesome has quit [Read error: Connection reset by peer]
jshjsh has joined #ruby
astrobunny has joined #ruby
ornerymoose has quit [Quit: ornerymoose]
JoshS has quit [Ping timeout: 240 seconds]
saneax is now known as saneax-_-|AFK
preyalone has quit [Quit: Connection closed for inactivity]
sneakerhax has joined #ruby
DaniG2k has joined #ruby
[r4phid4e has joined #ruby
r4phid4e has joined #ruby
[raph1da3 has joined #ruby
r4ph1dae^ has joined #ruby
r4phida3] has joined #ruby
r4ph1dae_ has joined #ruby
|r4phid4e has joined #ruby
r4phida3^ has joined #ruby
[raph1dae has joined #ruby
_r4ph1dae has joined #ruby
raph1dae] has joined #ruby
[r4phidae has joined #ruby
raphid43_ has joined #ruby
r4phid4e_ has joined #ruby
^raphidae has joined #ruby
raphidae\ has joined #ruby
]r4ph1dae has joined #ruby
\raphidae has joined #ruby
`raphid4e has joined #ruby
]r4phidae has joined #ruby
[r4phida3 has joined #ruby
r4phidae_ has joined #ruby
r4ph1dae has joined #ruby
r4phida3| has joined #ruby
raph1da3- has joined #ruby
raph1dae has joined #ruby
`r4ph1dae has joined #ruby
raphid43 has joined #ruby
|raph1da3 has joined #ruby
]raphida3 has joined #ruby
[raph1d4e has joined #ruby
raphida3^ has joined #ruby
r4phidae[ has joined #ruby
r4phidae has joined #ruby
raphida3- has joined #ruby
raph1dae- has joined #ruby
raph1dae| has joined #ruby
`r4phidae has joined #ruby
raphida3_ has joined #ruby
^raphid4e has joined #ruby
]r4phida3 has joined #ruby
_r4phida3 has joined #ruby
^raph1dae has joined #ruby
raph1da3] has joined #ruby
raphid4e_ has joined #ruby
r4phid4e[ has joined #ruby
^r4phidae has joined #ruby
raphid43- has joined #ruby
r4phidae` has joined #ruby
raphid4e[ has joined #ruby
|r4phida3 has joined #ruby
[raphid4e has joined #ruby
r4phida3_ has joined #ruby
^raphida3 has joined #ruby
17SAAGB43 has joined #ruby
]r4phid4e has joined #ruby
|raph1d4e has joined #ruby
raphid4e^ has joined #ruby
raph1d4e^ has joined #ruby
raph1dae_ has joined #ruby
raph1d4e` has joined #ruby
^raphid43 has joined #ruby
`raphidae has joined #ruby
|r4phidae has joined #ruby
`r4phid4e has joined #ruby
raphid43^ has joined #ruby
raph1dae` has joined #ruby
^raph1d4e has joined #ruby
_r4phidae has joined #ruby
raph1da3_ has joined #ruby
raphidae^ has joined #ruby
r4phidae^ has joined #ruby
r4phid4e| has joined #ruby
|raphida3 has joined #ruby
raphidae] has joined #ruby
]raph1dae has joined #ruby
raph1da3[ has joined #ruby
|raphid43 has joined #ruby
]raphid4e has joined #ruby
r4phid4e` has joined #ruby
raph1d4e| has joined #ruby
raphid43` has joined #ruby
[raphidae has joined #ruby
raphidae- has joined #ruby
r4phid4e] has joined #ruby
r4phida3` has joined #ruby
raphid4e] has joined #ruby
`raph1d4e has joined #ruby
[raphida3 has joined #ruby
r4phida3 has joined #ruby
`raph1da3 has joined #ruby
raph1d4e] has joined #ruby
raphid43[ has joined #ruby
_raph1da3 has joined #ruby
raphidae_ has joined #ruby
|raph1dae has joined #ruby
raphidae[ has joined #ruby
raphid4e` has joined #ruby
_raphida3 has joined #ruby
`r4phida3 has joined #ruby
[r4ph1dae has joined #ruby
`raph1dae has joined #ruby
r4phidae] has joined #ruby
raphid43| has joined #ruby
_raphid4e has joined #ruby
raph1d4e_ has joined #ruby
raph1da3` has joined #ruby
raphid43] has joined #ruby
5EXAAFZ4F has joined #ruby
raph1d4e[ has joined #ruby
raph1da3^ has joined #ruby
raphid4e- has joined #ruby
[raphid43 has joined #ruby
]raphid43 has joined #ruby
raphida3[ has joined #ruby
r4ph1dae[ has joined #ruby
raph1dae^ has joined #ruby
raphid4e| has joined #ruby
raph1da3| has joined #ruby
_raph1d4e has joined #ruby
raphidae` has joined #ruby
`raphida3 has joined #ruby
raph1d4e has joined #ruby
raphida3| has joined #ruby
r4ph1dae- has joined #ruby
]raphidae has joined #ruby
r4ph1dae] has joined #ruby
|r4ph1dae has joined #ruby
r4phidae` has quit [Remote host closed the connection]
r4phid4e^ has joined #ruby
_raph1dae has joined #ruby
raphida3] has joined #ruby
r4ph1dae` has joined #ruby
raphida3 has joined #ruby
r4phida3- has joined #ruby
^r4phida3 has joined #ruby
r4phida3[ has joined #ruby
^r4ph1dae has joined #ruby
[r4phid4e has quit [Read error: Connection reset by peer]
raph1dae has quit [Remote host closed the connection]
_r4ph1dae has quit [Read error: Connection reset by peer]
r4phid4e has quit [Remote host closed the connection]
]r4ph1dae has quit [Remote host closed the connection]
raphidae\ has quit [Remote host closed the connection]
raph1dae] has quit [Remote host closed the connection]
r4phidae[ has quit [Remote host closed the connection]
^raphidae has quit [Remote host closed the connection]
r4ph1dae has quit [Remote host closed the connection]
raphid43_ has quit [Remote host closed the connection]
[r4phida3 has quit [Remote host closed the connection]
]r4phidae has quit [Remote host closed the connection]
`raphid4e has quit [Remote host closed the connection]
r4phida3_ has quit [Remote host closed the connection]
|r4phid4e has quit [Remote host closed the connection]
r4phidae_ has quit [Remote host closed the connection]
r4phida3| has quit [Remote host closed the connection]
[raph1d4e has quit [Remote host closed the connection]
\raphidae has quit [Remote host closed the connection]
r4ph1dae^ has quit [Remote host closed the connection]
r4ph1dae_ has quit [Remote host closed the connection]
r4phidae has quit [Remote host closed the connection]
`r4ph1dae has quit [Remote host closed the connection]
]raphida3 has quit [Remote host closed the connection]
r4phid4e_ has quit [Remote host closed the connection]
r4phida3] has quit [Read error: Connection reset by peer]
raphida3- has quit [Read error: Connection reset by peer]
raphid43 has quit [Remote host closed the connection]
raphida3^ has quit [Remote host closed the connection]
r4phida3^ has quit [Remote host closed the connection]
raph1da3- has quit [Remote host closed the connection]
|raph1da3 has quit [Remote host closed the connection]
[raph1dae has quit [Remote host closed the connection]
[r4phidae has quit [Remote host closed the connection]
[raph1da3 has quit [Write error: Connection reset by peer]
raphida3_ has quit [Remote host closed the connection]
^raphida3 has quit [Read error: Connection reset by peer]
raphid4e^ has quit [Read error: Connection reset by peer]
`r4phidae has quit [Read error: Connection reset by peer]
raphid4e[ has quit [Remote host closed the connection]
raph1dae- has quit [Read error: Connection reset by peer]
_r4phida3 has quit [Remote host closed the connection]
]r4phida3 has quit [Remote host closed the connection]
^raphid4e has quit [Remote host closed the connection]
raph1dae` has quit [Remote host closed the connection]
^r4phidae has quit [Read error: Connection reset by peer]
[raphid4e has quit [Remote host closed the connection]
r4ph1dae` has quit [Read error: Connection reset by peer]
|raph1d4e has quit [Read error: Connection reset by peer]
^raph1d4e has quit [Remote host closed the connection]
raph1da3] has quit [Remote host closed the connection]
r4phid4e[ has quit [Remote host closed the connection]
]r4phid4e has quit [Remote host closed the connection]
r4phid4e^ has quit [Write error: Connection reset by peer]
^raph1dae has quit [Remote host closed the connection]
raphid43- has quit [Write error: Connection reset by peer]
raph1d4e` has quit [Remote host closed the connection]
|r4phida3 has quit [Remote host closed the connection]
raph1dae| has quit [Read error: Connection reset by peer]
raphid43^ has quit [Write error: Connection reset by peer]
raph1dae_ has quit [Remote host closed the connection]
raphid4e_ has quit [Write error: Connection reset by peer]
raph1d4e^ has quit [Remote host closed the connection]
_r4phidae has quit [Write error: Connection reset by peer]
17SAAGB43 has quit [Write error: Broken pipe]
`raphida3 has quit [Write error: Connection reset by peer]
r4phidae^ has quit [Write error: Connection reset by peer]
raph1da3_ has quit [Write error: Connection reset by peer]
^raphid43 has quit [Write error: Connection reset by peer]
^r4ph1dae has quit [Write error: Connection reset by peer]
raph1dae^ has quit [Write error: Broken pipe]
raphidae` has quit [Write error: Broken pipe]
raphid4e| has quit [Write error: Broken pipe]
raphida3| has quit [Write error: Broken pipe]
r4ph1dae[ has quit [Write error: Broken pipe]
raphida3[ has quit [Write error: Broken pipe]
raph1da3^ has quit [Write error: Broken pipe]
raph1d4e[ has quit [Write error: Broken pipe]
[raphid43 has quit [Write error: Broken pipe]
]raphid43 has quit [Write error: Broken pipe]
raphid4e- has quit [Write error: Broken pipe]
^r4phida3 has quit [Write error: Broken pipe]
_raph1dae has quit [Write error: Broken pipe]
|raphid43 has quit [Write error: Broken pipe]
[raphidae has quit [Write error: Broken pipe]
[raphida3 has quit [Write error: Broken pipe]
_raph1da3 has quit [Write error: Broken pipe]
r4phida3[ has quit [Write error: Broken pipe]
raphida3 has quit [Write error: Broken pipe]
r4phida3- has quit [Write error: Broken pipe]
raphida3] has quit [Write error: Broken pipe]
raph1da3[ has quit [Write error: Broken pipe]
r4phid4e` has quit [Write error: Broken pipe]
raph1d4e| has quit [Write error: Broken pipe]
|raph1dae has quit [Write error: Broken pipe]
_raphida3 has quit [Write error: Broken pipe]
raphid4e] has quit [Write error: Broken pipe]
r4phid4e] has quit [Write error: Broken pipe]
raphidae_ has quit [Write error: Broken pipe]
raphidae- has quit [Write error: Broken pipe]
r4phida3` has quit [Write error: Broken pipe]
`raph1d4e has quit [Write error: Broken pipe]
`raph1da3 has quit [Write error: Broken pipe]
raphid4e` has quit [Write error: Broken pipe]
r4phida3 has quit [Write error: Broken pipe]
raph1d4e] has quit [Write error: Broken pipe]
raphid43[ has quit [Write error: Broken pipe]
raphidae[ has quit [Write error: Broken pipe]
]raphidae has quit [Write error: Broken pipe]
|r4ph1dae has quit [Write error: Broken pipe]
_raph1d4e has quit [Write error: Broken pipe]
r4ph1dae] has quit [Write error: Broken pipe]
raph1d4e has quit [Write error: Broken pipe]
raph1da3| has quit [Write error: Broken pipe]
r4ph1dae- has quit [Write error: Broken pipe]
raph1da3` has quit [Write error: Broken pipe]
_raphid4e has quit [Write error: Broken pipe]
]raph1dae has quit [Write error: Broken pipe]
raphid43] has quit [Write error: Broken pipe]
|raphida3 has quit [Write error: Broken pipe]
]raphid4e has quit [Write error: Broken pipe]
raphid43` has quit [Write error: Broken pipe]
r4phid4e| has quit [Write error: Broken pipe]
raphidae] has quit [Write error: Broken pipe]
raph1d4e_ has quit [K-Lined]
5EXAAFZ4F has quit [K-Lined]
`raph1dae has quit [K-Lined]
r4phidae] has quit [K-Lined]
[r4ph1dae has quit [K-Lined]
raphid43| has quit [K-Lined]
`r4phida3 has quit [K-Lined]
`raphidae has quit [Remote host closed the connection]
raphidae^ has quit [Read error: Connection reset by peer]
`r4phid4e has quit [Remote host closed the connection]
|r4phidae has quit [Write error: Broken pipe]
saneax-_-|AFK is now known as saneax
reverberations has joined #ruby
cschneid_ has quit [Remote host closed the connection]
aaaaaaaabbbbbbb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
User458764 has joined #ruby
brent__ has joined #ruby
antgel_ has joined #ruby
mikecmpbll has joined #ruby
astrobunny has quit [Remote host closed the connection]
astrobunny has joined #ruby
Pumukel has joined #ruby
brent__ has quit [Ping timeout: 240 seconds]
astrobunny has quit [Ping timeout: 256 seconds]
jsrn_ has joined #ruby
DTZUZU has quit [Ping timeout: 268 seconds]
jaruga______ has joined #ruby
pagios is now known as Masterol
bruce_lee has joined #ruby
haennar has quit [Ping timeout: 268 seconds]
zacts has quit [Ping timeout: 260 seconds]
Masterol is now known as pagios
saneax is now known as saneax-_-|AFK
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
dionysus69 has joined #ruby
sdwrage has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
moei has quit [Quit: Leaving...]
tomphp has joined #ruby
DTZUZU has joined #ruby
acalycine has joined #ruby
workmad3 has joined #ruby
hutch34_ has joined #ruby
haennar has joined #ruby
howdoi has joined #ruby
hutch34_ has quit [Ping timeout: 240 seconds]
moei has joined #ruby
biberu has joined #ruby
pandaant has joined #ruby
ResidentBiscuit has joined #ruby
saneax-_-|AFK is now known as saneax
ResidentBiscuit has quit [Ping timeout: 246 seconds]
<maloik>
Not strictly a ruby question, but in CloudFront (or perhaps in general), is there a reason to use anything other than TLS 1.2? I can also enable 1.1 and 1.0, and SSLv3 but I'm not entirely sure what impact that may have
<maloik>
For simple websites and API, only having 1.1 and 1.2 enabled should be fine, right?
<maloik>
well I suppose an API won't use cloudfront :D but you get my point
braincrash has quit [Ping timeout: 246 seconds]
Smudgerdan has joined #ruby
koldbrutality has quit [Ping timeout: 240 seconds]
Polarina has quit [Ping timeout: 255 seconds]
<Smudgerdan>
Hello, I have a network path \\server1.main.comp.com\folder and I need to replace the fqdn part with something else so the path becomes \\server2\folder
<Smudgerdan>
is regex the best / only way to do this, or is there something simpler, thanks
auzty has joined #ruby
tvw has joined #ruby
xall has joined #ruby
psychicist__ has joined #ruby
Polarina has joined #ruby
noodle has quit [Quit: /quit]
noodle has joined #ruby
nofxxx has quit [Ping timeout: 268 seconds]
anilekm has joined #ruby
noodle has quit [Remote host closed the connection]
anilekm has left #ruby [#ruby]
noodle has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cxr has quit [Ping timeout: 260 seconds]
teclator has quit [Remote host closed the connection]
cibs has quit [Ping timeout: 260 seconds]
cibs has joined #ruby
cyphase has joined #ruby
msrkmo has joined #ruby
aswen has quit [Quit: WeeChat 1.5]
railswebdev has joined #ruby
Rodya_ has joined #ruby
kylo_ has joined #ruby
Oldn0rse has joined #ruby
Oldn0rse has quit [Changing host]
Oldn0rse has joined #ruby
fuzzyhorns has joined #ruby
kylo_ has quit [Client Quit]
Silthias1 has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
balazs has joined #ruby
kylo_ has joined #ruby
Silthias has quit [Ping timeout: 240 seconds]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bkxd has joined #ruby
Silthias has joined #ruby
Silthias1 has quit [Ping timeout: 240 seconds]
synthroid has joined #ruby
bmurt has joined #ruby
neuraload has quit [Quit: Leaving]
neuraload has joined #ruby
shinnya has quit [Ping timeout: 264 seconds]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
blackmesa has quit [Ping timeout: 264 seconds]
pawnbox has joined #ruby
uranellus has quit [Ping timeout: 255 seconds]
Axelay has quit [Ping timeout: 240 seconds]
cxr has joined #ruby
uranellus has joined #ruby
uranellus has joined #ruby
uranellus has quit [Changing host]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
<newrubycoder>
how do i circumvent warning: string literal in condition when using `||`?
<newrubycoder>
`if @arr[0][0] == "X" || "O"`
alexherbo2 has joined #ruby
kassav has quit [Quit: kassav]
polishdub has joined #ruby
<case_>
if @arr[0][0] == "X" || @arr[0][0] == "O"
<case_>
right?
rippa has joined #ruby
cxr has quit [Ping timeout: 240 seconds]
flopsec has joined #ruby
msrkmo has quit [Remote host closed the connection]
<newrubycoder>
thanks it worked
<case_>
you're welcome ^.^
<Papierkorb>
newrubycoder: You can't use || like that. What you said there is akin to `if arr[..] is "X", or if "O"`.
<newrubycoder>
oh okay
<Papierkorb>
newrubycoder: case_'s solution is one and (imho) preferred for few cases (like 2). If you need more, you could do `if ["O", "X", "Y", "Z"].include? @arr[0][0]` instead
<newrubycoder>
thanks i'll maybe need it
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #ruby
jrafanie has joined #ruby
jrafanie has quit [Remote host closed the connection]
jrafanie has joined #ruby
cdg has joined #ruby
dionysus69 has joined #ruby
GodFather has joined #ruby
cdg has quit [Read error: Connection reset by peer]
cdg has joined #ruby
synthroid has quit [Remote host closed the connection]
synthroid has joined #ruby
A124 has quit [Ping timeout: 268 seconds]
emin has joined #ruby
blackmesa has joined #ruby
teclator has joined #ruby
emin has quit [Remote host closed the connection]
agent_white has joined #ruby
neuraload has quit [Quit: Leaving]
n1ce has quit [Ping timeout: 246 seconds]
n1ce has joined #ruby
synthroid has quit [Ping timeout: 260 seconds]
Rodya_ has quit [Remote host closed the connection]
antoniobeyah has joined #ruby
jottr has joined #ruby
Axelay has joined #ruby
inersha has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
certainty has quit [Ping timeout: 260 seconds]
sepp2k has joined #ruby
chouhoulis has quit [Remote host closed the connection]
jdm has joined #ruby
chouhoulis has joined #ruby
<agent_white>
Mornin' folks
aganov has quit [Remote host closed the connection]
<newrubycoder>
gm
Polarina has quit [Ping timeout: 264 seconds]
Polarina has joined #ruby
cxr has joined #ruby
Rodya_ has joined #ruby
jlebrech has quit [Remote host closed the connection]
ta_ has quit [Remote host closed the connection]
Rodya_ has quit [Remote host closed the connection]
jtdoncas has quit [Ping timeout: 264 seconds]
User458764 has joined #ruby
A124 has joined #ruby
A124 has quit [Changing host]
A124 has joined #ruby
cxr has quit [Ping timeout: 260 seconds]
Qchmqs has quit [Ping timeout: 246 seconds]
szulak has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
Polarina has quit [Ping timeout: 240 seconds]
GodFather has quit [Read error: No route to host]
millerti has joined #ruby
Polarina has joined #ruby
<newrubycoder>
Papierkorb: can i put several .include? commands together in similar fashion to &&? like this won't work `if ["O", "X", "1"].include? @arr[0][0] && ["O", "X", "1"].include? @arr[1][0]`
<Papierkorb>
newrubycoder: add missing ()
Vivekananda has joined #ruby
<newrubycoder>
where?
xall has joined #ruby
<allisio>
Everywhere.
<allisio>
I almost said "on the method calls".
<allisio>
But `@arr.[](0).[](0)` is overkill.
cdg has quit [Remote host closed the connection]
cdg has joined #ruby
<newrubycoder>
im still not sure where, i'm not a clever man
stamina has quit [Quit: WeeChat 1.7]
mim1k has quit [Ping timeout: 240 seconds]
tyang__ has joined #ruby
<allisio>
On the explicit method calls.
padi_ has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<inersha>
Is there a simpler way of converting a hex string to binary than this?:
tubbo has quit [Ping timeout: 276 seconds]
<inersha>
[hex].pack("H*")
sniffer has quit [Remote host closed the connection]
tyang_ has quit [Ping timeout: 246 seconds]
tdy has quit [Ping timeout: 264 seconds]
<canton7>
looks pretty simple to me
<allisio>
That's not simple at all; it's easy.
padi_ has quit [Ping timeout: 264 seconds]
patarr has joined #ruby
<inersha>
Ha thanks, was wondering if the might be something like a "aa".hex2bin method.
<inersha>
Not used to having to turn the string in to a hash before it can become binary:
<inersha>
["aa"].pack("H*")
tubbo has joined #ruby
<inersha>
in to an array*
jaruga______ has quit [Quit: jaruga______]
<allisio>
Well, String#hex gives you back an Integer. Are you sure you *need* an explicitly binary representation of the number?
maloik has quit [Remote host closed the connection]
* baweaver
wonders if `p "string\tstring"` would work for mekeor's problem
<mekeor>
thanks, Papierkorb :)
cxr has quit [Ping timeout: 258 seconds]
<Papierkorb>
cheers
<mekeor>
no, baweaver, i want to print ansi color escape codes (because with https://github.com/fazibear/colorize you can only color a given string but i'd like to colorize all the output of functions i can't control, if you know what i mean)
<baweaver>
ah, that type
howdoi has quit [Quit: Connection closed for inactivity]
aufi has quit [Quit: Leaving]
jaruga______ has joined #ruby
jaruga______ has quit [Remote host closed the connection]
TomyWork has quit [Remote host closed the connection]
koldbrutality has joined #ruby
szulak has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
raspado has joined #ruby
tyang__ has quit [Read error: Connection reset by peer]
tyang__ has joined #ruby
nettoweb has joined #ruby
modlin has quit [Quit: Konversation terminated!]
koooge has joined #ruby
mekeor has quit [Remote host closed the connection]
millerti has joined #ruby
millerti has quit [Client Quit]
bkxd has quit [Ping timeout: 260 seconds]
Zamyatin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Burgestrand has quit [Quit: Closing time!]
Zamyatin has joined #ruby
mim1k has joined #ruby
koooge has quit [Quit: Leaving...]
tekniq has joined #ruby
skolman_ has joined #ruby
username1 has joined #ruby
mim1k has quit [Ping timeout: 268 seconds]
adavia has quit [Quit: Leaving]
stomar has joined #ruby
alexherbo2 has quit [Ping timeout: 260 seconds]
ozcanesen has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
<ozcanesen>
I am trying to install jekyll with gem, but i am confused with dependencies. in gem list i can see addressable (2.5.0), but jekyll fails Could not find addressable-2.4.0 in any of the sources
<ozcanesen>
i understand it is a different version but why does not gem install dependencies with correct version?
Lucky_ABA has joined #ruby
[Butch] has joined #ruby
akkad has quit [Excess Flood]
akkad has joined #ruby
kinduff has joined #ruby
<ozcanesen>
if i run explicitly "sudo gem install addressable -v 2.4.0", it i can see both 2.5.0, 2.4.0 in my gem list and jekyll fails for another package
<ozcanesen>
should i install every dependency by hand? this does not seems right
<baweaver>
shouldn't be
amclain has joined #ruby
t-recx has joined #ruby
<baweaver>
then again there are a lot of odd issues with S3 that might or might not be resolved right now
<baweaver>
and I'd almost bet on some of those gems being hosted there
psychicist__ has joined #ruby
<ozcanesen>
baweaver, but i have not seen any 404 or time out when installing something, also i could install those dependencies manually
<baweaver>
hrm.
<ozcanesen>
for example it gives me: Could not find colorator-0.1 in any of the sources, and when i run install Fetching: colorator-0.1.gem (100%) , Successfully installed colorator-0.1
<baweaver>
Try it with -V
<baweaver>
so: gem install -V jekyll
millerti has joined #ruby
cxr has joined #ruby
<baweaver>
then try it for an individual gem afterwards.
<baweaver>
the only other thing I can think of is you're trying against two different Ruby versions, one under sudo and one not
mikecmpbll has quit [Excess Flood]
<ozcanesen>
baweaver, probably not because ➜ web git:(master) ✗ gem install jekyll, ERROR: While executing gem ... (Errno::EACCES)
<baweaver>
gotcha
<baweaver>
making sure to cover bases.
mim1k has joined #ruby
shortdudey123 has quit [Max SendQ exceeded]
shortdudey123 has joined #ruby
Cohedrin has joined #ruby
cxr has quit [Ping timeout: 240 seconds]
jsrn_ has quit [Quit: Leaving]
gusrub has joined #ruby
xall has quit [Ping timeout: 246 seconds]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fuzzyhorns has quit [Quit: Leaving.]
mim1k has quit [Ping timeout: 240 seconds]
mikecmpbll has joined #ruby
chouhoulis has quit [Remote host closed the connection]
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SteenJobs_ has joined #ruby
zacts has quit [Ping timeout: 246 seconds]
ferr1 has quit [Quit: WeeChat 1.6]
synthroid has quit [Remote host closed the connection]
mim1k has joined #ruby
flying has quit []
Rodya_ has joined #ruby
dionysus69 has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
anisha has joined #ruby
Anonymoose2 has joined #ruby
nowhereman has joined #ruby
pilne has joined #ruby
tildes has joined #ruby
reverberations has quit [Ping timeout: 240 seconds]
xall has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tolerablyjake has joined #ruby
kinduff has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<apeiros>
and instance_eval, and class_eval (though those are lesser forms of the _exec variants)
<cr3>
allisio: I've been looking at the doc for that too and it seems to do the same as call, but I'm probably doing it wrong. I'll read again with the confidence that I seem to be digging in the right direction :)
tolerablyjake has joined #ruby
<apeiros>
class_eval == module_eval, class_exec == module_exec. just so you don't overspend on research ;-)
<allisio>
cr3: It's actually kind of the inversion of #call.
<allisio>
#instance_exec puts the receiver "on the left", as it were.
tpendragon_ has joined #ruby
<allisio>
In hindsight, that wasn't an especially illuminating way to phrase it.
<baweaver>
what, is there a right way?
* baweaver
laughs at horrid pun
alexherbo2 has joined #ruby
<apeiros>
>> x = proc { self }; ["foo".instance_exec(&x), x.call]
<allisio>
apeiros's gets to the heart of the thing, but there's a demonstration of why #call probably isn't quite what you're after.
kinduff has joined #ruby
tyang has quit [Quit: Leaving]
ddffg has joined #ruby
ozcanesen has joined #ruby
workmad3 has joined #ruby
geekb4ck_ has joined #ruby
<geekb4ck_>
anyone have a working example that writes to a UNIXSocket(DGRAM) and then reads the response? I'm able to do UNIXSocket(STREAM) but not DGRAM
thoolihan has quit [Ping timeout: 260 seconds]
montanonic has quit [Ping timeout: 240 seconds]
<cr3>
apeiros and allisio: thanks so much, I was trying to pass x to instance_exec like `"foo".instance_exec() x` but I see now. thanks so much!
rwb has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 264 seconds]
Rodya_ has quit [Remote host closed the connection]
chouhoul_ has joined #ruby
synthroid has joined #ruby
ablackack has quit [Quit: ZNC 1.6.3+deb1+xenial0 - http://znc.in]
chouhoulis has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
chouhoul_ has quit [Ping timeout: 256 seconds]
anothertau has quit [Ping timeout: 240 seconds]
tildes has joined #ruby
ablackack has joined #ruby
hahuang65 has quit [Read error: Connection reset by peer]
synthroid has quit []
hahuang65 has joined #ruby
montanonic has joined #ruby
fclausen has joined #ruby
hanmac has joined #ruby
tildes has quit [Ping timeout: 260 seconds]
tildes has joined #ruby
wilbert_ has quit [Ping timeout: 260 seconds]
Guest37011 is now known as CrazEd
geekb4ck_ has quit [Quit: Page closed]
ap4y has joined #ruby
CrazEd is now known as Guest92036
gusrub has quit []
mim1k has joined #ruby
stomar has quit [Quit: Konversation terminated!]
gusrub has joined #ruby
wilbert_ has joined #ruby
skweek has joined #ruby
ornerymoose has quit [Ping timeout: 260 seconds]
mim1k has quit [Ping timeout: 264 seconds]
wilbert_ has quit [Ping timeout: 240 seconds]
jdeville has joined #ruby
renchan has quit [Remote host closed the connection]
bhaak has quit [Quit: leaving]
wilbert_ has joined #ruby
blackwind_123 has quit [Ping timeout: 252 seconds]
braincrash has quit [Ping timeout: 240 seconds]
tildes has quit [Ping timeout: 260 seconds]
jdeville is now known as jredville
workmad3 has joined #ruby
blackwind_123 has joined #ruby
arch___ has joined #ruby
bkxd has joined #ruby
arch___ has quit [Excess Flood]
arch___ has joined #ruby
arch___ has quit [Excess Flood]
mim1k has joined #ruby
arch___ has joined #ruby
arch___ has quit [Excess Flood]
arch___ has joined #ruby
arch___ has quit [Excess Flood]
arch___ has joined #ruby
patarr_ has joined #ruby
arch___ has quit [Excess Flood]
arch___ has joined #ruby
arch___ has quit [Excess Flood]
interki has quit [K-Lined]
baked__beans has joined #ruby
alexherbo2 has quit [Ping timeout: 268 seconds]
patarr has quit [Ping timeout: 240 seconds]
mim1k has quit [Ping timeout: 240 seconds]
montanonic has quit [Ping timeout: 240 seconds]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
ta_ has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]