<soulisson>
is the times method considered an iterator ex: 3.times ?
TheWhip has quit [Remote host closed the connection]
<jhass>
I'd say so, yes
<jhass>
if you pass it a block it's an internal iterator, if you don't it returns an external iterator (Enumerator)
hammond has quit [Ping timeout: 244 seconds]
postmodern has joined #ruby
<soulisson>
jhass, I thought an iterator was a method that allowed you to iterate over a collection but I see it's not the case
Derperperd has quit [Quit: Derperperd]
TheWhip has joined #ruby
<jhass>
well, the implicit collection here is (0..2)
Rodya_ has joined #ruby
<soulisson>
oh ok, I sees, didn't think about that
<jhass>
at least semantically, of course actually creating a range instance for this would be a bit ineffecient
Sucks has joined #ruby
xb has joined #ruby
xb has left #ruby ["Client Quit"]
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hammond has joined #ruby
brianpWins has joined #ruby
skade has quit [Ping timeout: 276 seconds]
skade has joined #ruby
duckpuppy has joined #ruby
Sucks has quit [Ping timeout: 260 seconds]
Sucks has joined #ruby
brianpWins has quit [Ping timeout: 258 seconds]
rkazak has joined #ruby
AndrewIsHere has quit []
TheWhip has quit [Remote host closed the connection]
r_rios has joined #ruby
duckpuppy has quit [Ping timeout: 244 seconds]
JimK9 has joined #ruby
r_rios has quit [Ping timeout: 250 seconds]
Norm_ has joined #ruby
<Norm_>
Has anyone here ever used rubygems on Ubuntu or Linux Mint? I have a strange noobie question.
Jackneill has quit [Remote host closed the connection]
pickandmix has quit [Quit: WeeChat 1.4]
giz|work|2 has quit [Ping timeout: 240 seconds]
<Norm_>
Installed rubygems through RVM. Seemed to work fine. Had to do a hard reset after installing, and now the package has disappeared. Is this normal?
araujo__ has joined #ruby
hammond has quit [Remote host closed the connection]
arescorpio has joined #ruby
TheWhip has joined #ruby
A_Drone has joined #ruby
araujo__ has quit [Max SendQ exceeded]
A_Drone has quit [Remote host closed the connection]
araujo__ has joined #ruby
A_Drone has joined #ruby
JimK9 has quit [Quit: Leaving]
araujo_ has quit [Ping timeout: 258 seconds]
soulisson has quit [Ping timeout: 265 seconds]
JimK9 has joined #ruby
TheWhip has quit [Ping timeout: 258 seconds]
spudowiar has quit [Quit: Leaving.]
MadGrin has joined #ruby
Rodya_ has quit [Remote host closed the connection]
Gasher has quit [Quit: Leaving]
MadGrin has quit [Remote host closed the connection]
davedev24 has quit [Remote host closed the connection]
hutch34 has joined #ruby
<jhass>
is RVM still loaded? what's the output of rvm current?
kyleolivo has joined #ruby
<Norm_>
let me try
<Norm_>
it says ruby-2.3.0
<jhass>
mh, seems alright
<jhass>
any gemsets? rvm gemset list_all
<Norm_>
Maybe I just dont have the right frame of reference. When I try to run gem, or something i installed with it (I installed jekyll), it says the program is not installed
<jhass>
also rvm list while we're at it
<Norm_>
do I have to do something before running gems I've installed?
n90b0jjf has quit [Remote host closed the connection]
<Norm_>
RVM list just lists 2.3.0
<jhass>
depends a bit on the setup
beilabs has joined #ruby
<Norm_>
list of gemsets: (default) global
<Norm_>
if that makes any sense
<jhass>
yeah
* jhass
shrugs
<jhass>
no idea, I'd just reinstall
<Norm_>
hmm, ok
<jhass>
gem install jekyll again
<Norm_>
yeah but gem itself isnt recognized
<jhass>
huh
<Norm_>
The program 'gem' can be found in the following packages:
<Norm_>
that's what it gives me
<jhass>
what does rvm use 2.3 say?
<Norm_>
But I swear i installed it yesterday
<Norm_>
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
<Norm_>
you can ignore these warnings with 'rvm rvmrc warning ignore /home/norm/Xanadu/jecky/Gemfile'.
<Norm_>
Unknown ruby interpreter version (do not know how to handle): RUBY_VERSION.
giz|work|2 has joined #ruby
<jhass>
uh
<Norm_>
it says something about changing terminal emulator to allow login shell. Have you seen that one before?
<Norm_>
also: RVM is not a function, selecting rubies with 'rvm use ...' will not work.
c0mrad3 has quit [Quit: Connection closed for inactivity]
<Norm_>
Yeah it gives me that link too
<jhass>
there we go, that'll be the main issue
araujo_ has joined #ruby
hipertracker has joined #ruby
hipertracker has quit [Client Quit]
<Norm_>
Oh it is? I guess I have to read up on that
ramfjord has quit [Ping timeout: 258 seconds]
<Norm_>
could I bypass this by just using the console, not a terminal
<Norm_>
in otherwords, outside my window manager?
<jhass>
well, it'll be a login shell, so it'll work
araujo_ has quit [Max SendQ exceeded]
<jhass>
but what a terrible workaround
<Norm_>
ha, I know
<Norm_>
this looks simple enough. Just a setting
<jhass>
yes
<jhass>
the other options are to manually source into the current shell each time
<jhass>
or to source in the .$SHELLrc instead of the profile
araujo_ has joined #ruby
pokalyis has quit [Read error: Connection reset by peer]
n90b0jjf has joined #ruby
<jhass>
I'm still not sure why RVM insists on sourcing in the profile
roflmyeggo has quit [Ping timeout: 258 seconds]
pokalyis has joined #ruby
<Norm_>
I'm new to ruby, so all of this kind of bewilders me
<Norm_>
I cant just apt-get stuff
araujo__ has quit [Ping timeout: 258 seconds]
<Norm_>
but I'll learn. The hard way.
c355e3b has quit [Quit: Connection closed for inactivity]
araujo_ has quit [Max SendQ exceeded]
<Norm_>
Thank you so much for your help!
<jhass>
well you can, you just get outdated stuff on mint ;)
<Norm_>
hahaha!!!
<Norm_>
or have the latest and greatest packages break my OS install on arch ;)
araujo_ has joined #ruby
<jhass>
in the last 5 years my arches died due to hardware issues, not software ;)
<Norm_>
In all seriousness, I used to run arch, and loved the heck out of it. But twice in a row they made some changes to one package or another that would break your system if you did an update. They gave you instructions on how to fix, on their website
<Norm_>
which I never visited :(
<Norm_>
but one day I'll go back to arch. This is temporary
<Norm_>
Thanks again!
<jhass>
:)
<jhass>
yw
araujo_ has quit [Max SendQ exceeded]
n90b0jjf has quit [Ping timeout: 258 seconds]
araujo_ has joined #ruby
JimK9 is now known as JimK
hutch34 has quit [Ping timeout: 265 seconds]
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
roflmyeggo has joined #ruby
JimK has left #ruby ["Leaving"]
JimK has joined #ruby
hammond has joined #ruby
hammond has quit [Changing host]
hammond has joined #ruby
Sucks has quit [Read error: Connection reset by peer]
d0nn1e has quit [Ping timeout: 244 seconds]
byteflame has quit [Ping timeout: 258 seconds]
freerobby has quit [Quit: Leaving.]
Sucks has joined #ruby
Sucks has quit [Max SendQ exceeded]
roflmyeggo has quit [Ping timeout: 258 seconds]
freerobby has joined #ruby
hutch34 has joined #ruby
Sucks has joined #ruby
hammond has quit [Ping timeout: 258 seconds]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
JeanCarloMachado has quit [Quit: Lost terminal]
n90b0jjf has joined #ruby
giz|work|2 has quit [Ping timeout: 244 seconds]
enterprisey has joined #ruby
hammond has joined #ruby
hahuang65 has joined #ruby
Jayson_Virissimo has joined #ruby
matp has joined #ruby
<pizzaops>
I love arch too...I just can't afford to run it :P
JimK has left #ruby ["Leaving"]
<pizzaops>
I basically have no non-prod systems anymore. I always need to be able to work. Arch is fun, but there's too much "risk",
tmtwd has joined #ruby
s2013 has joined #ruby
<pizzaops>
People always tell me how they don't have any stability issues with it and I'm just FUDding, but then there's random breakages like those.
<pizzaops>
They handled that situation well (I recall it) but I regularly update desktops. I don't want to have to "be very careful" every time I want to just do a desktop software upgrade....
<pizzaops>
</rant>
hahuang65 has quit [Ping timeout: 250 seconds]
hammond has quit [Ping timeout: 244 seconds]
aarwine has quit [Remote host closed the connection]
n90b0jjf has quit [Remote host closed the connection]
nettoweb has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
whathappens has quit [Read error: Connection reset by peer]
whathappens has joined #ruby
Rodya_ has joined #ruby
n90b0jjf has joined #ruby
poguez_ has joined #ruby
hammond has joined #ruby
marloi has quit [Ping timeout: 244 seconds]
araujo__ has joined #ruby
araujo__ has quit [Max SendQ exceeded]
araujo__ has joined #ruby
n90b0jjf has quit [Ping timeout: 240 seconds]
araujo_ has quit [Ping timeout: 244 seconds]
araujo__ has quit [Max SendQ exceeded]
araujo__ has joined #ruby
Vile` has quit [Ping timeout: 276 seconds]
araujo__ has quit [Max SendQ exceeded]
enterprisey has quit [Ping timeout: 250 seconds]
TheWhip has joined #ruby
dwarf has joined #ruby
zacts has joined #ruby
araujo__ has joined #ruby
bjh13` has joined #ruby
enterprisey has joined #ruby
n90b0jjf has joined #ruby
JimK has joined #ruby
chouhoulis has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
A_Drone has quit [Ping timeout: 258 seconds]
braincrash has quit [Quit: bye bye]
A_Drone has joined #ruby
hammond has quit [Ping timeout: 250 seconds]
Sucks has quit [Remote host closed the connection]
blur3d has joined #ruby
n90b0jjf has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
dn` has joined #ruby
felltir has quit [Remote host closed the connection]
frozengeek has joined #ruby
pawnbox has quit [Remote host closed the connection]
n90b0jjf has joined #ruby
symm- has joined #ruby
FernandoBasso has joined #ruby
leitz has joined #ruby
n90b0jjf has quit [Ping timeout: 250 seconds]
yfeldblum has joined #ruby
binaryplease1 has joined #ruby
The_Phoenix has quit [Quit: Leaving.]
Ropeney has joined #ruby
binaryplease has quit [Ping timeout: 264 seconds]
The_Phoenix has joined #ruby
face has joined #ruby
A_Drone has joined #ruby
ta_ has joined #ruby
binaryplease1 is now known as binaryplease
n90b0jjf has joined #ruby
minimalism has quit [Quit: minimalism]
edwinvdgraaf has quit [Read error: Connection reset by peer]
edwinvdgraaf has joined #ruby
vuoto_ has joined #ruby
ta_ has quit [Ping timeout: 258 seconds]
n90b0jjf has quit [Ping timeout: 250 seconds]
Jackneill has joined #ruby
A_Drone has quit [Read error: Connection reset by peer]
A_Drone has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
frozengeek has quit [Quit: frozengeek]
karapetyan has joined #ruby
karapetyan has quit [Ping timeout: 244 seconds]
dn`_ has joined #ruby
xall has quit [Ping timeout: 244 seconds]
n90b0jjf has joined #ruby
dn` has quit [Ping timeout: 240 seconds]
dn`_ is now known as dn`
hanmac has quit [Ping timeout: 258 seconds]
dunpeal has joined #ruby
sdothum has joined #ruby
duckpuppy has joined #ruby
ldnunes has joined #ruby
craigp_ has joined #ruby
n90b0jjf has quit [Ping timeout: 250 seconds]
dunpeal has quit [Ping timeout: 240 seconds]
duckpuppy has quit [Ping timeout: 240 seconds]
hahuang65 has joined #ruby
h3lp_me_for_the_ has joined #ruby
craigp_ has quit [Ping timeout: 240 seconds]
<h3lp_me_for_the_>
hi Guys, I'm having issues with gsub. I'm using Logstash and want to replace everything after "server.hostname.com" with stars or questions marks (to hide the info). Example - server.hostname.com=banana with server.hostname=**********
vuoto has quit [Remote host closed the connection]
vuoto_ has quit [Remote host closed the connection]
Jackneill has quit [Ping timeout: 264 seconds]
<Zarthus>
h3lp_me_for_the_: what regex are you using?
vuoto has joined #ruby
<Zarthus>
something like gsub ([^=]+)=.* $1=**** should work
<h3lp_me_for_the_>
something like that, but obviously not working
<Zarthus>
is that a regex?
hahuang65 has quit [Ping timeout: 250 seconds]
<Zarthus>
i imagine gsub => wants //, not "", but i never used it before
alfiemax has quit [Ping timeout: 265 seconds]
<h3lp_me_for_the_>
tried it with // as well, to no avail. Yea, never used gsub myself, but I'm stuck with it due to logstash :(
hanmac has joined #ruby
<Zarthus>
wha is the text after =
blackgoat_ has joined #ruby
<Zarthus>
\d+ only matches digits
freerobby has joined #ruby
n90b0jjf has joined #ruby
<h3lp_me_for_the_>
text after is arbitrary. I tried with D (not digit), not working :( Let's assume the text is "myserver123"
<apeiros>
which contains digits and non-digits
Jackneill has joined #ruby
<h3lp_me_for_the_>
Correct :) At one point I just wanted to be able to hide at least one of the two, since replacing something after a regex seemed impossible with gsub here
<Zarthus>
Start with replacing \d+ with .*
<Zarthus>
if that works, try \w+
<Zarthus>
(for the record: \w is A-Za-z0-9_)
<h3lp_me_for_the_>
haha you magnificent bastard! I litterally started laughing once it worked. So easy, but never tried it. Jeez
A_Drone has quit [Ping timeout: 252 seconds]
<h3lp_me_for_the_>
Thanks a million mate ;)
Rodya_ has joined #ruby
n90b0jjf has quit [Ping timeout: 250 seconds]
skade has quit [Quit: Computer has gone to sleep.]
h3lp_me_for_the_ has quit [Quit: Page closed]
alfiemax has joined #ruby
vuoto has quit [Remote host closed the connection]
vuoto has joined #ruby
Rodya_ has quit [Ping timeout: 250 seconds]
PickAndMix has quit [Quit: WeeChat 1.4]
Devalo has joined #ruby
haxrbyte has joined #ruby
haxrbyte has quit [Remote host closed the connection]
haxrbyte has joined #ruby
skade has joined #ruby
JeanCarloMachado has joined #ruby
matp has quit [Remote host closed the connection]
n90b0jjf has joined #ruby
vuoto has quit [Remote host closed the connection]
vuoto has joined #ruby
haxrbyte has quit [Remote host closed the connection]
haxrbyte has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
n90b0jjf has quit [Ping timeout: 250 seconds]
h3lp_me has joined #ruby
<h3lp_me>
Hey guys, it's me, the regex noob using gsub. You helped with replacing everything after a string with something else. Next question , how can I set an end mark. Example, I want to replace everything after server.hostname.com= until it reaches &
<h3lp_me>
so server.hostname=banana&orange would be server.hostname=*****&orange
blur3d has joined #ruby
blur3d has quit [Client Quit]
Vile` has joined #ruby
The_Phoenix has quit [Quit: Leaving.]
ta__ has joined #ruby
haxrbyte has quit [Read error: Connection reset by peer]
haxrbyte has joined #ruby
<jhass>
h3lp_me: /(?<=server.hostname=)[^&]+/
griff has joined #ruby
<h3lp_me>
Hej, I'm using logstash where the syntax is a bit different, it is currently
<jhass>
oh right, just noticed too, there's a .com
<jhass>
for whatever reason
Ishido has joined #ruby
<jhass>
so "(?<=server.hostname.com=)[^&]+", "****"
<h3lp_me>
@toretore Thank you mate, that was exactly what I needed. @Jhass thank you for your help as well
govg has quit [Ping timeout: 240 seconds]
vuoto has quit [Remote host closed the connection]
<jhass>
give my last example a try too, if it works it spares you from changing server.hostname.com in both, the regex and the replacement, if you ever need to change it
craigp_ has joined #ruby
<jhass>
(and thus protects you from forgetting/messing that up)
symm- has quit [Ping timeout: 276 seconds]
n90b0jjf has joined #ruby
openstruct has joined #ruby
ur5us has joined #ruby
hahuang65 has joined #ruby
openstruct has quit [Client Quit]
leitz has joined #ruby
craigp_ has quit [Ping timeout: 265 seconds]
<h3lp_me>
@jhass great stuff mate, works as well!
bkxd has quit [Ping timeout: 258 seconds]
aries_liuxueyang has quit [Ping timeout: 244 seconds]
n90b0jjf has quit [Ping timeout: 250 seconds]
skade has joined #ruby
hahuang65 has quit [Ping timeout: 250 seconds]
mikecmpbll has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
haxrbyte has joined #ruby
cyphase has quit [Read error: Connection reset by peer]
giz|work|2 has quit [Ping timeout: 258 seconds]
aries_liuxueyang has joined #ruby
beilabs_ has quit [Remote host closed the connection]
haxrbyte has quit [Ping timeout: 264 seconds]
gizmore has joined #ruby
cyphase has joined #ruby
JeanCarloMachado has quit [Ping timeout: 276 seconds]
h3lp_me has quit [Quit: Page closed]
the_rhizo has joined #ruby
pawnbox has joined #ruby
Velizar has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
mikecmpbll has joined #ruby
pawnbox has quit [Ping timeout: 240 seconds]
beilabs has joined #ruby
blackgoat_ has quit [Quit: WeeChat 1.5]
skade has quit [Quit: Computer has gone to sleep.]
fahrradflucht_ has joined #ruby
griff has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fahrradflucht_ has left #ruby [#ruby]
eGGshke has joined #ruby
ur5us has quit [Remote host closed the connection]
CloCkWeRX has quit [Ping timeout: 258 seconds]
ponga has joined #ruby
giz|work|2 has joined #ruby
ur5us has joined #ruby
<ponga>
hi
dunpeal has joined #ruby
Es0teric has joined #ruby
greg__ has joined #ruby
thisirs has joined #ruby
The_Phoenix has joined #ruby
hipertracker has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
bluOxigen has joined #ruby
beilabs has quit [Remote host closed the connection]
eGGshke has quit [Quit: Leaving...]
eGGshke has joined #ruby
hipertracker has quit [Ping timeout: 276 seconds]
rikkipitt has joined #ruby
rikkipitt has quit [Remote host closed the connection]
idletask has joined #ruby
the_rhizo has quit [Ping timeout: 244 seconds]
CloCkWeRX has joined #ruby
Mapdanda_ has quit [Read error: Connection reset by peer]
Mapdanda_ has joined #ruby
Mapdanda_ is now known as Mapdanda
aupadhye has quit [Quit: Leaving]
frozengeek has joined #ruby
MrBusiness has joined #ruby
GinoMan2440 has joined #ruby
duckpuppy has joined #ruby
n90b0jjf has joined #ruby
craigp_ has joined #ruby
Asher has quit [Ping timeout: 240 seconds]
duckpuppy has quit [Ping timeout: 240 seconds]
hahuang65 has joined #ruby
Asher has joined #ruby
craigp_ has quit [Ping timeout: 250 seconds]
haxrbyte has joined #ruby
karapetyan has joined #ruby
hutch34_ has joined #ruby
JeanCarloMachado has joined #ruby
hahuang65 has quit [Ping timeout: 250 seconds]
yfeldblum has joined #ruby
haxrbyte has quit [Ping timeout: 260 seconds]
karapetyan has quit [Ping timeout: 244 seconds]
hutch34_ has quit [Ping timeout: 258 seconds]
frozengeek has quit [Quit: frozengeek]
Rodya_ has joined #ruby
Nahra has quit [Read error: Connection reset by peer]
Nahra has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
FastJack has quit [Ping timeout: 244 seconds]
Skelz0r has quit [Quit: leaving]
Skelz0r has joined #ruby
n90b0jjf has quit [Remote host closed the connection]
kobain has joined #ruby
sleepee has joined #ruby
n90b0jjf has joined #ruby
thisirs has quit [Ping timeout: 252 seconds]
reaVer_ has joined #ruby
Norm_ has quit [Ping timeout: 240 seconds]
bluOxigen has left #ruby [#ruby]
matp has joined #ruby
JeanCarloMachado has quit [Ping timeout: 258 seconds]
n90b0jjf has quit [Ping timeout: 258 seconds]
reaVer has quit [Ping timeout: 265 seconds]
platzhirsch has joined #ruby
pokalyis has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
n90b0jjf has joined #ruby
roflmyeggo has joined #ruby
giz|work|2 has quit [Ping timeout: 240 seconds]
haxrbyte has joined #ruby
hipertracker has joined #ruby
n90b0jjf has quit [Ping timeout: 240 seconds]
giz|work|2 has joined #ruby
idletask has quit [Ping timeout: 258 seconds]
haxrbyte has quit [Ping timeout: 244 seconds]
Madplatypus has quit [Quit: Connection closed for inactivity]
n90b0jjf has joined #ruby
hutch34_ has joined #ruby
FastJack has joined #ruby
poguez_ has joined #ruby
greg__ has quit [Quit: Leaving]
macsteps has joined #ruby
s2013 has joined #ruby
hutch34_ has quit [Ping timeout: 250 seconds]
idletask has joined #ruby
airdisa has quit [Ping timeout: 250 seconds]
yfeldblum has joined #ruby
airdisa has joined #ruby
n90b0jjf has quit [Remote host closed the connection]
airdisa_ has joined #ruby
airdisa_ has quit [Client Quit]
airdisa has quit [Ping timeout: 240 seconds]
CloCkWeRX has quit [Quit: Leaving.]
macsteps has quit [Remote host closed the connection]
matp has quit [Remote host closed the connection]
duckpuppy has joined #ruby
pawnbox has joined #ruby
matp has joined #ruby
nando293921 has joined #ruby
nando293921 has quit [Client Quit]
n90b0jjf has joined #ruby
craigp_ has joined #ruby
nando293921 has joined #ruby
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
duckpuppy has quit [Ping timeout: 249 seconds]
pawnbox has quit [Ping timeout: 276 seconds]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
sleepee has quit [Remote host closed the connection]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
hahuang65 has joined #ruby
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
eGGshke has quit [Quit: Leaving...]
rocknrollmarc has joined #ruby
n90b0jjf has quit [Ping timeout: 244 seconds]
rocknrollmarc has quit [Excess Flood]
rocknrollmarc has joined #ruby
craigp_ has quit [Ping timeout: 250 seconds]
ldnunes has quit [Quit: Leaving]
haxrbyte has joined #ruby
marloi has joined #ruby
hahuang65 has quit [Ping timeout: 250 seconds]
shinnya has joined #ruby
n90b0jjf has joined #ruby
nando293921 has quit [Ping timeout: 252 seconds]
haxrbyte has quit [Ping timeout: 250 seconds]
Neobenedict has joined #ruby
<Neobenedict>
this keeps appearing randomly: chruby: unknown Ruby: ruby-2.3.0
<Neobenedict>
any help
<Neobenedict>
just sometimes appears on system logon, when i type a command, etc
n90b0jjf has quit [Ping timeout: 264 seconds]
ebbflowgo has joined #ruby
n90b0jjf has joined #ruby
karapetyan has joined #ruby
the_rhizo has joined #ruby
karapetyan has quit [Ping timeout: 252 seconds]
griff has joined #ruby
skade has joined #ruby
n90b0jjf has quit [Ping timeout: 276 seconds]
skade has quit [Client Quit]
skade has joined #ruby
skade has quit [Client Quit]
griff has quit [Client Quit]
ebbflowgo has quit [Quit: ebbflowgo]
<jhass>
Neobenedict: using chruby_auto ?
sepp2k has quit [Read error: Connection reset by peer]
<Neobenedict>
dunno
n90b0jjf has joined #ruby
<Neobenedict>
i installed ruby a while back, dont remember what i did
lrocknrolmarc has joined #ruby
lrocknrolmarc has quit [Excess Flood]
rocknrollmarc has quit [Ping timeout: 264 seconds]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
<jhass>
bash, zsh,...?
the_rhizo has quit [Ping timeout: 260 seconds]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
toggafx has joined #ruby
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
<toggafx>
when should we use a statement like this? def hello;puts'hi';end
<jhass>
never
rocknrollmarc has joined #ruby
rocknrollmarc has quit [Excess Flood]
rocknrollmarc has joined #ruby
<toggafx>
eval def hello;puts'hi';end
<jhass>
well, perhaps code golfing
<toggafx>
eval >> def hello;puts'hi';end
<toggafx>
that bloody thing doesn't work
<jhass>
I think we all can decipher it anyway
<jhass>
Neobenedict: so, what's your shell?
<Neobenedict>
bash on debian
<jhass>
Neobenedict: what's the output of grep -in chruby ~/.bashrc ~/.bash_profile ~/.profile
<toggafx>
i wonder what other things they've gotten wrong in the lesson
<toggafx>
this was just the most obvious one
zacts has joined #ruby
nando293921 has joined #ruby
davedev24 has joined #ruby
n90b0jjf has joined #ruby
eljimmy has joined #ruby
Rodya_ has quit [Quit: Leaving...]
eljimmy has quit [Remote host closed the connection]
The_Phoenix has quit [Quit: Leaving.]
pawnbox has joined #ruby
eljimmy has joined #ruby
PoweredByPrana has joined #ruby
n90b0jjf has quit [Ping timeout: 250 seconds]
nando293921 has quit [Ping timeout: 258 seconds]
PoweredByPrana has quit [Client Quit]
PoweredByPrana has joined #ruby
eljimmy has quit [Client Quit]
n90b0jjf has joined #ruby
eljimmy has joined #ruby
craigp_ has joined #ruby
eljimmy has quit [Client Quit]
n90b0jjf has quit [Ping timeout: 250 seconds]
tubuliferous_ has quit [Ping timeout: 250 seconds]
vuoto has joined #ruby
craigp_ has quit [Ping timeout: 250 seconds]
<jhass>
haha
<jhass>
yeah, sitepoint seems to be about quantity, not quality
n90b0jjf has joined #ruby
pawnbox has quit [Remote host closed the connection]
Vingador has joined #ruby
eljimmy has joined #ruby
haxrbyte has joined #ruby
rocknrollmarc has quit [Quit: BitchX: need we say more?]
the_rhizo has quit [Read error: Connection reset by peer]
pawnbox has joined #ruby
eljimmy has quit [Client Quit]
<harfangk>
is there any other ruby-rogues listener? i got a question
<harfangk>
i couldn't find a way to sign up for ruby rogues parley (forum) to get in there
<harfangk>
how do i do that?
<harfangk>
or does it still exist at all?
eljimmy has joined #ruby
duckpuppy has joined #ruby
<toggafx>
jhass: do you know of a quality resource to learn ruby for complete beginners?
haxrbyte has quit [Ping timeout: 264 seconds]
giz|work|2 has quit [Ping timeout: 252 seconds]
<jhass>
I'm not sure, if you don't absorb their coding style too much, codeacadamey isn't tooo terrible
<jhass>
I do like the codeschool stuff, but it's not cheap
diegoviola has joined #ruby
PoweredByPrana has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
vuoto has quit [Remote host closed the connection]
n90b0jjf has quit [Ping timeout: 250 seconds]
vuoto has joined #ruby
vuoto has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 250 seconds]
vuoto has joined #ruby
jaequery has joined #ruby
<toggafx>
jhass: i find codeschool to be for people already with experience in the current topic and it's more like a guideline course than a beginner's course in my opinion
<jhass>
I find it quite detailed
<nebg>
is perl better than ruby ?
<toggafx>
they are very detailed, but i saw the ruby course and he was saying you already saw this and here is how you can do it better
<toggafx>
i was lost and thinking to myself no i never saw that before
karapetyan has joined #ruby
<jhass>
nebg: are potato chips better than tortilla chips?
<toggafx>
jhass: depends on the potato
n90b0jjf has joined #ruby
pandamanA has joined #ruby
tubuliferous_ has joined #ruby
lxsameer has quit [Quit: WeeChat 1.5]
tmtwd has joined #ruby
pandamanA has left #ruby [#ruby]
karapetyan has quit [Ping timeout: 276 seconds]
n90b0jjf has quit [Ping timeout: 244 seconds]
<apeiros>
jhass: that wasn't really an answer!
<apeiros>
nebg: no.
<nebg>
jhass, no tortilla chips are better
ebbflowgo has quit [Read error: Connection reset by peer]
<nebg>
apeiros, why ? i need justification
n90b0jjf has joined #ruby
<apeiros>
because I say so.
<jhass>
nebg: why are tortilla chips better? I need a justification for that too
<nebg>
apeiros, are you some sort of guru ?
<nebg>
jhass, because nutritionally they are better
<apeiros>
yes.
<jhass>
why is that the important property? it's just a snack, best is eating none of them
Devalo has quit [Remote host closed the connection]
Devalo has joined #ruby
<nebg>
yes ahh ok
eljimmy has quit [Quit: This computer has gone to sleep]
<nebg>
jhass, well because nutrition is important
<nebg>
and tortialla are more tasteful generally
<nebg>
if we take some statistics we find out that tortilla chips are preferred generally
<nebg>
so they are better
Some-body_ has joined #ruby
Vingador has quit [Ping timeout: 265 seconds]
DarthGandalf has quit [Ping timeout: 276 seconds]
<jhass>
for nutrition something like soylent is arguably the best approach
<jhass>
the rest is your opinion ;)
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Some-body_ is now known as DarthGandalf
the_rhizo has joined #ruby
<jhass>
if you throw a party, you won't buy what the general average prefers, but what your peer group prefers
<jhass>
and this is just the same
<jhass>
which language to choose depends on 1) your preferences 2) your collaborators preferences 3) which properties are important for you and your project
<toggafx>
well i guess what i am looking for is something well made, accurate, and applicable to the web
<apeiros>
so much fish
Devalo has quit [Ping timeout: 264 seconds]
nadir has joined #ruby
<toggafx>
i saw in a blog sitepoint being good
<toggafx>
i was excited until i came across that
n90b0jjf has quit [Ping timeout: 240 seconds]
SCHAAP137 has joined #ruby
n90b0jjf has joined #ruby
the_rhizo has quit [Ping timeout: 244 seconds]
OTORelic1 has quit [Ping timeout: 258 seconds]
eljimmy has joined #ruby
leea has joined #ruby
nando293921 has joined #ruby
<toggafx>
jhass: what is your opinion on lynda.com?
<jhass>
never looked at it
tubuliferous_ has quit [Ping timeout: 264 seconds]
dwarf has joined #ruby
tubuliferous_ has joined #ruby
SuperLag has joined #ruby
jaequery has joined #ruby
beilabs has joined #ruby
kobain has quit [Read error: No route to host]
tmtwd has quit [Ping timeout: 244 seconds]
craigp_ has joined #ruby
GinoMan2440 has quit [Read error: Connection reset by peer]
kobain has joined #ruby
eljimmy has quit [Quit: This computer has gone to sleep]
axsuul has joined #ruby
hahuang65 has joined #ruby
GinoMan2440 has joined #ruby
dcunit3d has joined #ruby
giz|work|2 has joined #ruby
karapetyan has joined #ruby
craigp_ has quit [Ping timeout: 258 seconds]
nettoweb has joined #ruby
tmtwd has joined #ruby
Vingador has joined #ruby
hahuang65 has quit [Ping timeout: 250 seconds]
tubuliferous_ has quit [Ping timeout: 265 seconds]
davedev24 has quit [Remote host closed the connection]
jottr has joined #ruby
dcunit3d has quit [Ping timeout: 250 seconds]
davedev24 has joined #ruby
karapetyan has quit [Remote host closed the connection]
haxrbyte has joined #ruby
PoweredByPrana has joined #ruby
karapetyan has joined #ruby
rodfersou has joined #ruby
dunpeal has quit [Ping timeout: 240 seconds]
dunpeal has joined #ruby
haxrbyte has quit [Ping timeout: 240 seconds]
n90b0jjf has quit [Remote host closed the connection]
macsteps has joined #ruby
giz|work|2 has quit [Ping timeout: 250 seconds]
mostlybadfly has quit [Quit: Connection closed for inactivity]
vuoto has quit [Remote host closed the connection]
Ishido has quit [Read error: Connection reset by peer]
freerobby has quit [Quit: Leaving.]
Ishido has joined #ruby
Xaitec has joined #ruby
pawnbox has quit [Ping timeout: 276 seconds]
pawnbox has joined #ruby
hipertracker has quit [Quit: hipertracker]
frozengeek has joined #ruby
anuxivm has joined #ruby
zacts has quit [Ping timeout: 250 seconds]
kyleolivo has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
VladGh has quit [Quit: leaving]
giz|work|2 has quit [Ping timeout: 250 seconds]
hutch34_ has quit [Ping timeout: 244 seconds]
lxsameer has quit [Ping timeout: 252 seconds]
bad_ip has joined #ruby
kavanagh has quit [Quit: That's all folks!]
giz|work|2 has joined #ruby
Torrone has joined #ruby
hutch34_ has joined #ruby
jottr has quit [Quit: WeeChat 1.5]
bad_ip has quit [Ping timeout: 258 seconds]
Xaitec has quit [Ping timeout: 240 seconds]
VladGh has joined #ruby
VladGh has quit [Client Quit]
VladGh has joined #ruby
VladGh has quit [Remote host closed the connection]
VladGh has joined #ruby
VladGh has quit [Client Quit]
VladGh has joined #ruby
VladGh has quit [Read error: Connection reset by peer]
VladGh has joined #ruby
kavanagh has joined #ruby
giz|work|2 has quit [Ping timeout: 240 seconds]
pawnbox has quit [Ping timeout: 258 seconds]
Vile` has joined #ruby
gix has joined #ruby
gix has quit [Client Quit]
pawnbox has joined #ruby
gix has joined #ruby
n90b0jjf has quit [Remote host closed the connection]
leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
giz|work|2 has joined #ruby
n90b0jjf has joined #ruby
VladGh has quit [Quit: leaving]
VladGh has joined #ruby
armyriad has quit [Ping timeout: 244 seconds]
VladGh has quit [Client Quit]
Devalo has joined #ruby
miqlas-H has joined #ruby
VladGh has joined #ruby
armyriad has joined #ruby
hutch34_ has quit [Ping timeout: 244 seconds]
sepp2k has quit [Read error: Connection reset by peer]
the_rhizo has joined #ruby
minimalism has joined #ruby
mroth_ has joined #ruby
mroth has quit [Ping timeout: 244 seconds]
mroth_ is now known as mroth
vuoto has joined #ruby
kfpratt has joined #ruby
ebbflowgo has quit [Quit: ebbflowgo]
zeroDivisible has quit [Ping timeout: 264 seconds]
<minimalism>
Is there a recommended gem for handling image uploads in web apps?
<jhass>
carrierwave and paperclip are the big two
platzhirsch has quit [Ping timeout: 264 seconds]
_kfpratt has quit [Ping timeout: 258 seconds]
knowtheory_ has joined #ruby
giz|work|2 has quit [Ping timeout: 260 seconds]
<minimalism>
jhass: Are there any other alternatives? I recently heard of those, but I was curious if there were any barebones alternatives that didn't do much other than the one thing.