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.
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]
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]
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]
<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]]
<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.]
<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
<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