havenwood changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.3.0; 2.2.4; 2.1.9: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || logs @ http://irclog.whitequark.org/ruby/
william3 has quit [Ping timeout: 276 seconds]
atzorvas has quit [Remote host closed the connection]
SCHAAP137 has quit [Quit: Exiting...]
diegoaguilar has joined #ruby
perturbation has quit [Quit: Leaving]
noService has joined #ruby
bronson has joined #ruby
kareeoleez has joined #ruby
Aviio has quit [Remote host closed the connection]
Aviio has joined #ruby
Aviio has quit [Remote host closed the connection]
noService has quit [Ping timeout: 260 seconds]
alexherb1 has quit [Ping timeout: 260 seconds]
bronson has quit [Ping timeout: 244 seconds]
DenSchub has quit [Ping timeout: 268 seconds]
tristanp has quit [Remote host closed the connection]
kareeoleez has quit [Ping timeout: 276 seconds]
nando293921 has quit [Ping timeout: 244 seconds]
Cohedrin_ has joined #ruby
steve has quit [Ping timeout: 244 seconds]
MrDoctor[AFK] is now known as MrDoctor
william3 has joined #ruby
duncannz has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Cohedrin has quit [Ping timeout: 276 seconds]
maletor has joined #ruby
idefine has joined #ruby
gregf has joined #ruby
nando293921 has joined #ruby
`tim` is now known as justbleed
william3 has quit [Ping timeout: 276 seconds]
stardiviner has quit [Ping timeout: 264 seconds]
rbennacer has quit [Read error: Connection reset by peer]
rbennacer has joined #ruby
alexherb1 has joined #ruby
Azure has quit [Ping timeout: 244 seconds]
kareeoleez has joined #ruby
baweaver has quit [Remote host closed the connection]
MrDoctor is now known as MrDoctor[AFK]
pawnbox has joined #ruby
Mattx has quit [Quit: Leaving]
graphettion has joined #ruby
Azure has joined #ruby
steve has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
kareeoleez has quit [Ping timeout: 276 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
statelesscode has quit [Quit: statelesscode]
daed has joined #ruby
Denart_ has quit [Quit: http://quassel-irc.org - ????????????? ??????. ?????.]
nettoweb has joined #ruby
polysics has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
tubuliferous has quit [Ping timeout: 244 seconds]
BtcBen has joined #ruby
nettoweb has quit [Client Quit]
flashpoint9 has joined #ruby
kareeoleez has joined #ruby
bruno- has quit [Read error: Connection reset by peer]
elifoster|alt has quit [Ping timeout: 276 seconds]
polysics has quit [Ping timeout: 264 seconds]
Rodya_ has joined #ruby
ur5us has joined #ruby
kareeoleez has quit [Ping timeout: 264 seconds]
phredus has quit [Remote host closed the connection]
phredus has joined #ruby
idefine has quit [Remote host closed the connection]
bruno- has joined #ruby
bob434 has joined #ruby
madgen has quit [Ping timeout: 260 seconds]
idefine has joined #ruby
claw has quit [Read error: Connection reset by peer]
blackmes1 has quit [Ping timeout: 260 seconds]
bruno- has quit [Read error: Connection reset by peer]
<brent__> anybody have a good explanation of $stdin/$stdout?
<siaw> how can i slice a string like this “kiki.png?1460854132” to get this “kiki.png”?
bruno- has joined #ruby
<brent__> maybe not the best solution, but if there will always be the '?' you coudl do str.split('?').first
<siaw> yeap there’s always ?
<brent__> then that command will work, there may be a more elegant solution, but nothing coming to me
rbennacer has quit [Remote host closed the connection]
<siaw> thanks :)
kareeoleez has joined #ruby
<Nawn> def test(input_string)
<Nawn> input_string.split("?")[0]
<Nawn> end
<Nawn> puts test("kiki.png?1460854132")
<Nawn> => "kiki.png"
claw has joined #ruby
Regulati_ has quit [Remote host closed the connection]
<brent__> same thought, [0] == #first
<siaw> yeap
<Nawn> exactly. all it does is makes an array [x, y] where x is whatever is before, and y is after. so... that's what I would do :P
ur5us has quit [Remote host closed the connection]
<Nawn> brent__: Sorry m8, I personally don't have a complete understanding of IO streams, but what I do know, came from here: https://robots.thoughtbot.com/io-in-ruby
DanielJack has quit [Ping timeout: 244 seconds]
danjack has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 260 seconds]
<brent__> thanks, i'll give them a look
naveen has joined #ruby
<naveen> hey any one arounf
<Nawn> nope
<Nawn> :)
<naveen> around?
<naveen> :O
<naveen> Need some help with ruby json parsing in HAML :/
<Nawn> :'c not going to be me, sorry m8.
bob434 has quit [Quit: Leaving]
<naveen> lol
<naveen> cool
naveen has quit [Client Quit]
<Nawn> Post your question anyway, if I can help, I will. if not, someone else will eventually read it.
_blizzy_ has quit [Quit: Leaving]
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby
blaxter has quit [Read error: Connection reset by peer]
<matt_d> Naveen: you want to parse json living in a HAML document?
maletor has quit [Quit: Computer has gone to sleep.]
justbleed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tubuliferous has joined #ruby
<matt_d> Doh, too distracted he already left.
hxegon has quit [Ping timeout: 276 seconds]
william3 has joined #ruby
kareeoleez has joined #ruby
ur5us has joined #ruby
karapetyan has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
maletor has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 244 seconds]
LoneHermit has joined #ruby
Caerus has quit [Ping timeout: 250 seconds]
baweaver has joined #ruby
karapetyan has quit [Ping timeout: 244 seconds]
Rodya_ has quit [Remote host closed the connection]
felltir has quit [Read error: Connection reset by peer]
Denart_ has joined #ruby
senayar has joined #ruby
senayar has joined #ruby
baweaver has quit [Ping timeout: 244 seconds]
arescorpio has joined #ruby
duncannz has quit [Remote host closed the connection]
DenSchub has joined #ruby
barajasfab has quit [Ping timeout: 264 seconds]
Madplatypus has joined #ruby
newjersey has joined #ruby
adgtl has joined #ruby
kareeoleez has joined #ruby
idefine has quit [Remote host closed the connection]
aces1up has joined #ruby
polysics has joined #ruby
<aces1up> I have a strange question, I am parsing some javascript from a website.. I am putting a java associative array string into a string using a regex.. anyway I can convert that into a ruby hash?
twodayslate has quit [Ping timeout: 244 seconds]
AckZ has quit [Ping timeout: 244 seconds]
<aces1up> similar to parsing json?
PedramT has joined #ruby
im0b has quit [Ping timeout: 244 seconds]
joaomdmoura__ has quit [Ping timeout: 244 seconds]
adgtl has quit [Client Quit]
jam__ has joined #ruby
phredus has quit [Remote host closed the connection]
<mozzarella> aces1up: it *is* json
kareeoleez has quit [Ping timeout: 260 seconds]
<Ox0dea> `{foo: 42}` is valid JavaScript, but it's not JSON.
adgtl has joined #ruby
<aces1up> yeh its not valid json
<aces1up> looking at this now
ur5us has quit [Remote host closed the connection]
PedramT has quit [Ping timeout: 244 seconds]
<Ox0dea> aces1up: That first answer should let you know that you're probably going about this the wrong way.
Rodya_ has joined #ruby
brackson has joined #ruby
<aces1up> uhh duh
<aces1up> im scraping this from a website, I have no control over input.
smathy is now known as smathy_afk
polysics has quit [Ping timeout: 260 seconds]
maletor has quit [Quit: Computer has gone to sleep.]
<brackson> is there a mersenne twister implementation for ruby that accepts a string as a seed?
adgtl has quit [Client Quit]
<Ox0dea> brackson: Ruby already uses a Mersenne twister. How about `srand('string'.hash)`?
barajasfab has joined #ruby
jam__ has quit [Ping timeout: 276 seconds]
<brackson> 0x0dea: ah, thanks!
kareeoleez has joined #ruby
<Ox0dea> brackson: Er, that #hash result will change between runs, though. You'll have to roll your own if you need determinism.
charliesome has joined #ruby
phredus has joined #ruby
<mozzarella> I remember being able to parse non-string keys using a ruby json library, even though it's not valid json, but I don't remember which library
twodayslate has joined #ruby
<mozzarella> I guess you could modify your input to make it valid json
kareeoleez has quit [Ping timeout: 244 seconds]
<zacts> hi rubyists
<matt_d> Hi zacts
JakFrist has joined #ruby
rbennacer has joined #ruby
ur5us has joined #ruby
<zacts> ora
twodayslate has quit [Ping timeout: 244 seconds]
<zacts> sorry ssh lag
rbennace_ has joined #ruby
blackwell has quit [Max SendQ exceeded]
kareeoleez has joined #ruby
bruno- has quit [Read error: Connection reset by peer]
blackwell has joined #ruby
<brackson> is there a fisher yates implementation for Ruby that accepts seeds?
bruno- has joined #ruby
<brackson> something that can be rewritten to javascript/jquery
pawnbox has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
<Ox0dea> brackson: Ruby's Array#shuffle uses Fisher-Yates, and the randomness can be influenced with Kernel#srand.
dfdnatural has quit [Quit: WeeChat 1.4]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kareeoleez has quit [Ping timeout: 244 seconds]
<Ox0dea> It seems like you want to duplicate some functionality, but that's a smell.
johnmilton has quit [Remote host closed the connection]
twodayslate has joined #ruby
Caerus has joined #ruby
RegulationD has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
<brackson> Ox0dea: I didn't know Array#shuffle used Fisher-Yates, haha.
<brackson> Currently, I'm doing this: `array.shuffle(random: Random.new(seed))`
<brackson> I'm trying to rewrite that to Javascript.
Rodya__ has joined #ruby
Rodya__ has quit [Remote host closed the connection]
Rodya_ has quit [Ping timeout: 276 seconds]
blackmes1 has joined #ruby
twodayslate has quit [Ping timeout: 244 seconds]
tristanp has joined #ruby
RegulationD has quit [Ping timeout: 264 seconds]
<Ox0dea> How come?
maletor has joined #ruby
agent_white has joined #ruby
smalltalker has quit [Quit: Leaving...]
<agent_white> Nope. Just whip it out ya know?
AckZ has joined #ruby
im0b has joined #ruby
joaomdmoura__ has joined #ruby
<brackson> Ox0dea: I'm trying to make a provably-fair playing card game in Sinatra. I want to write a Javascript-version of Ruby's method of calculating the shuffled deck so users can verify their hands.
<brackson> This is what I'm /loosely/ going off of: https://bitzino.com/about/fair
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby
kareeoleez has joined #ruby
Denart_ has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
callen92 has joined #ruby
gmas has quit [Ping timeout: 260 seconds]
OTORelic2 has joined #ruby
zzach has joined #ruby
gmas has joined #ruby
zzach1 has quit [Ping timeout: 244 seconds]
<Ox0dea> brackson: Have you considered just doing the fair shuffle in JavaScript and feeding the result back into your app?
kareeoleez has quit [Ping timeout: 276 seconds]
<Ox0dea> agent_white: Are we playing Ctrl-V?
Cohedrin has joined #ruby
<brackson> I don't know if that would be secure though.
idefine has joined #ruby
JakFrist has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Cohedrin_ has quit [Ping timeout: 244 seconds]
<Ox0dea> I'm not sure how you mean.
b|ackwolf has quit [Quit: Leaving]
<Ox0dea> Do you not want to use CryptoJS?
idefine has quit [Remote host closed the connection]
blackmes1 has quit [Quit: WeeChat 1.4]
<brackson> If they were to do the final shuffle on their side, what's stopping them from changing the card order to be in their favor?
twodayslate has joined #ruby
bruno- has quit [Read error: Connection reset by peer]
<Ox0dea> Fair enough. I suppose duplicated code is a necessity here.
houhoulis has joined #ruby
ur5us has quit [Remote host closed the connection]
<brackson> Thanks for the help anyways. :)
GinoMan2440 has quit [Ping timeout: 260 seconds]
<agent_white> Ox0dea: Might as well be. :)
<Ox0dea> brackson: I can't immediately think how to sync up the RNGs.
coinrr has joined #ruby
<coinrr> i'm getting #<Context::MyClass
<Ox0dea> You could just derive the deck order from the cryptographic hash, but that's throwing away a lot of entropy.
<coinrr> how can i retreive the value of that variable?
<coinrr> instead of the context
<Ox0dea> coinrr: Post code?
bruno- has joined #ruby
<Ox0dea> What you've got there is an instance of that Class, which is certainly a value in the Ruby sense.
tubuliferous has quit [Ping timeout: 244 seconds]
idefine has joined #ruby
ur5us has joined #ruby
<Ox0dea> coinrr: https://eval.in/554707
flashpoint9 has joined #ruby
Chagel has joined #ruby
araujo__ has joined #ruby
<coinrr> ok thank you
flashpoint9 has quit [Remote host closed the connection]
<coinrr> i remember reading about the to_s method but there weren't any best use cases
<coinrr> or why we use it other than we want to convert the value to a string without typing .to_s every time
idefine has quit [Remote host closed the connection]
<Ox0dea> coinrr: https://eval.in/554708
araujo_ has quit [Ping timeout: 260 seconds]
<Ox0dea> The interpreter can't assume how you want custom objects to be printed.
flashpoint9 has joined #ruby
idefine has joined #ruby
coinrr has quit [Quit: Page closed]
ur5us has quit [Ping timeout: 260 seconds]
idefine has quit [Remote host closed the connection]
Chagel has quit [Ping timeout: 264 seconds]
idefine has joined #ruby
tristanp has quit [Remote host closed the connection]
nettoweb has joined #ruby
polysics has joined #ruby
kareeoleez has joined #ruby
newbie|2 has quit [Quit: Changing server...]
duderonomy has quit [Ping timeout: 276 seconds]
chicken has joined #ruby
Devalo has joined #ruby
kareeoleez has quit [Ping timeout: 244 seconds]
duderonomy has joined #ruby
polysics has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
Devalo has quit [Ping timeout: 276 seconds]
diego1 has joined #ruby
pawnbox has quit [Ping timeout: 244 seconds]
flashpoint9 has quit [Remote host closed the connection]
callen92 has quit [Quit: Leaving]
shinnya has joined #ruby
diegoviola has quit [Ping timeout: 244 seconds]
hxegon has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
tristanp has joined #ruby
robbyoconnor has joined #ruby
kareeoleez has joined #ruby
braincras has quit [Quit: bye bye]
kareeoleez has quit [Ping timeout: 264 seconds]
someish has quit [Quit: someish]
Kallis has quit [Read error: Connection reset by peer]
kareeoleez has joined #ruby
ur5us has joined #ruby
karapetyan has joined #ruby
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
karapetyan has quit [Ping timeout: 244 seconds]
araujo__ has quit [Quit: Leaving]
braincrash has joined #ruby
zzak has quit [Remote host closed the connection]
zzak has joined #ruby
kareeoleez has joined #ruby
kareeoleez has quit [Ping timeout: 244 seconds]
tubuliferous has joined #ruby
idefine has quit [Remote host closed the connection]
Ohmm has joined #ruby
flashpoint9 has joined #ruby
Nawn has quit [Quit: Leaving]
toretore has joined #ruby
dopie has quit [Quit: Lost terminal]
crameth has joined #ruby
Guest74455 has quit [Quit: Leaving]
diego1 has quit [Changing host]
diego1 has joined #ruby
diego1 is now known as diegoviola
flashpoint9 has quit [Ping timeout: 260 seconds]
ur5us has quit [Remote host closed the connection]
kareeoleez has joined #ruby
gix has quit [Ping timeout: 244 seconds]
shinnya has quit [Ping timeout: 244 seconds]
charliesome has joined #ruby
shinnya has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kareeoleez has quit [Ping timeout: 264 seconds]
jam__ has joined #ruby
bruno- has quit [Read error: Connection reset by peer]
coffeecupp has joined #ruby
polysics has joined #ruby
bruno- has joined #ruby
aces1up has quit []
gix has joined #ruby
jam__ has quit [Ping timeout: 260 seconds]
polysics has quit [Ping timeout: 260 seconds]
senayar has quit []
decoponyo has joined #ruby
bruno- has quit [Ping timeout: 260 seconds]
decoponio has quit [Ping timeout: 260 seconds]
decoponi_ has joined #ruby
OTORelic2 has quit [Ping timeout: 264 seconds]
ur5us has joined #ruby
kareeoleez has joined #ruby
decoponyo has quit [Ping timeout: 260 seconds]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
jam__ has joined #ruby
ur5us has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 276 seconds]
decoponio has joined #ruby
tristanp has quit [Remote host closed the connection]
Dimik1 has joined #ruby
decoponyo has joined #ruby
hxegon has quit [Quit: BRB]
decoponi_ has quit [Ping timeout: 260 seconds]
Yzguy has joined #ruby
vF3hNGxc47h8 has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
solocshaw has quit [Ping timeout: 276 seconds]
decoponyo has quit [Client Quit]
Nawn has joined #ruby
decoponio has quit [Ping timeout: 276 seconds]
decoponio has joined #ruby
FooMunki has quit [Quit: FooMunki]
rbennace_ has quit [Remote host closed the connection]
rbennacer has joined #ruby
rbennacer has quit [Remote host closed the connection]
rbennacer has joined #ruby
rbennacer has quit [Remote host closed the connection]
rbennacer has joined #ruby
rbennacer has quit [Remote host closed the connection]
rbennacer has joined #ruby
rbennacer has quit [Remote host closed the connection]
rbennacer has joined #ruby
jyaworski has quit [Quit: ZNC - http://znc.in]
rbennacer has quit [Remote host closed the connection]
kareeoleez has joined #ruby
jyaworski has joined #ruby
rbennacer has joined #ruby
rbennacer has quit [Remote host closed the connection]
jam___ has joined #ruby
coffeecupp has quit [Quit: Be back later ...]
jyaworski has quit [Client Quit]
coffeecupp has joined #ruby
pawnbox has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
lxsameer has joined #ruby
jam__ has quit [Ping timeout: 276 seconds]
tax has joined #ruby
jyaworski has joined #ruby
hxegon has joined #ruby
pawnbox has quit [Ping timeout: 276 seconds]
arescorpio has quit [Quit: Leaving.]
kareeoleez has joined #ruby
s1kx has joined #ruby
newjersey has quit [Read error: Connection reset by peer]
kareeoleez has quit [Ping timeout: 264 seconds]
flashpoint9 has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
ramfjord has quit [Ping timeout: 276 seconds]
elifoster|alt has joined #ruby
bkxd has quit [Ping timeout: 244 seconds]
baweaver has joined #ruby
houhoulis has quit [Remote host closed the connection]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
polysics has joined #ruby
brackson has quit [Ping timeout: 244 seconds]
hk238 has joined #ruby
bruno- has joined #ruby
kareeoleez has joined #ruby
barajasfab has quit [Ping timeout: 264 seconds]
charliesome has joined #ruby
polysics has quit [Ping timeout: 276 seconds]
MagePsycho_ has joined #ruby
kareeoleez has quit [Ping timeout: 244 seconds]
Nawn has quit [Quit: Leaving]
bruno- has quit [Ping timeout: 264 seconds]
beawesomeinstead has quit [Ping timeout: 244 seconds]
MagePsycho_ has quit [Client Quit]
djbkd has joined #ruby
idefine has joined #ruby
pawnbox has joined #ruby
beawesomeinstead has joined #ruby
kareeoleez has joined #ruby
idefine has quit [Remote host closed the connection]
idefine has joined #ruby
djbkd has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 264 seconds]
noService has joined #ruby
tildes has joined #ruby
noService has quit [Ping timeout: 276 seconds]
jbcden2 has joined #ruby
jbcden2 has quit [Client Quit]
kareeoleez has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby
charliesome has quit [Client Quit]
kareeoleez has quit [Ping timeout: 276 seconds]
rbennacer has joined #ruby
SilverKey has quit [Quit: Halted.]
hxegon has quit [Quit: BRB]
yfeldblum has quit [Ping timeout: 244 seconds]
dopie has joined #ruby
tristanp has joined #ruby
PedramT has joined #ruby
rbennacer has quit [Ping timeout: 264 seconds]
william3 has joined #ruby
zast has quit [Remote host closed the connection]
kareeoleez has joined #ruby
rbennacer has joined #ruby
PedramT has quit [Ping timeout: 244 seconds]
PedramT has joined #ruby
bradleyprice has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
raeoks has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
rbennacer has quit [Ping timeout: 260 seconds]
safe has quit [Read error: Connection reset by peer]
navneet has joined #ruby
PedramT has quit [Ping timeout: 264 seconds]
yude has joined #ruby
kareeoleez has joined #ruby
rbennacer has joined #ruby
polysics has joined #ruby
tristanp_ has joined #ruby
darkxploit has joined #ruby
polysics_ has joined #ruby
kareeoleez has quit [Ping timeout: 264 seconds]
tristanp has quit [Ping timeout: 276 seconds]
polysics has quit [Ping timeout: 260 seconds]
agent_white has quit [Quit: brb]
tristanp has joined #ruby
tristanp_ has quit [Ping timeout: 276 seconds]
polysics_ has quit [Ping timeout: 260 seconds]
rbennacer has quit [Ping timeout: 276 seconds]
zzach1 has joined #ruby
smathy_afk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Madplatypus has quit [Quit: Connection closed for inactivity]
crdpink has quit [Quit: q term]
zzach has quit [Ping timeout: 276 seconds]
stunder has joined #ruby
rbennacer has joined #ruby
crdpink has joined #ruby
bkxd has joined #ruby
tubuliferous has quit [Ping timeout: 244 seconds]
kareeoleez has joined #ruby
kareeoleez has quit [Remote host closed the connection]
kareeoleez has joined #ruby
krz has joined #ruby
Ohmm has quit [Quit: Connection closed for inactivity]
rbennacer has quit [Ping timeout: 244 seconds]
RegulationD has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tristanp_ has joined #ruby
william3 has joined #ruby
tristanp has quit [Ping timeout: 244 seconds]
bronson has joined #ruby
tristanp has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
Cohedrin has joined #ruby
graphettion has quit [Ping timeout: 244 seconds]
diego1 has joined #ruby
diego1 has quit [Changing host]
diego1 has joined #ruby
trista___ has joined #ruby
tristanp_ has quit [Ping timeout: 264 seconds]
tristanp has quit [Read error: Connection reset by peer]
brent__ has quit [Quit: Connection closed for inactivity]
djbkd has joined #ruby
diegoviola has quit [Ping timeout: 276 seconds]
bronson has quit [Ping timeout: 264 seconds]
rbennacer has joined #ruby
william3 has quit [Ping timeout: 244 seconds]
rkazak has joined #ruby
trista___ has quit [Ping timeout: 276 seconds]
Dimik has joined #ruby
navneet has quit [Remote host closed the connection]
rbennacer has quit [Ping timeout: 260 seconds]
tristanp has joined #ruby
PedramT has joined #ruby
codecop has joined #ruby
nisstyre has quit [Changing host]
nisstyre has joined #ruby
PedramT has quit [Remote host closed the connection]
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Yiota has joined #ruby
rbennacer has joined #ruby
tristanp has quit [Ping timeout: 264 seconds]
diegoaguilar has quit [Ping timeout: 244 seconds]
rippa has joined #ruby
Yeomra has joined #ruby
bkxd has quit [Ping timeout: 260 seconds]
demophoon has quit [Quit: :wqall!]
pawnbox has quit [Remote host closed the connection]
brunto has joined #ruby
demophoon has joined #ruby
rbennace_ has joined #ruby
coffeecupp has quit [Quit: Lingo: www.lingoirc.com]
PedramT has joined #ruby
pawnbox has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
noService has joined #ruby
madgen has joined #ruby
diego1 is now known as diegoviola
idefine has quit [Remote host closed the connection]
demophoon has quit [Remote host closed the connection]
Chagel has joined #ruby
rbennace_ has quit [Ping timeout: 260 seconds]
rbennacer has joined #ruby
diegoaguilar has joined #ruby
idefine has joined #ruby
Chagel has quit [Ping timeout: 276 seconds]
PedramT has quit [Remote host closed the connection]
bkxd has joined #ruby
william3 has joined #ruby
jam___ has quit [Remote host closed the connection]
demophoon has joined #ruby
Xeago_ has joined #ruby
spt0 has quit [Quit: Leaving]
gix- has joined #ruby
gix has quit [Disconnected by services]
karapetyan has joined #ruby
zapata has quit [Ping timeout: 260 seconds]
rkazak_ has joined #ruby
tristanp has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
Dimik-- has joined #ruby
chrisseaton has quit [Read error: Connection reset by peer]
knowtheory has quit [Read error: Connection reset by peer]
duderono_ has joined #ruby
alxgsv has quit [Ping timeout: 264 seconds]
Madplatypus has joined #ruby
bkxd has quit [Ping timeout: 264 seconds]
diegoaguilar has quit [Ping timeout: 264 seconds]
rkazak has quit [Ping timeout: 264 seconds]
chicken has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
daed has quit [Ping timeout: 264 seconds]
bb010g has quit [Ping timeout: 264 seconds]
modin has quit [Ping timeout: 264 seconds]
rkazak_ is now known as rkazak
william3 has quit [Ping timeout: 244 seconds]
s1kx has quit [Ping timeout: 264 seconds]
Dimik1 has quit [Ping timeout: 264 seconds]
braincrash has quit [Ping timeout: 264 seconds]
duderonomy has quit [Ping timeout: 264 seconds]
twodayslate has quit [Ping timeout: 264 seconds]
tuelz has quit [Ping timeout: 264 seconds]
Trynemjoel has quit [Ping timeout: 264 seconds]
czerasz_ has quit [Ping timeout: 264 seconds]
mesamoo has quit [Ping timeout: 264 seconds]
Puffball has quit [Ping timeout: 264 seconds]
BTRE has quit [Ping timeout: 264 seconds]
johnny56_ has quit [Ping timeout: 264 seconds]
chrisseaton has joined #ruby
Puffball has joined #ruby
knowtheory has joined #ruby
bkxd has joined #ruby
daed has joined #ruby
tuelz has joined #ruby
karapetyan has quit [Ping timeout: 244 seconds]
twodayslate has joined #ruby
bb010g has joined #ruby
elifoster|alt has quit [Ping timeout: 244 seconds]
mtaw has joined #ruby
Trynemjoel has joined #ruby
braincrash has joined #ruby
mtaw1 has joined #ruby
Swey_Hey has joined #ruby
rbennacer has joined #ruby
alxgsv has joined #ruby
PedramT has joined #ruby
PedramT has quit [Remote host closed the connection]
zapata has joined #ruby
blackgoat has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
czerasz_ has joined #ruby
diegoaguilar has joined #ruby
s1kx has joined #ruby
BTRE has joined #ruby
william3 has joined #ruby
stunder has quit [Ping timeout: 244 seconds]
tristanp has quit [Ping timeout: 260 seconds]
rbennacer has joined #ruby
bigkevmcd has joined #ruby
tildes has quit [Ping timeout: 260 seconds]
bhrgunatha has joined #ruby
idefine has quit [Remote host closed the connection]
nobitanobi has joined #ruby
krz has quit [Ping timeout: 260 seconds]
idefine has joined #ruby
william3 has quit [Ping timeout: 244 seconds]
nando293921 has quit [Ping timeout: 244 seconds]
BtcBen has quit [Ping timeout: 276 seconds]
tristanp has joined #ruby
jenrzzz has joined #ruby
rbennacer has quit [Ping timeout: 244 seconds]
bigkevmcd has quit [Client Quit]
bhrgunatha has quit [Client Quit]
charliesome has joined #ruby
idefine has quit [Ping timeout: 244 seconds]
polysics has joined #ruby
rbennacer has joined #ruby
Swey_Hey has quit [Quit: Leaving]
musl has quit [Quit: WeeChat 1.4]
PedramT has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
polysics has quit [Ping timeout: 260 seconds]
tristanp_ has joined #ruby
PedramT has quit [Ping timeout: 276 seconds]
brunto has quit [Ping timeout: 276 seconds]
tristanp has quit [Ping timeout: 260 seconds]
rbennacer has quit [Ping timeout: 260 seconds]
<shevy> long live ruby!
tristanp_ has quit [Ping timeout: 260 seconds]
william3 has joined #ruby
crameth has quit [Quit: crameth]
P_R_Delt has joined #ruby
<P_R_Delt> uhh
<P_R_Delt> Weird...
<P_R_Delt> Why is it that when I escape a backslash in a string, then print it, it shows \\ instead of the \ I wanted?
Matthew_ is now known as MRB[away]
tax has quit [Ping timeout: 260 seconds]
<P_R_Delt> oh
<P_R_Delt> nevermind
<P_R_Delt> needed a forward slash anyways
tristanp has joined #ruby
Yzguy has quit [Quit: Zzz...]
william3 has quit [Ping timeout: 244 seconds]
futilegames has quit [Ping timeout: 244 seconds]
PaulCape_ has joined #ruby
mikecmpbll has joined #ruby
User458764 has joined #ruby
antgel has joined #ruby
User458764 has quit [Client Quit]
djellemah has quit [Quit: Leaving]
PaulCapestany has quit [Ping timeout: 260 seconds]
Mon_Ouie has joined #ruby
tristanp has quit [Ping timeout: 264 seconds]
ur5us has joined #ruby
agent_white has joined #ruby
MrDoctor[AFK] is now known as MrDoctor
raeoks has quit [Quit: Textual IRC Client: www.textualapp.com]
rbennacer has joined #ruby
helpa has quit [Remote host closed the connection]
Xiti` has joined #ruby
helpa has joined #ruby
rkazak_ has joined #ruby
eljimador has joined #ruby
spooq|2 has joined #ruby
siaw_ has joined #ruby
lemur has joined #ruby
djbkd_ has joined #ruby
nobitano_ has joined #ruby
flak has joined #ruby
PaulCapestany has joined #ruby
tristanp has joined #ruby
darkf_ has joined #ruby
charliesome has quit [Ping timeout: 244 seconds]
pawnbox_ has joined #ruby
marens_ has joined #ruby
d0nn1e_ has joined #ruby
P_R_Delt has quit [Quit: Page closed]
cbetta__ has joined #ruby
zacstewa1t has joined #ruby
zenlot has joined #ruby
ammar has joined #ruby
jgrevich_ has joined #ruby
zipkid_ has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
dmnd_ has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 260 seconds]
rbennacer has quit [Ping timeout: 260 seconds]
tw1sted_ has joined #ruby
zrl__ has joined #ruby
ahuman_ has joined #ruby
alxndr_ has joined #ruby
rbennacer has joined #ruby
idefine has joined #ruby
AlexRussia has quit [Ping timeout: 244 seconds]
shinnya has quit [Ping timeout: 260 seconds]
PaulCape_ has quit [*.net *.split]
nobitanobi has quit [*.net *.split]
diegoaguilar has quit [*.net *.split]
mtaw1 has quit [*.net *.split]
braincrash has quit [*.net *.split]
rkazak has quit [*.net *.split]
Yeomra has quit [*.net *.split]
rippa has quit [*.net *.split]
djbkd has quit [*.net *.split]
diegoviola has quit [*.net *.split]
baweaver has quit [*.net *.split]
zzak has quit [*.net *.split]
darkf has quit [*.net *.split]
spooq has quit [*.net *.split]
Xiti has quit [*.net *.split]
SHyx0rmZ has quit [*.net *.split]
zenlot6 has quit [*.net *.split]
siaw has quit [*.net *.split]
d0nn1e has quit [*.net *.split]
bmf has quit [*.net *.split]
phpwebdev has quit [*.net *.split]
coyo has quit [*.net *.split]
bweston92 has quit [*.net *.split]
jgrevich has quit [*.net *.split]
iNs has quit [*.net *.split]
ahuman has quit [*.net *.split]
zacstewart has quit [*.net *.split]
shtirlic has quit [*.net *.split]
eljimmy has quit [*.net *.split]
Takumo has quit [*.net *.split]
huyderman has quit [*.net *.split]
sauvin has quit [*.net *.split]
M-shine has quit [*.net *.split]
headius has quit [*.net *.split]
zipkid has quit [*.net *.split]
tsunamie has quit [*.net *.split]
Synthead has quit [*.net *.split]
spastorino has quit [*.net *.split]
[ace] has quit [*.net *.split]
troter__________ has quit [*.net *.split]
zrl_ has quit [*.net *.split]
malcolmva has quit [*.net *.split]
podman has quit [*.net *.split]
cbetta_ has quit [*.net *.split]
dmnd has quit [*.net *.split]
canton7 has quit [*.net *.split]
nullwarp has quit [*.net *.split]
GGMethos has quit [*.net *.split]
jazzonmymind has quit [*.net *.split]
Todd has quit [*.net *.split]
tw1sted has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
Guest93754 has quit [*.net *.split]
alxndr has quit [*.net *.split]
thesheff17 has quit [*.net *.split]
devyn_ has quit [*.net *.split]
Guest83385 has quit [*.net *.split]
ammar_ has quit [*.net *.split]
ghr has quit [*.net *.split]
joast has quit [*.net *.split]
pabs has quit [*.net *.split]
marens has quit [*.net *.split]
frode15243 has quit [*.net *.split]
siaw_ is now known as siaw
rkazak_ is now known as rkazak
M-shine1 has joined #ruby
nuck has joined #ruby
tristanp_ has joined #ruby
nuck is now known as Guest99427
braincrash has joined #ruby
zipkid_ is now known as zipkid
LoneHermit has quit [Remote host closed the connection]
Emmanuel_Chanel has joined #ruby
Emmanuel_Chanel has quit [Max SendQ exceeded]
cbetta__ is now known as cbetta_
alxndr_ is now known as alxndr
dmnd_ is now known as dmnd
canton7 has joined #ruby
Emmanuel_Chanel has joined #ruby
podman has joined #ruby
tristanp has quit [Ping timeout: 264 seconds]
darkf_ is now known as darkf
sarbs has quit [Ping timeout: 244 seconds]
tristanp has joined #ruby
Takumo has joined #ruby
Takumo has quit [Changing host]
Takumo has joined #ruby
rbennacer has quit [Ping timeout: 260 seconds]
Guest46036 has quit [Ping timeout: 276 seconds]
marr has joined #ruby
zrl__ is now known as zrl_
idefine has quit [Ping timeout: 264 seconds]
kareeoleez has quit []
tristanp_ has quit [Ping timeout: 260 seconds]
trista___ has joined #ruby
p0p0pr37_ has joined #ruby
marr123 has joined #ruby
yude_ has joined #ruby
noServic1 has joined #ruby
klaas_ has joined #ruby
PaulCape_ has joined #ruby
tercenya has joined #ruby
Azure|dc has joined #ruby
mustmodify__ has joined #ruby
djbkd has joined #ruby
n1colas_ has joined #ruby
jazzonmymind has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
Todd has joined #ruby
baweaver has joined #ruby
bweston92 has joined #ruby
ssiris has quit [Quit: End of Line]
rbennacer has joined #ruby
wnd_ has joined #ruby
john3 has joined #ruby
AdamMeghji_ has joined #ruby
theRealAlexz_ has joined #ruby
diegoaguilar has joined #ruby
eregon_ has joined #ruby
hayden__ has joined #ruby
chrisarc1nd has joined #ruby
akem has joined #ruby
meal_ has joined #ruby
lianj_ has joined #ruby
lianj_ has joined #ruby
Some-body_ has joined #ruby
yokel_ has joined #ruby
icey_ has joined #ruby
knight- has joined #ruby
mhb_ has joined #ruby
Dimik-- has quit [Ping timeout: 276 seconds]
jackdani1l has joined #ruby
spastorino has joined #ruby
nano-_ has joined #ruby
Blue_Ice_ has joined #ruby
Drakevr_ has joined #ruby
brendan- has joined #ruby
daed__ has joined #ruby
silverdu2t has joined #ruby
ericwood has joined #ruby
flak has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
fumduq- has joined #ruby
thesheff17 has joined #ruby
solocshaw has joined #ruby
the_drow has joined #ruby
edulix has joined #ruby
Ariadeno_ has joined #ruby
frode15243 has joined #ruby
hiyosi_ has joined #ruby
<A124> Hey! Would like stream HTTP get, and read it by line and parse, have no idea how, any hints?
modin has joined #ruby
crdpink2 has joined #ruby
tubuliferous has joined #ruby
MuffinPimp_ has joined #ruby
FastJack_ has joined #ruby
zzak has joined #ruby
zacstewart has joined #ruby
gix has joined #ruby
vbatts|w` has joined #ruby
hiyosi_ has quit [Client Quit]
tuelz1 has joined #ruby
BSaboia has joined #ruby
awk has joined #ruby
akem has quit [Remote host closed the connection]
rippa has joined #ruby
huyderman has joined #ruby
headius has joined #ruby
hiyosi_ has joined #ruby
helpa-bot has joined #ruby
awk is now known as Guest98513
RyanMcCoskrie has joined #ruby
malcolmva has joined #ruby
pikajude_ has joined #ruby
_derpy has joined #ruby
IcyDragon has joined #ruby
Biohazard_ has joined #ruby
GGMethos has joined #ruby
aep_ has joined #ruby
jolamb_ has joined #ruby
paultreny has joined #ruby
priodev_ has joined #ruby
edwardly_ has joined #ruby
edwardly_ has joined #ruby
Affix has joined #ruby
ur5us_ has joined #ruby
chridal_ has joined #ruby
tomaw_ has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samuelkadolph has joined #ruby
paultreny is now known as Guest96635
UKn0Meh has joined #ruby
kkh has joined #ruby
Affix is now known as Guest93416
Junaos_ has joined #ruby
unCork has joined #ruby
ryotarai_ has joined #ruby
techietrash_ has joined #ruby
johnny56_ has joined #ruby
coyo has joined #ruby
coyo has joined #ruby
M-Kodo has quit [Ping timeout: 244 seconds]
ahuman has joined #ruby
marr has quit [*.net *.split]
Emmanuel_Chanel has quit [*.net *.split]
canton7 has quit [*.net *.split]
ahuman_ has quit [*.net *.split]
tw1sted_ has quit [*.net *.split]
zenlot has quit [*.net *.split]
zacstewa1t has quit [*.net *.split]
marens_ has quit [*.net *.split]
d0nn1e_ has quit [*.net *.split]
PaulCapestany has quit [*.net *.split]
djbkd_ has quit [*.net *.split]
lemur has quit [*.net *.split]
helpa has quit [*.net *.split]
agent_white has quit [*.net *.split]
ur5us has quit [*.net *.split]
s1kx has quit [*.net *.split]
czerasz_ has quit [*.net *.split]
mtaw has quit [*.net *.split]
tuelz has quit [*.net *.split]
daed has quit [*.net *.split]
duderono_ has quit [*.net *.split]
gix- has quit [*.net *.split]
noService has quit [*.net *.split]
crdpink has quit [*.net *.split]
bradleyprice has quit [*.net *.split]
hk238 has quit [*.net *.split]
lxsameer has quit [*.net *.split]
decoponio has quit [*.net *.split]
gmas has quit [*.net *.split]
phredus has quit [*.net *.split]
Azure has quit [*.net *.split]
alexherb1 has quit [*.net *.split]
gregf has quit [*.net *.split]
flopsec has quit [*.net *.split]
hayden_ has quit [*.net *.split]
AdamMeghji has quit [*.net *.split]
n1colas has quit [*.net *.split]
AnoHito has quit [*.net *.split]
minimalism has quit [*.net *.split]
s00pcan has quit [*.net *.split]
Guest81068 has quit [*.net *.split]
patrick_star has quit [*.net *.split]
fumduq has quit [*.net *.split]
martinbjeldbak has quit [*.net *.split]
Drakevr has quit [*.net *.split]
funnel has quit [*.net *.split]
Elysia has quit [*.net *.split]
th0m has quit [*.net *.split]
programmerq has quit [*.net *.split]
Guest57403 has quit [*.net *.split]
techietrash has quit [*.net *.split]
vondruch has quit [*.net *.split]
jidar has quit [*.net *.split]
MuffinPimp has quit [*.net *.split]
joevandyk has quit [*.net *.split]
Chunlea_ has quit [*.net *.split]
BSab has quit [*.net *.split]
Guest75518 has quit [*.net *.split]
SirFunk has quit [*.net *.split]
mustmodify_ has quit [*.net *.split]
Cork has quit [*.net *.split]
gigetoo has quit [*.net *.split]
nomadic has quit [*.net *.split]
z3uS has quit [*.net *.split]
elaptics`away has quit [*.net *.split]
p0p0pr37 has quit [*.net *.split]
kaspergrubbe has quit [*.net *.split]
kedare has quit [*.net *.split]
Sembei has quit [*.net *.split]
lsmola has quit [*.net *.split]
papercode has quit [*.net *.split]
df has quit [*.net *.split]
Junaos has quit [*.net *.split]
Ariadeno has quit [*.net *.split]
priodev has quit [*.net *.split]
bastelfreak has quit [*.net *.split]
gagrio has quit [*.net *.split]
adaedra has quit [*.net *.split]
sarlalian_ has quit [*.net *.split]
Papierkorb has quit [*.net *.split]
torandu_ has quit [*.net *.split]
hoylemd has quit [*.net *.split]
`derpy has quit [*.net *.split]
knight_ has quit [*.net *.split]
connor_goodwolf has quit [*.net *.split]
Adam_FrVancouver has quit [*.net *.split]
Blue_Ice has quit [*.net *.split]
ccooke has quit [*.net *.split]
joconcepts has quit [*.net *.split]
UKn0Me has quit [*.net *.split]
pleiosaur has quit [*.net *.split]
darix has quit [*.net *.split]
rclsilver has quit [*.net *.split]
Fridtjof- has quit [*.net *.split]
yokel has quit [*.net *.split]
galeido has quit [*.net *.split]
nug has quit [*.net *.split]
wlanboy has quit [*.net *.split]
klaas has quit [*.net *.split]
edwardly has quit [*.net *.split]
crankharder has quit [*.net *.split]
LiquidInsect has quit [*.net *.split]
rtl has quit [*.net *.split]
tercenya_ has quit [*.net *.split]
majoh has quit [*.net *.split]
pjaspers_ has quit [*.net *.split]
unreal has quit [*.net *.split]
Sou|cutter has quit [*.net *.split]
cybrside has quit [*.net *.split]
stan has quit [*.net *.split]
greister has quit [*.net *.split]
isene has quit [*.net *.split]
z4phod has quit [*.net *.split]
Biohazard has quit [*.net *.split]
NightMonkey has quit [*.net *.split]
strongcode has quit [*.net *.split]
icey has quit [*.net *.split]
yude has quit [*.net *.split]
tjvc has quit [*.net *.split]
pikajude has quit [*.net *.split]
nano- has quit [*.net *.split]
FastJack has quit [*.net *.split]
tomaw has quit [*.net *.split]
jackdaniel has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
chridal has quit [*.net *.split]
meal has quit [*.net *.split]
hiyosi has quit [*.net *.split]
neoweb has quit [*.net *.split]
TheBrayn has quit [*.net *.split]
D9 has quit [*.net *.split]
lianj has quit [*.net *.split]
theRealAlexz has quit [*.net *.split]
nitrix has quit [*.net *.split]
aep has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
bogdanteleaga has quit [*.net *.split]
exceion has quit [*.net *.split]
jolamb has quit [*.net *.split]
janno has quit [*.net *.split]
jtperreault has quit [*.net *.split]
clamstar has quit [*.net *.split]
forgot has quit [*.net *.split]
silverdust has quit [*.net *.split]
wnd has quit [*.net *.split]
_br___ has quit [*.net *.split]
jtoy_ has quit [*.net *.split]
ericwood_ has quit [*.net *.split]
mhb has quit [*.net *.split]
eregon has quit [*.net *.split]
duracrisis has quit [*.net *.split]
IceDragon has quit [*.net *.split]
edulix_ has quit [*.net *.split]
john2 has quit [*.net *.split]
zeroXten has quit [*.net *.split]
kallisti5 has quit [*.net *.split]
lucas has quit [*.net *.split]
chrisarcand has quit [*.net *.split]
ryotarai has quit [*.net *.split]
mame3 has quit [*.net *.split]
KillerFox has quit [*.net *.split]
hypnosb has quit [*.net *.split]
Zackio has quit [*.net *.split]
firstdayonthejob has joined #ruby
nirix has quit [*.net *.split]
brainslug has quit [*.net *.split]
Authenticator has quit [*.net *.split]
jolts has quit [*.net *.split]
Kharma has quit [*.net *.split]
techietrash_ is now known as techietrash
FastJack_ is now known as FastJack
Some-body_ is now known as DarthGandalf
p0p0pr37_ is now known as p0p0pr37
unCork is now known as Cork
<TheCubeLord> woah
elaptics`away has joined #ruby
phredus has joined #ruby
D9 has joined #ruby
adaedra has joined #ruby
gnarld_ has joined #ruby
_br__ has joined #ruby
pjaspers has joined #ruby
darkf_ has joined #ruby
connor_goodwolf has joined #ruby
joevandyk has joined #ruby
yokel_ is now known as yokel
edwardly_ is now known as edwardly
cgfbee has quit [Excess Flood]
nano-_ is now known as nano-
MuffinPimp_ is now known as MuffinPimp
meal_ is now known as meal
hayden__ is now known as hayden_
devyn has joined #ruby
priodev_ is now known as priodev
ryotarai_ is now known as ryotarai
mtaw1 has joined #ruby
joconcepts has joined #ruby
janno has joined #ruby
Papierkorb has joined #ruby
nitrix- has joined #ruby
bmf has joined #ruby
rbennacer has quit [Ping timeout: 260 seconds]
funnel has joined #ruby
helpa-bot has quit [Remote host closed the connection]
crankharder has joined #ruby
cybrside has joined #ruby
helpa has joined #ruby
LiquidInsect has joined #ruby
pabs has joined #ruby
lucas has joined #ruby
jtoy has joined #ruby
strongcode has joined #ruby
mtaw11 has joined #ruby
cgfbee has joined #ruby
AdamMeghji_ has quit [Ping timeout: 247 seconds]
clamstar has joined #ruby
AnoHito has joined #ruby
wnd_ is now known as wnd
darkf has quit [Ping timeout: 264 seconds]
zrl_ has quit [Ping timeout: 264 seconds]
C0deMaver1ck has joined #ruby
daxroc has quit [Ping timeout: 260 seconds]
z3uS has joined #ruby
C0deMaver1ck is now known as Guest56933
duderonomy has joined #ruby
MrDoctor has quit [Quit: Good bye, have a good day!]
iNs has joined #ruby
df has joined #ruby
RyanMcCoskrie has left #ruby ["Konversation terminated!"]
M-shine1 has quit [Ping timeout: 260 seconds]
olivierjanss has quit [Ping timeout: 260 seconds]
gmci has quit [Ping timeout: 260 seconds]
SirFunk has joined #ruby
gmas has joined #ruby
zenlot has joined #ruby
sarlalian has joined #ruby
stan has joined #ruby
yxhuvud has joined #ruby
Emmanuel_Chanel has joined #ruby
lsmola has joined #ruby
hk238 has joined #ruby
mtaw has joined #ruby
kedare has joined #ruby
trista___ has quit [Ping timeout: 260 seconds]
vondruch has joined #ruby
WebDawg has joined #ruby
czerasz_ has joined #ruby
majoh has joined #ruby
mtaw1 has quit [Ping timeout: 244 seconds]
lxsameer has joined #ruby
patrick_star has joined #ruby
sesquipedalian has quit [Ping timeout: 260 seconds]
papercode has joined #ruby
bogdanteleaga has joined #ruby
rbennacer has joined #ruby
unreal has joined #ruby
martinbjeldbak has joined #ruby
Sou|cutter has joined #ruby
programmerq has joined #ruby
minimalism has joined #ruby
bastelfreak has joined #ruby
darkf_ is now known as darkf
nomadic has joined #ruby
hk238 has quit [Client Quit]
bweston92 has quit [Read error: Connection timed out]
gregf has joined #ruby
greister has joined #ruby
ramfjord has joined #ruby
Chunlea_ has joined #ruby
isene has joined #ruby
torandu has joined #ruby
s1kx has joined #ruby
zrl_ has joined #ruby
ccooke has joined #ruby
z4phod has joined #ruby
rtl has joined #ruby
jidar has joined #ruby
gagrio has joined #ruby
brunto has joined #ruby
M-shine has joined #ruby
Gasher has joined #ruby
dionysus69 has joined #ruby
Adam_FrVancouver has joined #ruby
s00pcan has joined #ruby
rbennacer has quit [Ping timeout: 260 seconds]
alexherb1 has joined #ruby
bkxd has quit [Ping timeout: 244 seconds]
tristanp has joined #ruby
d0nn1e has joined #ruby
sauvin has joined #ruby
gnarld_ is now known as nug
th0m has joined #ruby
AdamMeghji_ has joined #ruby
sepp2k has joined #ruby
olivierjanss has joined #ruby
tjvc has joined #ruby
tjvc has quit [Changing host]
tjvc has joined #ruby
dionysus69 has quit [Ping timeout: 244 seconds]
Fridtjof has joined #ruby
daxroc has joined #ruby
M-Kodo has joined #ruby
[ace] has joined #ruby
TheCubeLord has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
galeido has joined #ruby
SirFunk has quit [Read error: Connection timed out]
exceion has joined #ruby
pleiosaur has joined #ruby
rbennacer has joined #ruby
SirFunk has joined #ruby
sami has joined #ruby
zeroXten has joined #ruby
rclsilver has joined #ruby
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #ruby
bkxd has joined #ruby
rbennacer has quit [Ping timeout: 260 seconds]
NightMonkey has joined #ruby
Jackneill has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
djbkd has quit [Remote host closed the connection]
rbennacer has joined #ruby
gmci has joined #ruby
infra-red has joined #ruby
the_drow has quit [Quit: Leaving]
<A124> There is this http://www.rubydoc.info/gems/http/HTTP/Chainable but cannot get it running
tristanp has joined #ruby
wlanboy has joined #ruby
canton7 has joined #ruby
kaspergrubbe has joined #ruby
rbennacer has quit [Ping timeout: 260 seconds]
william3 has joined #ruby
Dimik has quit [Ping timeout: 276 seconds]
troter__________ has joined #ruby
<shevy> yeah that is a gem
hk238 has joined #ruby
sesquipedalian has joined #ruby
jam__ has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
yfeldblum has joined #ruby
polysics has joined #ruby
william3 has quit [Ping timeout: 264 seconds]
pawnbox_ has joined #ruby
hoylemd has joined #ruby
gigetoo has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
pawnbox has quit [Ping timeout: 264 seconds]
PedramT has joined #ruby
PedramT has quit [Remote host closed the connection]
jam__ has quit [Ping timeout: 276 seconds]
Sembei has joined #ruby
jackjackdripper has joined #ruby
Yeomra has joined #ruby
pawnbox has joined #ruby
alexherb1 has quit [Quit: WeeChat 1.4]
SCHAAP137 has joined #ruby
tristanp has quit [Ping timeout: 264 seconds]
PedramT_ has joined #ruby
pawnbox_ has quit [Ping timeout: 260 seconds]
the_drow has joined #ruby
pawnbox_ has joined #ruby
mikecmpbll has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tristanp has joined #ruby
alexherbo2 has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
mikecmpbll has joined #ruby
<A124> I do not care about particular gem.
pawnbox has joined #ruby
<A124> Just want to read a streaming http get response by line.
AlexRussia has joined #ruby
PedramT_ has quit [Remote host closed the connection]
<A124> shevy Got any idea how? The only way I got idea is read_body with block and somehow detect new line.
PedramT has joined #ruby
nullwarp has joined #ruby
pawnbox_ has quit [Ping timeout: 264 seconds]
kallisti5 has joined #ruby
Zackio has joined #ruby
Kharma has joined #ruby
brainslug has joined #ruby
nirix has joined #ruby
Authenticator has joined #ruby
jolts has joined #ruby
<A124> Me got two ideas. a) raw TCP and gets, b) make api put records by line to the pipe
Zackio has quit [Quit: C-x C-c]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
UKn0Meh is now known as UKn0Me
tristanp has quit [Ping timeout: 264 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
brunto has quit [Ping timeout: 264 seconds]
polysics has quit []
marr123 is now known as marr
ghr has joined #ruby
kareeoleez has joined #ruby
pawnbox has joined #ruby
PedramT has quit [Ping timeout: 264 seconds]
eregon_ has quit [Remote host closed the connection]
tristanp has joined #ruby
PedramT has joined #ruby
ur5us_ has quit [Remote host closed the connection]
barajasfab has joined #ruby
hypnosb has joined #ruby
flopsec has joined #ruby
KillerFox has joined #ruby
flopsec has quit [Changing host]
flopsec has joined #ruby
PedramT has quit [Remote host closed the connection]
flopsec has quit [Max SendQ exceeded]
hypnosb has quit [Max SendQ exceeded]
TheBrayn has joined #ruby
forgot has joined #ruby
hypnosb has joined #ruby
mdih has joined #ruby
PedramT has joined #ruby
last_staff has joined #ruby
flopsec has joined #ruby
PedramT has quit [Remote host closed the connection]
PedramT has joined #ruby
mame3 has joined #ruby
darix has joined #ruby
shtirlic has joined #ruby
TheCubeLord has joined #ruby
Cohedrin has joined #ruby
Devalo has joined #ruby
rbennacer has joined #ruby
Lomex has joined #ruby
infra-red has quit [Ping timeout: 260 seconds]
Emmanuel_Chanel has quit [Quit: Leaving]
rbennacer has quit [Ping timeout: 250 seconds]
PedramT has quit [Ping timeout: 268 seconds]
tristanp_ has joined #ruby
tristanp has quit [Ping timeout: 268 seconds]
brunto has joined #ruby
tristanp has joined #ruby
pandaant has joined #ruby
nobitano_ has quit [Remote host closed the connection]
tristanp_ has quit [Ping timeout: 250 seconds]
ur5us has joined #ruby
yorickpeterse has joined #ruby
rbennacer has joined #ruby
minimalism has quit [Quit: minimalism]
ur5us has quit [Ping timeout: 250 seconds]
idefine has joined #ruby
chrismytton has joined #ruby
nobitanobi has joined #ruby
nobitanobi has quit [Remote host closed the connection]
william3 has joined #ruby
d0nn1e has quit [Ping timeout: 264 seconds]
rbennacer has quit [Ping timeout: 268 seconds]
TheCubeLord has quit [Quit: Leaving]
Guest51505 has joined #ruby
d0nn1e has joined #ruby
TheCubeLord has joined #ruby
mikecmpbll has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ur5us has joined #ruby
idefine has quit [Ping timeout: 268 seconds]
LoneHermit has joined #ruby
william3 has quit [Remote host closed the connection]
tsunamie has joined #ruby
<TheCubeLord> now that i had to re install my OS i dont have ruby 2.3 anymore D:
rbennacer has joined #ruby
biberu has joined #ruby
spider-mario has joined #ruby
Emmanuel_Chanel has joined #ruby
mtaw has quit [Quit: Leaving]
mtaw11 has quit [Quit: Leaving]
<TheCubeLord> how do i install it cause i dont have it writen down
tomaw_ is now known as tomaw
ur5us has quit [Ping timeout: 250 seconds]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
krz has joined #ruby
tristanp_ has joined #ruby
bmf has quit [Ping timeout: 244 seconds]
<TheCubeLord> pls help
baweaver has quit [Remote host closed the connection]
bmf has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
LoneHermit has quit [Ping timeout: 250 seconds]
madgen has quit [Ping timeout: 276 seconds]
Lomex has quit [Remote host closed the connection]
tristanp has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
rbennacer has quit [Ping timeout: 260 seconds]
eregon has joined #ruby
BtcBen has joined #ruby
dmr8 has joined #ruby
william3 has joined #ruby
Chagel has joined #ruby
eregon has quit [Remote host closed the connection]
Elysia has joined #ruby
BtcBen has quit [Ping timeout: 250 seconds]
william3 has quit [Ping timeout: 246 seconds]
eregon has joined #ruby
FernandoBasso has joined #ruby
<shevy> TheCubeLord wget ftp://ftp.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.xz; compile it into a prefix like your home directory if you want to; alternatively use one of the handholding solutions that do these things for you like rvm or chruby and follow the instructions
RegulationD has joined #ruby
nanoyak has joined #ruby
tristanp has quit [Ping timeout: 268 seconds]
brunto has quit [Ping timeout: 268 seconds]
<TheCubeLord> k
n008f4g_ has joined #ruby
jtperreault has joined #ruby
Lomex has joined #ruby
tristanp has joined #ruby
Devalo has quit [Remote host closed the connection]
dionysus69 has joined #ruby
yfeldblum has quit [Ping timeout: 264 seconds]
RegulationD has quit [Ping timeout: 244 seconds]
bronson has joined #ruby
krz has quit [Read error: Connection reset by peer]
<TheCubeLord> umm how do i install rvm
<TheCubeLord> noob here
william3 has joined #ruby
brunto has joined #ruby
bronson has quit [Ping timeout: 246 seconds]
nanoyak has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Xeago_ has quit [Remote host closed the connection]
Xeago has joined #ruby
<shevy> did you try the instruction yet?
infra-red has joined #ruby
rbennacer has joined #ruby
<shevy> lol I just tried and it failed
krz has joined #ruby
<shevy> gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
<shevy> \curl -sSL https://get.rvm.io | bash -s stable
<shevy> curl: (23) Failed writing body (0 != 15611)
<shevy> ok this one works https://rvm.io/rvm/security
<shevy> sorta... ./scripts/functions/utility: line 381: groupadd: command not found
<shevy> pretty messy
<TheCubeLord> welp found it
<TheCubeLord> thanks anyways
infra-red has quit [Ping timeout: 244 seconds]
araujo has joined #ruby
tristanp_ has joined #ruby
TheCubeLord has quit [Quit: Leaving]
mdih has quit [Remote host closed the connection]
bmf has quit [Ping timeout: 244 seconds]
tristanp has quit [Ping timeout: 260 seconds]
tristanp has joined #ruby
nanoz has joined #ruby
diegoaguilar has quit [Ping timeout: 244 seconds]
Chagel has quit [Ping timeout: 244 seconds]
FooMunki has joined #ruby
william3 has quit [Remote host closed the connection]
tristanp_ has quit [Ping timeout: 260 seconds]
mdih has joined #ruby
madgen has joined #ruby
Jackneill has quit [Quit: Leaving]
barajasfab has quit [Ping timeout: 268 seconds]
poerror has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
Lomex has quit [Remote host closed the connection]
nobitanobi has joined #ruby
william3 has joined #ruby
mikecmpbll has joined #ruby
firstdayonthejob has quit [Quit: WeeChat 1.4]
bmf has joined #ruby
rbennacer has joined #ruby
william3 has quit [Remote host closed the connection]
siaw has quit [Read error: Connection reset by peer]
nobitanobi has quit [Remote host closed the connection]
firstdayonthejob has joined #ruby
siaw has joined #ruby
tristanp_ has joined #ruby
jam___ has joined #ruby
tristanp has quit [Ping timeout: 268 seconds]
tristanp has joined #ruby
Rixius has quit [Ping timeout: 260 seconds]
SirCmpwn has quit [Ping timeout: 260 seconds]
rvchangue has quit [Ping timeout: 260 seconds]
bodie_ has quit [Ping timeout: 260 seconds]
Rixius has joined #ruby
karapetyan has joined #ruby
rbennacer has quit [Ping timeout: 244 seconds]
rvchangue has joined #ruby
blaxter has joined #ruby
jam___ has quit [Ping timeout: 250 seconds]
tristanp_ has quit [Ping timeout: 250 seconds]
trista___ has joined #ruby
SirCmpwn has joined #ruby
trista___ has quit [Read error: Connection reset by peer]
bodie_ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
baweaver has joined #ruby
tristanp has joined #ruby
brunto has quit [Ping timeout: 268 seconds]
aeterne has joined #ruby
yfeldblum has joined #ruby
richardburton has joined #ruby
tubuliferous has quit [Ping timeout: 264 seconds]
bmf has quit [Ping timeout: 250 seconds]
baweaver has quit [Ping timeout: 250 seconds]
<richardburton> hey everyone. i've forked a gem, modified it slightly, and want to include it in my project, but I’m getting: LoadError: cannot load such file
<richardburton> This is what I have added to my Gemfile: gem 'mondo', :git => "https://github.com/ricburton/mondo-ruby.git"
<richardburton> When I run bundle install, everything seems to go well
<richardburton> but when I require 'mondo' the gem doesn't load
nettoweb has joined #ruby
<richardburton> LoadError: cannot load such file -- mondo
<richardburton> from /Users/richardburton/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
<richardburton> Any help would be much appreciated :)
jackdani1l is now known as jackdaniel
rbennacer has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
bmf has joined #ruby
tristanp_ has joined #ruby
mdih has quit [Ping timeout: 250 seconds]
brunto has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
william3 has joined #ruby
LoneHermit has joined #ruby
vircung has quit [Ping timeout: 244 seconds]
nanoz] has joined #ruby
tristanp_ has quit [Ping timeout: 268 seconds]
vircung has joined #ruby
n1colas has joined #ruby
pawnbox has quit [Ping timeout: 276 seconds]
ayonkhan has joined #ruby
ghr has quit [Ping timeout: 244 seconds]
ghr has joined #ruby
null__ has quit [Ping timeout: 244 seconds]
Rutix`away has joined #ruby
Rutix`away has joined #ruby
Zarthus_ has joined #ruby
n1colas_ has quit [Ping timeout: 244 seconds]
muvbit has quit [Ping timeout: 244 seconds]
majjoha has quit [Ping timeout: 244 seconds]
nibbo has quit [Ping timeout: 244 seconds]
TheMoonMaster has quit [Ping timeout: 244 seconds]
snapcase has quit [Ping timeout: 244 seconds]
rahc has quit [Ping timeout: 244 seconds]
gregf has quit [Quit: WeeChat 1.4]
m4rCsi_ has joined #ruby
nanoz has quit [Ping timeout: 244 seconds]
toretore has quit [Ping timeout: 244 seconds]
Alina-malina has quit [Ping timeout: 244 seconds]
Zarthus has quit [Ping timeout: 244 seconds]
Rutix has quit [Ping timeout: 244 seconds]
Skelz0r has quit [Ping timeout: 244 seconds]
TTilus has quit [Ping timeout: 244 seconds]
gypsydave5 has quit [Ping timeout: 244 seconds]
Zarthus_ is now known as Zarthus
chridal_ has quit [Ping timeout: 244 seconds]
ereslibre has quit [Ping timeout: 244 seconds]
quarcu has quit [Ping timeout: 244 seconds]
m4rCsi has quit [Ping timeout: 244 seconds]
sysanthrope has quit [Ping timeout: 244 seconds]
rbennacer has quit [Ping timeout: 246 seconds]
ereslibre has joined #ruby
bmf has quit [Ping timeout: 250 seconds]
nibbo has joined #ruby
LoneHermit has quit [Ping timeout: 268 seconds]
muvbit has joined #ruby
gypsydave5 has joined #ruby
Skelz0r has joined #ruby
TTilus has joined #ruby
pawnbox has joined #ruby
sysanthrope has joined #ruby
helpa-bot has joined #ruby
ocbtec has joined #ruby
csaunders has quit [Ping timeout: 244 seconds]
n1colas has quit [Ping timeout: 260 seconds]
william3 has quit [Remote host closed the connection]
csaunders has joined #ruby
thomasfedb has quit [Ping timeout: 244 seconds]
Madplatypus has quit [Quit: Connection closed for inactivity]
helpa-bot has quit [Remote host closed the connection]
null__ has joined #ruby
helpa-bot has joined #ruby
pawnbox has quit [Remote host closed the connection]
Alina-malina has joined #ruby
quarcu has joined #ruby
chridal has joined #ruby
chridal has quit [Changing host]
chridal has joined #ruby
rbennacer has joined #ruby
helpa has quit [Ping timeout: 244 seconds]
redondos has quit [Ping timeout: 244 seconds]
Hobart has quit [Ping timeout: 244 seconds]
bqscott has quit [Ping timeout: 244 seconds]
thomasfedb has joined #ruby
thomasfedb has quit [Changing host]
thomasfedb has joined #ruby
rahc has joined #ruby
yude has joined #ruby
helpa-bot has quit [Remote host closed the connection]
helpa has joined #ruby
bjmllr has quit [Ping timeout: 244 seconds]
bqscott has joined #ruby
bjmllr has joined #ruby
Hobart has joined #ruby
FooMunki has quit [Quit: FooMunki]
TheMoonMaster has joined #ruby
yude_ has quit [Ping timeout: 244 seconds]
redondos has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
icey_ has quit [Ping timeout: 244 seconds]
rbennacer has quit [Ping timeout: 260 seconds]
brunto has quit [Ping timeout: 268 seconds]
icey has joined #ruby
pawnbox has joined #ruby
majjoha has joined #ruby
tristanp_ has joined #ruby
toretore has joined #ruby
rbennacer has joined #ruby
lxsameer has quit [Quit: WeeChat 1.4]
snapcase has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
Chagel has joined #ruby
dmr8 has quit [Ping timeout: 268 seconds]
dmr8 has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
paddymahoney has joined #ruby
rbennacer has quit [Ping timeout: 244 seconds]
Xeago has quit [Remote host closed the connection]
lxsameer has joined #ruby
lxsameer has quit [Changing host]
lxsameer has joined #ruby
karapetyan has quit [Remote host closed the connection]
Xeago has joined #ruby
rbennacer has joined #ruby
mdw has joined #ruby
dangerousdave has joined #ruby
william3 has joined #ruby
lxsameer has quit [Ping timeout: 246 seconds]
n008f4g_ has quit [Ping timeout: 260 seconds]
brunto has joined #ruby
rbennacer has quit [Ping timeout: 244 seconds]
n1colas has joined #ruby
rbennacer has joined #ruby
tristanp_ has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
richardburton has quit [Quit: Leaving.]
TomyLobo has joined #ruby
n008f4g_ has joined #ruby
richardburton has joined #ruby
william3 has quit [Remote host closed the connection]
tristanp_ has quit [Ping timeout: 250 seconds]
Lomex has joined #ruby
Chagel has quit [Ping timeout: 260 seconds]
tristanp has joined #ruby
infra-red has joined #ruby
gregf has joined #ruby
william3 has joined #ruby
<DylanJ> richardburton: you can do `gem 'mondo', github: 'ricburton/mondo-ruby'` - but that shouldn't fix your LoadError.
<richardburton> good to know for future :)
<richardburton> thanks
<richardburton> just trying to figure out where i'm going wrong
<DylanJ> Where are you calling `require 'mondo'`?
rbennacer has quit [Ping timeout: 276 seconds]
<richardburton> if it's rvm-related
<richardburton> just in pry
<DylanJ> like, `bundle exec pry` ?
tuelz1 has quit [Ping timeout: 260 seconds]
dezull has joined #ruby
infra-red has quit [Ping timeout: 268 seconds]
AlexRussia has quit [Ping timeout: 276 seconds]
william3 has quit [Remote host closed the connection]
dyce_ has quit [Ping timeout: 244 seconds]
tristanp_ has joined #ruby
AlexRussia has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
tristanp has quit [Ping timeout: 250 seconds]
stunder has joined #ruby
william3 has joined #ruby
tristanp has joined #ruby
brunto has quit [Ping timeout: 250 seconds]
tristanp_ has quit [Ping timeout: 250 seconds]
tuelz1 has joined #ruby
stunder has quit [Ping timeout: 250 seconds]
Chagel has joined #ruby
william3 has quit [Remote host closed the connection]
Azure|dc is now known as Azure
gregf has quit [Quit: WeeChat 1.4]
madgen has quit [Ping timeout: 260 seconds]
MuffinPimp has quit [Ping timeout: 260 seconds]
GinoMan2440 has joined #ruby
william3 has joined #ruby
siaw has quit [Quit: siaw]
tristanp_ has joined #ruby
madgen has joined #ruby
rbennacer has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
ayonkhan has quit [Quit: Textual IRC Client: www.textualapp.com]
tristanp has joined #ruby
szulak has joined #ruby
bkxd has quit [Ping timeout: 264 seconds]
tristanp_ has quit [Ping timeout: 250 seconds]
rbennacer has quit [Ping timeout: 244 seconds]
tristanp_ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
darix has quit [Quit: Reconnecting]
darix has joined #ruby
darix has quit [Client Quit]
darix has joined #ruby
Rasi has quit [Ping timeout: 260 seconds]
dyce_ has joined #ruby
<n1colas> Hello
aeterne has quit [Read error: Connection reset by peer]
TheCubeLord has joined #ruby
TheCubeLord has quit [Changing host]
TheCubeLord has joined #ruby
GinoMan2440 has quit [Ping timeout: 268 seconds]
rbennacer has joined #ruby
rbennace_ has joined #ruby
diegoaguilar has joined #ruby
tristanp has joined #ruby
rbennacer has quit [Ping timeout: 246 seconds]
william3 has quit [Remote host closed the connection]
tristanp_ has quit [Ping timeout: 250 seconds]
darkxploit has quit [Read error: Connection reset by peer]
tristanp_ has joined #ruby
krz has quit [Read error: Connection reset by peer]
IrishGringo has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
tristanp has joined #ruby
dubidubi has joined #ruby
dubidubi is now known as Jinny
Rasi| has joined #ruby
\13k has quit [Ping timeout: 276 seconds]
stannard has joined #ruby
Jinny has left #ruby [#ruby]
Jinny has joined #ruby
Rasi| is now known as Rasi
tristanp_ has quit [Ping timeout: 260 seconds]
Jinny has left #ruby [#ruby]
\13k has joined #ruby
lkba has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jam___ has joined #ruby
dezull has quit [Ping timeout: 268 seconds]
ta_ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
n008f4g_ has quit [Ping timeout: 244 seconds]
jam___ has quit [Ping timeout: 250 seconds]
n1colas has quit [Quit: WeeChat 1.4]
n1colas has joined #ruby
brunto has joined #ruby
krz has joined #ruby
richardburton has quit [Quit: Leaving.]
tristanp_ has joined #ruby
baweaver has joined #ruby
dmr8 has quit [Quit: Leaving]
darkxploit has joined #ruby
dmr8 has joined #ruby
rbennace_ has quit [Remote host closed the connection]
rbennacer has joined #ruby
sdothum has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
LoneHerm_ has joined #ruby
rbennacer has quit [Remote host closed the connection]
richardburton has joined #ruby
n008f4g_ has joined #ruby
darkxploit has quit [Max SendQ exceeded]
rodfersou has joined #ruby
tristanp has joined #ruby
bruno- has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
rubyaw has joined #ruby
baweaver has quit [Ping timeout: 250 seconds]
TheCubeLord has quit [Ping timeout: 250 seconds]
darkxploit has joined #ruby
LoneHerm_ has quit [Ping timeout: 276 seconds]
krz has quit [Read error: Connection reset by peer]
rbennacer has joined #ruby
bruno- has quit [Ping timeout: 250 seconds]
unshadow has joined #ruby
ta_ has quit [Remote host closed the connection]
madgen has quit [Ping timeout: 260 seconds]
krz has joined #ruby
mdih has joined #ruby
rbennacer has quit [Ping timeout: 250 seconds]
mdih has quit [Quit: Leaving]
crank1988 has quit [Ping timeout: 276 seconds]
tristanp_ has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
crank1988 has joined #ruby
tristanp has joined #ruby
krz has quit [Read error: Connection reset by peer]
someish has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
tristanp_ has joined #ruby
tildes has joined #ruby
johnbat26 has joined #ruby
diegoaguilar has quit [Ping timeout: 244 seconds]
madgen has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
kloeri is now known as bosslady
matp has quit [Ping timeout: 260 seconds]
aswen has joined #ruby
tk has joined #ruby
tk is now known as Guest49057
TheCubeLord has joined #ruby
Xeago has quit [Remote host closed the connection]
Xeago has joined #ruby
nofxx has quit [Ping timeout: 244 seconds]
dionysus69 has quit [Remote host closed the connection]
Yiota has joined #ruby
dionysus69 has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
PedramT has joined #ruby
ta_ has joined #ruby
rbennacer has joined #ruby
tristanp_ has joined #ruby
<shevy> imagine if this would be matz streem :D https://www.youtube.com/watch?v=TZ3Fqm5koOY
newjersey has joined #ruby
diegoaguilar has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
IrishGringo has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
IcyDragon is now known as IceDragon
mdw has joined #ruby
krz has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
tristanp has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
idefine has joined #ruby
pawnbox has quit [Remote host closed the connection]
OTORelic2 has joined #ruby
daed__ is now known as daed
biberu has quit []
dmr8 has quit [Read error: Connection reset by peer]
madgen has quit [Ping timeout: 276 seconds]
dmr8 has joined #ruby
tristanp_ has joined #ruby
OTORelic2 has quit [Ping timeout: 268 seconds]
madgen has joined #ruby
Rutix`away is now known as Rutix
tristanp has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
tristanp has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
infra-red has joined #ruby
rbennace_ has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
tristanp_ has joined #ruby
rodfersou has quit [Quit: leaving]
noServic1 has quit [Ping timeout: 260 seconds]
rbennacer has quit [Ping timeout: 246 seconds]
tristanp has quit [Ping timeout: 250 seconds]
nobitanobi has joined #ruby
infra-red has quit [Ping timeout: 250 seconds]
klaas_ is now known as klaas
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mooru has joined #ruby
dangerousdave has quit [Quit: Textual IRC Client: www.textualapp.com]
Lomex has quit [Remote host closed the connection]
siaw has joined #ruby
synaps3 has joined #ruby
RegulationD has joined #ruby
ekinmur has joined #ruby
IrishGringo has joined #ruby
nhhc has joined #ruby
Lomex has joined #ruby
RegulationD has quit [Ping timeout: 268 seconds]
bronson has joined #ruby
tristanp has joined #ruby
darkxploit has quit [Quit: Leaving]
tristanp_ has quit [Ping timeout: 250 seconds]
biberu has joined #ruby
tristanp_ has joined #ruby
Lomex has quit [Remote host closed the connection]
bronson has quit [Ping timeout: 250 seconds]
idefine has quit [Remote host closed the connection]
idefine has joined #ruby
krz has quit [Ping timeout: 244 seconds]
trista___ has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
tristanp has quit [Ping timeout: 260 seconds]
jackjackdripper has quit [Quit: Leaving.]
idefine has quit [Remote host closed the connection]
Guest51505 has quit [Quit: ZNC - http://znc.in]
NullVoxPopuli has joined #ruby
Zackio has joined #ruby
barajasfab has joined #ruby
NullVoxPopuli_ has joined #ruby
bosslady is now known as kloeri
<NullVoxPopuli_> hey all, is gem sharing allowed in here?
idefine has joined #ruby
ta_ has quit [Ping timeout: 250 seconds]
<shevy> what is gem sharing
<NullVoxPopuli_> like, I made a gem, and I'd like to share it with people, cause I'm proud of it, and think it could help people?
<NullVoxPopuli_> :-)
<shevy> yeah
<NullVoxPopuli_> cool!
idefine has quit [Client Quit]
<NullVoxPopuli_> I have a couple: action_cable_client: https://github.com/NullVoxPopuli/action_cable_client (for interacting with rails' action cable in a non-js environment (like a ruby-native or cli tool))
noService has joined #ruby
newjersey has quit [Read error: Connection reset by peer]
<NullVoxPopuli_> and then skinny_controllers: https://github.com/NullVoxPopuli/skinny_controllers which helps large project organize their code for easier unit testing.
<adaedra> That looks very Rails-oriented
mooru has quit [Ping timeout: 268 seconds]
trista___ has quit [Read error: Connection reset by peer]
<NullVoxPopuli_> aye
<NullVoxPopuli_> is there a rails irc?
<adaedra> That maybe more suited to #RubyOnRails
<NullVoxPopuli_> oh ok
tristanp has joined #ruby
ctype_real has joined #ruby
crameth has joined #ruby
lxsameer has joined #ruby
tristanp has quit [Ping timeout: 268 seconds]
Guest49057 has quit [Quit: ばいばい]
<ctype_real> Hi,
<ctype_real> after "gem install mailcatcher" the installed file has the path "/usr/bin/mailcatcher.ruby2.1" , but for scripts I need it without extension, i.e. just /usr/bin/mailcatcher
<ctype_real> how to get proper file name ?
Chagel has quit [Ping timeout: 244 seconds]
<adaedra> What system do you use?
tristanp has joined #ruby
<ctype_real> opensuse
nobitanobi has quit [Remote host closed the connection]
sphex_ has quit [Ping timeout: 250 seconds]
<adaedra> I've never seen this behavior before
Azure has quit [Ping timeout: 260 seconds]
LoneHerm_ has joined #ruby
sphex has joined #ruby
darkf has quit [Quit: Leaving]
unshadow has quit [Quit: leaving]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
szulak has quit [Quit: Textual IRC Client: www.textualapp.com]
<apeiros> ctype_real: symlink it? else, darix is the resident suse guy
PedramT has quit [Remote host closed the connection]
krz has joined #ruby
<ctype_real> I want to have some consistent/scriptable way . is there any way to obtain proper filename after running 'gem install' ?
richardburton has quit [Quit: Leaving.]
tildes has quit [Ping timeout: 244 seconds]
jam___ has joined #ruby
<toretore> ctype_real: why do you need it to be different?
ekinmur has joined #ruby
tristanp_ has joined #ruby
stunder001 has joined #ruby
pawnbox has quit [Ping timeout: 246 seconds]
<ctype_real> I don't care , I need just some consistent multiplatform scriptable way
tristanp has quit [Ping timeout: 250 seconds]
nofxx has joined #ruby
<toretore> ruby -rmail_catcher -e"MailCatcher.run!"
<toretore> should work
jam___ has quit [Ping timeout: 260 seconds]
<adaedra> Well, it's indeed weird that there is this prefix, this is not standard behavior, looks like something suse would have added
<adaedra> s/prefix/suffix/
richardburton has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
tristanp_ has joined #ruby
lxsameer has quit [Ping timeout: 244 seconds]
baweaver has joined #ruby
karapetyan has joined #ruby
Aviio has joined #ruby
richardburton has quit [Ping timeout: 276 seconds]
william3 has joined #ruby
<darix> ctype_real: in doubt pass --no-format-executable
<darix> ctype_real: but we support running multiple ruby versions in parallel so that's why we went with suffixed scripts
baweaver has quit [Ping timeout: 250 seconds]
mooru has joined #ruby
<darix> adaedra: and it is just setting a gemrc option. nothing patched in.
Aviio has quit [Remote host closed the connection]
noService has quit [Ping timeout: 244 seconds]
<adaedra> well, it added a gem option :o)
<adaedra> But I didn't know this one
william3 has quit [Ping timeout: 246 seconds]
dionysus69 has quit [Ping timeout: 276 seconds]
Kallis has joined #ruby
stannard has quit [Remote host closed the connection]
pawnbox has joined #ruby
madgen has quit [Ping timeout: 260 seconds]
hxegon has joined #ruby
JoshL has quit [Ping timeout: 260 seconds]
ujjain has quit [Ping timeout: 260 seconds]
JoshL has joined #ruby
TheCubeLord has quit [Quit: Leaving]
tristanp has joined #ruby
<ctype_real> darix: thanks. I also found it, seems my gem's config forces --format-executable
<darix> ctype_real: yes. as i said ... this is on purpose
bmf has joined #ruby
<darix> ctype_real: e.g. if you add devel:languages:ruby as repository you could havd 2.2 and 2.3 as packages. and then gem install without suffixes would be confusing.
ujjain has joined #ruby
ujjain has quit [Changing host]
ujjain has joined #ruby
madgen has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
<darix> ctype_real: in rpms update-alternatives takes care of it
tristanp_ has joined #ruby
lxsameer has joined #ruby
<ctype_real> yes, as I suppose opensuse use ruby for all their tools so they just forced it by default
stunder001 has quit [Ping timeout: 250 seconds]
tristanp has quit [Ping timeout: 250 seconds]
ctype_real has left #ruby ["PING 1460906374"]
mooru has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
biberu\ has joined #ruby
last_staff1 has joined #ruby
stunder001 has joined #ruby
rbennace_ has quit [Remote host closed the connection]
n1colas_ has joined #ruby
LoneHe___ has joined #ruby
bigkevmcd has joined #ruby
mikecmpb_ has joined #ruby
dyce_ has quit [Ping timeout: 250 seconds]
ghr has quit [Ping timeout: 250 seconds]
TomyLobo has quit [Disconnected by services]
Some-body_ has joined #ruby
waalnlwmrvemjovo has joined #ruby
waalnlwmrvemjovo is now known as xqriiinujfjwmzag
xqriiinujfjwmzag is now known as TomyLobo
ereslibre has quit [Ping timeout: 250 seconds]
ereslibre_laptop has joined #ruby
bigkevmcd has quit [Client Quit]
LoneHerm_ has quit [Ping timeout: 250 seconds]
brunto has quit [Ping timeout: 250 seconds]
DarthGandalf has quit [Ping timeout: 250 seconds]
Some-body_ is now known as DarthGandalf
Skelz0r_ has joined #ruby
m4rCsi_ has quit [Ping timeout: 250 seconds]
muvbit_ has joined #ruby
SilverKey has joined #ruby
mikecmpbll has quit [Ping timeout: 250 seconds]
whiteline has quit [Ping timeout: 250 seconds]
xue has joined #ruby
ekinmur_ has joined #ruby
crameth has quit [Read error: Connection reset by peer]
whiteline has joined #ruby
m4rCsi has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
ekinmur has quit [Ping timeout: 250 seconds]
Xeago has joined #ruby
lkba has quit [Ping timeout: 250 seconds]
FastJack_ has joined #ruby
d0nn1e_ has joined #ruby
Kim^J_ has joined #ruby
Zackio has quit [*.net *.split]
biberu has quit [*.net *.split]
synaps3 has quit [*.net *.split]
sdothum has quit [*.net *.split]
n1colas has quit [*.net *.split]
AlexRussia has quit [*.net *.split]
paddymahoney has quit [*.net *.split]
Skelz0r has quit [*.net *.split]
muvbit has quit [*.net *.split]
vircung has quit [*.net *.split]
MuffinPimp has joined #ruby
FernandoBasso has quit [*.net *.split]
d0nn1e has quit [*.net *.split]
last_staff has quit [*.net *.split]
tomaw has quit [*.net *.split]
_derpy has quit [*.net *.split]
FastJack has quit [*.net *.split]
ctrlrsf has quit [*.net *.split]
Kim^J has quit [*.net *.split]
ddv has quit [*.net *.split]
last_staff1 is now known as last_staff
FastJack_ is now known as FastJack
Zacketh has joined #ruby
MRB[away] is now known as Matthew_
joast has joined #ruby
`derpy has joined #ruby
tomaw has joined #ruby
FifthWall has quit [Ping timeout: 260 seconds]
vqrs has quit [Ping timeout: 260 seconds]
sdothum has joined #ruby
tristanp has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
banister has joined #ruby
FifthWall has joined #ruby
vqrs has joined #ruby
vircung has joined #ruby
ekinmur_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tvon has joined #ruby
synaps3 has joined #ruby
AlexRussia has joined #ruby
dyce_ has joined #ruby
FernandoBasso has joined #ruby
Mon_Ouie has quit [Ping timeout: 276 seconds]
freerobby has joined #ruby
Rodya_ has joined #ruby
yude has quit [Read error: Connection timed out]
lkba has joined #ruby
decoponio has joined #ruby
mooru has joined #ruby
SilverKey has quit [Quit: Halted.]
noService has joined #ruby
stunder001 has quit [Ping timeout: 250 seconds]
mostlybadfly has quit [Quit: Connection closed for inactivity]
lxsameer has quit [Ping timeout: 246 seconds]
tristanp_ has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
Silex^^ is now known as Silex
karapetyan has quit [Ping timeout: 250 seconds]
karapetyan has joined #ruby
Dimik has joined #ruby
tristanp has joined #ruby
Lomex has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
nando294021 has joined #ruby
n1colas_ has quit [Quit: WeeChat 1.4]
dionysus69 has joined #ruby
Xeago has quit [Remote host closed the connection]
tubuliferous has joined #ruby
stunder001 has joined #ruby
matp has joined #ruby
yude has joined #ruby
madgen has quit [Ping timeout: 260 seconds]
graphettion has joined #ruby
greg has joined #ruby
greg has quit [Remote host closed the connection]
bruno- has joined #ruby
blackgoat has quit [Quit: WeeChat 1.4]
mooru has quit [Quit: Textual IRC Client: www.textualapp.com]
DynamicMetaFlow has joined #ruby
brunto has joined #ruby
beawesomeinstead has quit [Ping timeout: 276 seconds]
beawesomeinstead has joined #ruby
nobitanobi has joined #ruby
bruno- has quit [Ping timeout: 244 seconds]
MagePsycho_ has joined #ruby
ljames has joined #ruby
lxsameer has joined #ruby
vdamewood has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
tvon has quit [Quit: System is sleeping...]
stunder001 has quit [Ping timeout: 250 seconds]
davedev24 has joined #ruby
tristanp_ has joined #ruby
bruno- has joined #ruby
karapetyan has quit [Ping timeout: 244 seconds]
AlexRussia has quit [Ping timeout: 260 seconds]
tristanp has quit [Ping timeout: 250 seconds]
stunder001 has joined #ruby
aswen has quit [Quit: WeeChat 1.4]
tristanp has joined #ruby
mwlang has quit [Quit: mwlang]
Ebok has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
gregf has joined #ruby
shinnya has joined #ruby
ghr has joined #ruby
dumdedum has joined #ruby
ctrlrsf has joined #ruby
ctrlrsf has joined #ruby
ctrlrsf has quit [Changing host]
eatsfoobars has joined #ruby
yude_ has joined #ruby
ta_ has joined #ruby
ddv has joined #ruby
tubuliferous_ has joined #ruby
DynamicMetaFlow has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
tuelz2 has joined #ruby
ihme-TTilus has joined #ruby
james1 has joined #ruby
IrishGringo_ has joined #ruby
m4rCsi_ has joined #ruby
elifoster|alt has joined #ruby
RegulationD has joined #ruby
fckyoufreenode has joined #ruby
tabakhase__ has joined #ruby
LoneHermit has joined #ruby
ta_ has quit [Ping timeout: 244 seconds]
Skelz0r has joined #ruby
pawnbox has quit [Remote host closed the connection]
djbkd has joined #ruby
recon_dsk has joined #ruby
Kim^J has joined #ruby
RegulationD has quit [Ping timeout: 244 seconds]
chridal_ has joined #ruby
yude has quit [*.net *.split]
tubuliferous has quit [*.net *.split]
Dimik has quit [*.net *.split]
Kim^J_ has quit [*.net *.split]
m4rCsi has quit [*.net *.split]
Skelz0r_ has quit [*.net *.split]
LoneHe___ has quit [*.net *.split]
krz has quit [*.net *.split]
IrishGringo has quit [*.net *.split]
dmr8 has quit [*.net *.split]
diegoaguilar has quit [*.net *.split]
tuelz1 has quit [*.net *.split]
chridal has quit [*.net *.split]
TTilus has quit [*.net *.split]
blaxter has quit [*.net *.split]
rvchangue has quit [*.net *.split]
firstdayonthejob has quit [*.net *.split]
poerror has quit [*.net *.split]
jtperreault has quit [*.net *.split]
tabakhase has quit [*.net *.split]
tildes has joined #ruby
rvchangue has joined #ruby
krz has joined #ruby
the_drow has quit [Quit: This computer has gone to sleep]
<recon_dsk> hi, got a question regarding bundle , being looking a the spree commerce package, I had it working but now it gets stuck when building the basic spree template after running "spree install --auto-accept" at the 'run bundle install from "."' step and just hangs forever. wondering if anyone could tell me what I should be checking, the lack of output is rather a roadblock.
tristanp_ has joined #ruby
dmr8 has joined #ruby
pawnbox has joined #ruby
Xeago has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
trista___ has joined #ruby
IrishGringo_ has quit [Ping timeout: 250 seconds]
<recon_dsk> ok, seems running 'bundle install' on the cmd line give me some output to work with
Xeago has quit [Remote host closed the connection]
diegoaguilar has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
trista___ has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
stunder001 has quit [Ping timeout: 244 seconds]
stannard has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
firstdayonthejob has joined #ruby
karapetyan has joined #ruby
PedramT has joined #ruby
brunto has quit [Ping timeout: 276 seconds]
araujo has quit [Quit: Leaving]
Rodya_ has quit [Remote host closed the connection]
barajasfab has quit [Quit: Leaving]
Rodya_ has joined #ruby
PedramT has quit [Ping timeout: 244 seconds]
joconcepts has quit [Ping timeout: 260 seconds]
joconcepts has joined #ruby
tristanp_ has joined #ruby
wreet has joined #ruby
jam___ has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
mikecmpbll has joined #ruby
Prominent has joined #ruby
yude has joined #ruby
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
Rutix`away has joined #ruby
Rutix`away has joined #ruby
MagePsycho__ has joined #ruby
houhoulis has joined #ruby
someish_ has joined #ruby
IrishGringo has joined #ruby
tristanp has joined #ruby
ereslibre has joined #ruby
ereslibre has joined #ruby
Some-body_ has joined #ruby
pandaant has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 276 seconds]
spacemud has quit [Ping timeout: 276 seconds]
tristanp_ has quit [Ping timeout: 250 seconds]
spacemud has joined #ruby
nando294121 has joined #ruby
gregf1 has joined #ruby
graphettion has quit [Ping timeout: 244 seconds]
wreet has quit [Quit: Leaving]
karapetyan has quit [Remote host closed the connection]
x0f has joined #ruby
djbkd_ has joined #ruby
diegoaguilar has quit [Ping timeout: 260 seconds]
FastJack_ has joined #ruby
Xeago has joined #ruby
william3 has joined #ruby
tabakhase has joined #ruby
d0nn1e has joined #ruby
tomaw_ has joined #ruby
klka has joined #ruby
synaps3 has quit [Quit: Connection closed for inactivity]
Rixius|Alt has joined #ruby
<klka> Hi, ruby c api fails when loading ruby file with `# coding: binary` in it, why is that and how to fix it?
Xeago has quit [Remote host closed the connection]
jam___ has quit [*.net *.split]
djbkd has quit [*.net *.split]
tabakhase__ has quit [*.net *.split]
james1 has quit [*.net *.split]
yude_ has quit [*.net *.split]
gregf has quit [*.net *.split]
MagePsycho_ has quit [*.net *.split]
recon_dsk has quit [*.net *.split]
nando294021 has quit [*.net *.split]
noService has quit [*.net *.split]
lkba has quit [*.net *.split]
tomaw has quit [*.net *.split]
d0nn1e_ has quit [*.net *.split]
FastJack has quit [*.net *.split]
whiteline has quit [*.net *.split]
muvbit_ has quit [*.net *.split]
ereslibre_laptop has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
mikecmpb_ has quit [*.net *.split]
bmf has quit [*.net *.split]
someish has quit [*.net *.split]
Rasi has quit [*.net *.split]
darix has quit [*.net *.split]
majjoha has quit [*.net *.split]
Rutix has quit [*.net *.split]
Rixius has quit [*.net *.split]
mame3 has quit [*.net *.split]
flopsec has quit [*.net *.split]
forgot has quit [*.net *.split]
TheBrayn has quit [*.net *.split]
hypnosb has quit [*.net *.split]
KillerFox has quit [*.net *.split]
Some-body_ is now known as DarthGandalf
FastJack_ is now known as FastJack
someish_ is now known as someish
sepp2k1 has joined #ruby
sepp2k has quit [Ping timeout: 276 seconds]
mdw has joined #ruby
skweek has joined #ruby
tristanp_ has joined #ruby
stannard has quit [Remote host closed the connection]
tristanp has quit [Ping timeout: 250 seconds]
bmf has joined #ruby
whiteline has joined #ruby
ziiz has joined #ruby
majjoha has joined #ruby
mdw_ has joined #ruby
james1 has joined #ruby
Rasi has joined #ruby
lxsameer has quit [Ping timeout: 276 seconds]
gregf1 has quit [Quit: WeeChat 1.4]
LaT0rtue has joined #ruby
tristanp has joined #ruby
hxegon is now known as hxegon_AFK
hxegon_AFK has quit [Quit: BRB]
mdw has quit [Ping timeout: 276 seconds]
lkba has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
muvbit has joined #ruby
noService has joined #ruby
ta_ has joined #ruby
recon_dsk has joined #ruby
nobitanobi has quit [Remote host closed the connection]
abac00s has joined #ruby
abac00s has left #ruby [#ruby]
<ziiz> hi everyone. can someone please explain to me what this means: if(res.body.include? '<library>')
jam__ has joined #ruby
Lomex has quit [Remote host closed the connection]
dionysus69 has joined #ruby
<hanmac> ziiz: res looks like an Response object from a HTTP, body might return a string which does return the body of the response. String#include? is a function which does return true or false if the given string is in the parent string
tristanp_ has joined #ruby
ta__ has joined #ruby
BrunoSaboia has joined #ruby
ta_ has quit [Ping timeout: 250 seconds]
Gasher has quit [Ping timeout: 244 seconds]
tristanp has quit [Ping timeout: 250 seconds]
<ziiz> so basically it checks the HTTP response body for a '<library>' string and return true or false. okay. thanks!
AlexRussia has joined #ruby
tvon has joined #ruby
tristanp has joined #ruby
tubuliferous_ has quit [Ping timeout: 260 seconds]
mwlang has joined #ruby
BSaboia has quit [Ping timeout: 264 seconds]
toretore has quit [Ping timeout: 250 seconds]
mwlang has quit [Client Quit]
tristanp_ has quit [Ping timeout: 260 seconds]
WebDawg is now known as neoweb
tristanp_ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
Puffball has quit [Remote host closed the connection]
IrishGringo has quit [Ping timeout: 250 seconds]
ziiz has quit [Ping timeout: 250 seconds]
shinnya has quit [Ping timeout: 276 seconds]
ziiz has joined #ruby
BSab has joined #ruby
BSab has quit [Max SendQ exceeded]
fckyoufreenode has quit []
Dimik has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
BSab has joined #ruby
terlar has joined #ruby
tristanp has joined #ruby
BSab has quit [Max SendQ exceeded]
stannard has joined #ruby
BSab has joined #ruby
djbkd_ has quit [Remote host closed the connection]
BrunoSaboia has quit [Ping timeout: 268 seconds]
krz has quit [Ping timeout: 276 seconds]
djbkd has joined #ruby
elifoster|alt has quit [Ping timeout: 244 seconds]
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
Puffball has joined #ruby
BSaboia has joined #ruby
tristanp_ has joined #ruby
dfdnatural has joined #ruby
baweaver has joined #ruby
BSab has quit [Ping timeout: 268 seconds]
BSaboia has quit [Ping timeout: 244 seconds]
tristanp has quit [Ping timeout: 250 seconds]
krz has joined #ruby
tubuliferous has joined #ruby
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
william3 has quit [Remote host closed the connection]
tristanp has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
tristanp_ has joined #ruby
Prominent has quit [Quit: Leaving]
Kallis has quit [Read error: Connection reset by peer]
zast has joined #ruby
nchambers is now known as sillytime
Rodya_ has quit [Remote host closed the connection]
tristanp has quit [Ping timeout: 260 seconds]
Rodya_ has joined #ruby
Rodya_ has quit [Remote host closed the connection]
rbennacer has joined #ruby
LaT0rtue has quit [Remote host closed the connection]
william3 has joined #ruby
rbennacer has quit [Read error: Connection reset by peer]
rbennacer has joined #ruby
PedramT has joined #ruby
blaxter has joined #ruby
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sandelius has joined #ruby
infra-red has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
antgel has quit [Ping timeout: 276 seconds]
infra-re_ has joined #ruby
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #ruby
banister has joined #ruby
LoneHermit has quit [Remote host closed the connection]
graphettion has joined #ruby
manolo_ has joined #ruby
dumdedum has quit [Ping timeout: 260 seconds]
infra-red has quit [Ping timeout: 250 seconds]
gaf_ has quit [Remote host closed the connection]
recon_dsk has left #ruby [#ruby]
Radar has quit [Ping timeout: 276 seconds]
elifoster|alt has joined #ruby
tubuliferous has quit [Ping timeout: 268 seconds]
gix has quit [Ping timeout: 276 seconds]
constantinexvi has quit [Ping timeout: 276 seconds]
Shidash has quit [Ping timeout: 276 seconds]
sonne_ has quit [Ping timeout: 276 seconds]
PedramT has quit [Remote host closed the connection]
gix has joined #ruby
zast has quit [Remote host closed the connection]
constantinexvi has joined #ruby
Shidash has joined #ruby
Radar has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
Radar is now known as Guest55887
rbennace_ has joined #ruby
flashpoint9 has joined #ruby
sonne has joined #ruby
biberu\ has quit []
biberu has joined #ruby
rbennacer has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
al2o3-cr has quit [Quit: WeeChat 1.4 %t]
szulak has joined #ruby
al2o3-cr has joined #ruby
csaunders has quit [Ping timeout: 276 seconds]
Guest96635 has quit [Ping timeout: 276 seconds]
priodev has quit [Ping timeout: 276 seconds]
Takumo has quit [Ping timeout: 276 seconds]
jinie has quit [Ping timeout: 276 seconds]
moredhel_ has quit [Ping timeout: 276 seconds]
csaunders has joined #ruby
paultreny has joined #ruby
bronson has joined #ruby
jinie has joined #ruby
moredhel has joined #ruby
priodev has joined #ruby
paultreny is now known as Guest10044
bmf has quit [Ping timeout: 244 seconds]
LoneHermit has joined #ruby
Takumo has joined #ruby
Takumo has quit [Changing host]
Takumo has joined #ruby
bronson has quit [Ping timeout: 250 seconds]
ramfjord has joined #ruby
cj has quit [Ping timeout: 260 seconds]
nanoz] has quit [Read error: Connection reset by peer]
tubuliferous has joined #ruby
PedramT has joined #ruby
<manolo_> \part
manolo_ has left #ruby ["Leaving"]
tildes has quit [Ping timeout: 250 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
smathy has joined #ruby
skweek has quit [Ping timeout: 260 seconds]
skweek has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
<shevy> \power
jam__ has quit []
cj has joined #ruby
diegoaguilar has joined #ruby
Xeago has joined #ruby
terlar has quit [Ping timeout: 268 seconds]
tristanp has joined #ruby
karapetyan has joined #ruby
auxbuss has joined #ruby
Mendenhall_ has quit [Quit: ZNC shutting down.]
NullVoxPopuli has quit [Remote host closed the connection]
NullVoxPopuli_ has quit [Remote host closed the connection]
mwlang has joined #ruby
pawnbox has quit [Remote host closed the connection]
<baweaver> shevy: I have embodied my name
xue has quit [Ping timeout: 276 seconds]
pawnbox has joined #ruby
<baweaver> I now work with logs as a primary job function
jackjackdripper has joined #ruby
jackjackdripper has quit [Client Quit]
Cohedrin has joined #ruby
jackjackdripper has joined #ruby
auxbuss has quit [Quit: I'm gone.]
xorx has joined #ruby
symm- has joined #ruby
Lomex has joined #ruby
Xeago has quit [Remote host closed the connection]
xorx has quit [Client Quit]
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby
bmf has joined #ruby
lkba_ has joined #ruby
xorx has joined #ruby
lkba has quit [Ping timeout: 250 seconds]
infra-red has joined #ruby
tristanp_ has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
terlar has joined #ruby
Lomex has quit [Remote host closed the connection]
infra-re_ has quit [Ping timeout: 250 seconds]
RegulationD has joined #ruby
tristanp has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
mwlang has quit [Quit: mwlang]
GodFather has quit [Ping timeout: 260 seconds]
tristanp_ has quit [Ping timeout: 250 seconds]
mwlang has joined #ruby
tristanp_ has joined #ruby
armyriad has joined #ruby
Evan- has quit [Ping timeout: 276 seconds]
IrishGringo has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
Evan_ has joined #ruby
armyriad has quit [Remote host closed the connection]
mwlang has quit [Client Quit]
eatsfoobars has quit [Quit: Textual IRC Client: www.textualapp.com]
n1colas has joined #ruby
BtcBen has joined #ruby
mwlang has joined #ruby
mic_e has quit [Ping timeout: 244 seconds]
TehBrayn has joined #ruby
mwlang has quit [Client Quit]
TehBrayn is now known as TheBrayn
PedramT has quit [Remote host closed the connection]
Xeago has joined #ruby
n1colas has quit [Ping timeout: 276 seconds]
mwlang has joined #ruby
mic_e has joined #ruby
mwlang has quit [Client Quit]
PedramT has joined #ruby
FernandoBasso has quit [Quit: Leaving]
mwlang has joined #ruby
bruno-_ has joined #ruby
blackwell has quit [Ping timeout: 276 seconds]
ziiz has quit [Ping timeout: 244 seconds]
jonathanwallace_ has joined #ruby
blackwell has joined #ruby
stannard has quit [Remote host closed the connection]
tristanp has joined #ruby
bruno- has quit [Ping timeout: 250 seconds]
Yiota has joined #ruby
Lomex has joined #ruby
Azure has joined #ruby
mwlang has quit [Client Quit]
trista___ has joined #ruby
tristanp_ has quit [Ping timeout: 250 seconds]
vdamewood has quit [Quit: Life beckons.]
tristanp has quit [Ping timeout: 250 seconds]
cdg has joined #ruby
tristanp has joined #ruby
markfletcher has joined #ruby
edwardly has quit [Ping timeout: 260 seconds]
thai_ has quit [Ping timeout: 260 seconds]
gnarf has quit [Ping timeout: 260 seconds]
mwlang has joined #ruby
trista___ has quit [Ping timeout: 260 seconds]
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
mwlang has quit [Client Quit]
tristanp_ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
gnarf has joined #ruby
diegoaguilar has quit [Ping timeout: 250 seconds]
mhenrixon has quit [Ping timeout: 260 seconds]
mhenrixon has joined #ruby
thai_ has joined #ruby
minimalism has joined #ruby
dfdnatur1 has joined #ruby
Xeago_ has joined #ruby
jackjackdripper1 has joined #ruby
LoneHer__ has joined #ruby
Regulati_ has joined #ruby
Yiota has quit [Ping timeout: 250 seconds]
mdw has joined #ruby
ceej has quit [Ping timeout: 260 seconds]
lemur has joined #ruby
Shidash has quit [Ping timeout: 250 seconds]
mdw_ has quit [Ping timeout: 250 seconds]
BtcBen has quit [Ping timeout: 250 seconds]
mustmodify__ has quit [Ping timeout: 244 seconds]
mustmodify___ has joined #ruby
ceej has joined #ruby
mikecmpb_ has joined #ruby
Lomex has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
dionysus69 has quit [Remote host closed the connection]
bmf has quit [Ping timeout: 250 seconds]
IrishGringo_ has joined #ruby
lkba_ has quit [Ping timeout: 250 seconds]
dumdedum has joined #ruby
dionysus69 has joined #ruby
krzkrz has joined #ruby
ghr has quit [Ping timeout: 250 seconds]
cj has quit [Ping timeout: 250 seconds]
blaxter has quit [Read error: Connection reset by peer]
mikecmpbll has quit [Ping timeout: 250 seconds]
terlar has quit [Ping timeout: 276 seconds]
tristanp_ has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
sonne has quit [Ping timeout: 250 seconds]
ghr has joined #ruby
BtcBen_ has joined #ruby
czerasz_ has quit [Ping timeout: 264 seconds]
bruno-_ has quit [*.net *.split]
jonathanwallace_ has quit [*.net *.split]
Xeago has quit [*.net *.split]
Evan_ has quit [*.net *.split]
IrishGringo has quit [*.net *.split]
RegulationD has quit [*.net *.split]
jackjackdripper has quit [*.net *.split]
skweek has quit [*.net *.split]
LoneHermit has quit [*.net *.split]
moredhel has quit [*.net *.split]
sandelius has quit [*.net *.split]
krz has quit [*.net *.split]
baweaver has quit [*.net *.split]
dfdnatural has quit [*.net *.split]
tomaw_ has quit [*.net *.split]
FastJack has quit [*.net *.split]
Kim^J has quit [*.net *.split]
ddv has quit [*.net *.split]
ctrlrsf has quit [*.net *.split]
sonne has joined #ruby
ekinmur has joined #ruby
Lomex has joined #ruby
jonathanwallace_ has joined #ruby
Evan_ has joined #ruby
moredhel has joined #ruby
n1colas has joined #ruby
bruno- has joined #ruby
danielpclark has joined #ruby
ghr has quit [Ping timeout: 250 seconds]
BtcBen_ has quit [Ping timeout: 250 seconds]
ocbtec has quit [Ping timeout: 244 seconds]
gregf has joined #ruby
tomaw has joined #ruby
hosttor` has joined #ruby
majjoha has quit [Ping timeout: 250 seconds]
karapetyan has joined #ruby
Kim^J has joined #ruby
majjoha has joined #ruby
terlar has joined #ruby
tristanp_ has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
muvbit has quit [Remote host closed the connection]
BtcBen has joined #ruby
szulak has quit [Quit: Textual IRC Client: www.textualapp.com]
hosttor has quit [Ping timeout: 264 seconds]
skweek has joined #ruby
jonathanwallace_ has quit [Ping timeout: 250 seconds]
skweek has quit [Client Quit]
tristanp has joined #ruby
gregf has quit [Quit: WeeChat 1.4]
lkba has joined #ruby
madgen has joined #ruby
jonathanwallace_ has joined #ruby
ocbtec has joined #ruby
ssiris has joined #ruby
majjoha has quit [Ping timeout: 250 seconds]
Xeago_ has quit [Remote host closed the connection]
tristanp_ has quit [Ping timeout: 250 seconds]
Shidash has joined #ruby
tristanp_ has joined #ruby
slackbotgz has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
muvbit has joined #ruby
MeMoc has joined #ruby
ghr has joined #ruby
czerasz_ has joined #ruby
IrishGringo_ has quit [Ping timeout: 250 seconds]
Rasi has quit [Ping timeout: 250 seconds]
davedev24 has quit []
madgen_ has joined #ruby
Rasi has joined #ruby
hxegon has joined #ruby
madgen has quit [Ping timeout: 250 seconds]
lkba has quit [Ping timeout: 250 seconds]
jonathanwallace_ has quit [Read error: Connection reset by peer]
william3 has joined #ruby
gregf has joined #ruby
kareeole_ has joined #ruby
Rutix`away is now known as Rutixz
Rutixz is now known as Rutix
lkba has joined #ruby
AustinMatherne has quit [Remote host closed the connection]
houhouli_ has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
ghr has quit [Ping timeout: 250 seconds]
houhoulis has quit [Ping timeout: 250 seconds]
cj has joined #ruby
AustinMatherne has joined #ruby
Yeomra has quit [Ping timeout: 264 seconds]
BtcBen has quit [Ping timeout: 276 seconds]
majjoha has joined #ruby
russt has quit [Ping timeout: 276 seconds]
russt has joined #ruby
Xeago has joined #ruby
markfletcher has quit [Quit: Leaving]
ghr has joined #ruby
tuelz3 has joined #ruby
MagePsycho__ has quit [Ping timeout: 244 seconds]
dmr8 has quit [Read error: Connection reset by peer]
tuelz2 has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
dmr8 has joined #ruby
infra-re_ has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
infra-r__ has joined #ruby
ghr has quit [Ping timeout: 250 seconds]
tristanp_ has joined #ruby
dionysus69 has quit [Ping timeout: 250 seconds]
leftpad has joined #ruby
Guest75217 has joined #ruby
nobitanobi has joined #ruby
trista___ has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
infra-red has quit [Ping timeout: 260 seconds]
infra-re_ has quit [Ping timeout: 250 seconds]
Yeomra has joined #ruby
dionysus69 has joined #ruby
mdw has quit [Ping timeout: 276 seconds]
tristanp_ has quit [Ping timeout: 260 seconds]
mdw has joined #ruby
Guest75217 has quit [Ping timeout: 250 seconds]
tamole has joined #ruby
jonathanwallace_ has joined #ruby
AlexRussia has quit [Quit: WeeChat 1.4-dev]
rbennace_ has quit [Remote host closed the connection]
slackbotgz has quit [Remote host closed the connection]
sepp2k1 has quit [Read error: Connection reset by peer]
william3 has quit [Remote host closed the connection]
MagePsycho_ has joined #ruby
AlexRussia has joined #ruby
MagePsycho_ has quit [Read error: Connection reset by peer]
cdg has quit [Ping timeout: 244 seconds]
ghr- has joined #ruby
ctrlrsf has joined #ruby
ctrlrsf has joined #ruby
ctrlrsf has quit [Changing host]
Guest55887 is now known as Radar
Radar has quit [Changing host]
Radar has joined #ruby
ddv has joined #ruby
rbennacer has joined #ruby
Rixius|Alt has quit [Ping timeout: 260 seconds]
FastJack has joined #ruby
tristanp has joined #ruby
Rixius has joined #ruby
trista___ has quit [Ping timeout: 260 seconds]
MagePsycho_ has joined #ruby
tristanp_ has joined #ruby
mosez_ has quit [Ping timeout: 260 seconds]
ruby-lang593 has joined #ruby
elifoster|alt has quit [Ping timeout: 250 seconds]
dmr8 has quit [Quit: Leaving]
trista___ has joined #ruby
platzhirsch has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
mosez has joined #ruby
moei has joined #ruby
MagePsycho_ has quit [Ping timeout: 250 seconds]
xorx has quit [Read error: Connection reset by peer]
MagePsycho__ has joined #ruby
<ruby-lang593> Hi all, i'm trying to set a variable in a rails view content_for and do an if statement on that variable.. it doesnt seem to be working
<ruby[bot]> ruby-lang593: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use https://gist.github.com
<ruby-lang593> whoops sorry
tristanp has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
<jhass> ?rails
<ruby[bot]> Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
stannard has joined #ruby
trista___ has quit [Read error: Connection reset by peer]
<ruby-lang593> any idea?
<jhass> ?rails ruby-lang593
<ruby[bot]> ruby-lang593: Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
MagePsycho__ has quit [Client Quit]
<ruby-lang593> uhhh
<ruby-lang593> ok...
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marxarelli has joined #ruby
BSaboia has joined #ruby
codecop has quit [Remote host closed the connection]
nobitanobi has quit [Remote host closed the connection]
diegoviola has joined #ruby
william3 has joined #ruby
ssm has left #ruby ["WeeChat 1.0.1"]
Lomex has quit [Remote host closed the connection]
FernandoBasso has joined #ruby
dfoolz has quit [Ping timeout: 276 seconds]
ruby-lang593 has left #ruby [#ruby]
binaryplease1 has joined #ruby
dfoolz has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
tristanp_ has joined #ruby
stannard has quit [Remote host closed the connection]
binaryplease has quit [Ping timeout: 260 seconds]
armyriad has joined #ruby
jackjackdripper1 has quit [Quit: Leaving.]
tristanp has quit [Ping timeout: 260 seconds]
PedramT has quit [Remote host closed the connection]
hosttor` has quit [Read error: Connection reset by peer]
tristanp has joined #ruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
SCHAAP137 has quit [Quit: Exiting...]
Don_John has joined #ruby
BSaboia has quit [Ping timeout: 250 seconds]
Don_John has quit [Remote host closed the connection]
ur5us has joined #ruby
AustinMatherne has quit [Remote host closed the connection]
tristanp_ has joined #ruby
binaryplease1 is now known as binaryplease
SCHAAP137 has joined #ruby
stannard has joined #ruby
ghr- is now known as ghr
AustinMatherne has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
stannard has quit [Remote host closed the connection]
dionysus69 has quit [Ping timeout: 276 seconds]
havenwood has quit [Ping timeout: 276 seconds]
dfdnatur1 has quit [Quit: WeeChat 1.4]
flashpoint9 has joined #ruby
havenwood has joined #ruby
Guest99427 has quit [Ping timeout: 276 seconds]
tamole has quit [Quit: ...]
LoneHer__ has quit [Remote host closed the connection]
psmolen has quit [Ping timeout: 260 seconds]
adeponte has quit [Ping timeout: 260 seconds]
alexblom has quit [Ping timeout: 260 seconds]
psmolen has joined #ruby
alexblom has joined #ruby
PedramT has joined #ruby
cyphactor has joined #ruby
dfdnatural has joined #ruby
dfdnatural has quit [Client Quit]
dfdnatural has joined #ruby
dfdnatural has quit [Client Quit]
czerasz_ has quit [Ping timeout: 244 seconds]
nuck has joined #ruby
nuck is now known as Guest15657
madgen_ has quit [Ping timeout: 260 seconds]
PaulCape_ has quit [Quit: .]
PedramT has quit [Remote host closed the connection]
gix has quit [Ping timeout: 260 seconds]
PaulCapestany has joined #ruby
gix has joined #ruby
s00pcan has quit [Remote host closed the connection]
nettoweb has joined #ruby
s00pcan has joined #ruby
Devalo has joined #ruby
madgen has joined #ruby
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
BtcBen has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
AustinMatherne has quit [Quit: Lost terminal]
tristanp has joined #ruby
kareeole_ is now known as kareeoleez
Devalo has quit [Ping timeout: 250 seconds]
banister has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
al2o3-cr has quit [Quit: WeeChat 1.4 %t]
marxarelli has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
csaunders has quit [Ping timeout: 276 seconds]
csaunders has joined #ruby
flashpoint9 has quit [Read error: Connection reset by peer]
nofxx has quit [Ping timeout: 260 seconds]
ensyde has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
tristanp_ has joined #ruby
flashpoint9 has joined #ruby
AustinMatherne has joined #ruby
last_staff has quit [Quit: last_staff]
dgncn has quit [Excess Flood]
kristofferR has joined #ruby
tristanp has joined #ruby
ICantCook has quit [Ping timeout: 244 seconds]
Xeago_ has joined #ruby
Takumo has quit [Ping timeout: 276 seconds]
helpa-bot has joined #ruby
MuffinPimp_ has joined #ruby
dgncn has joined #ruby
tristanp_ has quit [Read error: Connection reset by peer]
Rixius|Alt has joined #ruby
JoshL_ has joined #ruby
Rutixz has joined #ruby
ereslibre_laptop has joined #ruby
LoneHerm_ has joined #ruby
houhoulis has joined #ruby
Kim^J_ has joined #ruby
sirecote_ has joined #ruby
Zarthus_ has joined #ruby
AustinIncognito has joined #ruby
mdw_ has joined #ruby
madgen_ has joined #ruby
kareeole_ has joined #ruby
eregon_ has joined #ruby
AustinIncognito has quit [Remote host closed the connection]
AustinMatherne has quit [Remote host closed the connection]
johnbat26 has quit [Quit: KVIrc 4.9.1 Aria http://www.kvirc.net/]
rvchangu- has joined #ruby
Takumo has joined #ruby
Takumo has joined #ruby
vircung__ has joined #ruby
baweaver has joined #ruby
constantinexvi_ has joined #ruby
bodie__ has joined #ruby
yfeldblu_ has joined #ruby
RyanMcCoskrie has joined #ruby
MeMoc_ has joined #ruby
shum has joined #ruby
FifthWall_ has joined #ruby
x0f_ has joined #ruby
catbusters has quit [Ping timeout: 250 seconds]
rbennace_ has joined #ruby
nhhc has quit [Ping timeout: 244 seconds]
cj_ has joined #ruby
vqrs_ has joined #ruby
nibbo_ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
d0nn1e_ has joined #ruby
ocbtec_ has joined #ruby
AustinMatherne has joined #ruby
madgen has quit [*.net *.split]
psmolen has quit [*.net *.split]
yfeldblum has quit [*.net *.split]
moei has quit [*.net *.split]
platzhirsch has quit [*.net *.split]
Rixius has quit [*.net *.split]
rbennacer has quit [*.net *.split]
mdw has quit [*.net *.split]
Yeomra has quit [*.net *.split]
Xeago has quit [*.net *.split]
majjoha has quit [*.net *.split]
cj has quit [*.net *.split]
houhouli_ has quit [*.net *.split]
kareeoleez has quit [*.net *.split]
MeMoc has quit [*.net *.split]
muvbit has quit [*.net *.split]
Shidash has quit [*.net *.split]
ssiris has quit [*.net *.split]
ocbtec has quit [*.net *.split]
Kim^J has quit [*.net *.split]
bruno- has quit [*.net *.split]
n1colas has quit [*.net *.split]
lemur has quit [*.net *.split]
ramfjord has quit [*.net *.split]
constantinexvi has quit [*.net *.split]
whiteline has quit [*.net *.split]
klka has quit [*.net *.split]
d0nn1e has quit [*.net *.split]
x0f has quit [*.net *.split]
ereslibre has quit [*.net *.split]
Rutix has quit [*.net *.split]
rvchangue has quit [*.net *.split]
beawesomeinstead has quit [*.net *.split]
vircung has quit [*.net *.split]
vqrs has quit [*.net *.split]
FifthWall has quit [*.net *.split]
sdothum has quit [*.net *.split]
MuffinPimp has quit [*.net *.split]
JoshL has quit [*.net *.split]
bjmllr has quit [*.net *.split]
helpa has quit [*.net *.split]
nibbo has quit [*.net *.split]
Zarthus has quit [*.net *.split]
bodie_ has quit [*.net *.split]
eregon has quit [*.net *.split]
Emmanuel_Chanel has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
sirecote has quit [*.net *.split]
Zarthus_ is now known as Zarthus
bodie__ is now known as bodie_
FifthWall_ is now known as FifthWall
MuffinPimp_ is now known as MuffinPimp
rvchangu- is now known as rvchangue
Yeomra_ has joined #ruby
bruno- has joined #ruby
MeMoc_ is now known as MeMoc
majjoha has joined #ruby
helpa-bot has quit [Remote host closed the connection]
helpa has joined #ruby
klka has joined #ruby
bjmllr has joined #ruby
gbailey has quit [Ping timeout: 260 seconds]
moei has joined #ruby
knowtheory has quit [Ping timeout: 269 seconds]
ckrailo has quit [Ping timeout: 269 seconds]
hayden_ has quit [Ping timeout: 260 seconds]
beawesomeinstead has joined #ruby
ssiris has joined #ruby
catbusters has joined #ruby
infra-r__ has quit [Ping timeout: 260 seconds]
Emmanuel_Chanel has joined #ruby
mdw_ has quit [Quit: Sleeping Zzzzz]
william3 has joined #ruby
madgen_ has quit [Ping timeout: 244 seconds]
tristanp has joined #ruby
ckrailo has joined #ruby
knowtheory has joined #ruby
freerobby has quit [Quit: Leaving.]
Shidash has joined #ruby
biberu has quit [Read error: Connection reset by peer]
gbailey has joined #ruby
gregf has quit [Quit: WeeChat 1.4]
SilverKey has joined #ruby
timmyBsd has quit [Quit: WeeChat 1.4]
tristanp has quit [Read error: Connection reset by peer]
william3 has quit [Ping timeout: 276 seconds]
tristanp has joined #ruby
platzhirsch has joined #ruby
stannard has joined #ruby
<flashpoint9> im running into an issue where im getting errors when running a .rb file which is requiring another file BUT the error is complaining about things that just arent there anymore but nothing i do makes them go away
ensyde has quit [Ping timeout: 250 seconds]
<flashpoint9> code/error incoming
Cohedrin_ has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<mustmodify___> flashpoint9: question your assumptions.
<mustmodify___> Are you sure you're in the right environment? Are you sure that there isn't some kind of caching?
<RyanMcCoskrie> Are there multiple files with the same name in different paths?
<mustmodify___> If that doesn't work, replace the entire file with something ... just 'true' or something. If it still isn't working, go back to questioning your assumptions. If it does, replace the file line-by-line until you find the problem.
<mustmodify___> RyanMcCoskrie: Oh, good one.
muvbit has joined #ruby
* apeiros has some of occam's razors lying around somewhere
<flashpoint9> RyanMcCoskrie: there are no files with the same name
<mustmodify___> apeiros: lol
Cohedrin has quit [Ping timeout: 276 seconds]
<apeiros> flashpoint9: um, well, `@amount => args[:amount]` is not valid
<apeiros> => is for hashes, not for assignment. that's = you need.
<flashpoint9> doesnt matter, i can comment out all of that inside purchase and it still throws the same error
dezull has joined #ruby
<apeiros> flashpoint9: and you're editing /Users/flashpoint/.rvm/gems/ruby-2.2.1/gems/stockbuddy-0.0.0/lib/stockbuddy/purchase.rb ?
terlar has quit [Ping timeout: 260 seconds]
<apeiros> you know, that precise path?
<apeiros> because that's something one usually doesn't (and shouldn't) do
<mustmodify___> apeiros: That part in Contact always made me upset. I think I would have responded, "Of those two ridiculous options I think the aliens one took less time to explain... it seems simpler to me. So yes, let's go with the aliens."
<flashpoint9> ah thats it
<flashpoint9> why is it looking there
s00pcan has quit [Read error: Connection reset by peer]
<apeiros> mustmodify___: the movie?
s00pcan has joined #ruby
<apeiros> don't remember the scene you're referring to :-|
<flashpoint9> apeiros: why is it now looking there as opposed to where the gem code ive been writing is?
<flashpoint9> and how do I fix that?
<flashpoint9> <- noob
<apeiros> flashpoint9: because you forgot to set up $LOAD_PATH?
<mustmodify___> apeiros: Contact
tristanp_ has joined #ruby
<apeiros> mustmodify___: yes. my question is: "contact - the movie?"
hayden_ has joined #ruby
n1colas has joined #ruby
ramfjord has joined #ruby
<flashpoint9> apeiros: Im not understanding, I did another gem and i make changes in the files and nothing like this happened
diego_k has quit [Ping timeout: 276 seconds]
bmn has quit [Ping timeout: 276 seconds]
<apeiros> flashpoint9: I'm not a magician. I can't read your mind. I have no idea what you did correctly back then which you do wrong now.
tristanp has quit [Ping timeout: 250 seconds]
<apeiros> all I can tell you is that ruby has an order in which it looks up files and your setup is such that the gem comes first. which usually means you forgot to set up $LOAD_PATH, as I already said
<flashpoint9> apeiros: well you mentioned loadpath which i dont understand what you meant by that
Ebok has quit [Quit: This computer has gone to sleep]
tristanp has joined #ruby
<apeiros> the sensible thing to do then would be to ask about it (or google)
diegok has joined #ruby
<flashpoint9> apeiros: ive been googling
<flashpoint9> anyways i guess ill get back to that and leave here
<mustmodify___> apeiros: yes, contact, the movie. I'm looking for the clip.
s00pcan has quit [Remote host closed the connection]
<apeiros> flashpoint9: so stockbuddy is your gem and you're working on it?
<flashpoint9> yes
<flashpoint9> its just a sample gem to test things and learn gems/ruby
s00pcan has joined #ruby
<flashpoint9> im basing it mostly off the docs make your own gem
<apeiros> how are you executing code? irb? pry? something else?
<flashpoint9> anyways sorry to waste your time, ill keep googling
someish has quit [Quit: someish]
<flashpoint9> ruby lib/stockbuddy.rb
SilverKey has quit [Quit: Halted.]
<flashpoint9> from the repo, but its looking in rvm/ruby_VERSION
<apeiros> yeah. lib is not part of $LOAD_PATH then.
tristanp_ has quit [Ping timeout: 260 seconds]
<apeiros> it won't find lib/stockbuddy/purchase with `require 'stockbuddy/purchase'`
<apeiros> try: ruby -Ilib lib/stockbuddy.rb
<flashpoint9> ah geez, I thought that was just for executables
<apeiros> though, executable belong into bin
<apeiros> well, you are using lib/stockbuddy.rb as an executable there.
<flashpoint9> yea you're right
<apeiros> -I modifies $LOAD_PATH
<flashpoint9> im still kind of lost about how the right way to implement a gem
yorickpeterse has joined #ruby
Nawn has joined #ruby
<apeiros> compare `ruby -e 'p *$LOAD_PATH'` vs `ruby -Ilib -e 'p *$LOAD_PATH'`
tristanp has quit [Ping timeout: 260 seconds]
tristanp has joined #ruby
bullcitydev has joined #ruby
psmolen has joined #ruby
<apeiros> looks correct so far. just remember to set up $LOAD_PATH while the gem isn't installed. when it is installed, rubygems takes care of that.
<flashpoint9> apeiros: where can I learn more about this loadpath stuff?
bmn has joined #ruby
<apeiros> &ri Kernel#require flashpoint9
hyperdri- has quit [Ping timeout: 260 seconds]
<flashpoint9> apeiros: thanks
RyanMcCoskrie has left #ruby ["Konversation terminated!"]
<apeiros> it's a plain array, and -Ipath will push "path" on it
<apeiros> (on all three of ruby, irb and pry)
Ebok has joined #ruby
hyperdrive has joined #ruby
<mustmodify___> apeiros: Well apparently that's the only part of Contact, the movie, that is NOT on youtube.
<apeiros> lol
<apeiros> bummer
<apeiros> I appreciate you having searched for it
<mustmodify___> That part of the movie is even on youtube and just ... they cut that part out.
<mustmodify___> so whatever.
Esya has quit [Ping timeout: 260 seconds]
dcope has quit [Ping timeout: 260 seconds]
davidcelis has quit [Ping timeout: 260 seconds]
julieeharshaw has quit [Ping timeout: 260 seconds]
<flashpoint9> apeiros: found this vid which is really breaking down the load_path stuff, thanks for the hint
kareeole_ has quit [Remote host closed the connection]
dcope has joined #ruby
julieeharshaw has joined #ruby
<mustmodify___> that's all I've got. And now I'm going back to actual work.
\13k has quit [Ping timeout: 260 seconds]
Guest93416 has quit [Ping timeout: 260 seconds]
Esya has joined #ruby
\13k has joined #ruby
Affix has joined #ruby
Affix is now known as Guest38576
tristanp_ has joined #ruby
<apeiros> ah I remember that scene
firstdayonthejob has quit [Quit: WeeChat 1.4]
firstdayonthejob has joined #ruby
gregf has joined #ruby
davidcelis has joined #ruby
davidcelis has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
ceej has quit [Ping timeout: 276 seconds]
tristanp has joined #ruby
ceej has joined #ruby
OTORelic2 has joined #ruby
musl has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
bullcitydev has quit [Ping timeout: 260 seconds]
hxegon has quit [Quit: BRB]
jam__ has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
Cohedrin has joined #ruby
armyriad has quit [Ping timeout: 250 seconds]
zenlot has quit [Ping timeout: 264 seconds]
armyriad has joined #ruby
Mendenhall has joined #ruby
Cohedrin_ has quit [Ping timeout: 260 seconds]
tristanp has joined #ruby
nettoweb has joined #ruby
kristofferR has quit [Quit: Textual IRC Client: www.textualapp.com]
nobitanobi has joined #ruby
bullcitydev has joined #ruby
dellavg has quit [Ping timeout: 264 seconds]
K3rvyN has quit [Ping timeout: 276 seconds]
krzkrz has quit [Ping timeout: 260 seconds]
dezull has quit [Quit: Leaving]
zharek has joined #ruby
dezull has joined #ruby
william3 has joined #ruby
nobitanobi has quit [Ping timeout: 250 seconds]
armyriad has quit [Ping timeout: 250 seconds]
tristanp has quit [Ping timeout: 250 seconds]
armyriad has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
IrishGringo has joined #ruby
karapetyan has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
zharek has quit [Read error: Connection reset by peer]
Xeago_ has quit [Remote host closed the connection]
Dale4321 has joined #ruby
<Dale4321> hey
tristanp has joined #ruby
dezull has quit [Quit: Leaving]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
armyriad has quit [Ping timeout: 276 seconds]
kitallis has quit [Ping timeout: 260 seconds]
dezull has joined #ruby
newjersey has joined #ruby
armyriad has joined #ruby
OTORelic2 has quit [Ping timeout: 250 seconds]
kitallis has joined #ruby
hxegon has joined #ruby
blackgoat has joined #ruby
zast has joined #ruby
platzhirsch has quit [Ping timeout: 276 seconds]
Moblin has joined #ruby
tristanp has quit [Read error: Connection reset by peer]
freerobby has joined #ruby
nando294121 has quit [Quit: Lost terminal]
Ebok has quit [Ping timeout: 244 seconds]
tristanp has joined #ruby
nando293921 has joined #ruby
sonne has quit [Ping timeout: 260 seconds]
sonne has joined #ruby
n008f4g_ has quit [Ping timeout: 260 seconds]
tristanp_ has joined #ruby
klka has quit [Read error: Connection reset by peer]
Moblin has quit [Ping timeout: 260 seconds]
northrup has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
zenlot has joined #ruby
tristanp has joined #ruby
Dale4321 has left #ruby [#ruby]
n008f4g_ has joined #ruby
tristanp_ has quit [Ping timeout: 260 seconds]
darix has joined #ruby
Moblin has joined #ruby
KervyN has joined #ruby
zeroDivisible has quit [Quit: WeeChat 1.4]
aeterne has joined #ruby
pwnd_nsfw has quit [Read error: Connection reset by peer]
tristanp has quit [Read error: Connection reset by peer]
ICantCook has joined #ruby
tristanp has joined #ruby
nofxx has joined #ruby
IrishGringo has quit [Ping timeout: 244 seconds]
symm- has quit [Ping timeout: 260 seconds]
swills has joined #ruby
<mustmodify___> apeiros: Yeah, I thought, "Why is that the simplest thing? And how do you get past the angular issue? Aliens is pretty much simple in comparison."
symm- has joined #ruby
Dry_Lips has quit [Ping timeout: 276 seconds]
spider-mario has quit [Remote host closed the connection]
houhoulis has quit [Remote host closed the connection]
MeMoc has quit [Quit: Connection closed for inactivity]
karapetyan has quit [Remote host closed the connection]
tristanp has quit [Ping timeout: 250 seconds]
karapetyan has joined #ruby
dellavg has joined #ruby
Dry_Lips has joined #ruby
Dry_Lips has quit [Changing host]
Dry_Lips has joined #ruby
hxegon has quit [Quit: BRB]
vbatts|w` has left #ruby ["found the other side of the rainbow"]
karapetyan has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
hxegon has joined #ruby
newjersey has quit [Read error: Connection reset by peer]
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ocbtec_ has quit [Quit: leaving]
IrishGringo has joined #ruby
hxegon has quit [Quit: BRB]
william3 has joined #ruby
darkf has joined #ruby
brent__ has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
ur5us has quit [Remote host closed the connection]