jhass changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.3.0; 2.2.4; 2.1.8: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || log @ http://irclog.whitequark.org/ruby/
<benbro1> I'm trying to install the following packages under ubuntu 16.04
<benbro1> gem install --user-install foreman jekyll kramdown rouge jekyll-sitemap jekyll-redirect-from jekyll-feed
<benbro1> getting a warning:
<benbro1> WARNING: You don't have /home/user/.gem/ruby/2.3.0/bin in your PATH, gem executables will not run.
Azure has quit [Ping timeout: 260 seconds]
Snowy has quit [Quit: ragequit]
<benbro1> why do I need to add it to my PATH manually?
<pwnd_nsfw> why no version manager?
rmulligan has quit [Ping timeout: 250 seconds]
johnmilton has quit [Quit: Namaste]
<benbro1> pwnd_nsfw: I'm new to ruby. do you mean apt-get install all the gems?
finisherr has quit [Quit: finisherr]
<pwnd_nsfw> oh lawd
<benbro1> pwnd_nsfw: version manager, not package manager. sorry
<benbro1> which version manager?
<pwnd_nsfw> I use rvm, but it seems to be disliked
<benbro1> RVM?
<pwnd_nsfw> chruby seems to be like.. the way to go
<pwnd_nsfw> But I've never had a problem with rvm
<benbro1> thanks
Azure has joined #ruby
jpfuentes2 has joined #ruby
valetudo has joined #ruby
Moosashi has quit [Quit: Moosashi]
<havenwood> benbro1: Don't use --user-install with RVM, it's already a user install.
ramfjord has joined #ruby
<havenwood> benbro1: There's an #rvm channel too.
<havenwood> benbro1: RVM should handle putting your gem bin dir in the PATH.
freerobby has quit [Quit: Leaving.]
<benbro1> havenwood: thanks. I'll try RVM
<havenwood> benbro1: <3 ruby-install + chruby
pikajude has quit [Ping timeout: 248 seconds]
freerobby has joined #ruby
Mr_Pancake has quit [Ping timeout: 276 seconds]
cdg has quit [Remote host closed the connection]
oz has quit [Ping timeout: 264 seconds]
tubuliferous has joined #ruby
pawnbox has joined #ruby
pikajude has joined #ruby
pikajude has quit [Changing host]
pikajude has joined #ruby
cdg has joined #ruby
dvinciguerra has quit [Ping timeout: 276 seconds]
oz has joined #ruby
Mr_Pancake has joined #ruby
ramfjord has quit [Ping timeout: 264 seconds]
bricker has quit [Quit: Lost terminal]
statelesscode has joined #ruby
pawnbox has quit [Ping timeout: 244 seconds]
cdg has quit [Ping timeout: 252 seconds]
mleung has quit [Quit: mleung]
Moosashi has joined #ruby
baweaver has quit [Remote host closed the connection]
xlegoman has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
Pupeno has quit [Remote host closed the connection]
mostlybadfly has joined #ruby
solocshaw has joined #ruby
moos3 has joined #ruby
polyidus has quit [Quit: Later]
rikkipitt has joined #ruby
tubuliferous has quit [Ping timeout: 250 seconds]
matp has joined #ruby
crowell has quit [Ping timeout: 264 seconds]
ecksit has quit [Ping timeout: 248 seconds]
matp has quit [Remote host closed the connection]
moos3 has quit [Ping timeout: 276 seconds]
matp has joined #ruby
Moosashi has quit [Quit: Moosashi]
Pupeno has joined #ruby
rikkipitt has quit [Read error: Connection reset by peer]
yfeldblum has quit [Quit: Leaving...]
freerobby has quit [Quit: Leaving.]
diegoviola has joined #ruby
moeabdol has joined #ruby
<darix> i find it amusing ... he already has ruby 2.3 and people still ask to use rvm or something
<darix> you are seriously obsessed with that.
<darix> *shakes head*
loganhasson has joined #ruby
loganhas1on has joined #ruby
<darix> benbro1: using your distro ruby is totally fine
loganhasson has quit [Client Quit]
loganhas1on has quit [Client Quit]
Devalo has joined #ruby
astrobunny has joined #ruby
loganhasson has joined #ruby
<benbro1> darix: I just added .ruby to the path and it's working
<benbro1> thanks
Pupeno has quit [Remote host closed the connection]
loganhasson has quit [Client Quit]
<darix> benbro1: that's the only thing that rubygems wanted to hint
rikkipitt has joined #ruby
<smathy> darix, I always use a version manager, (a) to insulate my app's ruby from my system ruby and (b) to make upgrading ruby versions simpler when they come out.
drewbro has quit [Ping timeout: 244 seconds]
loganhasson has joined #ruby
dagda1_ has joined #ruby
dagda1 has quit [Ping timeout: 240 seconds]
crowell has joined #ruby
poosee has joined #ruby
maletor has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<poosee> do you guys know javascript?
<darix> smathy: and i just use a distro that provides up2date ruby packages even for older distros
htmldrum has joined #ruby
htmldrum_ has joined #ruby
<smathy> darix, that wasn't either of my reasons.
<poosee> i would like to create an object that has keys as letters
Pupeno has joined #ruby
<poosee> basically i want to create a character counter
benlieb has joined #ruby
<poosee> if the key exists increment the value by 1
<darix> smathy: it was the 2nd.
<smathy> poosee, sounds like a hash.
<poosee> i already wrote this much of the code
<poosee> but if you write it in ruby i'm sure i can decipher it
pawnbox has joined #ruby
<darix> smathy: and i think bundler is good enough for isolate apps
<smathy> darix, no, not staying current, the actual upgrade process. It's much simpler if I can install another version of ruby side-by-side, get the gems in place, then switch over when I want and easily switch back if I need to.
<poosee> i'm stuck on incremanting the value
Devalo has quit [Ping timeout: 260 seconds]
<poosee> for values that already exist
<smathy> darix, mostly the isolation is about ensuring that things that are using the system ruby aren't suddenly having to run on a new version of ruby.
TheGreatGudsby has quit [Remote host closed the connection]
<darix> smathy: i currently have 2.1, 2.2 and 2.3 installed in parallel. your point was?
yfeldblum has joined #ruby
<smathy> darix, that my app wants 2.3.0 shouldn't mean I need to ensure everything else on my system can use 2.3.0 too.
<darix> if rubinius wouldnt be such a bitch to build, I would have that too
<smathy> darix, that it's easier.
<smathy> darix, I mean to have them side-by-side you're managing your own GEM_HOME or GEM_PATH or whatever, that's all chruby is doing for me really.
RegulationD has joined #ruby
<smathy> darix, not sure what you think you're showing me there.
<smathy> darix, if I have a devops script that is running on 2.1 which is the /usr/bin/env ruby - I never want to have to worry that upgrading the ruby for my app is going to impact that. Hence the comment on isolation.
<darix> smathy: for all the ruby scripts where i need a certain version ... all I do is #!/usr/bin/ruby.ruby2.1
pwnd_nsfw has quit [Read error: Connection reset by peer]
<darix> then i never have to care if i am in the correct chruby/rvm env for that script
pwnd_nsfw has joined #ruby
Pupeno has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 240 seconds]
biberu has quit []
<smathy> darix, I'm not saying that there's not ways around it, I'm saying that a version manager makes managing those issues very simple, and is a reason to use one.
jokke has quit [Quit: WeeChat 1.4]
chipotle_ has quit [Read error: Connection reset by peer]
<darix> smathy: which is all nice. and still no reason to basically start every answer for ruby with "you arent using rvm/chruby ... you should change that before we can help you"
<darix> especially for someone already using 2.3
<darix> anyway. basketball time.
RegulationD has quit [Ping timeout: 276 seconds]
blackmesa has quit [Ping timeout: 276 seconds]
TheGreatGudsby has joined #ruby
hahuang65 has joined #ruby
chipotle has joined #ruby
symm- has quit [Ping timeout: 248 seconds]
<ericli> Hi, if my module needs external libs like fileutils, I shall put require '' into module block or outside?
<darix> ericli: top of the file probably is best.
<ericli> darix, thanks
yfeldblu_ has joined #ruby
loganhas1on has joined #ruby
maletor has joined #ruby
smathy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
loganhas1on has quit [Client Quit]
saneax is now known as saneax_AFK
hahuang65 has quit [Ping timeout: 240 seconds]
rmulligan has joined #ruby
htmldrum1 has joined #ruby
htmldrum2 has joined #ruby
htmldrum_ has quit [Ping timeout: 250 seconds]
htmldrum has quit [Ping timeout: 250 seconds]
yfeldblum has quit [Ping timeout: 268 seconds]
jokke has joined #ruby
moos3 has joined #ruby
marr has quit [Ping timeout: 246 seconds]
clorisu has quit [Read error: No route to host]
rikkipitt has quit [Quit: Leaving...]
ChameleonSix has joined #ruby
ChameleonSix has left #ruby [#ruby]
silentpost has joined #ruby
cdg has joined #ruby
tubuliferous has joined #ruby
moos3 has quit [Ping timeout: 268 seconds]
dvinciguerra has joined #ruby
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
griffindy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
loganhasson has quit [Quit: Lost terminal]
poosee has quit [Quit: Page closed]
kirun has quit [Quit: Client exiting]
freerobby has joined #ruby
loganhasson has joined #ruby
zotherstupidguy has joined #ruby
`tim` has joined #ruby
zotherstupidguy has quit [Client Quit]
slawrence00 has quit [Read error: Connection reset by peer]
rcvalle has quit [Quit: rcvalle]
diegoaguilar has quit [Read error: Connection reset by peer]
rkazak has joined #ruby
CloCkWeRX has joined #ruby
ledestin has joined #ruby
loganhasson has quit [Quit: leaving]
abort_ has joined #ruby
ericli has quit [Quit: This computer has gone to sleep]
abort_ has quit [Client Quit]
loganhasson has joined #ruby
tubuliferous has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
chipotle has quit [Quit: cheerio]
kinduff has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
CloCkWeRX has quit [Ping timeout: 244 seconds]
chipotle has joined #ruby
halfamind has joined #ruby
loganhasson has quit [Client Quit]
loganhasson has joined #ruby
Azure|dc has joined #ruby
siaw has joined #ruby
Azure has quit [Ping timeout: 244 seconds]
moos3 has joined #ruby
pawnbox has quit [Ping timeout: 244 seconds]
loganhasson has quit [Client Quit]
loganhasson has joined #ruby
jottr has quit [Ping timeout: 268 seconds]
loganhasson has quit [Client Quit]
davedev24 has quit []
moos3 has quit [Ping timeout: 250 seconds]
<cjheath_> Upgraded to Ruby 2.2.2, seeing strange issues with class << self (exception “wrong argument type nil (expected Symbol)”). Fixed it in my code by calling singleton_class, but now it’s biting in RSpec. Seems to be a systematic thing. Anyone else seen this?
hxegon has quit [Quit: BRB]
Trynemjoel has quit [Ping timeout: 264 seconds]
QualityAddict has joined #ruby
Trynemjoel has joined #ruby
pwnd_nsfw has quit [Read error: Connection reset by peer]
pwnd_nsfw has joined #ruby
<Radar> cjheath_: Does the problem exist in a more modern 2.2 version?
jam_ has joined #ruby
<cjheath_> Not sure. Onky recently upgraded to 2.2.2
<cjheath_> But it wasn’t there in 2.1.5
TheNet has joined #ruby
jottr has joined #ruby
kinduff has quit [Quit: Textual IRC Client: www.textualapp.com]
jottr has quit [Client Quit]
jenrzzz has quit [Ping timeout: 246 seconds]
abort has quit [Quit: leaving]
abort has joined #ruby
diego2 has joined #ruby
<cjheath_> Radar: It’s possible that it’s an interaction with Byebug
CloCkWeRX has joined #ruby
Pupeno has joined #ruby
diegoviola has quit [Ping timeout: 276 seconds]
abort has quit [Client Quit]
Uber|Dragon has joined #ruby
abort has joined #ruby
leon_e has joined #ruby
threh has quit [Ping timeout: 276 seconds]
jam_ has quit [Ping timeout: 276 seconds]
kies has quit [Ping timeout: 250 seconds]
ramfjord has joined #ruby
Trynemjoel has quit [Ping timeout: 244 seconds]
Moosashi has joined #ruby
diego3 has joined #ruby
Moosashi has quit [Client Quit]
abort has quit [Client Quit]
abort has joined #ruby
j3r0 has quit [Ping timeout: 276 seconds]
cpup has quit [Ping timeout: 240 seconds]
bopr has quit [Quit: Page closed]
Trynemjoel has joined #ruby
cpup has joined #ruby
abort has quit [Client Quit]
diego2 has quit [Ping timeout: 240 seconds]
abort has joined #ruby
neanderslob has quit [Ping timeout: 250 seconds]
blackmesa has joined #ruby
abort has quit [Client Quit]
abort has joined #ruby
abort has quit [Client Quit]
ramfjord has quit [Ping timeout: 240 seconds]
rbennacer has joined #ruby
baweaver has joined #ruby
diego3 has quit [Ping timeout: 240 seconds]
blackmesa has quit [Ping timeout: 252 seconds]
znz_jp has joined #ruby
pawnbox has joined #ruby
abort has joined #ruby
abort has quit [Client Quit]
abort has joined #ruby
abort has quit [Client Quit]
diegoviola has joined #ruby
rubie has joined #ruby
Pupeno has quit [Remote host closed the connection]
jam_ has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
threh has joined #ruby
hightower2 has quit [Ping timeout: 240 seconds]
IrishGringo has joined #ruby
rmulligan has quit [Ping timeout: 268 seconds]
Pupeno has joined #ruby
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Inside has joined #ruby
polyidus has joined #ruby
TheNet has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
polyidus has quit [Client Quit]
TheNet has joined #ruby
Yzguy has joined #ruby
TheNet has quit [Client Quit]
crowell has quit [Ping timeout: 244 seconds]
rbennacer has quit [Remote host closed the connection]
duoi has quit [Quit: duoi]
Trynemjoel has quit [Ping timeout: 264 seconds]
cdg_ has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
jackjackdripper has joined #ruby
yfeldblu_ has quit [Remote host closed the connection]
bkxd has joined #ruby
Pupeno has quit [Remote host closed the connection]
cdg has quit [Ping timeout: 268 seconds]
Trynemjoel has joined #ruby
cajone has quit [Ping timeout: 240 seconds]
QualityAddict has quit [Ping timeout: 240 seconds]
Meeh has quit [Ping timeout: 240 seconds]
ytti has joined #ruby
duoi has joined #ruby
ericli has joined #ruby
ytti has quit [Ping timeout: 240 seconds]
alem0lars has quit [Ping timeout: 240 seconds]
duoi has quit [Changing host]
duoi has joined #ruby
Meeh has joined #ruby
QualityAddict has joined #ruby
whiteline has quit [Ping timeout: 240 seconds]
whiteline has joined #ruby
cajone has joined #ruby
rbennacer has joined #ruby
tubuliferous has joined #ruby
devbug has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
TheNet has joined #ruby
alem0lars has joined #ruby
jrcharney has quit [Ping timeout: 246 seconds]
threh has quit [Ping timeout: 244 seconds]
_djbkd has quit [Remote host closed the connection]
ericli has quit [Ping timeout: 240 seconds]
ericli has joined #ruby
jrcharney has joined #ruby
agentmeerkat has quit [Ping timeout: 248 seconds]
ellistaa has quit [Quit: ellistaa]
kam270 has quit [Quit: Leaving]
crowell has joined #ruby
bkxd has quit [Ping timeout: 276 seconds]
yqt has quit [Ping timeout: 252 seconds]
lkba has quit [Ping timeout: 244 seconds]
bkxd has joined #ruby
workmad3 has joined #ruby
rmulligan has joined #ruby
statelesscode has quit [Quit: statelesscode]
Yzguy has quit [Quit: Zzz...]
devbug has joined #ruby
hahuang65 has joined #ruby
workmad3 has quit [Ping timeout: 244 seconds]
polyidus has joined #ruby
finisherr has joined #ruby
moos3 has joined #ruby
rmulligan has quit [Ping timeout: 264 seconds]
threh has joined #ruby
marxarelli has quit [Quit: Textual IRC Client: www.textualapp.com]
TheNet has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tjohnson has quit [Quit: Connection closed for inactivity]
jackjackdripper has quit [Quit: Leaving.]
hahuang61 has joined #ruby
kies has joined #ruby
<ericli> Hi, anyone ever use Mixlib::ShellOut? Can I input something when running Mixlib::ShellOut?
hahuang65 has quit [Ping timeout: 248 seconds]
moos3 has quit [Ping timeout: 250 seconds]
uglybandersnatch has joined #ruby
rmulligan has joined #ruby
BTRE has quit [Quit: Leaving]
dvinciguerra has quit [Ping timeout: 250 seconds]
TheNet has joined #ruby
TheNet has quit [Client Quit]
BTRE has joined #ruby
ascarter has joined #ruby
uglybandersnatch has quit [Ping timeout: 244 seconds]
rbennacer has quit [Remote host closed the connection]
benlieb has quit [Quit: benlieb]
Moosashi has joined #ruby
IrishGringo has quit [Ping timeout: 248 seconds]
Azure|dc is now known as Azure
rubie has quit [Remote host closed the connection]
Moosashi has quit [Client Quit]
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
siaw has left #ruby [#ruby]
PaulCapestany has quit [Quit: .]
blackmesa has joined #ruby
maletor has joined #ruby
Moosashi has joined #ruby
yatish27 has joined #ruby
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
IrishGringo has joined #ruby
jrcharney has quit [Ping timeout: 264 seconds]
floatingpoint has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
freerobby has quit [Quit: Leaving.]
rubie has joined #ruby
blackmesa has quit [Ping timeout: 246 seconds]
pawnbox has joined #ruby
KensoDev has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
benlieb has joined #ruby
Eiam_ has joined #ruby
pawnbox has quit [Ping timeout: 246 seconds]
connor_g1odwolf is now known as connor_goodwolf
ascarter has joined #ruby
TheNet has joined #ruby
haraoka has joined #ruby
jpfuentes2 has joined #ruby
yatish27 has quit [Remote host closed the connection]
PaulCapestany has joined #ruby
A124 has quit [Read error: Connection reset by peer]
ellistaa has joined #ruby
Moosashi has quit [Quit: Moosashi]
jcdesimp has joined #ruby
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Musashi007 has joined #ruby
polyidus has quit [Quit: Later]
kknight has joined #ruby
ascarter has joined #ruby
A124 has joined #ruby
FooMunki has quit [Quit: FooMunki]
LoneHermit has joined #ruby
djbkd has joined #ruby
Melpaws has joined #ruby
zast has joined #ruby
silentpost has quit [Quit: leaving]
silentpost has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
IrishGringo has quit [Read error: Connection reset by peer]
IrishGringo has joined #ruby
LoneHermit has quit [Ping timeout: 248 seconds]
crazydiamond has quit [Ping timeout: 248 seconds]
yfeldblum has joined #ruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby
diego2 has joined #ruby
diego2 has quit [Changing host]
diego2 has joined #ruby
pawnbox has joined #ruby
diegoviola has quit [Ping timeout: 244 seconds]
benlieb has quit [Quit: benlieb]
diego2 is now known as diegoviola
halfamind has quit [Quit: Leaving.]
pawnbox has quit [Ping timeout: 244 seconds]
Breaking_Pitt has joined #ruby
zenspider has quit [Ping timeout: 240 seconds]
Musashi007 has quit [Quit: Musashi007]
ramfjord has joined #ruby
replay has quit []
halfamind has joined #ruby
moos3 has joined #ruby
kknight has quit [Quit: Leaving]
freerobby has joined #ruby
zenspider has joined #ruby
Breaking_Pitt has quit [Ping timeout: 252 seconds]
fedexo has joined #ruby
Vile` has quit [Ping timeout: 264 seconds]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
moos3 has quit [Ping timeout: 246 seconds]
ramfjord has quit [Ping timeout: 260 seconds]
ReK2 has joined #ruby
ReK2 has joined #ruby
moos3 has joined #ruby
xlegoman has quit [Quit: xlegoman]
rmulliga` has joined #ruby
rmulliga` has quit [Remote host closed the connection]
rmulliga` has joined #ruby
tubuliferous has quit [Ping timeout: 252 seconds]
rmulliga` has quit [Remote host closed the connection]
dextertzu has quit [Ping timeout: 276 seconds]
sauvin has joined #ruby
cdg_ has quit [Remote host closed the connection]
ellistaa has quit [Quit: ellistaa]
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
Jonah11_ has joined #ruby
Salve has joined #ruby
moos3 has quit [Ping timeout: 248 seconds]
yfeldblum has quit [Ping timeout: 268 seconds]
valetudo has quit [Ping timeout: 244 seconds]
yfeldblum has joined #ruby
Jonah11_ has quit [Client Quit]
ascarter has joined #ruby
blackmesa has joined #ruby
ericli has quit [Ping timeout: 240 seconds]
Sou|cutter has quit [Ping timeout: 240 seconds]
Sou|cutter has joined #ruby
pawnbox has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
pawnbox has quit [Ping timeout: 252 seconds]
devbug has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jcdesimp has quit [Remote host closed the connection]
astrobunny has quit [Remote host closed the connection]
dextertzu has joined #ruby
devbug has joined #ruby
hakunin has joined #ruby
RegulationD has joined #ruby
astrobun_ has quit [Ping timeout: 268 seconds]
devbug has quit [Client Quit]
chouhoul_ has joined #ruby
TheGreatGudsby has quit [Quit: You had my curiosity. But now you have my attention]
rmulliga` has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
agentmeerkat has joined #ruby
RegulationD has quit [Ping timeout: 260 seconds]
yfeldblum has quit [Ping timeout: 250 seconds]
threh has quit [Ping timeout: 246 seconds]
braincrash has quit [Quit: bye bye]
Pupeno has joined #ruby
ojss has joined #ruby
ojss has quit [Client Quit]
ojss has joined #ruby
amclain has quit [Quit: Leaving]
nando293921 has joined #ruby
ojss has left #ruby [#ruby]
astrobunny has joined #ruby
Pupeno has quit [Ping timeout: 260 seconds]
shinnya has quit [Ping timeout: 268 seconds]
TheGreatGudsby has joined #ruby
threh has joined #ruby
Melpaws has quit [Quit: Leaving.]
sdothum has quit [Read error: Connection reset by peer]
tubuliferous has joined #ruby
sdothum has joined #ruby
merida has joined #ruby
kobain has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
braincrash has joined #ruby
gregf has quit [Ping timeout: 248 seconds]
sdothum has quit [Read error: Connection reset by peer]
gregf has joined #ruby
halfamind has quit [Quit: Leaving.]
sdothum has joined #ruby
finisherr has quit [Quit: finisherr]
merida_ has joined #ruby
Salve has quit []
baweaver has quit [Remote host closed the connection]
chouhoul_ has quit [Remote host closed the connection]
treaki_ has joined #ruby
merida has quit [Ping timeout: 276 seconds]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
treaki__ has quit [Ping timeout: 260 seconds]
TheNet has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
crameth has joined #ruby
moos3 has joined #ruby
Devalo has joined #ruby
astrobun_ has joined #ruby
hahuang61 has quit [Ping timeout: 248 seconds]
Inside has quit [Ping timeout: 248 seconds]
elifoster has quit [Ping timeout: 240 seconds]
ascarter has quit [Ping timeout: 244 seconds]
moos3 has quit [Ping timeout: 244 seconds]
Devalo has quit [Ping timeout: 244 seconds]
tubuliferous has quit [Read error: Connection reset by peer]
[an]onymous has joined #ruby
Moosashi has joined #ruby
<[an]onymous> Anyone tell me if this image is real...? http://adf.ly/1Yk9Jw
ascarter has joined #ruby
gix has quit [Ping timeout: 260 seconds]
devbug has joined #ruby
gix has joined #ruby
<[an]onymous> Anyone tell me if this image is real...? http://adf.ly/1Yk9Jw
blackmesa has joined #ruby
[an]onymous has quit [K-Lined]
solocshaw has quit [Ping timeout: 252 seconds]
freerobby has quit [Quit: Leaving.]
pawnbox has joined #ruby
devbug_ has joined #ruby
Moosashi has quit [Quit: Moosashi]
rfi has quit [Read error: Connection reset by peer]
Inside has joined #ruby
Inside has joined #ruby
blackmesa has quit [Ping timeout: 244 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
devbug has quit [Ping timeout: 240 seconds]
IrishGringo has quit [Ping timeout: 250 seconds]
yfeldblum has joined #ruby
binaryplease1 has joined #ruby
TomyLobo has quit [Ping timeout: 276 seconds]
binaryplease has quit [Ping timeout: 268 seconds]
Guest1361 has joined #ruby
Nazar has joined #ruby
Nazar has quit [Remote host closed the connection]
safjj has joined #ruby
Inside has quit [Ping timeout: 260 seconds]
gix- has joined #ruby
gix has quit [Disconnected by services]
griffindy has joined #ruby
lkba has joined #ruby
Musashi007 has joined #ruby
safjj has quit [Quit: Leaving]
kushi has joined #ruby
Breaking_Pitt has joined #ruby
jpfuentes2 has joined #ruby
howdoi has joined #ruby
jcdesimp has joined #ruby
Breaking_Pitt has quit [Ping timeout: 244 seconds]
jobewan has joined #ruby
pawnbox has joined #ruby
Musashi007 has quit [Quit: Musashi007]
sudoubuntu has joined #ruby
codecop has joined #ruby
LoneHerm_ has joined #ruby
pawnbox has quit [Ping timeout: 268 seconds]
sfr^ has quit [Quit: ZNC - http://znc.in]
baweaver has joined #ruby
7GHAALV13 has joined #ruby
7GHAALV13 has quit [Remote host closed the connection]
Xiti has quit [Quit: Xiti]
krz has joined #ruby
Guest1361 has quit [Ping timeout: 244 seconds]
baweaver has quit [Ping timeout: 240 seconds]
NineInchNazara_1 has joined #ruby
NineInchNazara_1 has quit [Remote host closed the connection]
NineInchNazara_5 has joined #ruby
NineInchNazara_5 has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 1.4]
NineInchNazara has joined #ruby
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
neanderslob_ has joined #ruby
yeticry has quit [Ping timeout: 244 seconds]
moos3 has joined #ruby
yeticry has joined #ruby
neanderslob_ is now known as neanderslob
_blizzy_ has quit [Read error: Connection reset by peer]
moos3 has quit [Ping timeout: 240 seconds]
NineInchNazara has quit [Remote host closed the connection]
benlieb has joined #ruby
silentpost has quit [Ping timeout: 260 seconds]
codecop has quit [Remote host closed the connection]
finisherr has joined #ruby
blackmesa has joined #ruby
nando293921 has quit [Ping timeout: 250 seconds]
rubie has quit [Remote host closed the connection]
threh has quit [Quit: 'Til next time]
blackmesa has quit [Ping timeout: 276 seconds]
crank1988 has joined #ruby
NineInchNazara has joined #ruby
Musashi007 has joined #ruby
davee_ has joined #ruby
pawnbox has joined #ruby
skade has joined #ruby
davee_ has quit [Max SendQ exceeded]
choke has joined #ruby
davee_ has joined #ruby
abort has joined #ruby
Es0teric has joined #ruby
RegulationD has joined #ruby
hahuang61 has joined #ruby
User458764 has joined #ruby
djbkd has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 240 seconds]
davee_ has quit [Max SendQ exceeded]
davee_ has joined #ruby
finisherr has quit [Quit: finisherr]
jenrzzz has joined #ruby
rubie has joined #ruby
mank has joined #ruby
davee__ has joined #ruby
RegulationD has quit [Ping timeout: 244 seconds]
davee_ has quit [Max SendQ exceeded]
hahuang61 has quit [Ping timeout: 246 seconds]
Musashi007 has quit [Quit: Musashi007]
fedexo has quit [Ping timeout: 240 seconds]
fullofcaffeine has joined #ruby
Breaking_Pitt has joined #ruby
fullofca_ has joined #ruby
davee__ has quit [Max SendQ exceeded]
slawrence00 has joined #ruby
davee__ has joined #ruby
Pupeno has joined #ruby
Brando753 has quit [Ping timeout: 240 seconds]
davee__ has quit [Client Quit]
Brando753 has joined #ruby
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
djbkd has joined #ruby
baweaver has joined #ruby
fullofcaffeine has quit [Ping timeout: 240 seconds]
krz has quit [Ping timeout: 240 seconds]
braincra- has joined #ruby
Breaking_Pitt has quit [Ping timeout: 260 seconds]
Pupeno has quit [Ping timeout: 260 seconds]
braincrash has quit [Ping timeout: 276 seconds]
LoneHerm_ has quit [Remote host closed the connection]
cold_zero has joined #ruby
griffindy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
slawrence00 has quit [Ping timeout: 276 seconds]
fullofca_ has quit [Remote host closed the connection]
<cold_zero> Hello. I need an advice from community. I've been working on my hobby project which grep-like utility to search within source code files. I have a Display class which is responsible for display matched line for each file https://gist.github.com/SuperManEver/df81df81932341e7b19e
tjbiddle has joined #ruby
rubie has quit [Remote host closed the connection]
<cold_zero> if you take a look at it you will see I use conditions all over the place and it makes me feel myself little uncomfortable. I wonder may there is a better approach or may be some code technique,
NineInchNazara has quit [Remote host closed the connection]
patrick-sartent has quit [Quit: .]
cold_zero has quit [Quit: Ex-Chat]
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Balzrael has joined #ruby
baweaver has quit [Remote host closed the connection]
mistermocha has joined #ruby
sudoubuntu has joined #ruby
fullofca_ has joined #ruby
ramfjord has joined #ruby
hk238 has joined #ruby
mistermocha has quit [Remote host closed the connection]
krz has joined #ruby
mistermocha has joined #ruby
mondok has joined #ruby
TheGreatGudsby is now known as CalvinKline
Balzrael has quit [Quit: Leaving]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
fullofca_ has quit [Ping timeout: 240 seconds]
uglybandersnatch has joined #ruby
Don_John has quit [Read error: Connection reset by peer]
ramfjord has quit [Ping timeout: 260 seconds]
chipotle has quit [Quit: cheerio]
aganov has joined #ruby
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
finisherr has joined #ruby
jcdesimp has quit [Remote host closed the connection]
uglybandersnatch has quit [Ping timeout: 276 seconds]
cdg has joined #ruby
moos3 has joined #ruby
pawnbox has joined #ruby
cdg has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
moos3 has quit [Ping timeout: 244 seconds]
jobewan is now known as jobewan_away
yfeldblum has quit [Ping timeout: 268 seconds]
yatish27 has joined #ruby
finisherr has quit [Quit: finisherr]
rkazak has quit [Quit: Sleep.....ing....]
jobewan_away is now known as jobewan
yfeldblum has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
ItSANg___ has joined #ruby
tristanp has quit [Remote host closed the connection]
epitron has quit [Quit: WeeChat 1.2]
mistermocha has joined #ruby
NineInchNazara has joined #ruby
epitron has joined #ruby
ItSANgo has quit [Ping timeout: 246 seconds]
NineInchNazara has quit [Read error: Connection reset by peer]
blackmesa has joined #ruby
neanderslob has quit [Ping timeout: 260 seconds]
Musashi007 has joined #ruby
e is now known as javascript
Es0teric has quit [Quit: Computer has gone to sleep.]
dionysus69 has joined #ruby
neanderslob_ has joined #ruby
nofxx has quit [Ping timeout: 248 seconds]
blackmesa has quit [Ping timeout: 240 seconds]
nofxx has joined #ruby
Musashi007 has quit [Client Quit]
yatish27 has quit [Remote host closed the connection]
tildes has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
s2013 has joined #ruby
Breaking_Pitt has joined #ruby
s2013 has quit [Client Quit]
cold_zero has joined #ruby
CloCkWeRX has quit [Quit: Leaving.]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mistermocha has quit [Remote host closed the connection]
Breaking_Pitt has quit [Ping timeout: 240 seconds]
pawnbox has joined #ruby
johnny56_ has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
johnny56 has quit [Ping timeout: 264 seconds]
finisherr has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
benlieb has quit [Quit: benlieb]
sudoubuntu has joined #ruby
FastJack_ has quit [Quit: leaving]
JohnBat26|2 has joined #ruby
nocontrol has joined #ruby
nocontrol has quit [Ping timeout: 252 seconds]
User458764 has joined #ruby
nocontrol has joined #ruby
baweaver has joined #ruby
nocontrol has quit [Remote host closed the connection]
nocontrol has joined #ruby
finisherr has quit [Quit: finisherr]
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jenrzzz has joined #ruby
benlieb has joined #ruby
ascarter has quit [Read error: Connection reset by peer]
Jon31 has quit [Read error: Connection reset by peer]
davee__ has joined #ruby
baweaver has quit [Ping timeout: 250 seconds]
crameth has quit [Read error: Connection reset by peer]
scepticulous has joined #ruby
ascarter has joined #ruby
Cohedrin has joined #ruby
chipotle has joined #ruby
hightower2 has joined #ruby
rmulligan has quit [Ping timeout: 246 seconds]
pawnbox has joined #ruby
cpup has quit [Ping timeout: 248 seconds]
krz has quit [Ping timeout: 246 seconds]
nocontrol has quit [Remote host closed the connection]
cpup has joined #ruby
moos3 has joined #ruby
Guest71166 has quit [Ping timeout: 260 seconds]
ascarter has quit [Read error: Connection reset by peer]
krz has joined #ruby
pawnbox has quit [Ping timeout: 244 seconds]
ta_ has joined #ruby
Ropeney has quit [Read error: No route to host]
ascarter has joined #ruby
moos3 has quit [Ping timeout: 244 seconds]
helpa has quit [Ping timeout: 244 seconds]
nocontrol has joined #ruby
helpa has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
edwinvdgraaf has joined #ruby
ascarter has quit [Read error: Connection reset by peer]
ascarter has joined #ruby
duncannz has quit [Quit: Leaving]
tristanp has joined #ruby
nocontrol has quit [Ping timeout: 248 seconds]
sq271 has quit [Quit: leaving]
dtzuzu has quit [Ping timeout: 252 seconds]
mondok has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
sq271 has joined #ruby
blackmesa has joined #ruby
ramfjord has joined #ruby
jkahn has quit [Remote host closed the connection]
lxsameer has joined #ruby
tristanp has quit [Ping timeout: 264 seconds]
scepticulous has quit [Read error: Connection reset by peer]
nocontrol has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
codecop has joined #ruby
blackmesa has quit [Ping timeout: 248 seconds]
astrobun_ has quit [Remote host closed the connection]
sergey_makagon has joined #ruby
bluOxigen_ has quit [Ping timeout: 276 seconds]
blackgoat has quit [Quit: WeeChat 1.4]
nocontrol has quit [Ping timeout: 244 seconds]
scepticulous has joined #ruby
RegulationD has joined #ruby
hahuang61 has joined #ruby
firstdayonthejob has joined #ruby
cold_zero has quit [Ping timeout: 260 seconds]
mank has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
James1 has joined #ruby
CalvinKline is now known as TheGreatGudsby
joonty has joined #ruby
ReK2 has quit [Quit: Konversation terminated!]
sandelius has joined #ruby
bluOxigen has joined #ruby
RegulationD has quit [Ping timeout: 264 seconds]
DoubleMalt has joined #ruby
hahuang61 has quit [Ping timeout: 268 seconds]
Pupeno has joined #ruby
waxjar has left #ruby ["Textual IRC Client: www.textualapp.com"]
waxjar has joined #ruby
nocontrol has joined #ruby
SCHAAP137 has joined #ruby
parduse has quit [Ping timeout: 246 seconds]
nobitanobi has joined #ruby
rmulligan has joined #ruby
Pupeno has quit [Ping timeout: 250 seconds]
nocontrol has quit [Ping timeout: 260 seconds]
parduse has joined #ruby
lxsameer has quit [Ping timeout: 276 seconds]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rmulligan has quit [Ping timeout: 248 seconds]
pietr0 has quit [Read error: Connection reset by peer]
nocontrol has joined #ruby
cold_zero has joined #ruby
yfeldblum has quit [Ping timeout: 268 seconds]
lkba has quit [Remote host closed the connection]
Spami_ has joined #ruby
sarbs has quit [Ping timeout: 276 seconds]
Spami has quit [Ping timeout: 250 seconds]
sarbs has joined #ruby
nocontrol has quit [Ping timeout: 260 seconds]
johnny56_ is now known as johnny56
Dimik has quit [Ping timeout: 248 seconds]
swills has quit [Ping timeout: 240 seconds]
scepticulous has quit [Ping timeout: 268 seconds]
Devalo has joined #ruby
gokulnath has joined #ruby
snoobydoo has joined #ruby
Devalo has quit [Ping timeout: 268 seconds]
ta_ has quit [Remote host closed the connection]
jam___ has joined #ruby
jam_ has quit [Ping timeout: 246 seconds]
moos3 has joined #ruby
nocontrol has joined #ruby
bkxd has quit [Ping timeout: 260 seconds]
Couch has joined #ruby
mank has joined #ruby
yfeldblum has joined #ruby
mank has quit [Client Quit]
merida_ has quit [Remote host closed the connection]
merida has joined #ruby
nocontrol has quit [Ping timeout: 246 seconds]
mank has joined #ruby
moos3 has quit [Ping timeout: 276 seconds]
mank has quit [Client Quit]
mistermocha has joined #ruby
solocshaw has joined #ruby
dtzuzu has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
makknife has joined #ruby
tvw has joined #ruby
edwinvdgraaf has joined #ruby
TvL2386 has joined #ruby
Breaking_Pitt has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
scepticulous has joined #ruby
bkxd has joined #ruby
edwinvdg_ has joined #ruby
jam___ has quit []
dtzuzu has quit [Ping timeout: 246 seconds]
joonty has quit [Ping timeout: 250 seconds]
marr has joined #ruby
blackmesa has joined #ruby
edwinvdgraaf has quit [Ping timeout: 248 seconds]
Breaking_Pitt has quit [Ping timeout: 240 seconds]
Trynemjoel has quit [Ping timeout: 244 seconds]
makknife has quit [Remote host closed the connection]
Trynemjoel has joined #ruby
nocontrol has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
mark2 has joined #ruby
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nocontrol has quit [Ping timeout: 248 seconds]
valetudo has joined #ruby
sandelius has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
nocontrol has joined #ruby
valetudo has quit [Ping timeout: 252 seconds]
rmulligan has joined #ruby
tjbiddle_ has joined #ruby
tjbiddle has quit [Ping timeout: 240 seconds]
tjbiddle_ is now known as tjbiddle
marduk has joined #ruby
joonty has joined #ruby
crazydiamond has joined #ruby
firstdayonthejob has quit [Ping timeout: 276 seconds]
cold_zero has quit [Ping timeout: 260 seconds]
nofxx has quit [Ping timeout: 248 seconds]
rmulligan has quit [Ping timeout: 268 seconds]
blackmesa has joined #ruby
nobitanobi has quit [Remote host closed the connection]
pandaant has joined #ruby
Anderson69s has joined #ruby
saneax_AFK is now known as saneax
bluOxigen_ has joined #ruby
dasher^0_o has quit [Ping timeout: 244 seconds]
bluOxigen has quit [Ping timeout: 244 seconds]
Ishido has joined #ruby
nobitanobi has joined #ruby
tvw has quit [Remote host closed the connection]
dostoyev1ky has joined #ruby
j416_ has joined #ruby
nibbo_ has joined #ruby
unsymbol_ has joined #ruby
nobitanobi has quit [Ping timeout: 240 seconds]
gigetoo_ has joined #ruby
zenlot has joined #ruby
unsymbol has quit [Ping timeout: 240 seconds]
alem0lars has quit [Ping timeout: 240 seconds]
moos3 has joined #ruby
j416 has quit [Ping timeout: 240 seconds]
dostoyevsky has quit [Ping timeout: 240 seconds]
duoi has quit [Ping timeout: 240 seconds]
zenlot6 has quit [Ping timeout: 240 seconds]
gigetoo has quit [Ping timeout: 240 seconds]
nibbo has quit [Ping timeout: 240 seconds]
ytti has quit [Ping timeout: 240 seconds]
Platini has quit [Ping timeout: 240 seconds]
j416_ is now known as j416
duoi has joined #ruby
ytti has joined #ruby
Tharbakim has quit [Ping timeout: 240 seconds]
vircung has quit [Ping timeout: 240 seconds]
interpel1x has quit [Ping timeout: 240 seconds]
Cork has quit [Ping timeout: 240 seconds]
Pupeno has joined #ruby
interpelex has joined #ruby
gigetoo_ is now known as gigetoo
kushi has quit [Ping timeout: 240 seconds]
duoi has quit [Max SendQ exceeded]
FIGO_ has joined #ruby
duoi has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
valeri_ufo has quit [Ping timeout: 240 seconds]
Tharbakim has joined #ruby
vircung has joined #ruby
FIGO_ is now known as Platini
valeri_ufo has joined #ruby
alem0lars has joined #ruby
moos3 has quit [Ping timeout: 240 seconds]
elifoster has joined #ruby
mistermocha has joined #ruby
G has quit [Remote host closed the connection]
krz has quit [Ping timeout: 260 seconds]
Pupeno has quit [Ping timeout: 264 seconds]
benlieb has quit [Quit: benlieb]
Evey_Hammond has joined #ruby
dtzuzu has joined #ruby
jobewan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
saneax is now known as saneax_AFK
ytti has quit [Ping timeout: 240 seconds]
evie_hammond has quit [Ping timeout: 240 seconds]
Cork has joined #ruby
mistermocha has quit [Ping timeout: 268 seconds]
nobitanobi has joined #ruby
tristanp has joined #ruby
edwinvdg_ has quit [Remote host closed the connection]
moeabdol1 has joined #ruby
edwinvdgraaf has joined #ruby
elifoster|alt has joined #ruby
merida_ has joined #ruby
dtzuzu has quit [Ping timeout: 240 seconds]
elifoster has quit [Disconnected by services]
elifoster|alt is now known as elifoster
merida has quit [*.net *.split]
moeabdol has quit [*.net *.split]
_kfpratt has quit [*.net *.split]
devbug_ has quit [Ping timeout: 248 seconds]
ytti has joined #ruby
_kfpratt has joined #ruby
Uber|Dragon has quit [Ping timeout: 250 seconds]
tristanp has quit [Ping timeout: 246 seconds]
yfeldblum has quit [Ping timeout: 268 seconds]
scepticulous has quit [Ping timeout: 252 seconds]
saneax_AFK is now known as saneax
<phredus> hello hello anybody out there?
kfpratt has joined #ruby
s2013 has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
<sandelius> yepp
Anderson69s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
RegulationD has joined #ruby
<phredus> sandelius: hello, hey can I ask you a few quick ruby rails questions
<sandelius> sure, but you also have the #RubyOnRails channel
marduk has quit [Remote host closed the connection]
<phredus> sandelius: they are all asleep there, do you rails?
<sandelius> yeah
hahuang61 has joined #ruby
rmulligan has joined #ruby
saneax is now known as saneax_AFK
Gasher has joined #ruby
<phredus> should gem always be run as user or as root?
<phredus> also "gem pristine all" as root or as plain user?
ytti has quit [*.net *.split]
_kfpratt has quit [*.net *.split]
htmldrum1 has quit [Ping timeout: 240 seconds]
htmldrum2 has quit [Ping timeout: 248 seconds]
RegulationD has quit [Ping timeout: 260 seconds]
<sandelius> it depends on how you installed ruby
sepp2k has joined #ruby
<sandelius> are you using e.g rbenv or rvm as a user?
<sandelius> run ls -a in your homw folder and check if you se a .rbenv or .rvm folder
<phredus> sandelius: no I used my distros package manager to install ruby and then rails. it had to be root to use package manager
rmulligan has quit [Ping timeout: 248 seconds]
hahuang61 has quit [Ping timeout: 260 seconds]
<sandelius> phredus I would recommend that you use rbenv with https://github.com/fesplugas/rbenv-installer. then you install everything as user
DarkBushido has quit [Ping timeout: 276 seconds]
Apocalypse has quit [Ping timeout: 248 seconds]
<phredus> sandelius: I may have to end up doing that if I cant solve this issue
ytti has joined #ruby
<phredus> sandelius: Please look at these two errors "rails new plants" http://wklej.org/id/2160177 and rails s http://wklej.org/id/2160180
skade has joined #ruby
<sandelius> what ruby version are you using?
<phredus> I have 2.0 and 2.1 I am using 2.1.7p400
scepticulous has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
mistermocha has joined #ruby
KINGSABRI has quit [Quit: Leaving]
User458764 has joined #ruby
nocontrol has quit [Remote host closed the connection]
mistermocha has quit [Ping timeout: 244 seconds]
skade has quit [Ping timeout: 240 seconds]
scepticulous has quit [Ping timeout: 252 seconds]
pandaant has quit [Remote host closed the connection]
Musashi007 has joined #ruby
<phredus> sandelius: hello
<sandelius> ahh sry, was coding
<sandelius> first start and comment out spring from your gem file and run gem install
ytti has quit [*.net *.split]
nocontrol has joined #ruby
sandstrom has joined #ruby
skade has joined #ruby
Timba-as has joined #ruby
haraoka has quit [Ping timeout: 260 seconds]
marduk has joined #ruby
skade has quit [Excess Flood]
sergey_makagon has quit [Read error: Connection reset by peer]
sergey_makagon has joined #ruby
ytti has joined #ruby
uglybandersnatch has joined #ruby
JohnBat26|2 has quit [Quit: KVIrc 4.9.1 Aria http://www.kvirc.net/]
JohnBat26 has joined #ruby
Apocalypse has joined #ruby
<phredus> sandelius: ok I think you meant run "gem install spring", ok I did and error is: /usr/lib64/ruby/gems/2.1.0/gems/sass-rails-5.0.4/lib/sass/rails/helpers.rb:1:in `require': cannot load such file -- sass (LoadError)
gokulnath has quit [Ping timeout: 264 seconds]
<sandelius> not comment out string from you gemfile and after you done that run "gem install"
<phredus> and $ gem install spring$ gem install spring
<phredus> ERROR: While executing gem ... (TypeError)
<phredus> no implicit conversion of nil into String
<phredus> ERROR: While executing gem ... (TypeError)
<phredus> no implicit conversion of nil into String
<sandelius> no*
JohnBat26 has quit [Client Quit]
Breaking_Pitt has joined #ruby
ytti has quit [Ping timeout: 240 seconds]
uglybandersnatch has quit [Ping timeout: 268 seconds]
<phredus> ok, commented out spring from Gemfile, then ran: $ gem install
<phredus> ERROR: While executing gem ... (Gem::CommandLineError)
<phredus> Please specify at least one gem name (e.g. gem build GEMNAME)
djbkd has quit [Quit: My people need me...]
robbyoconnor has joined #ruby
JohnBat26 has joined #ruby
blackmesa has quit [Ping timeout: 276 seconds]
<phredus> sandelius: the error you are trouble shooting having to do with springs happens after "rails new" when creating the new app.
moos3 has joined #ruby
saneax_AFK is now known as saneax
Breaking_Pitt has quit [Ping timeout: 250 seconds]
James1 has quit [Quit: WeeChat 1.4]
Anderson69s has joined #ruby
SenpaiSilver has quit [Read error: Connection reset by peer]
moos3 has quit [Ping timeout: 250 seconds]
Musashi007 has quit [Quit: Musashi007]
SenpaiSilver has joined #ruby
Guest72543 has joined #ruby
darkf has quit [Quit: Leaving]
elifoster has quit [Ping timeout: 246 seconds]
edwinvdgraaf has joined #ruby
sandelius has quit [Quit: Textual IRC Client: www.textualapp.com]
ytti has joined #ruby
Devalo has joined #ruby
rmulligan has joined #ruby
ytti has quit [Ping timeout: 240 seconds]
ytti has joined #ruby
Devalo has quit [Ping timeout: 264 seconds]
lxsameer has joined #ruby
ytti has quit [Ping timeout: 240 seconds]
rmulligan has quit [Ping timeout: 250 seconds]
htmldrum_ has joined #ruby
htmldrum has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
crazydiamond has quit [Remote host closed the connection]
nobitanobi has quit [Remote host closed the connection]
mdw has joined #ruby
patrick-sartent has joined #ruby
rmulligan has joined #ruby
aganov has quit [Read error: Connection reset by peer]
htmldrum_ has quit [Ping timeout: 268 seconds]
htmldrum has quit [Ping timeout: 268 seconds]
ytti has joined #ruby
aganov has joined #ruby
blackmesa has joined #ruby
Anderson69s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
moos3 has joined #ruby
rmulligan has quit [Ping timeout: 264 seconds]
faelkle has joined #ruby
faelkle has joined #ruby
ytti has quit [Ping timeout: 240 seconds]
ytti has joined #ruby
User458764 has joined #ruby
<Gasher> hey, what's the thing I'm supposed to use instead of RVM?
johnmilton has joined #ruby
waxjar has quit [Ping timeout: 260 seconds]
Azure has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
benbro1 has left #ruby [#ruby]
digneety has joined #ruby
sdothum has joined #ruby
valetudo has joined #ruby
Pupeno has joined #ruby
ltp has quit [Ping timeout: 276 seconds]
sandstrom has quit [Quit: My computer has gone to sleep.]
ltp has joined #ruby
<patrick-sartent> NVM
FooMunki has joined #ruby
G has joined #ruby
<patrick-sartent> Kidding, you can try rbenv. https://github.com/rbenv/rbenv
faelkle has quit [Quit: leaving]
Pupeno has quit [Ping timeout: 248 seconds]
sdothum has quit [Ping timeout: 260 seconds]
fragtastic has quit [Excess Flood]
RedDwarf has joined #ruby
Zackio has quit [Ping timeout: 265 seconds]
sdothum has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
toretore has quit [Ping timeout: 244 seconds]
TheGreatGudsby has quit [Quit: You had my curiosity. But now you have my attention]
fragtastic has joined #ruby
futilegames has joined #ruby
mank has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mank has quit [Max SendQ exceeded]
mank has joined #ruby
<joonty> Gasher: or chruby
mank has quit [Client Quit]
TheGreatGudsby has joined #ruby
mank has joined #ruby
chipotle has quit [Quit: cheerio]
RedDwarf is now known as Zackio
mdw has quit [Quit: Sleeping Zzzzz]
Snowy has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
mistermocha has joined #ruby
dtzuzu has joined #ruby
mdw has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
rmulligan has joined #ruby
ramfjord has joined #ruby
s2013 has joined #ruby
sdothum has joined #ruby
dtzuzu has quit [Ping timeout: 276 seconds]
futilegames has quit [Quit: futilegames]
pawnbox has quit [Remote host closed the connection]
andywojo has quit [Ping timeout: 276 seconds]
pawnbox has joined #ruby
ramfjord has quit [Ping timeout: 244 seconds]
tristanp has quit [Ping timeout: 260 seconds]
nocontrol has quit []
rmulligan has quit [Ping timeout: 260 seconds]
chipotle has joined #ruby
RegulationD has joined #ruby
hahuang61 has joined #ruby
htmldrum_ has joined #ruby
htmldrum has joined #ruby
tk__ has joined #ruby
<Gasher> thanks
RegulationD has quit [Ping timeout: 264 seconds]
<Gasher> how to move a file?
qpls has quit [Ping timeout: 246 seconds]
hahuang61 has quit [Ping timeout: 264 seconds]
<Gasher> I can't find a method for that in File
gokulnath has joined #ruby
htmldrum_ has quit [Ping timeout: 264 seconds]
htmldrum has quit [Ping timeout: 264 seconds]
sinanislekdemir has joined #ruby
nobitanobi has joined #ruby
jottr has joined #ruby
<Gasher> ah, can just rename it
Trynemjoel has quit [Ping timeout: 264 seconds]
Trynemjoel has joined #ruby
sinanislekdemir is now known as sinan
patrick-sartent has quit [Quit: .]
joonty has quit [Ping timeout: 244 seconds]
Anderson69s has joined #ruby
sinan is now known as sinanislekdemir
Mon_Ouie has joined #ruby
rolha has joined #ruby
<rolha> hi everyone
<Gasher> hello
<rolha> (complete beginner to Ruby) how do I define a bracket method with 3 arguments in a class. I need Foo[1,2] = 3?
<rolha> I've tried defining def []=(k, v, d)
<rolha> but to no avail
<rolha> the use case is a matrix style setter, i.e. row 1 colum 2 equals 3
<sinanislekdemir> hi rolha, I believe what you are trying to use is
rmulligan has joined #ruby
<sinanislekdemir> like lets say class Test
<sinanislekdemir> and Test[1,2] = 3
bkxd has joined #ruby
<sinanislekdemir> therefore you can use "self" method there, like def self.[]=(a,b, val)
<rolha> sinanislekdemir: great, I'll try it. thanks!
minimalism has quit [Quit: minimalism]
tildes has quit [Ping timeout: 244 seconds]
rmulligan has quit [Ping timeout: 246 seconds]
edwinvdgraaf has quit [Remote host closed the connection]
JohnBat26 has quit [Remote host closed the connection]
swills has joined #ruby
mark2 has left #ruby ["PART ##javascript :PONG :adams.freenode.net"]
cold_zero has joined #ruby
cold_zero has quit [Client Quit]
nobitanobi has quit [Remote host closed the connection]
merida_ has quit [Remote host closed the connection]
edwinvdgraaf has joined #ruby
dc2 has quit [Ping timeout: 244 seconds]
rolha has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Lorn has quit [Changing host]
Lorn has joined #ruby
Queitsch has joined #ruby
drptbl has quit [Quit: See you later!]
Anderson69s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
drptbl has joined #ruby
Xiti has joined #ruby
r1nuz has quit [Changing host]
r1nuz has joined #ruby
chipotle has quit [Quit: cheerio]
mistermocha has joined #ruby
rolha has joined #ruby
lkba has joined #ruby
davee__ has quit [Ping timeout: 276 seconds]
andywojo has joined #ruby
rmulligan has joined #ruby
swills has quit [Ping timeout: 244 seconds]
sinanislekdemir has quit [Remote host closed the connection]
mistermocha has quit [Ping timeout: 250 seconds]
krz has joined #ruby
TheGreatGudsby has quit [Quit: You had my curiosity. But now you have my attention]
TheNet has joined #ruby
rmulligan has quit [Ping timeout: 250 seconds]
Mon_Ouie has quit [Ping timeout: 268 seconds]
halfamind has joined #ruby
yos7ph has joined #ruby
treaki_ has quit [Quit: Leaving]
saneax is now known as saneax_AFK
futilegames has joined #ruby
Anderson69s has joined #ruby
tildes has joined #ruby
stannard has joined #ruby
lxsameer has quit [Ping timeout: 276 seconds]
joonty has joined #ruby
dn` has quit [Quit: dn`]
futilegames has quit [Quit: futilegames]
LoneHermit has joined #ruby
dionysus69 has joined #ruby
Trynemjoel has quit [Ping timeout: 244 seconds]
kies has quit [Ping timeout: 244 seconds]
blackmesa has quit [Ping timeout: 244 seconds]
qpls has joined #ruby
leon_e has quit [Remote host closed the connection]
digneety has quit [Ping timeout: 260 seconds]
_blizzy_ has joined #ruby
chouhoulis has joined #ruby
LoneHermit has quit [Ping timeout: 252 seconds]
Trynemjoel has joined #ruby
chipotle has joined #ruby
rolha has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Pupeno has joined #ruby
B4daBing73 has joined #ruby
rippa has joined #ruby
marduk has quit [Remote host closed the connection]
rbennacer has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Tempesta has quit [Ping timeout: 276 seconds]
mwlang has joined #ruby
TheNet has quit [Quit: Textual IRC Client: www.textualapp.com]
silentpost has joined #ruby
dasher00 has joined #ruby
krz has quit [Ping timeout: 240 seconds]
kam270 has joined #ruby
j3r0 has joined #ruby
Anderson69s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rubie has joined #ruby
th0m_ has joined #ruby
swills has joined #ruby
`tim` has joined #ruby
stannard has quit [Remote host closed the connection]
rubie has quit [Ping timeout: 252 seconds]
stannard has joined #ruby
nobitanobi has joined #ruby
decaff has quit [Quit: WeeChat 0.4.2]
nobitanobi has quit [Remote host closed the connection]
treaki has joined #ruby
dome22xl has joined #ruby
yos7ph has quit [Quit: Leaving]
sudoubuntu has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
mdw has quit [Quit: Sleeping Zzzzz]
TomyLobo has joined #ruby
saneax_AFK is now known as saneax
saneax is now known as saneax_AFK
sdothum has joined #ruby
rmulligan has joined #ruby
stannard has quit [Remote host closed the connection]
dvinciguerra has joined #ruby
nobitanobi has joined #ruby
ChiefAlexander has joined #ruby
chipotle has quit [Quit: cheerio]
phredus has quit [Remote host closed the connection]
roshanavand has joined #ruby
mdw has joined #ruby
halfamind has quit [Read error: Connection reset by peer]
halfamind1 has joined #ruby
mank has quit [Quit: Textual IRC Client: www.textualapp.com]
jsaak has joined #ruby
mistermocha has joined #ruby
rmulligan has quit [Ping timeout: 276 seconds]
dtzuzu has joined #ruby
fexilal has joined #ruby
htmldrum_ has joined #ruby
htmldrum has joined #ruby
mistermo_ has joined #ruby
dn` has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
dtzuzu has quit [Ping timeout: 268 seconds]
htmldrum_ has quit [Ping timeout: 244 seconds]
htmldrum has quit [Ping timeout: 244 seconds]
mistermo_ has quit [Ping timeout: 240 seconds]
Anderson69s has joined #ruby
tristanp has quit [Ping timeout: 276 seconds]
saneax_AFK is now known as saneax
phredus has joined #ruby
cold_zero has joined #ruby
rolha has joined #ruby
<cold_zero> Hello. I try to find method that allows me to provide line of text and regular expression and return true or false whether there is match for some word in the given line for given regex
RegulationD has joined #ruby
<cold_zero> may be you know something like this
hahuang61 has joined #ruby
rolha has quit [Client Quit]
<cold_zero> I'm thinking about just split line in words and do matching based on words, but I wonder may be there is a std library solution because it will be more performant
phredus has quit [Remote host closed the connection]
Karix has joined #ruby
abort has quit [Quit: leaving]
abort has joined #ruby
RegulationD has quit [Ping timeout: 240 seconds]
stannard has joined #ruby
idle_task has joined #ruby
idletask has quit [Ping timeout: 260 seconds]
Anderson69s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
\pub\bash0r_ is now known as \pub\bash0r
hxegon has joined #ruby
\pub\bash0r has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
hahuang61 has quit [Ping timeout: 248 seconds]
\pub\bash0r has joined #ruby
\pub\bash0r has left #ruby [#ruby]
fullofcaffeine has joined #ruby
saneax is now known as saneax_AFK
<Ox0dea> cold_zero: https://eval.in/542290
floatingpoint has joined #ruby
<cold_zero> is it working for ruby v 2.2
<cold_zero> ?
smathy has joined #ruby
maxagaz has joined #ruby
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<maxagaz> hi
rolha has joined #ruby
<maxagaz> to see the keys of a hash, I do data_hash.keys, but how to know the other options I have than .keys ? where is it listed ?
<Ox0dea> >> Hash.instance_methods # maxagaz
<jottr> Hi all. I'm still struggling with using CSV::Table.delete_if . Not sure what I am doing wrong. https://git.io/vajU Maybe someone could have a look?
systemsgotyou has quit [Ping timeout: 244 seconds]
systemsgotyou has joined #ruby
<smathy> Day 6 of the jottr Chronicles: The Lost URL.
dvinciguerra has quit [Ping timeout: 252 seconds]
<Ox0dea> jottr: You want `found.any?`.
polysics has joined #ruby
idle_task is now known as idletask
<smathy> Ox0dea, found is an ARelation ;)
sandstrom has joined #ruby
<Ox0dea> $ ruby -r active_record -e 'p ActiveRecord::Relation.instance_methods.include? :any?'
<Ox0dea> true
<Ox0dea> Yay, Ruby!
codecop has quit [Remote host closed the connection]
ChiefAlexander has quit [Remote host closed the connection]
bry4n has joined #ruby
chipotle has joined #ruby
<smathy> Ox0dea, sorry, yeah, I just meant it could be just `found.where ... ` and would just add it to a single query.
skweek has joined #ruby
skweek has quit [Remote host closed the connection]
davee__ has joined #ruby
trinaldi has joined #ruby
jak has joined #ruby
<Ox0dea> smathy: Ah, yeah, that'd be the better fix.
ChiefAlexander has joined #ruby
Gasher has quit [Read error: Connection reset by peer]
uglybandersnatch has joined #ruby
Gasher has joined #ruby
kobain has joined #ruby
treehug88 has joined #ruby
cdg has joined #ruby
silentpost has quit [Ping timeout: 268 seconds]
rmulligan has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
<smathy> FYI, I pointed jottr to a few freelance hiring services because he has no real interest in learning ruby, just wants someone to fix his stuff for him.
uglybandersnatch has quit [Ping timeout: 264 seconds]
<jottr> smathy: god
<jottr> smathy: Don't put words in my mouth
<smathy> jottr, putting words in your mouth would have been something like: he said that he has no interest in learning ruby. I didn't do that, I expressed my conclusion about your interests.
jobewan has joined #ruby
Mon_Ouie has joined #ruby
<jottr> smathy: Well. Since you don't know me, I can only ask yo to not jump to conclusions out of a few chat messages on irc.
adam| is now known as adam
adam is now known as adam12
<cold_zero> is there any difference between Regexp::new and Regexp::.compile ? The result looks identical for me
dionysus69 has quit [Ping timeout: 252 seconds]
<jottr> I told you I'm working through the koans, and doing exercism exercises. But it all takes time...
rmulligan has quit [Ping timeout: 244 seconds]
<smathy> cold_zero, check the docs, it tells you.
<cold_zero> haha
<cold_zero> indeed
<smathy> :)
* apeiros wonders whether he's actually used Regexp.new in code at all
<shevy> I think I have not myself either
<smathy> I use it when I want to do Regexp.escape on a string.
<shevy> I tend to favour things like:
<shevy> regex_to_use = /foo bar/
<shevy> if input =~ regex_to_use
mistermocha has joined #ruby
<apeiros> smathy: how do you mean?
freerobby has joined #ruby
<apeiros> Regexp.new(Regexp.escape(string)) - like that?
threh has joined #ruby
crazydiamond has joined #ruby
krz has joined #ruby
freerobby has quit [Client Quit]
Pupeno has quit [Read error: Connection reset by peer]
Pupeno has joined #ruby
mank has joined #ruby
roshanavand has quit [Quit: This computer has gone to sleep]
mistermo_ has joined #ruby
<jottr> Just saw your pointer Ox0dea. thx for that
htmldrum has joined #ruby
htmldrum_ has joined #ruby
Guest-ru has quit [Remote host closed the connection]
B4daBing73 has quit [Quit: Leaving]
CasBaIT has joined #ruby
davee__ has quit [Quit: Leaving]
CasBaIT has quit [Client Quit]
mistermo_ has quit [Ping timeout: 260 seconds]
Devalo has joined #ruby
mistermocha has quit [Remote host closed the connection]
skweek has joined #ruby
<jottr> hehe
sinanislekdemir has joined #ruby
htmldrum_ has quit [Ping timeout: 240 seconds]
htmldrum has quit [Ping timeout: 250 seconds]
mary5030 has joined #ruby
mdw has joined #ruby
mary5030 has quit [Remote host closed the connection]
LoneHermit has joined #ruby
TvL2386 has quit [Quit: Ex-Chat]
mary5030 has joined #ruby
jackdan has joined #ruby
fullofca_ has joined #ruby
<theRoUS> i need to implement a work-conserving job queue mechanism with two work slots, with a dispatcher that assigns jobs to the slots as they become idle and then exits when the queue (and slots) are empty.
Devalo has quit [Ping timeout: 264 seconds]
<theRoUS> is eventmachine a good match for that?
solars has quit [Quit: WeeChat 0.4.2]
<jackdan> hi guys, i have an array like this [ [1, 3], [2, 1] ] and i want compute the maximum values out of them and get a result like this [2, 3]
<jackdan> the maximum of each column if you look at it as a matrix
mdw_ has joined #ruby
User458764 has joined #ruby
Queitsch has quit [Ping timeout: 252 seconds]
cdg_ has joined #ruby
fullofcaffeine has quit [Ping timeout: 260 seconds]
threh has quit [Ping timeout: 246 seconds]
cdg has quit [Ping timeout: 248 seconds]
mdw has quit [Ping timeout: 276 seconds]
LoneHermit has quit [Ping timeout: 260 seconds]
nofacade has joined #ruby
ChiefAlexander has quit [Remote host closed the connection]
sinanislekdemir has quit [Remote host closed the connection]
ChiefAlexander has joined #ruby
<Papierkorb> >> m = [[1,3], [2,1]]; m.map{|a| a.sort.last}
Anderson69s has joined #ruby
<adaedra> rho, Papierkorb.
<adaedra> We're modern, we've Array#max
<Papierkorb> adaedra: oh, yeah, no idea why I didn't use that
slawrence00 has joined #ruby
<adaedra> >> [[1,3],[2,1]].map(&:map)
<Ox0dea> Wat.
<adaedra> er.
<adaedra> &:max*
<Ox0dea> Missing a #transpose as well.
<adaedra> and ruby[bot]'s down again.
<adaedra> Ah yes, here is the missing piece.
<adaedra> apeiros: your bot has escaped!
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rubie has joined #ruby
diegoaguilar has joined #ruby
diegoaguilar has quit [Max SendQ exceeded]
_blizzy_ has quit [Quit: Leaving]
tjbiddle has joined #ruby
diegoaguilar has joined #ruby
alexherbo2 has quit [Ping timeout: 248 seconds]
griffindy has joined #ruby
maxagaz has quit [Ping timeout: 264 seconds]
dionysus69 has joined #ruby
mank has quit [Quit: Textual IRC Client: www.textualapp.com]
Queitsch has joined #ruby
joonty has quit [Ping timeout: 244 seconds]
threh has joined #ruby
mdw_ has quit [Ping timeout: 268 seconds]
raeoks has joined #ruby
ramfjord has joined #ruby
mdw has joined #ruby
siaw has joined #ruby
mdw has quit [Client Quit]
maxagaz has joined #ruby
<maxagaz> when I list the keys of my hash with "pp obj.keys", I get keys like this %u9E80, how can I convert it to the real character ?
Xiti has quit [Quit: Xiti]
ramfjord has quit [Ping timeout: 248 seconds]
<smathy> maxagaz, !gist your console session showing the hash and this output.
<ytti> maxagaz, what was your expected output?
Anderson69s has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<ytti> maxagaz, what do you expect %u9E80 to be?
<maxagaz> ytti, %u9E80 is the code of a Chinese character
dikaio has joined #ruby
<maxagaz> the unicode
Dreamer3_ has quit [Quit: Computer has gone to sleep.]
rolha has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mank has joined #ruby
rolha has joined #ruby
freerobby has joined #ruby
mank has quit [Client Quit]
<ytti> maxagaz, http://p.ip.fi/SBc_
tk__ has quit [Quit: ばいばい]
mank has joined #ruby
<ytti> maxagaz, are you sure you're actualling making the key 麀
Xiti has joined #ruby
<ytti> maxagaz, i suspect you're making the key %u9E80 verbatim
ruby[bot] has joined #ruby
joonty has joined #ruby
<apeiros> adaedra: thanks for the ping
<adaedra> apeiros: yw
<maxagaz> ytti, the key is %u9E8, but I'd like to switch it to it's actual character 麀
Azure has joined #ruby
stunder001 has joined #ruby
<apeiros> >> 0x9e80.chr('utf-8') # maxagaz
<ruby[bot]> apeiros: # => "麀" (https://eval.in/542315)
<ytti> was aobout to say "%u9E80"[2..-1].to_i(16).chr('utf-8')
* apeiros prefers [2,4]
Trynemjoel has quit [Ping timeout: 264 seconds]
<apeiros> depending on whether the full string is just a single character or not, I'd use gsub instead of []
ecnalyr has joined #ruby
lxsameer has joined #ruby
rmulligan has joined #ruby
<adaedra> String#[] is more #sub than #gsub
<ytti> maxagaz, http://p.ip.fi/klNd
<Ox0dea> >> '' << 'u%9e80'[/\h+/].hex
<ruby[bot]> Ox0dea: # => "麀" (https://eval.in/542316)
<apeiros> maybe I didn't express myself clearly. if the string is potentially multiple %u sequences, I'd use gsub.
halfamind1 has quit [Read error: Connection reset by peer]
halfamind has joined #ruby
<Ox0dea> Who wouldn't?
Trynemjoel has joined #ruby
loincloth has joined #ruby
rmulligan has quit [Ping timeout: 244 seconds]
KensoDev has joined #ruby
symm- has joined #ruby
rkazak has joined #ruby
hotpancakes has joined #ruby
bkxd has quit [Ping timeout: 268 seconds]
Gasher has quit [Quit: Konversation terminated!]
speakingcode is now known as vongripper
vongripper is now known as vongrippen
Gasher has joined #ruby
maxagaz has quit [Ping timeout: 244 seconds]
vongrippen is now known as syliddar
moos3 has quit [Ping timeout: 268 seconds]
RegulationD has joined #ruby
nando293921 has joined #ruby
syliddar has quit [Disconnected by services]
jpfuentes2 has joined #ruby
speakingcode has joined #ruby
Trynemjoel has quit [Ping timeout: 244 seconds]
speakingcode is now known as joshlewis
jottr has quit [Ping timeout: 244 seconds]
joshlewis is now known as speakingcode
Azure has quit [Read error: Connection reset by peer]
Trynemjoel has joined #ruby
rubie has quit [Remote host closed the connection]
halfamind has quit [Read error: Connection reset by peer]
halfamind has joined #ruby
car has joined #ruby
Mon_Ouie has quit [Ping timeout: 248 seconds]
rubie has joined #ruby
diegoaguilar has quit [Ping timeout: 248 seconds]
Uber|Dragon has joined #ruby
dc2 has joined #ruby
dtzuzu has joined #ruby
pawnbox has quit [Remote host closed the connection]
rolha has quit [Remote host closed the connection]
rolha has joined #ruby
polishdub has joined #ruby
Mon_Ouie has joined #ruby
pawnbox has joined #ruby
skweek has quit [Ping timeout: 250 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
htmldrum has joined #ruby
speakingcode is now known as knuckolls
htmldrum_ has joined #ruby
knuckolls is now known as speakingcode
mank has quit [Quit: Textual IRC Client: www.textualapp.com]
jackjackdripper has joined #ruby
matp has quit [Remote host closed the connection]
rmulligan has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
dtzuzu has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
babblebre has joined #ruby
hxegon has quit [Quit: PEACE OUT]
swills has quit [Ping timeout: 260 seconds]
htmldrum_ has quit [Ping timeout: 244 seconds]
mank has joined #ruby
htmldrum has quit [Ping timeout: 260 seconds]
mank has quit [Max SendQ exceeded]
fullofcaffeine has joined #ruby
Uber|Dragon has quit [Quit: No Reason]
mank has joined #ruby
raeoks has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
codecop has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
tristanp has quit [Ping timeout: 252 seconds]
rmulligan has quit [Ping timeout: 260 seconds]
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pietr0 has joined #ruby
amclain has joined #ruby
LoneHerm_ has joined #ruby
fullofca_ has quit [Ping timeout: 252 seconds]
halfamind has quit [Read error: Connection reset by peer]
halfamind has joined #ruby
halfamind1 has joined #ruby
halfamind has quit [Read error: Connection reset by peer]
Es0teric has joined #ruby
nano- has quit [Ping timeout: 248 seconds]
nano- has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
hahuang61 has joined #ruby
krz has quit [Read error: Connection reset by peer]
kam270 has quit [Ping timeout: 252 seconds]
krz has joined #ruby
Trynemjoel has quit [Ping timeout: 264 seconds]
halfamind1 has quit [Read error: Connection reset by peer]
jackjackdripper has quit [Quit: Leaving.]
halfamind has joined #ruby
jackjackdripper has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
nando293921 has quit [Ping timeout: 244 seconds]
pawnbox has quit [Remote host closed the connection]
dhollinger has joined #ruby
tlarevo has joined #ruby
tlarevo has quit [Client Quit]
pawnbox has joined #ruby
SCHAAP137 has quit [Remote host closed the connection]
Trynemjoel has joined #ruby
dc2 has quit [Ping timeout: 246 seconds]
chouhoulis has quit [Remote host closed the connection]
lxsameer has quit [Ping timeout: 260 seconds]
dvinciguerra has joined #ruby
s_aly has joined #ruby
s_aly has left #ruby ["Leaving"]
d0nn1e has quit [Ping timeout: 260 seconds]
d0nn1e has joined #ruby
Es0teric has quit [Quit: Computer has gone to sleep.]
cold_zero has quit [Quit: Ex-Chat]
halfamind has quit [Read error: Connection reset by peer]
halfamind has joined #ruby
rmulligan has joined #ruby
skweek has joined #ruby
Azure has joined #ruby
dvinciguerra has quit [Ping timeout: 268 seconds]
glcx has joined #ruby
diegoaguilar has joined #ruby
polysics has quit []
blandflakes has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
shinnya has joined #ruby
diegoaguilar has quit [Read error: Connection reset by peer]
aganov has quit [Remote host closed the connection]
rmulligan has quit [Ping timeout: 268 seconds]
Snowy has quit [Quit: ragequit]
fullofca_ has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
drewbro has joined #ruby
ecnalyr has quit []
marxarelli has joined #ruby
rbennace_ has joined #ruby
firstdayonthejob has joined #ruby
speakingcode is now known as barackobama
barackobama is now known as speakingcode
freerobby has quit [Quit: Leaving.]
rkazak has quit [Ping timeout: 244 seconds]
skweek has quit [Ping timeout: 248 seconds]
fullofcaffeine has joined #ruby
rbennacer has quit [Ping timeout: 260 seconds]
Jardayn has joined #ruby
hightower3 has joined #ruby
nobitanobi has quit [Remote host closed the connection]
fullofca_ has quit [Ping timeout: 246 seconds]
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
moos3 has joined #ruby
Bounga has joined #ruby
weemsledeux has joined #ruby
hightower2 has quit [Ping timeout: 260 seconds]
David27 has joined #ruby
<n1colas> Hello
symm- has quit [Ping timeout: 246 seconds]
hotpancakes has quit []
moos3 has quit [Ping timeout: 240 seconds]
DoubleMalt has joined #ruby
x77686d has joined #ruby
matp has joined #ruby
<smathy> theRoUS, eventmachine is more about IO. Sounds like you need a job queue setup like sidekiq with two workers.
gokulnath has quit [Ping timeout: 260 seconds]
Azure has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<x77686d> Does anybody know if given '/(?<g>.)(?<g>.)/ =~ "ab" ', $~["g"] is guaranteed to be "b".
<x77686d> ?
Jardayn has quit [Read error: Connection reset by peer]
<smathy> apeiros, sorry, just saw your question from earlier, yes, like Regexp.new(Regexp.escape(string))
PaulCapestany has quit [Remote host closed the connection]
benlieb has joined #ruby
<apeiros> smathy: np. I see. I think I'd use /#{Regexp.escape(string})/, but I can see how one could prefer Regexp.new over that.
<smathy> x77686d, yes, later matches override earlier ones.
jottr has joined #ruby
PaulCapestany has joined #ruby
maletor has joined #ruby
gokulnath has joined #ruby
<smathy> apeiros, yeah, just because of the noise in that. I (seriously) often go looking for Perl's \Q in the ruby docs, sure that I *must* have missed it last time ;)
waxxy has joined #ruby
sergey_makagon has quit []
shinnya has quit [Ping timeout: 264 seconds]
silentpost has joined #ruby
waxxy has quit [Client Quit]
mank has quit [Quit: Textual IRC Client: www.textualapp.com]
mistermocha has joined #ruby
symm- has joined #ruby
tommd has joined #ruby
<x77686d> smathy: Thx!
mdw has joined #ruby
tristanp has joined #ruby
htmldrum has joined #ruby
htmldrum_ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
jobewan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tristanp has joined #ruby
rcvalle has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
skweek has joined #ruby
Couch has quit [Ping timeout: 260 seconds]
Devalo has joined #ruby
htmldrum_ has quit [Ping timeout: 240 seconds]
htmldrum has quit [Ping timeout: 244 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
sneakerhax has joined #ruby
chipotle_ has joined #ruby
Devalo has quit [Ping timeout: 264 seconds]
kies has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
Es0teric has joined #ruby
sdothum has joined #ruby
codecop has quit [Remote host closed the connection]
ericli has joined #ruby
skweeke has joined #ruby
Gasher^ has joined #ruby
chipotle has quit [Ping timeout: 248 seconds]
sdothum has quit [Client Quit]
nofxx has joined #ruby
nofxx has joined #ruby
Gasher has quit [Ping timeout: 260 seconds]
LoneHerm_ has joined #ruby
<Ox0dea> >> /(?<g>.)(?<g>.)/ =~ "ab"; $~
<ruby[bot]> Ox0dea: # => #<MatchData "ab" g:"a" g:"b"> (https://eval.in/542341)
<Ox0dea> The earlier one is still in there, though; how do we get hold of it?
drptbl has quit [Ping timeout: 244 seconds]
sdothum has joined #ruby
diegoaguilar has joined #ruby
joonty has quit [Ping timeout: 264 seconds]
troulouliou_div2 has joined #ruby
LoneHerm_ has quit [Ping timeout: 252 seconds]
<smathy> Ox0dea, .captures.first
swills has joined #ruby
Dimik has joined #ruby
futilegames has joined #ruby
thenextmogul has quit [Quit: Connection closed for inactivity]
dionysus69 has quit [Quit: dionysus69]
Antiarc_ has joined #ruby
Antiarc_ has quit [Remote host closed the connection]
<x77686d> Is a there name for a group of semicolon-separated expressions in parentheses, like (f; g; h)? I'm inclined to call it a compound expression but I'm wondering if there's a widely-used term for that construct.
<Ox0dea> smathy: Anticlimactic.
davee_ has joined #ruby
<Ox0dea> x77686d: That sounds about right. Best avoided, though.
<x77686d> Here's an example: while (print "? "; line = gets) Can you avoid it there?
ChiefAlexander has quit [Remote host closed the connection]
maletor has quit [Quit: Computer has gone to sleep.]
choke has joined #ruby
<eam> x77686d: yes, you put that code in a method
<apeiros> while get_input; … end
moeabdol1 has quit [Ping timeout: 244 seconds]
<eam> the answer to pretty much every "that's complex" issue is "use a method to structure things"
s2013 has joined #ruby
jottr has quit [Remote host closed the connection]
s2013 has quit [Client Quit]
<smathy> Ox0dea, I bet you were hoping ['g'].first would work.
chipotle_ is now known as chipotle
<Ox0dea> smathy: Or, well, it'd be interesting if $~.named_captures had conflict resolution.
<Ox0dea> It's obviously egregious here, but Hash#conflict_proc would be interesting.
tildes has quit [Ping timeout: 248 seconds]
Es0teric has quit [Quit: Computer has gone to sleep.]
perlgod has joined #ruby
perlgod has quit [Client Quit]
futilegames has quit [Quit: futilegames]
Pupeno has quit [Quit: Leaving...]
car has quit [Quit: Leaving]
moos3 has joined #ruby
hackerdude has joined #ruby
sandstrom has joined #ruby
<smathy> I hate you.
gokulnath has quit [Ping timeout: 240 seconds]
<Ox0dea> But... Hash#default_proc exists and Hash#merge supports conflict resolution.
<Ox0dea> I don't see why those things shouldn't make a baby.
jackjackdripper has quit [Quit: Leaving.]
jgt has joined #ruby
akkad has quit [Quit: Emacs must have died]
nando293921 has joined #ruby
nofxx has quit [Ping timeout: 268 seconds]
Timba-as has quit [Quit: Be back later ...]
nofxx has joined #ruby
jackjackdripper has joined #ruby
rbennace_ has quit [Remote host closed the connection]
s2013 has joined #ruby
djellemah_ has joined #ruby
rbennacer has joined #ruby
skweeke has quit [Ping timeout: 244 seconds]
skweek has quit [Ping timeout: 268 seconds]
djellemah_ has quit [Client Quit]
rbennacer has quit [Remote host closed the connection]
djellemah_ has joined #ruby
rbennacer has joined #ruby
<shevy> lol
chouhoulis has joined #ruby
chouhoulis has quit [Remote host closed the connection]
perturbation has joined #ruby
chouhoulis has joined #ruby
polishdub has quit [Quit: Leaving]
griffindy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Kruppe has quit [Ping timeout: 244 seconds]
Kruppe has joined #ruby
`tim` has joined #ruby
intrigueD has joined #ruby
dtzuzu has joined #ruby
mistermocha has joined #ruby
jero_ has joined #ruby
FooMunki has quit [Quit: FooMunki]
FooMunki has joined #ruby
htmldrum has joined #ruby
htmldrum_ has joined #ruby
j3r0 has quit [Ping timeout: 276 seconds]
jottr has joined #ruby
ramfjord has joined #ruby
dtzuzu has quit [Ping timeout: 252 seconds]
mistermocha has quit [Ping timeout: 250 seconds]
Karix has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dopie has joined #ruby
teotwaki has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
htmldrum_ has quit [Ping timeout: 276 seconds]
htmldrum has quit [Ping timeout: 264 seconds]
nofxx has quit [Ping timeout: 244 seconds]
halfamind has quit [Quit: Leaving.]
Karix has joined #ruby
nofxx has joined #ruby
nofxx has quit [Changing host]
nofxx has joined #ruby
ljames has joined #ruby
raeoks has joined #ruby
ascarter has joined #ruby
ixti has quit [Quit: WeeChat 1.4]
hahuang61 has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
LoneHermit has joined #ruby
n1colas has quit [Quit: WeeChat 1.4]
troulouliou_div2 has quit [Quit: Leaving]
n1colas has joined #ruby
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
elifoster has joined #ruby
yfeldblum has joined #ruby
jero__ has joined #ruby
jero_ has quit [Ping timeout: 240 seconds]
<shevy> man
<shevy> now I need a typical day for ruby
Trynemjoel has quit [Ping timeout: 244 seconds]
Outlastsheep has quit [Ping timeout: 264 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
Eiam_ has joined #ruby
LoneHermit has quit [Ping timeout: 248 seconds]
<jackdan> i dont understand taht shit
Trynemjoel has joined #ruby
freerobby has joined #ruby
choke has joined #ruby
<shevy> jackdan it was in the context of http://blog.christoffer.me/no-we-havent-forgotten-how-to-code-javascript-just-needs-to-become-a-better-language/ - I only found the picture weird but I want some cool one for ruby developers
<smathy> I guess they spend their day overcoming hurdles?
<Ox0dea> > I see us JavaScript developers as hurdle-runners where every 30 seconds we need to jump over a new obstacle.
Eiam_ has quit [Read error: Connection reset by peer]
<shevy> I wouldn't know a thing about how javascript developers feel
Eiam_ has joined #ruby
Eiam_ has quit [Client Quit]
<jackdan> i remember some video with a slim girl representing ruby
jottr has quit [Remote host closed the connection]
<jackdan> and some office dude with jars representing java
<manveru> that's pretty much how i feel when i write js...
<smathy> My only thought from all that azer stuff was, "Seriously, 2016 and JS *still* has no sprintf?"
<jackdan> manveru: you feel like a slim girl?
<manveru> this :P
<manveru> uhm... sometimes
Jonah11_ has joined #ruby
<manveru> i meant more the hurdle thing with js
<manveru> when you need to add a polyfill just to use Array.find
<manveru> or to compare two timestamps
<manveru> or have to support i18n in safari and IE
lkba has quit [Ping timeout: 246 seconds]
sinanislekdemir has joined #ruby
boontdustie has joined #ruby
Jonah11_ has quit [Client Quit]
ChiefAlexander has joined #ruby
davee_ has quit [Ping timeout: 250 seconds]
<manveru> oh well, i just wish JS didn't feel so much like someone wrapped a stripped-down version of scheme into ugly syntax and called it a day
JohnBat26 has joined #ruby
<Ox0dea> *week
<jackdan> ruby holds the true power of OOP
<jackdan> why not opal manveru ?
Bounga has quit [Ping timeout: 260 seconds]
<manveru> because i'd have to teach my team opal? :P
<jackdan> o you have a team
<manveru> leaky abstractions and such
<jackdan> wait arent you like in japan
codecop has joined #ruby
<jackdan> where everyone is a master in ruby
rolha_ has joined #ruby
djbkd has joined #ruby
<jackdan> "ooo rubbbyyyy, naissaaaaa"
<manveru> no... it's been years since i was in japan
drewbro has quit [Ping timeout: 276 seconds]
<manveru> and even there i mostly worked for US companies
<manveru> how do you know that anyway :)
nando293921 has quit [Ping timeout: 246 seconds]
<smathy> I can actually understand i18n and date stuff much better, sprintf is part of the C's stdlib, there's almost zero technical barrier to adding it into JS.
ChiefAlexander has quit [Ping timeout: 244 seconds]
rolha has quit [Ping timeout: 260 seconds]
elifoster has quit [Ping timeout: 244 seconds]
ramfjord_ has joined #ruby
drewbro has joined #ruby
<manveru> i18n was actually added by every browser but safari
<smathy> I mean, it's such a ridiculous joke, that string formatting is harder in JS than C
<apeiros> javascript i18n? what did I miss?
djbkd has quit [Remote host closed the connection]
<Ox0dea> In fairness, Eich did want LiveScript to be a Scheme dialect, and Scheme is pretty barebones out of the box.
<Ox0dea> See: SRFI 1.
djbkd has joined #ruby
jottr has joined #ruby
edwinvdgraaf has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
roshanavand has joined #ruby
<smathy> Where it began doesn't justify, in 2016, that it still doesn't have it.
rbennace_ has joined #ruby
maletor has joined #ruby
<manveru> i still wonder if it was supposed to bring self to the browser
djellemah_ has quit [Ping timeout: 268 seconds]
<manveru> did eich ever write about that?
<manveru> smathy: exactly
<smathy> It's not like bloating out a browser could possibly be a concern anymore.
ss_much has joined #ruby
joonty has joined #ruby
djbkd has quit [Ping timeout: 246 seconds]
rbennacer has quit [Ping timeout: 276 seconds]
hahuang61 has joined #ruby
<manveru> found it
NinjaPanzer has joined #ruby
<jackdan> manveru: i log this channel and collect personal information
fdisc has quit [Quit: Leaving]
<jackdan> people mention stuff where they live and such
<manveru> neat :)
<manveru> well, update it to germany
ascarter_ has joined #ruby
<jackdan> together with the refugees
<manveru> they leave nearby too
<manveru> *live
<jackdan> go feed them
David27 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
jackjackdripper1 has joined #ruby
ascarter has quit [Read error: Connection reset by peer]
snoobydoo has quit [Quit: Lost terminal]
<jackdan> i used to feed ducks in gemrany with weissbrot
bronson has joined #ruby
uglybandersnatch has joined #ruby
<jackdan> now that i think off, what do ducks eat normally? white bread must be a high calorie diet
ascarter_ has quit [Client Quit]
raeoks has quit [Quit: Textual IRC Client: www.textualapp.com]
jackjackdripper has quit [Ping timeout: 264 seconds]
sandstrom has quit [Quit: My computer has gone to sleep.]
NinjaPanzer has quit [Quit: Textual IRC Client: www.textualapp.com]
uglybandersnatch has quit [Ping timeout: 250 seconds]
JohnBat26 has quit [Read error: Connection reset by peer]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ascarter has joined #ruby
JohnBat26 has joined #ruby
<manveru> usually they eat insects and small fish and also various kinds of grass
Musashi007 has joined #ruby
futilegames has joined #ruby
spider-mario has joined #ruby
NinjaPanzer has joined #ruby
<manveru> so yes, you probably shouldn't feed them much bread
ych has joined #ruby
tvw has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
NinjaPanzer has quit [Client Quit]
djbkd has joined #ruby
NinjaPanzer has joined #ruby
roshanavand has quit [Quit: This computer has gone to sleep]
polyidus has joined #ruby
andywojo has quit [Ping timeout: 276 seconds]
ChiefAlexander has joined #ruby
<shevy> jackdan: nope it is confirmed, they eat bread https://www.youtube.com/watch?v=M9hgGWP7sTw
maletor has quit [Quit: Computer has gone to sleep.]
<shevy> after all, they have small underwater bakeries for a reason
superfox_il_volp has joined #ruby
rolha_ has quit [Remote host closed the connection]
<eam> unless you're trying to fatten 'em up
rolha has joined #ruby
<Ox0dea> Then you force-feed them lard. :(
kirillzh has joined #ruby
joonty has quit [Quit: Leaving]
Musashi007 has quit [Quit: Musashi007]
polyidus has quit [Quit: Textual IRC Client: www.textualapp.com]
ascarter_ has joined #ruby
bronson has quit [Remote host closed the connection]
mistermocha has joined #ruby
drptbl has joined #ruby
ascarter has quit [Read error: Connection reset by peer]
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<eam> Ox0dea: thought they just force-fed corn
bronson has joined #ruby
mdw has joined #ruby
cdg_ has quit [Remote host closed the connection]
htmldrum has joined #ruby
htmldrum_ has joined #ruby
Mon_Ouie has quit [Ping timeout: 264 seconds]
tjohnson has joined #ruby
kirillzh has quit [Quit: Textual IRC Client: www.textualapp.com]
<Ox0dea> Well, there's no disputing that.
User458764 has joined #ruby
Devalo has joined #ruby
dhollinger has quit [Quit: WeeChat 1.4]
<smathy> Mmmm, foie gras.
futilegames has quit [Quit: futilegames]
<Ox0dea> "Gavage" sounds like a clothing line.
hahuang61 has quit [Quit: WeeChat 1.4]
mistermocha has quit [Ping timeout: 250 seconds]
nogic has joined #ruby
JohnBat26 has quit [Read error: Connection reset by peer]
nogic has quit [Max SendQ exceeded]
JohnBat26 has joined #ruby
nogic has joined #ruby
nogic has quit [Max SendQ exceeded]
agentmeerkat has quit [Ping timeout: 240 seconds]
<theRoUS> smathy: thanks!
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
htmldrum_ has quit [Ping timeout: 248 seconds]
htmldrum has quit [Ping timeout: 248 seconds]
`tim` has joined #ruby
djellemah_ has joined #ruby
ramfjord_ has quit [Ping timeout: 264 seconds]
Devalo has quit [Ping timeout: 264 seconds]
mary5030 has quit [Remote host closed the connection]
mary5030 has joined #ruby
djbkd has quit [Quit: My people need me...]
jgt1 has joined #ruby
tribals has joined #ruby
<tribals> hi folks!
kentnl has joined #ruby
kentnl has joined #ruby
kent\n has quit [Ping timeout: 268 seconds]
rbennace_ has quit [Remote host closed the connection]
bronson has quit [Remote host closed the connection]
meatchicken has joined #ruby
<meatchicken> What is the ruby equivilent of jasmine spies?
<meatchicken> In testing with jasmine - I can spy on methods
<meatchicken> I guess it is called stubbing?
<meatchicken> mocking?
<meatchicken> doubling?
jgt has quit [Ping timeout: 250 seconds]
<tribals> i would to install gems into `vendor/bundle`, how can i `require` something, for example, in irb?
<theRoUS> smathy: sidekiq looks kinda heavy-weight and very web-involved..
mary5030 has quit [Ping timeout: 248 seconds]
<Ox0dea> tribals: `bundle console` might do.
sarbs has quit [Max SendQ exceeded]
<Ox0dea> meatchicken: It's called spying.
sarbs has joined #ruby
<meatchicken> Ox0dea, what is the rspec equivilent?
ramfjord has joined #ruby
LoneHerm_ has joined #ruby
davee_ has joined #ruby
davedev24 has joined #ruby
rbennacer has joined #ruby
davee_ has quit [Max SendQ exceeded]
rbennacer has quit [Remote host closed the connection]
davee_ has joined #ruby
rbennacer has joined #ruby
davee_ has quit [Max SendQ exceeded]
LoneHerm_ has quit [Ping timeout: 252 seconds]
davee_ has joined #ruby
davee_ has quit [Remote host closed the connection]
jottr has quit [Ping timeout: 260 seconds]
andywojo has joined #ruby
ur5us has joined #ruby
ascarter_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ascarter has joined #ruby
intrigueD has quit [Remote host closed the connection]
threh has quit [Ping timeout: 268 seconds]
nobitanobi has joined #ruby
<smathy> theRoUS, itnothing to do with the web.
minimalism has joined #ruby
<smathy> *it's
<smathy> theRoUS, evenmachine, on the other hand.
DoubleMalt has quit [Remote host closed the connection]
<theRoUS> smathy: the documentation seems pretty focussed there, and i don't need persistence -- in-memory queuing is all i need
drptbl has quit [Quit: My MAC has gone to sleep. zZz..]
* theRoUS shrugs
<theRoUS> i've used EM a little in the past, which is the reason it was my first thought
<djellemah> theRoUS: how about Queue? - it's in core.
<djellemah> unless, GVL.
s2013 has joined #ruby
ascarter_ has joined #ruby
vdamewood has joined #ruby
ascarter has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
<smathy> theRoUS, yeah, just do it yourself with Queue, or the other thing I thought of because you don't care about persistence would be https://github.com/brandonhilkert/sucker_punch
<theRoUS> djellemah: hah, i'd forgotten Queue. thanks!
<manveru> theRoUS: check out ninja too
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ascarter_ has quit [Client Quit]
duncannz has joined #ruby
vdamewood has quit [Max SendQ exceeded]
<manveru> damn it's been 7 years already
<manveru> but it still works fine :)
vdamewood has joined #ruby
rolha has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
`tim` has joined #ruby
drewbro has quit [Ping timeout: 264 seconds]
sinanislekdemir has quit [Remote host closed the connection]
Karix has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
diegoaguilar has quit [Ping timeout: 252 seconds]
<Fire-Dragon-DoL> meatchicken: ifyou didn't find it, check rspec-mocks documentation, there is allow(foo).to receive(:something).and_return(whatever), there are also test doubles and other stuff. It's more powerful than jasmine, really nice
spuk has joined #ruby
Melpaws has joined #ruby
diegoaguilar has joined #ruby
djellemah_ has quit [Ping timeout: 260 seconds]
Trynemjoel has quit [Ping timeout: 264 seconds]
mwlang has quit [Ping timeout: 276 seconds]
spuk has quit [Changing host]
spuk has joined #ruby
Trynemjoel has joined #ruby
ruby-lang553 has joined #ruby
znz_jp has quit [Ping timeout: 250 seconds]
mwlang has joined #ruby
Karix has joined #ruby
ruby-lang527 has joined #ruby
krz has quit [Ping timeout: 268 seconds]
smcfarlane has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
smcfarlane has quit [Client Quit]
digneety has joined #ruby
rodfersou has joined #ruby
htmldrum has joined #ruby
dtzuzu has joined #ruby
htmldrum_ has joined #ruby
blackmesa has joined #ruby
swills has quit [Ping timeout: 248 seconds]
ruby-lang553 has quit [Ping timeout: 250 seconds]
rbennace_ has joined #ruby
fullofca_ has joined #ruby
chouhoulis has quit []
fullofcaffeine has quit [Ping timeout: 250 seconds]
dtzuzu has quit [Ping timeout: 268 seconds]
Musashi007 has joined #ruby
chouhoulis has joined #ruby
Moosashi has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
jackjackdripper1 has quit [Quit: Leaving.]
Karix has quit [Quit: Textual IRC Client: www.textualapp.com]
NinjaPanzer has quit [Remote host closed the connection]
nofacade has quit [Ping timeout: 250 seconds]
NinjaPanzer has joined #ruby
Karix has joined #ruby
bronson has joined #ruby
heinrich5991 has quit [Ping timeout: 264 seconds]
floatingpoint has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 248 seconds]
JohnBat26 has quit [Read error: Connection reset by peer]
rolha has joined #ruby
loincloth has quit []
fullofcaffeine has joined #ruby
JohnBat26 has joined #ruby
heinrich5991 has joined #ruby
bronson has quit [Ping timeout: 260 seconds]
fullofca_ has quit [Ping timeout: 246 seconds]
johnmilton has quit [Remote host closed the connection]
hahuang65 has joined #ruby
shredding has joined #ruby
NinjaPanzer has quit [Remote host closed the connection]
rbennace_ has quit [Remote host closed the connection]
digneety has quit [Quit: Leaving]
yqt has joined #ruby
NinjaPanzer has joined #ruby
mondok has joined #ruby
Snowy has joined #ruby
rbennacer has joined #ruby
rbennacer has quit [Remote host closed the connection]
rbennacer has joined #ruby
Don_John has joined #ruby
dome22xl has quit [Remote host closed the connection]
diegoviola has joined #ruby
jobewan has joined #ruby
dopie has quit [Quit: Lost terminal]
dopie has joined #ruby
Breaking_Pitt has joined #ruby
ych has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
finisherr has joined #ruby
Musashi007 has quit [Quit: Musashi007]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Karix has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Karix has joined #ruby
ebbflowgo has joined #ruby
Mon_Ouie has joined #ruby
jpfuentes2 has joined #ruby
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
NinjaPanzer has quit [Quit: Textual IRC Client: www.textualapp.com]
_blizzy_ has joined #ruby
ruby-lang527 has quit [Ping timeout: 250 seconds]
rattatmatt has joined #ruby
sudoubuntu has joined #ruby
Timba-as has joined #ruby
Mon_Ouie has quit [Ping timeout: 252 seconds]
symm- has quit [Ping timeout: 246 seconds]
superfox_il_volp has quit [Quit: Nettalk6 - www.ntalk.de]
TheGreatGudsby has joined #ruby
drewbro has joined #ruby
cdg has joined #ruby
ss_much has quit [Quit: Connection closed for inactivity]
TheGreatGudsby is now known as drink
Melpaws has quit [Quit: Leaving.]
Timba-as has quit [Ping timeout: 244 seconds]
Melpaws has joined #ruby
blackmesa has quit [Ping timeout: 264 seconds]
openstruct has joined #ruby
dreinull has left #ruby ["undefined"]
ericli has quit [Ping timeout: 240 seconds]
ur5us has quit [Remote host closed the connection]
matthin has joined #ruby
blackmesa has joined #ruby
bronson has joined #ruby
Musashi007 has joined #ruby
drink is now known as TheGreatGudsby
Mon_Ouie has joined #ruby
fullofca_ has joined #ruby
shredding has quit [Ping timeout: 240 seconds]
Melpaws has quit [Quit: Leaving.]
choke has joined #ruby
mistermocha has joined #ruby
fullofcaffeine has quit [Ping timeout: 240 seconds]
theRoUS has quit [Changing host]
theRoUS has joined #ruby
dikaio has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
codecop has quit [Remote host closed the connection]
LoneHermit has joined #ruby
djellemah has quit [Read error: Connection reset by peer]
dikaio has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
openstruct has quit []
jenrzzz has joined #ruby
LoneHermit has quit [Ping timeout: 252 seconds]
agentmeerkat has joined #ruby
rodfersou has quit [Quit: leaving]
jaroslav has joined #ruby
`tim` has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mary5030 has joined #ruby
<jaroslav> Hi! I prefere simplicity, so I'm using 'chruby' instead of rvm. However, I'd like to have 'gemsets' like in rvm (so that each app would have own set of gems). I've found this: https://github.com/lengarvey/chruby_gemsets
intrigueD has joined #ruby
mary5030 has quit [Remote host closed the connection]
<smathy> jaroslav, I'd go with bundler.
<jaroslav> Is it a good option? Are there any alternatives?
s2013 has quit [Quit: Textual IRC Client: www.textualapp.com]
<jaroslav> smathy: how can I do it with bundler?
darkf has joined #ruby
<havenwood> jaroslav: See also: https://github.com/postmodern/gem_home#readme
mary5030 has joined #ruby
<jaroslav> havenwood: ah, that's awesome! Thx!
<adaedra> There's also the gs gem that was doing ok for me
<adaedra> But I'd say the gemset feature is not really needed when you have bundler
anisha has joined #ruby
<havenwood> If I'm using a gemset something has gone horribly awry. ;P
benlieb has quit [Quit: benlieb]
postmodern has joined #ruby
marxarelli is now known as marxarelli|afk
hahuang65 has quit [Ping timeout: 252 seconds]
x77686d has quit [Quit: x77686d]
AthenaF has joined #ruby
<smathy> jaroslav, you'd use bundler: http://bundler.io/
djcp has quit [Ping timeout: 276 seconds]
mdw has quit [Quit: Sleeping Zzzzz]
<smathy> jaroslav, I'm not sure what else "how can I do it" means.
s2013 has joined #ruby
<jaroslav> smathy: well, in rvm the 'gemset' is a feature where completely unique directory for installing gems is defined on a per-app basis
Breaking_Pitt has quit [Ping timeout: 276 seconds]
<jaroslav> smathy: so, if you eg. have ruby-2.3, you can do: # rvm ruby-2.3@my_fancy_app
<adaedra> jaroslav: bundler already ensures the gems you are using are the ones defined by your project
<smathy> jaroslav, so you're asking how bundler works under the hood?
anisha has quit [Quit: Leaving]
<adaedra> at this point, gemsets are not doing more than forcing common gems to be installed multiple times instead of having shared installs.
Breaking_Pitt has joined #ruby
<jaroslav> smathy: no, I just thought there's an option to do it exactly like I explained above, but I've missed it in the docs :)
<adaedra> jaroslav: why do you want that?
AthenaF has left #ruby [#ruby]
<jaroslav> smathy: I'm aware bundler + correct versions specified in *.gemspec file will do ~ the sam
<smathy> jaroslav, Gemfile not *.gemspec along with Gemfile.lock, but not sure what you think is missing for your requirement of each app having its own set of gems.
<jaroslav> adaedra: I just find it easier to control. If I have bunch of apps, with long dependency list, created by different people in my team, across many years...
<adaedra> yes, and?
<jaroslav> I just find it easier to be able to list directory contents, to know what a give app is using
<adaedra> bundle list
patrick_star has joined #ruby
<smathy> jaroslav, if you've got a lot invested in gemsets and you want to keep them then I'd recommend using rvm. I can't vouch for any of the non-rvm gemset managers, never used them or heard anything about them, sorry.
hahuang65 has joined #ruby
Aviio has joined #ruby
<jaroslav> adaedra: smathy: thanks! I'll dig more around all the bundler features then. Probably you're right I can live without gemsets :)
yxhuvvd has quit [Quit: Leaving]
yxhuvud has joined #ruby
JohnBat26 has quit [Remote host closed the connection]
Breaking_Pitt has quit [Read error: Connection reset by peer]
sandstrom has joined #ruby
Mon_Ouie has quit [Ping timeout: 250 seconds]
<smathy> jaroslav, I think there's even some rvm command for exporting a Gemfile.
<manveru> jackdan: there's always nix
ericli has joined #ruby
* manveru is the local nix abassador
anoob has joined #ruby
bluOxigen_ has quit [Ping timeout: 276 seconds]
dvinciguerra has joined #ruby
dtzuzu has joined #ruby
ChiefAlexander has quit [Quit: Leaving...]
ericli has quit [Ping timeout: 240 seconds]
diego1 has joined #ruby
queequeg1 has quit [Ping timeout: 244 seconds]
diego1 has quit [Changing host]
diego1 has joined #ruby
anoob has quit [Ping timeout: 250 seconds]
<shevy> hah
dtzuzu has quit [Ping timeout: 260 seconds]
diegoviola has quit [Ping timeout: 276 seconds]
ericli has joined #ruby
diego2 has joined #ruby
sepp2k has quit [Read error: Connection reset by peer]
symm- has joined #ruby
diego2 has quit [Changing host]
diego2 has joined #ruby
diego2 is now known as diegoviola
dc2 has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
queequeg1 has joined #ruby
diego1 has quit [Ping timeout: 268 seconds]
duncannz has quit [Remote host closed the connection]
hays_ has joined #ruby
moonbay has joined #ruby
<moonbay> any brogrammers in here?
jobewan is now known as jobewan_away
<havenwood> ?offtopic moonbay
<ruby[bot]> moonbay: this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related problems. Thanks!
hays has quit [Ping timeout: 264 seconds]
jobewan_away is now known as jobewan
chouhoul_ has joined #ruby
jobewan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Sammichmaker has joined #ruby
dtzuzu has joined #ruby
benlieb has joined #ruby
Snowy has quit [Read error: Connection reset by peer]
Snowy has joined #ruby
chouhoulis has quit [Ping timeout: 246 seconds]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
tvw has quit [Remote host closed the connection]
ramfjord has quit [Ping timeout: 260 seconds]
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ramfjord has joined #ruby
djbkd has joined #ruby
Karix has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
moonbay has quit [K-Lined]
TheGreatGudsby has left #ruby [#ruby]
TheGreatGudsby has joined #ruby
jenrzzz has joined #ruby
Azure has joined #ruby
Outlastsheep has joined #ruby
drewbro has quit [Ping timeout: 276 seconds]
x77686d has joined #ruby
marxarelli|afk is now known as marxarelli
drewbro has joined #ruby
bry4n has quit [Ping timeout: 252 seconds]
dc2 has quit [Ping timeout: 260 seconds]
<smathy> I thought the difference between private and protected was that private methods were not available in subclasses?
stannard has quit [Remote host closed the connection]
<smathy> Am I misunderstanding what "called from a subclass" means: https://gist.github.com/smathy/45f8fd75842561a037a2 ?
<Ox0dea> smathy: Private methods can't be invoked with an explicit receiver.
<Ox0dea> The same goes for protected ones unless `explicit_receiver.is_a?(self.class)`.
stannard has joined #ruby
javascript is now known as angular
<smathy> Ok.... so *if* you call a base class's methods with self.meth then you'll get an exception with a private method but not a protected one.
<Ox0dea> That's right.
<Ox0dea> There was some discussion on the mailing list about having explicit `self` count as an implicit receiver, but I don't recall what came of it.
tildes has joined #ruby
floatingpoint has joined #ruby
<apeiros> was self.foo= the only exception to that rule or are there others?
<apeiros> (private writer methods can be called with self)
<smathy> Ok, so a fairly useless and ad-hoc differentiation between protected and private then.
stannard has quit [Ping timeout: 250 seconds]
<smathy> apeiros, what now? You *can* call self.foo = 'abc' even if foo is private in base class?
<apeiros> yes
queequeg1 has quit [Ping timeout: 252 seconds]
<apeiros> trying to remember whether that's the only exception
<smathy> That's the opposite of useful.
skweeke has joined #ruby
<shevy> :)
skweek has joined #ruby
<smathy> So, in summary, private and protected are really just code documentation.
<apeiros> well, you wouldn't be able to call the method otherwise
<shevy> this is ruby!
<apeiros> yupp, +1 to viewing it that way
<shevy> .send versus .public_send !!!
<apeiros> ever since I learnt about Object#send that's how I thought about it :)
<smathy> apeiros, you'd be able to call it in the class it was defined in though, if Ox0dea's pseudo code is correct.
<apeiros> you can't call foo= methods without receiver. ever.
<Ox0dea> `foo=(...)` really ought to do The Right Thing. :/
<apeiros> all it'd do is assing an lvar
<smathy> apeiros, yeah, Ox0dea suggested that the private protection was something like: `explicit_receiver.is_a?(self.class)`
<Ox0dea> > private protection
<apeiros> no, the protected protection is
<smathy> Oh no, ...yeah that.
<smathy> Sorry, I misread.
tildes has quit [Ping timeout: 250 seconds]
<apeiros> I think matz calls it "visibility"
rbennacer has quit [Ping timeout: 248 seconds]
<smathy> Docs talk about "Access Control"
treehug88 has quit [Quit: Textual IRC Client: www.textualapp.com]
<shevy> hmm isn't this the 1.8.x code
whippythellama has quit [Quit: WeeChat 1.4]
rattatmatt has quit [Remote host closed the connection]
<Ox0dea> smathy: I think that second bullet mentioning explicit receivers would've helped clarify.
ericli has quit [Quit: This computer has gone to sleep]
ericli has joined #ruby
<smathy> It did, and "in the defining class" was another surprise :)
<smathy> Basically private methods are lexically scoped.
<mg^> private and protected don't even exist in MRuby, that was fun to discover.
freerobby has quit [Quit: Leaving.]
<mg^> but the words exist and do nothing
<Ox0dea> >> public == private # This is Ruby!
<ruby[bot]> Ox0dea: # => true (https://eval.in/542360)
<adaedra> private is merely a guideline after all
<smathy> It was also surprising NOT to have access to a private method in a reopened class.
rolha has quit [Remote host closed the connection]
<Ox0dea> smathy: How come? You're not invoking the private method with an explicit receiver.
davedev24 has quit [Remote host closed the connection]
<smathy> Ox0dea, yeah it wasn't surprising after reading the docs.
<Ox0dea> Ah, gotcha.
Gasher^ has quit [Quit: Konversation terminated!]
<smathy> Ox0dea, just very surprising when I thought private made a private method ;)
intrigueD has quit [Remote host closed the connection]
rolha has joined #ruby
<Ox0dea> As adaedra points out, method visibility is for humans.
dostoyev1ky is now known as dostoyevsky
<smathy> Just very un-DWIMmy.
hays_ has quit [Ping timeout: 264 seconds]
<smathy> I'm actually mostly surprised that I've not tripped over it before, I guess I don't use it much.
uptime has left #ruby ["I guess it's post to be."]
ramfjord has quit [Ping timeout: 268 seconds]
<Ox0dea> The visibility specifiers are neat little one-word bundles of documentation.
<mg^> yeah that's really the most pragmatic way to look at them
ericli has quit [Quit: Leaving]
<smathy> :nod:
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
djellemah has joined #ruby
hays has joined #ruby
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
TinkerTyper has quit [Ping timeout: 260 seconds]
Musashi007 has quit [Quit: Musashi007]
ramfjord has joined #ruby
trinaldi has quit [Quit: see ya]
Musashi007 has joined #ruby
TinkerTyper has joined #ruby
fullofca_ has quit [Remote host closed the connection]
Musashi007 has quit [Client Quit]
uglybandersnatch has joined #ruby
Musashi007 has joined #ruby
zenlot6 has joined #ruby
hays has quit [Ping timeout: 244 seconds]
freerobby has joined #ruby
zenlot has quit [Ping timeout: 244 seconds]
patrick_star_2 has joined #ruby
uglybandersnatch has quit [Ping timeout: 244 seconds]
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
hays has joined #ruby
patrick_star has quit [Ping timeout: 260 seconds]
nobitanobi has quit [Remote host closed the connection]
dtzuzu has quit [Ping timeout: 244 seconds]
babblebre has quit [Quit: Connection closed for inactivity]
jobewan has joined #ruby
pwnd_nsfw has quit [Read error: Connection reset by peer]
pwnd_nsfw has joined #ruby
Gasher has joined #ruby
devbug has joined #ruby
johnmilton has joined #ruby
benlieb has quit [Quit: benlieb]
hays has quit [Ping timeout: 244 seconds]
mistermocha has joined #ruby
Devalo has joined #ruby
Es0teric has joined #ruby
Moosashi has quit [Quit: Moosashi]
DonOtreply has joined #ruby
diegoviola has quit [Read error: Connection reset by peer]
mistermocha has quit [Ping timeout: 246 seconds]
shellie_ has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
Devalo has quit [Ping timeout: 264 seconds]
SCHAAP137 has joined #ruby
justinweiss has quit [Quit: Connection closed for inactivity]
<shevy> a dual symbol!
<shevy> :wink:
stannard has joined #ruby
drewbro has quit [Ping timeout: 248 seconds]
crazydiamond has quit [Remote host closed the connection]
kam270 has joined #ruby
<shellie_> what's the best pattern to switch an underlying socket api that is used by my object representing a higher level protocol?
Azure has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
diego1 has joined #ruby
diego1 has quit [Changing host]
diego1 has joined #ruby
diego1 is now known as diegoviola
drewbro has joined #ruby
<smathy> Zigzag.
<benzrf> shellie_: have you considered using ømq instead :]
kappy has joined #ruby
<shellie_> benzrf: I've no idea how that could help me? :)
<benzrf> well, it was at least 70% facetious
<benzrf> the 30% is just "if you don't know what ømq is, and you're doing some kind of higher-level protocol that involves swithing between implementations or sockets, maaaybe ømq is relevant?"
<shellie_> I thought 0mq was just a message bus
<benzrf> shellie_: anyway, you could probably take a socket class as an argument or attribute
<benzrf> shellie_: not at all
<smathy> shellie_, we have no idea what your problem is. Try to explain: what you're doing, what you're expecting, what's happening instead.
<benzrf> its a collection of useful abstractions for sockety stuff that operates at a slightly higher level than plain old 2-way streams
<shellie_> what I'm looking for, is to wrap a web connection and an web-ssl connection in separate classes, but presenting them to my object with a common interface. I'm just not sure of what would be the cleast way to plug this into my code.
<benzrf> one of the things it happens to provide is the ability to treat the connection as a sequence of messages instead of as a sequence of bytes
<benzrf> ah, nvm, irrelevant :>
saneax_AFK is now known as saneax
SCHAAP137 has quit [Ping timeout: 276 seconds]
<shellie_> interesting, I shall look into 0mq nevertheless :)
saneax is now known as saneax_AFK
<shellie_> (for different reason, tho)
saneax_AFK is now known as saneax
<benzrf> shellie_: why not just add 'use ssl/tls' as an option in the ctor
<smathy> shellie_, you're talking to web servers and you're writing your own socket-level code?
Moosashi has joined #ruby
Dreamer3_ has joined #ruby
FooMunki has quit [Quit: FooMunki]
<shellie_> that's an option benzrf, for the very standard implemention; the issue is I might want to use a different ssl implementation (or even switch the code to use QUIC or something else entirely)
<shellie_> also, smathy ^
FooMunki has joined #ruby
slawrence00 has quit [Ping timeout: 244 seconds]
daguilaraguilar has joined #ruby
diegoaguilar has quit [Ping timeout: 250 seconds]
stannard has joined #ruby
Inside has joined #ruby
Inside has joined #ruby
s2013 has joined #ruby
s2013 has quit [Max SendQ exceeded]
davedev24 has joined #ruby
JoshL has quit [Quit: ZNC 1.6.1+deb1~ubuntu14.04.0 - http://znc.in]
matthin has quit [Ping timeout: 252 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
SCHAAP137 has joined #ruby
stannard has quit [Ping timeout: 268 seconds]
JoshL has joined #ruby
ramfjord has joined #ruby
Moosashi has quit [Quit: Moosashi]
davedev24 has quit [Ping timeout: 268 seconds]
Gasher has quit [Ping timeout: 246 seconds]
DonOtreply has quit [Quit: DonOtreply]
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #ruby
jero__ has quit [Ping timeout: 260 seconds]
Gasher has joined #ruby
stunder001 has quit [Ping timeout: 260 seconds]
Melpaws has joined #ruby
stunder001 has joined #ruby
jinie has quit [Ping timeout: 276 seconds]
angular is now known as nighttime
sonOfRa has quit [Quit: Bye!]
jinie has joined #ruby
sonOfRa has joined #ruby
hxegon has joined #ruby
ebbflowgo has quit [Quit: ebbflowgo]
tribals has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)]
Asher has quit [Ping timeout: 276 seconds]
Melpaws has quit [Quit: Leaving.]
stannard has joined #ruby
ramfjord has quit [Ping timeout: 252 seconds]
stannard has quit [Ping timeout: 240 seconds]
bry4n has joined #ruby
bry4n_ has quit [Ping timeout: 268 seconds]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
stunder001 has quit [Quit: WeeChat 1.4]
spider-mario has quit [Remote host closed the connection]
ebbflowgo has joined #ruby
fullofcaffeine has joined #ruby
Cohedrin has joined #ruby
siaw has left #ruby [#ruby]
davedev24 has joined #ruby
mistralcontrasti has joined #ruby