apeiros changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.3.1; 2.2.5; 2.1.10: https://www.ruby-lang.org || Paste >3 lines of text on https://gist.github.com || Rails questions? Ask on #RubyOnRails || logs @ https://irclog.whitequark.org/ruby/
zukin has joined #ruby
rcvalle has quit [Quit: rcvalle]
frankiee_ has joined #ruby
jaguarmagenta has quit [Ping timeout: 260 seconds]
ElFerna has quit [Client Quit]
childermass has joined #ruby
pawnbox has quit [Ping timeout: 248 seconds]
JoshS has joined #ruby
childermass has quit [Client Quit]
childermass has joined #ruby
childermass has left #ruby [#ruby]
childermass has joined #ruby
solocshaw has joined #ruby
solocshaw has quit [Client Quit]
Rodya_ has quit [Remote host closed the connection]
timvishe` has quit [Remote host closed the connection]
timvishe` has joined #ruby
nankyokusei has joined #ruby
SeepingN_ has joined #ruby
SeepingN has quit [Disconnected by services]
tectonic has joined #ruby
childermass has quit [Quit: Textual IRC Client: www.textualapp.com]
phredus has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
ur5us has joined #ruby
childermass has joined #ruby
FastJack has joined #ruby
SeepingN_ is now known as SeepingN
nankyokusei has quit [Ping timeout: 250 seconds]
ur5us_ has joined #ruby
ur5us has quit [Read error: No route to host]
hutch34 has quit [Ping timeout: 240 seconds]
AlexxNica has joined #ruby
Immune has joined #ruby
Torkable has quit [Ping timeout: 268 seconds]
raeoks has joined #ruby
JeanCarloMachado has quit [Ping timeout: 260 seconds]
nachoman has joined #ruby
nitric has quit [Ping timeout: 248 seconds]
arashb has joined #ruby
timvishe` has quit [Remote host closed the connection]
timvishe` has joined #ruby
Rodya_ has joined #ruby
pawnbox has joined #ruby
Rodya_ has quit [Remote host closed the connection]
anaiden has quit [Quit: anaiden]
maikowblue has quit [Quit: .]
arashb has quit [Ping timeout: 260 seconds]
nowhereman has joined #ruby
elvin has joined #ruby
nowhere_man has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
benlieb has quit [Read error: Connection reset by peer]
benlieb has joined #ruby
benlieb has quit [Client Quit]
CloCkWeRX has joined #ruby
anaiden has joined #ruby
timvishe` has quit [Remote host closed the connection]
timvishe` has joined #ruby
_djbkd has quit [Remote host closed the connection]
threh has joined #ruby
ElFerna has joined #ruby
ElFerna has quit [Client Quit]
pawnbox has joined #ruby
CloCkWeRX has left #ruby [#ruby]
solocshaw has joined #ruby
blackmesa has quit [Ping timeout: 268 seconds]
ElFerna has joined #ruby
nonnatus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jcao219 has quit [Ping timeout: 250 seconds]
jackjackdripper has quit [Quit: Leaving.]
jtdowney has quit [Quit: ZNC]
ekinmur has joined #ruby
Rodya_ has joined #ruby
Rodya_ has quit [Remote host closed the connection]
jtdowney has joined #ruby
jtdowney has joined #ruby
jtdowney has quit [Changing host]
Madplatypus has quit [Quit: Connection closed for inactivity]
ElFerna has quit [Read error: Connection reset by peer]
pawnbox has quit [Ping timeout: 268 seconds]
Robtop__ has joined #ruby
johnmccabe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
jgnagy has quit [Ping timeout: 268 seconds]
ruby_ has joined #ruby
timvishe` has quit [Remote host closed the connection]
timvishe` has joined #ruby
pawnbox has joined #ruby
Rodya_ has joined #ruby
_rubik has joined #ruby
<_rubik> I have a strange question.. But what are some of the less conventional control flow statements.. purley for study and not practice of course.
hutch34 has joined #ruby
sneakers has quit [Read error: Connection reset by peer]
xall has quit [Ping timeout: 268 seconds]
NTrash has quit [Quit: Konversation terminated!]
JoshS has quit [Quit: Leaving]
pawnbox has quit [Ping timeout: 260 seconds]
Ropeney_ has joined #ruby
<SeepingN> whence and henceforth are pretty uncommon
<SeepingN> ;)
<_rubik> zzz.... Maybe a bit MORE used than that
timvishe` has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
timvisher has joined #ruby
ur5us_ has quit [Remote host closed the connection]
<SeepingN> I like "unless"
<matthewd> _rubik: There aren't that many control flow statements/methods in total
<SeepingN> for confusion purposes
<_rubik> Yeah, I've looked at unless
ur5us has joined #ruby
<SeepingN> Do all this long crazy involved stuff. read carefully there's a lot going on. ....unless false.
<matthewd> _rubik: throw/catch and rescue-else come to mind
<_rubik> matthewd: OOO havn't done those, thanks!
<SeepingN> rescue is necessary
<SeepingN> must read about that and how NOT to do it (don't rescue "everything")
<SeepingN> tis a good time to learn how to grab ctrl-C too, if you're writing interactive scripts
SeepingN has quit [Quit: The system is going down for reboot NOW!]
pawnbox has joined #ruby
timvisher has quit [Remote host closed the connection]
jaguarmagenta has joined #ruby
<matthewd> ^^ what happens if you don't grab Ctrl-C, I guess :)
timvisher has joined #ruby
<_rubik> "Finding bugs by adding asserts everywhere"
Rodya_ has quit [Remote host closed the connection]
AlexxNica has quit [Quit: AlexxNica]
<_rubik> hmm. I have never really thought about the catching Ctrl+C.. interesting
hutch34 has quit [Ping timeout: 250 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
frankiee_ has quit [Ping timeout: 260 seconds]
vitd has joined #ruby
<matthewd> It more often comes up when you've done it accidentally, by over-rescuing. Rare that you should choose to do so.
mikecmpbll has quit [Quit: inabit. zz.]
ur5us has quit [Ping timeout: 260 seconds]
Derperperd has joined #ruby
pawnbox has quit [Ping timeout: 250 seconds]
Guest95 has joined #ruby
nonnatus has joined #ruby
<Guest95> Alright, I give up, I've come here for help. I'm trying to connect to MongoDB from Ruby. The catch is, I need to SSH to a server first to do so. I've played around with the "net-ssh" package, but I'm starting to think this is the wrong approach, as Mongo isn't running on that box. I just use that box as a bastion, and connect normally to the Mongo instance on another box.
<Guest95> How do I solve this? It's as if I need SSH to be my makeshift VPN, and connect to that.
al2o3-cr has quit [Ping timeout: 260 seconds]
<freeze> i could solve this without ruby, if that's interesting to you lol
<freeze> my not work for you use case, depending
<freeze> might*
watersoul has quit [Remote host closed the connection]
watersoul_ has joined #ruby
AlexxNica has joined #ruby
zukin has quit [Ping timeout: 260 seconds]
ruby-lang062 has joined #ruby
<ruby-lang062> suck
<freeze> Guest95: run ssh -L 9000:localhost:27017 user@server and then you can connect to localhost:9000 as the mongodb in your code.
<freeze> not optimal, certainly are many better alternatives
solocshaw has quit [Ping timeout: 240 seconds]
<ruby-lang062> rails
<freeze> ruby-lang062: what
<ruby-lang062> sorry
<ruby-lang062> i was just testing
zeroDi has quit [Quit: WeeChat 1.5]
<freeze> lol np
<Guest95> I'll try that. Is the SSH command supposed to quit? I thought it would be hanging, like telnet.
<Guest95> That SSH command just logs me into the server.
<Guest95> Mongo isn't running on that server. I have to SSH from that server that I log into. It's just a bastion, nothing is running on it.
<freeze> oh sorry, you can still tunnel between multiple servers
<freeze> ssh -t server1 ssh server2
<freeze> but not exactly sure how to combine all of that to get you a mongodb tunnel on server2 at the moment. i have similar use-case configurations on a computer i currently don't have access to which doesn't help
twalla has joined #ruby
<Guest95> Hmm, how do I explain this. I SSH to server A, and then I mongo to server B (I don't SSH to server B), but I guess that's just port differences...
<freeze> oh
gnufied has quit [Quit: Leaving]
<freeze> well you could open a port to mongodb on server A via a tunnel, lol
harai_ has quit [Ping timeout: 241 seconds]
<freeze> but i'm guessing that wouldn't be useful
threh has quit [Ping timeout: 260 seconds]
<Guest95> Yeah, trying to do it all from my local machine...
<Guest95> Darn IP restrictions.
<freeze> you can socks proxy over ssh using server a
<freeze> and connect as normal
<freeze> er
<freeze> disregard i'm also an idiot
nonnatus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<freeze> oh maybe not. for some reason thought maybe you couldn't do mongodb over socks, but you should be able to
jenrzzz_ has quit [Ping timeout: 268 seconds]
twalla has quit [Ping timeout: 250 seconds]
pkrnj has joined #ruby
jgt has quit [Ping timeout: 260 seconds]
<Guest95> Can you do all this with SSH?
anaiden has quit [Quit: anaiden]
<freeze> yes you can create a socks5 proxy on localhost using ssh
<freeze> still googling to see if you can use that for mongodb
twistedpixels_ has quit [Quit: ZNC - http://znc.in]
<freeze> doesn't seem likely
twistedpixels has joined #ruby
twistedpixels has joined #ruby
twistedpixels has quit [Changing host]
<Guest95> [laptop] => [bastion] => [mongo]
<freeze> yes
<Guest95> my mind is blown by how difficult this has been :p
<freeze> i've been through similar situations so i'm not
<freeze> i've had more control over the server in the middle though
blackmesa has joined #ruby
<matthewd> ssh -L :1234:mongo-server:mongo-port bastion-server
<Guest95> Yeah, I don't. And I have been in this situation before, and just give up each time. :|
<freeze> matthewd: that's what i said
havenwood has quit [Remote host closed the connection]
hyaaaaaaaaaaaa has joined #ruby
<freeze> oh maybe not
<hyaaaaaaaaaaaa> why do people say activerecord is a bad idea
<matthewd> hyaaaaaaaaaaaa: It's an architectural pattern; some people prefer other patterns. And some people prefer other specific libraries, regardless of the pattern.
havenwood has joined #ruby
havenwood has joined #ruby
<matthewd> hyaaaaaaaaaaaa: So, pretty much the same reasons some people say most other things are a bad idea
pawnbox has joined #ruby
nachoman has quit [Max SendQ exceeded]
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #ruby
havenwood has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
hyaaaaaaaaaaaa has quit [Quit: Page closed]
SteenJobs has quit [Quit: SteenJobs]
arescorpio has joined #ruby
Bellthoven has quit []
pawnbox has quit [Ping timeout: 260 seconds]
ruby-lang062 has quit [Ping timeout: 260 seconds]
nettoweb has quit [Ping timeout: 250 seconds]
twistedpixels has quit [Quit: ZNC - http://znc.in]
charliesome_ has joined #ruby
charliesome has quit [Ping timeout: 248 seconds]
twistedpixels has joined #ruby
twistedpixels has joined #ruby
twistedpixels has quit [Changing host]
zukin has joined #ruby
postmodern has joined #ruby
K7 has quit [Quit: Connection closed for inactivity]
jcao219 has joined #ruby
childermass has quit [Quit: Textual IRC Client: www.textualapp.com]
vitd has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
hutch34 has joined #ruby
CloCkWeRX has joined #ruby
CloCkWeRX has left #ruby [#ruby]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
pawnbox has quit [Ping timeout: 250 seconds]
cyphase has quit [Ping timeout: 268 seconds]
nettoweb has joined #ruby
elifoster has joined #ruby
nonnatus has joined #ruby
tyang has joined #ruby
AlexxNica has quit [Quit: AlexxNica]
zukin has quit [Ping timeout: 260 seconds]
micky has joined #ruby
jackjackdripper has joined #ruby
cyphase has joined #ruby
SteenJobs has joined #ruby
sumobob has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
optiz0r has quit [Ping timeout: 260 seconds]
rikai has quit [Read error: Connection reset by peer]
cyphase has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
pkrnj has quit [Quit: Textual IRC Client: www.textualapp.com]
Jameser has joined #ruby
tdy has quit [Ping timeout: 260 seconds]
sleepee has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
nankyokusei has joined #ruby
zukin has joined #ruby
brendan- has joined #ruby
cyphase has joined #ruby
nettoweb1 has joined #ruby
nettoweb has quit [Ping timeout: 240 seconds]
nankyokusei has quit [Ping timeout: 250 seconds]
braincra- has joined #ruby
micky has quit [Ping timeout: 240 seconds]
tdy has joined #ruby
sleepee has quit [Quit: Leaving]
pawnbox has joined #ruby
braincrash has quit [Ping timeout: 260 seconds]
anaiden has joined #ruby
lucast has quit [Ping timeout: 240 seconds]
jackjackdripper has quit [Read error: Connection reset by peer]
cyphase has quit [Ping timeout: 250 seconds]
jackjackdripper has joined #ruby
pwnd_nsfw has joined #ruby
zukin has quit [Ping timeout: 260 seconds]
chadwtaylor has quit [Ping timeout: 260 seconds]
tuxaddicted has quit [Ping timeout: 260 seconds]
joelwallis has joined #ruby
bmurt has joined #ruby
Robtop__ has quit [Ping timeout: 240 seconds]
pawnbox has quit [Ping timeout: 240 seconds]
lucast has joined #ruby
cyphase has joined #ruby
zukin has joined #ruby
rsampaio_ has joined #ruby
tuxaddicted has joined #ruby
mburns has quit [Ping timeout: 260 seconds]
ramfjord has joined #ruby
braincra- has quit [Ping timeout: 250 seconds]
cyphase has quit [Ping timeout: 260 seconds]
tectonic has quit []
cyphase has joined #ruby
jeyraof has joined #ruby
jeyraof has quit [Client Quit]
blackmesa has joined #ruby
cyphase has quit [Ping timeout: 248 seconds]
ramfjord has quit [Ping timeout: 260 seconds]
braincrash has joined #ruby
shinnya has quit [Ping timeout: 240 seconds]
mniip has quit [Remote host closed the connection]
nettoweb1 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
JammyHammy has quit [Read error: Connection reset by peer]
cyphase has joined #ruby
blackmesa has quit [Ping timeout: 268 seconds]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
vitd has joined #ruby
tyang has quit [Read error: Connection reset by peer]
solocshaw has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
amclain has quit [Quit: Leaving]
mburns has joined #ruby
raeoks has quit [Ping timeout: 250 seconds]
cyphase has quit [Ping timeout: 240 seconds]
elvin has quit [Quit: Textual IRC Client: www.textualapp.com]
tuxaddicted has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Remote host closed the connection]
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
Averna has quit [Remote host closed the connection]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alibby has quit [Quit: Leaving.]
arescorpio has quit [Quit: Leaving.]
braincrash has quit [Quit: bye bye]
tuxaddicted has joined #ruby
twalla has joined #ruby
pwnd_nsfw` has joined #ruby
minimalism has quit [Ping timeout: 260 seconds]
vitd has quit [Ping timeout: 248 seconds]
nadir has quit [Quit: Connection closed for inactivity]
jgnagy has joined #ruby
ekinmur has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
minimalism has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
pwnd_nsfw has quit [Ping timeout: 240 seconds]
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banisterfiend has joined #ruby
dviola has quit [Quit: WeeChat 1.6]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
nonnatus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zipace has quit [Ping timeout: 250 seconds]
solocshaw has quit [Ping timeout: 260 seconds]
braincrash has joined #ruby
nonnatus has joined #ruby
jcao219 has quit [Remote host closed the connection]
nonnatus has quit [Client Quit]
lucast has quit [Ping timeout: 268 seconds]
charliesome_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gix has quit [Ping timeout: 250 seconds]
eizua has joined #ruby
lucast has joined #ruby
JammyHammy has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
gix has joined #ruby
rikai has joined #ruby
Averna has joined #ruby
dh64 has quit [Quit: Konversation terminated!]
Felipe__ has quit [Quit: Leaving]
xall has joined #ruby
AlexRussia has quit [Ping timeout: 260 seconds]
optiz0r has joined #ruby
JoshS has joined #ruby
blackmesa has joined #ruby
hutch34 has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
jenrzzz has joined #ruby
Asher has quit [Quit: Leaving.]
bronson_ has quit [Read error: Connection reset by peer]
bronson has joined #ruby
aupadhye has joined #ruby
safetypin has joined #ruby
<_rubik> Are procs the only way to send methods as parameters?
zukin has quit [Ping timeout: 240 seconds]
craigp_ has quit [Ping timeout: 240 seconds]
RTFM[away] has quit [Ping timeout: 260 seconds]
tylersmith has joined #ruby
duncannz has joined #ruby
safetypin has quit [Max SendQ exceeded]
rakm has joined #ruby
harai_ has joined #ruby
lacour has joined #ruby
nankyokusei has joined #ruby
xall has quit [Ping timeout: 240 seconds]
govg has joined #ruby
gizless has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 260 seconds]
gizless has joined #ruby
<zacts> hi rubyists
ruby-lang760 has joined #ruby
<ruby-lang760> guys after finishing the peter cooper book?
lel has quit [Read error: Connection reset by peer]
<ruby-lang760> i want to build a solid foundation of ruby
<ruby-lang760> is it possible?
xall has joined #ruby
joelwallis has quit [Quit: Leaving]
lel has joined #ruby
<ruby-lang760> after fiinishing ruby
<ruby-lang760> can i master the ruby
matp has quit [Read error: Connection reset by peer]
Guest43 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anaiden has quit [Quit: anaiden]
matp has joined #ruby
safetypin has joined #ruby
<baweaver> Don't worry about mastering Ruby.
<baweaver> that will come in its own time
<baweaver> go out and build projects in it
<ruby-lang760> btw im suresh
<baweaver> work in it and grow in it.
<ruby-lang760> haha
<ruby-lang760> oh i see
<ruby-lang760> btw im self learning ruby
elenatanasoiu has joined #ruby
<baweaver> most do
FastJack has quit [*.net *.split]
sheepman has quit [*.net *.split]
bqscott has quit [*.net *.split]
forgot has quit [*.net *.split]
KillerFox has quit [*.net *.split]
<ruby-lang760> it isn't taught in school
<ruby-lang760> i pick up my self
bqscott has joined #ruby
FastJack has joined #ruby
<ruby-lang760> so what do i do after completing the book?
Azure has quit [Read error: Connection reset by peer]
<ruby-lang760> move on to rails? or master ruby itself?
<baweaver> Again, don't worry about mastering it
<baweaver> you might consider reading a few more books like Eloquent Ruby and Practical Object Oriented Design in Ruby
<baweaver> but the big thing is you need to be building things in Ruby
Guest95 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sheepman has joined #ruby
Derperperd has quit [Quit: Derperperd]
<ruby-lang760> so when do i move on to rails?
<baweaver> whenever you want
<ruby-lang760> after finish peter cooper book?
<ruby-lang760> possible
<baweaver> Go out and try.
<ruby-lang760> ok thx
Authenticator has quit [Quit: leaving]
hutch34 has quit [Quit: WeeChat 1.5]
<ruby-lang760> my aim is learn rails
<ruby-lang760> but i need to finish ruby first
<ruby-lang760> inorder to learn rails
elenatanasoiu has quit [Ping timeout: 268 seconds]
ace05 has quit [Remote host closed the connection]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
ruby-lang760 has quit [Ping timeout: 260 seconds]
conta has joined #ruby
Azure has joined #ruby
_djbkd has joined #ruby
mniip has joined #ruby
vitd has joined #ruby
blackmesa has joined #ruby
conta has quit [Ping timeout: 268 seconds]
frankiee_ has joined #ruby
elenatanasoiu has joined #ruby
ad0lfh1tl3|2 has joined #ruby
blackmesa has quit [Ping timeout: 248 seconds]
elenatanasoiu has quit [Ping timeout: 260 seconds]
anaiden has joined #ruby
ccmcdee-sfc has joined #ruby
f0rpaxe has quit [Quit: Connection closed for inactivity]
ccmcdee-sfc has left #ruby ["WeeChat 1.5"]
Guest95 has joined #ruby
Guest95 has quit [Client Quit]
Madplatypus has joined #ruby
dminuoso_ has joined #ruby
frankiee_ has quit [Ping timeout: 268 seconds]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
lacour has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 248 seconds]
ARCADIVS has quit [Quit: ARCADIVS]
timvisher has quit [Remote host closed the connection]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
timvisher has joined #ruby
twalla has joined #ruby
elifoster has quit [Quit: sleep.]
jgnagy has quit []
harly has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
nonnatus has joined #ruby
vitd has quit [Ping timeout: 260 seconds]
johnny56 has quit [Ping timeout: 258 seconds]
zapata has quit [Quit: WeeChat 1.6]
SteenJobs has quit [Quit: SteenJobs]
pawnbox has joined #ruby
johnny56 has joined #ruby
vitd has joined #ruby
Edward_ has joined #ruby
ponga has joined #ruby
pawnbox has quit [Ping timeout: 240 seconds]
ace05 has joined #ruby
meatchicken has quit [Ping timeout: 258 seconds]
astrobunny has joined #ruby
xall has quit [Ping timeout: 260 seconds]
vasilakisfil has quit [Quit: Konversation terminated!]
bocaneri has joined #ruby
igniting has quit [Ping timeout: 248 seconds]
pwnd_nsfw has joined #ruby
sandelius has joined #ruby
Guest95 has joined #ruby
craigp_ has joined #ruby
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
edwinvdgraaf has joined #ruby
grh has joined #ruby
blackmesa has joined #ruby
edwinvdgraaf has quit [Ping timeout: 260 seconds]
ichkv has joined #ruby
ace05 has quit [Ping timeout: 260 seconds]
xall has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
Chelsea has quit [Remote host closed the connection]
Guest95 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Wayne_Shephard has joined #ruby
dminuoso_ has quit [Remote host closed the connection]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
zipace has joined #ruby
zipace has quit [Read error: Connection reset by peer]
djellemah has joined #ruby
grh has quit [Ping timeout: 260 seconds]
ace05 has joined #ruby
safetypin has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
qwertyco has joined #ruby
ur5us has quit [Remote host closed the connection]
qwertyco has quit [Remote host closed the connection]
ur5us has joined #ruby
qwertyco has joined #ruby
johnmccabe has joined #ruby
Guest43_ has joined #ruby
Guest43_ has quit [Client Quit]
brianpWins has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 248 seconds]
dminuoso_ has joined #ruby
nonnatus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ur5us has quit [Ping timeout: 260 seconds]
nonnatus has joined #ruby
nonnatus has quit [Client Quit]
nonnatus has joined #ruby
nonnatus has quit [Client Quit]
nonnatus has joined #ruby
nonnatus has quit [Client Quit]
nonnatus has joined #ruby
nonnatus has quit [Client Quit]
nonnatus has joined #ruby
raeoks has joined #ruby
nonnatus has quit [Client Quit]
nankyokusei has joined #ruby
pawnbox has joined #ruby
jgt has joined #ruby
ace05 has quit [Ping timeout: 248 seconds]
the_drow has joined #ruby
nadir has joined #ruby
igniting has joined #ruby
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rickmasta has joined #ruby
tuxaddicted has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 260 seconds]
pawnbox has quit [Ping timeout: 250 seconds]
Rickmasta has quit [Client Quit]
Rickmasta has joined #ruby
thomasv23 has joined #ruby
Jameser_ has joined #ruby
P1ro has quit [Remote host closed the connection]
Jameser has quit [Ping timeout: 268 seconds]
harly has quit [Quit: Page closed]
pawnbox has joined #ruby
aryaching has quit [Quit: Bye]
zapata has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
pawnbox has quit [Ping timeout: 248 seconds]
P1ro has joined #ruby
arashb has joined #ruby
firstdayonthejob has joined #ruby
DoubleMalt has joined #ruby
minimalism has quit [Quit: minimalism]
the_drow has joined #ruby
tomphp has joined #ruby
kassian has joined #ruby
ta_ has quit [Remote host closed the connection]
kassian has quit [Client Quit]
last_staff has joined #ruby
arashb has quit [Ping timeout: 260 seconds]
kassian has joined #ruby
harai_ has quit [Ping timeout: 250 seconds]
johnmccabe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kassian has quit [Client Quit]
kassian has joined #ruby
kassian has quit [Client Quit]
braidn has quit [Ping timeout: 240 seconds]
kassian has joined #ruby
tvsutton_ has quit [Ping timeout: 240 seconds]
tvsutton has joined #ruby
kassian has quit [Client Quit]
ace05 has joined #ruby
wildleaf_ has quit [Ping timeout: 241 seconds]
conta has joined #ruby
SteenJobs has joined #ruby
wildleaf has joined #ruby
aganov has joined #ruby
g3funk has joined #ruby
firstdayonthejob has quit [Ping timeout: 268 seconds]
the_drow has quit [Read error: Connection reset by peer]
Pumukel has joined #ruby
DoubleMalt has quit [Ping timeout: 240 seconds]
statelesscode_ has joined #ruby
timvisher has quit [Ping timeout: 260 seconds]
andikr has joined #ruby
statelesscode has quit [Ping timeout: 260 seconds]
statelesscode_ is now known as statelesscode
faces has quit [Read error: Connection reset by peer]
timvisher has joined #ruby
blackmesa has joined #ruby
faces has joined #ruby
craigp_ has quit [Ping timeout: 240 seconds]
Pupeno has joined #ruby
grh has joined #ruby
the_drow has joined #ruby
brianpWins has joined #ruby
Pupeno has quit [Ping timeout: 260 seconds]
blackmesa has quit [Ping timeout: 260 seconds]
ace05 has quit [Remote host closed the connection]
thomasv23 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
phredus has quit [Quit: No Ping reply in 180 seconds.]
phredus has joined #ruby
vuoto has joined #ruby
faces has quit []
elenatanasoiu has joined #ruby
tonini has joined #ruby
siegy has joined #ruby
<siegy> Good morning
the_drow has quit [Read error: Connection reset by peer]
elenatanasoiu has quit [Ping timeout: 260 seconds]
jaequery has joined #ruby
Dimik has quit [Ping timeout: 268 seconds]
KillerFox has joined #ruby
the_drow has joined #ruby
forgot has joined #ruby
vitd has quit [Ping timeout: 260 seconds]
mark_66 has joined #ruby
_djbkd has quit [Quit: My people need me...]
balazs has quit [Ping timeout: 258 seconds]
grh has quit [Ping timeout: 268 seconds]
Lildirt has joined #ruby
craigp_ has joined #ruby
harai_ has joined #ruby
siegy has left #ruby ["Killed buffer"]
blackmesa has joined #ruby
twalla has joined #ruby
SesMan has joined #ruby
blackgoat has quit [Ping timeout: 260 seconds]
lxsameer has joined #ruby
grh has joined #ruby
Ropeney_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
DEac- has joined #ruby
pawnbox has joined #ruby
twalla has quit [Ping timeout: 240 seconds]
ad0lfh1tl3|2 has quit [Ping timeout: 260 seconds]
aufi has joined #ruby
symm- has quit [Quit: Leaving...]
grh has quit [Remote host closed the connection]
conta has quit [Ping timeout: 240 seconds]
f4cl3y has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
TomyWork has joined #ruby
biberu has joined #ruby
the_drow has joined #ruby
claudiuinberlin has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
rsampaio_ has quit [Ping timeout: 260 seconds]
hutch34 has joined #ruby
zukin has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
SteenJobs has quit [Quit: SteenJobs]
SteenJobs has joined #ruby
SteenJobs has quit [Client Quit]
ta_ has joined #ruby
conta has joined #ruby
balazs has joined #ruby
charliesome has joined #ruby
charliesome has quit [Client Quit]
Filiphe has joined #ruby
charliesome has joined #ruby
ctp has joined #ruby
Bish has quit [Ping timeout: 268 seconds]
Bish has joined #ruby
conta has quit [Ping timeout: 240 seconds]
craigp_ has quit [Ping timeout: 268 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DoubleMalt has joined #ruby
xall has quit [Ping timeout: 260 seconds]
faces has joined #ruby
claudiuinberlin has quit [Remote host closed the connection]
moneylotion has quit [Ping timeout: 260 seconds]
bocaneri has quit [Ping timeout: 248 seconds]
qwertyco has quit [Ping timeout: 240 seconds]
wugy has joined #ruby
f4cl3y has quit [Ping timeout: 240 seconds]
miguelfernandes has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bsrd has joined #ruby
blaxter has joined #ruby
the_drow has quit [Ping timeout: 260 seconds]
the_drow has joined #ruby
conta has joined #ruby
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bocaneri has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hiasinho has quit [Quit: Connection closed for inactivity]
xall has joined #ruby
Silthias has joined #ruby
postmodern has quit [Quit: Leaving]
mikecmpbll has joined #ruby
balazs has quit [Ping timeout: 260 seconds]
mg^ has quit [Ping timeout: 258 seconds]
Torrone has joined #ruby
f4cl3y has joined #ruby
Hobogrammer has quit [Ping timeout: 268 seconds]
Chagel has joined #ruby
Chagel has quit [Client Quit]
<Torrone> hello, I'm getting this error when trying to install a gem: https://gist.github.com/anonymous/5838209f69df7abef4cbc9ae0aff7d6c how can I solve this issue and install my gem?
Chagel has joined #ruby
djbkd has quit [Read error: Connection reset by peer]
hahuang61 has quit [Read error: Connection reset by peer]
timvisher has quit [Remote host closed the connection]
djbkd has joined #ruby
timvisher has joined #ruby
tylersmith has quit [Read error: Connection reset by peer]
ddffg has joined #ruby
sarbs has quit [Ping timeout: 258 seconds]
Humdai has joined #ruby
nuclearsandwich has quit [Read error: Connection reset by peer]
Silthias1 has joined #ruby
hahuang61 has joined #ruby
nuclearsandwich has joined #ruby
tylersmith has joined #ruby
Guest87552 has quit [Ping timeout: 260 seconds]
zacts has quit [Ping timeout: 250 seconds]
pwnd_nsfw` has joined #ruby
__main__ has quit [Ping timeout: 268 seconds]
bairyn_ has quit [Remote host closed the connection]
Silthias has quit [Ping timeout: 260 seconds]
Silthias2 has joined #ruby
jackjackdripper has joined #ruby
djbkd_ has joined #ruby
__main__ has joined #ruby
jackjackdripper has quit [Read error: Connection reset by peer]
the_drow has quit [Ping timeout: 260 seconds]
Silthias1 has quit [Ping timeout: 250 seconds]
the_drow has joined #ruby
pwnd_nsfw has quit [Ping timeout: 240 seconds]
sarbs has joined #ruby
crdpink has quit [Ping timeout: 258 seconds]
<Torrone> please help, I'm getting this error when trying to install a gem: https://gist.github.com/anonymous/5838209f69df7abef4cbc9ae0aff7d6c how can I solve this issue and install my gem?
pawnbox has quit [Remote host closed the connection]
nuck has joined #ruby
jackjackdripper has joined #ruby
nuck is now known as Guest23644
ocbtec has joined #ruby
Hobogrammer has joined #ruby
<dminuoso_> -c
pandaant has joined #ruby
<dminuoso_> Torrone: That is strange. Can you show us how you are installing a gem? Are you using sudo?
ur5us has joined #ruby
<dminuoso_> Torrone: also include the full output please, from the beginning.
<dminuoso_> I reckon that this is not the first error.
<Torrone> dminuoso_, I'm letting rubymine install it, it's weird because it was installed up until yesterday, then the whole ide crashed and I had to terminate it. Once rebooted it kept asking to install debugger, failing at that from the beginning
<Torrone> dminuoso_, where do I find the rest of the output?
<dminuoso_> Torrone: I have no idea, I do not use Rubymine.
<dminuoso_> Torrone: Newlines...
<dminuoso_> Torrone: check the mkmf.log as the output suggested
<Torrone> dminuoso_, this is mkmf.log
twalla has joined #ruby
pandaant has quit [Ping timeout: 250 seconds]
<dminuoso_> 10:10 < Torrone> dminuoso_, this one ? https://gist.github.com/anonymous/e72f3afcec3603cf11802b30e3a30d9d
<dminuoso_> If this had newlines in it, it would be useful.
<dminuoso_> But from the way this looks, it seems that your build environment is fucked up.
nankyokusei has joined #ruby
<Torrone> dminuoso_, it basically says :"You have to install development tools first."
pandaant has joined #ruby
<Torrone> I have installed dev tools
<dminuoso_> Torrone: The thing that confuses me is the gcc-4.9
<dminuoso_> You said you are on OSX right?
<Torrone> dminuoso_, yep
<dminuoso_> Where does that gcc-4.9 come from?
the_drow has quit [Read error: Connection reset by peer]
tylersmith has quit [Max SendQ exceeded]
<dminuoso_> Torrone: On OSX you usually have gcc pointing at some binstub that calls clang.
tvw has joined #ruby
<Torrone> dminuoso_, gcc-4.9 (Homebrew gcc49 4.9.3) 4.9.3
pawnbox has joined #ruby
<dminuoso_> Torrone: test if that compiler is functioning correctly
mg^ has joined #ruby
<Torrone> dminuoso_, do you know how to do it?
<rclsilver> hello, i'm installing gem in ./vendor/bundle. any way in my Rakefile to define gempath to ./vendor/bundle ?
<dminuoso_> Torrone: echo "#include <string.h>" > /tmp/foo.c && gcc-4.9 -c /tmp/foo.
<dminuoso_> *foo.c
tylersmith has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
<Torrone> dminuoso_, /tmp/foo.c:1:20: fatal error: string.h: No such file or directory
<dminuoso_> Torrone: then your compiler is incorrectly installed.
<dminuoso_> Torrone: I'd say get rid of it, 4.9 is super old anyway.
<Torrone> dminuoso_, what do I install instead
nankyokusei has quit [Ping timeout: 268 seconds]
pawnbox has quit [Remote host closed the connection]
<dminuoso_> Torrone: I just use the xcode installed compiler for my ruby stuff, so first uninstall the gcc package from unbrew, then use "xcode-select --install"
pawnbox has joined #ruby
<dminuoso_> This might take a bit, but it will install a clean and working environment.
the_drow has joined #ruby
<dminuoso_> (This will provide llvm, a linker and make - all things you need for Ruby anyway)
elenatanasoiu has joined #ruby
the_drow has quit [Client Quit]
claudiuinberlin has joined #ruby
<Torrone> dminuoso_, I've already ran 'xcode-select --install' earlier
djbkd_ has quit []
bairyn has joined #ruby
noodle has quit [Ping timeout: 256 seconds]
pec has joined #ruby
edwinvdgraaf has joined #ruby
edwinvdgraaf has quit [Read error: Connection reset by peer]
edwinvdgraaf has joined #ruby
<Torrone> dminuoso_, I've uninstalled gcc49 and getting this in the mkmf.log: https://gist.github.com/anonymous/cfefb33e19c88b34f9f1e80bed0f75b3
gregf_ has quit [Ping timeout: 260 seconds]
sarbs has quit [Ping timeout: 240 seconds]
Couch has joined #ruby
teclator has quit [Remote host closed the connection]
sarbs has joined #ruby
jackjackdripper has quit [Ping timeout: 240 seconds]
mark_66 has quit [Ping timeout: 240 seconds]
mtkd has quit [Ping timeout: 240 seconds]
clamstar has quit [Ping timeout: 240 seconds]
marahin has quit [Ping timeout: 240 seconds]
chrisseaton has quit [Ping timeout: 240 seconds]
psmolen has quit [Ping timeout: 240 seconds]
trajing has quit [Ping timeout: 240 seconds]
Guest23644 has quit [Ping timeout: 240 seconds]
moei has quit [Ping timeout: 240 seconds]
RazorX has quit [Ping timeout: 240 seconds]
sindork has quit [Ping timeout: 240 seconds]
Chagel has quit [Ping timeout: 240 seconds]
jgt has quit [Ping timeout: 240 seconds]
govg has quit [Ping timeout: 240 seconds]
eam has quit [Ping timeout: 240 seconds]
fbt has quit [Ping timeout: 240 seconds]
Tempesta has quit [Ping timeout: 240 seconds]
tjvc has quit [Ping timeout: 240 seconds]
icedp has quit [Ping timeout: 240 seconds]
galeido has quit [Ping timeout: 240 seconds]
snapcase has quit [Ping timeout: 240 seconds]
Hobogrammer has quit [Ping timeout: 240 seconds]
dminuoso has quit [Ping timeout: 240 seconds]
yasu____ has quit [Ping timeout: 240 seconds]
tristanp has quit [Ping timeout: 240 seconds]
Garo_ has quit [Ping timeout: 240 seconds]
moufl has quit [Ping timeout: 240 seconds]
awk has quit [Ping timeout: 240 seconds]
baratheon has quit [Ping timeout: 240 seconds]
Scient has quit [Ping timeout: 240 seconds]
tylersmith has quit [Ping timeout: 240 seconds]
Bish has quit [Ping timeout: 240 seconds]
Pumukel has quit [Ping timeout: 240 seconds]
banisterfiend has quit [Ping timeout: 240 seconds]
mburns has quit [Ping timeout: 240 seconds]
bruce_lee has quit [Ping timeout: 240 seconds]
ReinH_ has quit [Ping timeout: 240 seconds]
malcolmva has quit [Ping timeout: 240 seconds]
bauruine has quit [Ping timeout: 240 seconds]
kies has quit [Ping timeout: 240 seconds]
JiYu has quit [Ping timeout: 240 seconds]
gnarf_ has quit [Ping timeout: 240 seconds]
Radar has quit [Ping timeout: 240 seconds]
crankhar1er has quit [Ping timeout: 240 seconds]
aurelien has quit [Ping timeout: 240 seconds]
fnord___ has quit [Ping timeout: 240 seconds]
Sammichmaker has quit [Ping timeout: 240 seconds]
llua has quit [Ping timeout: 240 seconds]
ropeney has quit [Ping timeout: 240 seconds]
Helheim has quit [Ping timeout: 240 seconds]
Guest6851 has quit [Ping timeout: 240 seconds]
hinbody has quit [Ping timeout: 240 seconds]
rumikk2 has quit [Ping timeout: 240 seconds]
Fetch has quit [Ping timeout: 240 seconds]
kallisti5 has quit [Ping timeout: 240 seconds]
cgfbee has quit [Ping timeout: 240 seconds]
dasher00 has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ruby
danst has quit [Ping timeout: 240 seconds]
Scient has joined #ruby
conta has quit [Ping timeout: 240 seconds]
bruce_lee has joined #ruby
Tristan-Speccy has joined #ruby
snapcase has joined #ruby
tomaw has quit [*.net *.split]
forgot has quit [*.net *.split]
KillerFox has quit [*.net *.split]
GambitK has quit [*.net *.split]
TomyWork has quit [*.net *.split]
tsunamie has quit [*.net *.split]
redlegion has quit [*.net *.split]
sarbs has quit [*.net *.split]
pec has quit [*.net *.split]
mg^ has quit [*.net *.split]
tvw has quit [*.net *.split]
faces has quit [*.net *.split]
Torrone has quit [*.net *.split]
biberu has quit [*.net *.split]
brianpWins has quit [*.net *.split]
statelesscode has quit [*.net *.split]
raeoks has quit [*.net *.split]
dminuoso_ has quit [*.net *.split]
Wayne_Shephard has quit [*.net *.split]
astrobunny has quit [*.net *.split]
Averna has quit [*.net *.split]
braincrash has quit [*.net *.split]
tdy has quit [*.net *.split]
watersoul_ has quit [*.net *.split]
jaguarmagenta has quit [*.net *.split]
Immune has quit [*.net *.split]
YaknotiS has quit [*.net *.split]
aidalgol has quit [*.net *.split]
skweek has quit [*.net *.split]
Yxhuvud has quit [*.net *.split]
tenderlove has quit [*.net *.split]
maloik has quit [*.net *.split]
chihhsin_ has quit [*.net *.split]
SirFunk_ has quit [*.net *.split]
constantinexvi_ has quit [*.net *.split]
drbrain has quit [*.net *.split]
Kuukunen- has quit [*.net *.split]
raldu_ has quit [*.net *.split]
ericwood_ has quit [*.net *.split]
Gnubie__ has quit [*.net *.split]
Talltree has quit [*.net *.split]
lempa has quit [*.net *.split]
swills_ has quit [*.net *.split]
maxmanders has quit [*.net *.split]
aep has quit [*.net *.split]
jinie has quit [*.net *.split]
marsjaninzmarsa has quit [*.net *.split]
yeticry has quit [*.net *.split]
Emmanuel_Chanel has quit [*.net *.split]
scorphus has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
elomatreb has quit [*.net *.split]
mim1k|work has quit [*.net *.split]
Rutix has quit [*.net *.split]
sunya7a_ has quit [*.net *.split]
_ht has quit [*.net *.split]
olspookishmagus has quit [*.net *.split]
bougyman has quit [*.net *.split]
NET||abuse has quit [*.net *.split]
tw1sted has quit [*.net *.split]
m4rCsi has quit [*.net *.split]
eregon has quit [*.net *.split]
hplar has quit [*.net *.split]
friday has quit [*.net *.split]
p1k has quit [*.net *.split]
oddmunds has quit [*.net *.split]
theRoUS has quit [*.net *.split]
joevandyk has quit [*.net *.split]
olblak_ has quit [*.net *.split]
sjums has quit [*.net *.split]
iamayam has quit [*.net *.split]
baweaver has quit [*.net *.split]
drale2k has quit [*.net *.split]
LiquidInsect has quit [*.net *.split]
ahuman has quit [*.net *.split]
gse has quit [*.net *.split]
TTilus has quit [*.net *.split]
strongcode has quit [*.net *.split]
ereslibre has quit [*.net *.split]
jackhill has quit [*.net *.split]
Gadgetoid has quit [*.net *.split]
parus_ has quit [*.net *.split]
[ace] has quit [*.net *.split]
rprimus has quit [*.net *.split]
FifthWall has quit [*.net *.split]
benhoi has quit [*.net *.split]
miah has quit [*.net *.split]
avdi has quit [*.net *.split]
audibleblink has quit [*.net *.split]
headius has quit [*.net *.split]
spider-mario has quit [*.net *.split]
rubirc has quit [*.net *.split]
ccooke has quit [*.net *.split]
matti has quit [*.net *.split]
chee has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
Fire-Dragon-DoL has quit [*.net *.split]
Junaos has quit [*.net *.split]
Kero has quit [*.net *.split]
harrisi has quit [*.net *.split]
ejnahc has quit [*.net *.split]
hightower3 has quit [*.net *.split]
vdl has quit [*.net *.split]
sphex has quit [*.net *.split]
akhkharu has quit [*.net *.split]
BytesAndCoffee has quit [*.net *.split]
edwinvdgraaf has quit [*.net *.split]
pawnbox has quit [*.net *.split]
timvisher has quit [*.net *.split]
Filiphe has quit [*.net *.split]
aufi has quit [*.net *.split]
aganov has quit [*.net *.split]
SesMan has quit [*.net *.split]
blackmesa has quit [*.net *.split]
sandelius has quit [*.net *.split]
ichkv has quit [*.net *.split]
Edward_ has quit [*.net *.split]
twistedpixels has quit [*.net *.split]
agit0 has quit [*.net *.split]
Wizznt has quit [*.net *.split]
misterpink has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
mikee has quit [*.net *.split]
KrzaQ has quit [*.net *.split]
hfp has quit [*.net *.split]
Prira_ has quit [*.net *.split]
isomorph1smes has quit [*.net *.split]
Axy has quit [*.net *.split]
Xiti has quit [*.net *.split]
claw has quit [*.net *.split]
AnoHito has quit [*.net *.split]
staticfox has quit [*.net *.split]
chridal has quit [*.net *.split]
kmhn has quit [*.net *.split]
utkarsh has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
ec\ has quit [*.net *.split]
xybre has quit [*.net *.split]
nexace has quit [*.net *.split]
demophoon has quit [*.net *.split]
reaVer has quit [*.net *.split]
pjaspers has quit [*.net *.split]
iNs has quit [*.net *.split]
redondos has quit [*.net *.split]
shtirlic has quit [*.net *.split]
hirvi has quit [*.net *.split]
KramerC has quit [*.net *.split]
destructure has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
sniff has quit [*.net *.split]
bazzy has quit [*.net *.split]
aalmenar has quit [*.net *.split]
[reed] has quit [*.net *.split]
Drakevr has quit [*.net *.split]
[ddmp] has quit [*.net *.split]
EdwardIII has quit [*.net *.split]
orangey has quit [*.net *.split]
uranellus has quit [*.net *.split]
kenichi has quit [*.net *.split]
soud has quit [*.net *.split]
janno has quit [*.net *.split]
varesa has quit [*.net *.split]
freedrull has quit [*.net *.split]
piotrj has quit [*.net *.split]
rideh has quit [*.net *.split]
kspencer has quit [*.net *.split]
icey has quit [*.net *.split]
davic has quit [*.net *.split]
ged__ has quit [*.net *.split]
uxp has quit [*.net *.split]
timonv has quit [*.net *.split]
gf3 has quit [*.net *.split]
greister has quit [*.net *.split]
rclsilver has quit [*.net *.split]
madhatter has quit [*.net *.split]
diegok has quit [*.net *.split]
pygospa has quit [*.net *.split]
bmn has quit [*.net *.split]
fumk has quit [*.net *.split]
yonatankoren has quit [*.net *.split]
patteh has quit [*.net *.split]
ianconnolly has quit [*.net *.split]
badeball has quit [*.net *.split]
Morrolan has quit [*.net *.split]
nibbo has quit [*.net *.split]
dyjakan has quit [*.net *.split]
csaunders has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
im0b has quit [*.net *.split]
sent-hil has quit [*.net *.split]
PlasmaStar has quit [*.net *.split]
jswe has quit [*.net *.split]
Ankhers has quit [*.net *.split]
aibot____ has quit [*.net *.split]
dgncn has quit [*.net *.split]
atom3 has quit [*.net *.split]
devil_tux has quit [*.net *.split]
stan has quit [*.net *.split]
cb has quit [*.net *.split]
incognitos has quit [*.net *.split]
n8o has quit [*.net *.split]
wlanboy has quit [*.net *.split]
neoweb has quit [*.net *.split]
Guest71777 has quit [*.net *.split]
araujo has quit [*.net *.split]
spligak has quit [*.net *.split]
guardian has quit [*.net *.split]
ytti has quit [*.net *.split]
AustinMatherne has quit [*.net *.split]
\13k has quit [*.net *.split]
pragmatism has quit [*.net *.split]
chazu has quit [*.net *.split]
Muz has quit [*.net *.split]
jokke has quit [*.net *.split]
vircung has quit [*.net *.split]
silverdust has quit [*.net *.split]
chrisarcand has quit [*.net *.split]
levifig has quit [*.net *.split]
jtd has quit [*.net *.split]
oblique has quit [*.net *.split]
StoBrendo has quit [*.net *.split]
boshhead has quit [*.net *.split]
AKPWD has quit [*.net *.split]
zeroDivisible has quit [*.net *.split]
davix has quit [*.net *.split]
fedruantine has quit [*.net *.split]
nitrix has quit [*.net *.split]
matthewd has quit [*.net *.split]
kingkong- has quit [*.net *.split]
M-manveru has quit [*.net *.split]
apeiros has quit [*.net *.split]
M-shine has quit [*.net *.split]
Takumo has quit [*.net *.split]
justinmcp has quit [*.net *.split]
pavelz has quit [*.net *.split]
Suntzu has quit [*.net *.split]
Todd has quit [*.net *.split]
IsoLinCHiP has quit [*.net *.split]
jsaak has quit [*.net *.split]
Guest10767 has quit [*.net *.split]
pleiosaur has quit [*.net *.split]
matled has quit [*.net *.split]
jesk has quit [*.net *.split]
trampi has quit [*.net *.split]
danmcguire has quit [*.net *.split]
SenpaiSilver has quit [*.net *.split]
ghormoon has quit [*.net *.split]
ironcamel has quit [*.net *.split]
D9 has quit [*.net *.split]
brixen has quit [*.net *.split]
jonadab has quit [*.net *.split]
imanc has quit [*.net *.split]
biox has quit [*.net *.split]
Klumben has quit [*.net *.split]
jwl has quit [*.net *.split]
nchambers has quit [*.net *.split]
twe4ked has quit [*.net *.split]
Ikri has quit [*.net *.split]
renderfu_ has quit [*.net *.split]
jaiks1 has quit [*.net *.split]
aspiers has quit [*.net *.split]
thorgi has quit [*.net *.split]
bjmllr has quit [*.net *.split]
hostess has quit [*.net *.split]
znz_jp has quit [*.net *.split]
catbusters has quit [*.net *.split]
SJr has quit [*.net *.split]
jwheare has quit [*.net *.split]
the-eat-scout has quit [*.net *.split]
jimeh has quit [*.net *.split]
codepete has quit [*.net *.split]
raatiniemi has quit [*.net *.split]
zzak has quit [*.net *.split]
sorah___ has quit [*.net *.split]
valkyr2e has quit [*.net *.split]
PhishPho1 has quit [*.net *.split]
papercod1 has quit [*.net *.split]
joes has quit [*.net *.split]
evie_hammond has quit [*.net *.split]
ndrst has quit [*.net *.split]
canton7 has quit [*.net *.split]
irick has quit [*.net *.split]
electrostat has quit [*.net *.split]
Batholith has quit [*.net *.split]
Guest15043 has quit [*.net *.split]
webnanners has quit [*.net *.split]
tabakhase has quit [*.net *.split]
Papierkorb has quit [*.net *.split]
emersoni1n has quit [*.net *.split]
Couch has quit [*.net *.split]
Sthebig has quit [*.net *.split]
priodev has quit [*.net *.split]
bodie_ has quit [*.net *.split]
pagios has quit [*.net *.split]
bairyn has quit [*.net *.split]
elenatanasoiu has quit [*.net *.split]
nuclearsandwich has quit [*.net *.split]
hahuang61 has quit [*.net *.split]
djbkd has quit [*.net *.split]
blaxter has quit [*.net *.split]
zukin has quit [*.net *.split]
g3funk has quit [*.net *.split]
igniting has quit [*.net *.split]
anaiden has quit [*.net *.split]
rikai has quit [*.net *.split]
eizua has quit [*.net *.split]
ruby_ has quit [*.net *.split]
nowhereman has quit [*.net *.split]
wldcordeiro has quit [*.net *.split]
abe` has quit [*.net *.split]
ledestin has quit [*.net *.split]
merlin2049er has quit [*.net *.split]
habitullence has quit [*.net *.split]
Oclair has quit [*.net *.split]
Sonicblaze has quit [*.net *.split]
nullfxn has quit [*.net *.split]
ptx0 has quit [*.net *.split]
juanfra has quit [*.net *.split]
pmden has quit [*.net *.split]
scottschecter has quit [*.net *.split]
_joes_ has quit [*.net *.split]
PaulePanter has quit [*.net *.split]
NightMonkey has quit [*.net *.split]
Guest71746 has quit [*.net *.split]
IceDragon has quit [*.net *.split]
cydrobolt_ has quit [*.net *.split]
nebg_ has quit [*.net *.split]
stemid has quit [*.net *.split]
ltd_ has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
GooseYAr1 has quit [*.net *.split]
segy has quit [*.net *.split]
aries_liuxueyang has quit [*.net *.split]
zzxc has quit [*.net *.split]
justinmrkva has quit [*.net *.split]
zacstewart has quit [*.net *.split]
axisys has quit [*.net *.split]
nocd has quit [*.net *.split]
funnel has quit [*.net *.split]
genpaku has quit [*.net *.split]
hightower2 has quit [*.net *.split]
thomas has quit [*.net *.split]
armyriad has quit [*.net *.split]
Antiarc has quit [*.net *.split]
veloutin has quit [*.net *.split]
kloeri has quit [*.net *.split]
mhsjlw has quit [*.net *.split]
thoolihan has quit [*.net *.split]
anekos_ has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
n__dles has quit [*.net *.split]
rtl has quit [*.net *.split]
adam12 has quit [*.net *.split]
hxegon has quit [*.net *.split]
seitensei has quit [*.net *.split]
hanmac has quit [*.net *.split]
shortdudey123 has quit [*.net *.split]
jyaworski has quit [*.net *.split]
Jamo_ has quit [*.net *.split]
saltsa has quit [*.net *.split]
trif has quit [*.net *.split]
ineb has quit [*.net *.split]
lianj has quit [*.net *.split]
Evan- has quit [*.net *.split]
bw_ has quit [*.net *.split]
existensil has quit [*.net *.split]
squidbits has quit [*.net *.split]
nickjj has quit [*.net *.split]
xMopxShell has quit [*.net *.split]
michael_mbp has quit [*.net *.split]
Mr_Pancake has quit [*.net *.split]
swartzcr_ has quit [*.net *.split]
Roa has quit [*.net *.split]
angseus_ has quit [*.net *.split]
mhb_ has quit [*.net *.split]
spacemud has quit [*.net *.split]
heinrich5991 has quit [*.net *.split]
okdas has quit [*.net *.split]
ciawal has quit [*.net *.split]
dagelf has quit [*.net *.split]
Kamilion has quit [*.net *.split]
cevett has quit [*.net *.split]
roger_rabbit has quit [*.net *.split]
dunj3 has quit [*.net *.split]
meinside has quit [*.net *.split]
feelx has quit [*.net *.split]
marienz has quit [*.net *.split]
Luna_Moonfang has quit [*.net *.split]
spk has quit [*.net *.split]
tubbo has quit [*.net *.split]
hfp_work has quit [*.net *.split]
queequeg1 has quit [*.net *.split]
jpterry has quit [*.net *.split]
marens has quit [*.net *.split]
Contigi has quit [*.net *.split]
sarlalian has quit [*.net *.split]
mgorbach has quit [*.net *.split]
sunya7a has quit [*.net *.split]
edgr has quit [*.net *.split]
ule has quit [*.net *.split]
ocbtec has quit [*.net *.split]
Humdai has quit [*.net *.split]
bsrd has quit [*.net *.split]
miguelfernandes has quit [*.net *.split]
DoubleMalt has quit [*.net *.split]
hutch34 has quit [*.net *.split]
lxsameer has quit [*.net *.split]
vuoto has quit [*.net *.split]
andikr has quit [*.net *.split]
P1ro has quit [*.net *.split]
mniip has quit [*.net *.split]
Azure has quit [*.net *.split]
bqscott has quit [*.net *.split]
duncannz has quit [*.net *.split]
bronson has quit [*.net *.split]
optiz0r has quit [*.net *.split]
lucast has quit [*.net *.split]
koooge has quit [*.net *.split]
ICantCook has quit [*.net *.split]
rhinosic has quit [*.net *.split]
lifted has quit [*.net *.split]
vondruch has quit [*.net *.split]
null_ref has quit [*.net *.split]
DefV has quit [*.net *.split]
phantummm has quit [*.net *.split]
ghostlight has quit [*.net *.split]
armin has quit [*.net *.split]
helpa has quit [*.net *.split]
TheMoonMaster_ has quit [*.net *.split]
jolamb has quit [*.net *.split]
compass_ has quit [*.net *.split]
KnownSyntax_ has quit [*.net *.split]
alnewkir1 has quit [*.net *.split]
gigetoo has quit [*.net *.split]
daemoen_ has quit [*.net *.split]
nullsides has quit [*.net *.split]
brucebag has quit [*.net *.split]
Anatzum has quit [*.net *.split]
snakehsu has quit [*.net *.split]
yokel has quit [*.net *.split]
_br__ has quit [*.net *.split]
mozzarella has quit [*.net *.split]
lightstalker has quit [*.net *.split]
Trynemjoel has quit [*.net *.split]
madsa has quit [*.net *.split]
cajone has quit [*.net *.split]
patronus has quit [*.net *.split]
Xeago has quit [*.net *.split]
nekomune_ has quit [*.net *.split]
giraffe_ has quit [*.net *.split]
Alina-malina has quit [*.net *.split]
freeze has quit [*.net *.split]
guacamole has quit [*.net *.split]
Log1x has quit [*.net *.split]
jtperreault has quit [*.net *.split]
mmasaki has quit [*.net *.split]
Rabbit_ has quit [*.net *.split]
xpt has quit [*.net *.split]
z3uS has quit [*.net *.split]
pabs has quit [*.net *.split]
m1dnight` has quit [*.net *.split]
devyn has quit [*.net *.split]
greenhat has quit [*.net *.split]
quarcu has quit [*.net *.split]
Guest53510 has quit [*.net *.split]
kyle__ has quit [*.net *.split]
akkad has quit [*.net *.split]
Guest59171 has quit [*.net *.split]
kitallis has quit [*.net *.split]
lucas_ has quit [*.net *.split]
BriCursion has quit [*.net *.split]
`derpy has quit [*.net *.split]
Silthias2 has quit [*.net *.split]
__main__ has quit [*.net *.split]
ddffg has quit [*.net *.split]
mikecmpbll has quit [*.net *.split]
wugy has quit [*.net *.split]
DEac- has quit [*.net *.split]
last_staff has quit [*.net *.split]
Jameser_ has quit [*.net *.split]
gizless has quit [*.net *.split]
aupadhye has quit [*.net *.split]
gix has quit [*.net *.split]
mattp_ has quit [*.net *.split]
mikeiniowa has quit [*.net *.split]
hakunin has quit [*.net *.split]
BTRE has quit [*.net *.split]
jzigmund has quit [*.net *.split]
mr_rich101 has quit [*.net *.split]
joast has quit [*.net *.split]
Toledo has quit [*.net *.split]
linduxed has quit [*.net *.split]
felix_the_cat has quit [*.net *.split]
discopatrick has quit [*.net *.split]
seggy has quit [*.net *.split]
pocketprotector has quit [*.net *.split]
boxrick1 has quit [*.net *.split]
gsingh93 has quit [*.net *.split]
donnoc_ has quit [*.net *.split]
ljarvis has quit [*.net *.split]
knight- has quit [*.net *.split]
Nahra` has quit [*.net *.split]
nisstyre has quit [*.net *.split]
c0mrad3 has quit [*.net *.split]
avelldiroll has quit [*.net *.split]
Jello_Raptor has quit [*.net *.split]
jericon has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
TinkerTyper has quit [*.net *.split]
Sembei has quit [*.net *.split]
unreal has quit [*.net *.split]
gener1c has quit [*.net *.split]
DenSchub has quit [*.net *.split]
connor_goodwolf has quit [*.net *.split]
mahlon has quit [*.net *.split]
nirix has quit [*.net *.split]
jcp__ has quit [*.net *.split]
Majost has quit [*.net *.split]
hayden__ has quit [*.net *.split]
Hates_ has quit [*.net *.split]
mrbobbytables has quit [*.net *.split]
vcoinminer has quit [*.net *.split]
knowtheory has quit [*.net *.split]
jmhmccr has quit [*.net *.split]
jpinnix_______ has quit [*.net *.split]
mroth has quit [*.net *.split]
dukedave has quit [*.net *.split]
kapowaz has quit [*.net *.split]
[diecast] has quit [*.net *.split]
ggherdov has quit [*.net *.split]
zrl has quit [*.net *.split]
ELCALOR has quit [*.net *.split]
bove has quit [*.net *.split]
Tony-St4rk has quit [*.net *.split]
colstrom has quit [*.net *.split]
pizzaops has quit [*.net *.split]
cardoni has quit [*.net *.split]
kireevco_ has quit [*.net *.split]
daxroc has quit [*.net *.split]
dmnd has quit [*.net *.split]
andersh has quit [*.net *.split]
iamdevnul has quit [*.net *.split]
bcavileer has quit [*.net *.split]
Travis-42 has quit [*.net *.split]
Guest37817 has quit [*.net *.split]
xsdg has quit [*.net *.split]
Fraeon has quit [*.net *.split]
Biohazard_ has quit [*.net *.split]
squarebracket1 has quit [*.net *.split]
zmo has quit [*.net *.split]
DarkBushido has quit [*.net *.split]
EvilJStoker has quit [*.net *.split]
tekacs has quit [*.net *.split]
Kilo`byte has quit [*.net *.split]
Rasi has quit [*.net *.split]
pelegreno___ has quit [*.net *.split]
swistak35 has quit [*.net *.split]
zenguy_pc has quit [*.net *.split]
unsymbol has quit [*.net *.split]
ryotarai has quit [*.net *.split]
majuscule has quit [*.net *.split]
Platini has quit [*.net *.split]
Keltia has quit [*.net *.split]
amitchellbullard has quit [*.net *.split]
bihi has quit [*.net *.split]
claudiuinberlin has quit [*.net *.split]
pandaant has quit [*.net *.split]
ur5us has quit [*.net *.split]
bocaneri has quit [*.net *.split]
ctp has quit [*.net *.split]
ta_ has quit [*.net *.split]
harai_ has quit [*.net *.split]
Lildirt has quit [*.net *.split]
wildleaf has quit [*.net *.split]
tvsutton has quit [*.net *.split]
zapata has quit [*.net *.split]
Rickmasta has quit [*.net *.split]
djellemah has quit [*.net *.split]
lel has quit [*.net *.split]
matp has quit [*.net *.split]
JoshS has quit [*.net *.split]
JammyHammy has quit [*.net *.split]
havenwood has quit [*.net *.split]
jtdowney has quit [*.net *.split]
_rubik has quit [*.net *.split]
bathtub_shark has quit [*.net *.split]
fnux has quit [*.net *.split]
Eiam has quit [*.net *.split]
DrCode has quit [*.net *.split]
tekk has quit [*.net *.split]
sonOfRa has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
jud has quit [*.net *.split]
ruby[bot] has quit [*.net *.split]
codfection has quit [*.net *.split]
timmyBsd has quit [*.net *.split]
ec has quit [*.net *.split]
rfv has quit [*.net *.split]
deimos has quit [*.net *.split]
techntoke_ has quit [*.net *.split]
zidane_g has quit [*.net *.split]
dn` has quit [*.net *.split]
zenspider_ has quit [*.net *.split]
yossarian has quit [*.net *.split]
Nilium has quit [*.net *.split]
inukshuk has quit [*.net *.split]
shadeslayer has quit [*.net *.split]
scottala1 has quit [*.net *.split]
LoneHe___ has quit [*.net *.split]
rbr has quit [*.net *.split]
arthurnn has quit [*.net *.split]
Meeh has quit [*.net *.split]
x0f has quit [*.net *.split]
eggoez has quit [*.net *.split]
jokester has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
volix has quit [*.net *.split]
quoboo has quit [*.net *.split]
CustosLimen has quit [*.net *.split]
bweston92 has quit [*.net *.split]
jimcroft has quit [*.net *.split]
MrBloo has quit [*.net *.split]
ijij has quit [*.net *.split]
jhill_ has quit [*.net *.split]
digitalfiz has quit [*.net *.split]
deepak_ has quit [*.net *.split]
AdamMeghji__ has quit [*.net *.split]
mrsolo has quit [*.net *.split]
Lewix has quit [*.net *.split]
jmcc____________ has quit [*.net *.split]
Eleeleth has quit [*.net *.split]
HashNuke has quit [*.net *.split]
johnkpaul has quit [*.net *.split]
pfg_ has quit [*.net *.split]
spastorino has quit [*.net *.split]
AndyWojo has quit [*.net *.split]
jabreity has quit [*.net *.split]
zero7 has quit [*.net *.split]
vifino has quit [*.net *.split]
lipoqil has quit [*.net *.split]
danzilio_ has quit [*.net *.split]
troter__________ has quit [*.net *.split]
unforgiven512 has quit [*.net *.split]
r4z3r has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
russt_ has quit [*.net *.split]
infernix has quit [*.net *.split]
darix has quit [*.net *.split]
Diabolik has quit [*.net *.split]
mlehrer has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
Koshian___ has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
tris has quit [*.net *.split]
jhass has quit [*.net *.split]
edwardly has quit [*.net *.split]
Liothen has quit [*.net *.split]
kaspergrubbe has quit [*.net *.split]
SebastianThorn has quit [*.net *.split]
code_ has quit [*.net *.split]
sonne has quit [*.net *.split]
mc_fail_ has quit [*.net *.split]
bhaak has quit [*.net *.split]
Lloyd has quit [*.net *.split]
johnny56 has quit [*.net *.split]
modin has quit [*.net *.split]
whiteline has quit [*.net *.split]
ohcibi has quit [*.net *.split]
Nightmare has quit [*.net *.split]
nug has quit [*.net *.split]
bogdanteleaga has quit [*.net *.split]
surrounder has quit [*.net *.split]
Paradox has quit [*.net *.split]
joconcepts has quit [*.net *.split]
radic has quit [*.net *.split]
vqrs has quit [*.net *.split]
oz has quit [*.net *.split]
rcs has quit [*.net *.split]
Hobbyboy has quit [*.net *.split]
krasnus has quit [*.net *.split]
segmond has quit [*.net *.split]
[spoiler] has quit [*.net *.split]
shelling__ has quit [*.net *.split]
j416 has quit [*.net *.split]
bier has quit [*.net *.split]
jasondotstar has quit [*.net *.split]
Karunamon has quit [*.net *.split]
VladGh has quit [*.net *.split]
ekem has quit [*.net *.split]
gypsydave5 has quit [*.net *.split]
shaman42 has quit [*.net *.split]
tommylommykins has quit [*.net *.split]
edorf has quit [*.net *.split]
pmarreck has quit [*.net *.split]
dhollinger has quit [*.net *.split]
LyndsySimon has quit [*.net *.split]
svkurowski has quit [*.net *.split]
erlend has quit [*.net *.split]
Davey has quit [*.net *.split]
heyimwill has quit [*.net *.split]
borkdude has quit [*.net *.split]
contradictioned has quit [*.net *.split]
camilasan has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
LambdaSix has quit [*.net *.split]
elementaru has quit [*.net *.split]
tercenya has quit [*.net *.split]
danguita has quit [*.net *.split]
Qommand0r has quit [*.net *.split]
mrBen2k2k2k has quit [*.net *.split]
Mekkis has quit [*.net *.split]
heftig has quit [*.net *.split]
gremax has quit [*.net *.split]
Expanse has quit [*.net *.split]
crayfishx has quit [*.net *.split]
ewilliam_ has quit [*.net *.split]
alxndr has quit [*.net *.split]
SuperTux88 has quit [*.net *.split]
GGMethos has quit [*.net *.split]
dellavg has quit [*.net *.split]
vedu has quit [*.net *.split]
nrk has quit [*.net *.split]
beawesomeinstead has quit [*.net *.split]
MrBusiness has quit [*.net *.split]
JStoker has quit [*.net *.split]
hogetaro has quit [*.net *.split]
devster31 has quit [*.net *.split]
VanDyke has quit [*.net *.split]
quiller has quit [*.net *.split]
Nanuq has quit [*.net *.split]
robnester has quit [*.net *.split]
chris2 has quit [*.net *.split]
bumao has quit [*.net *.split]
voker57 has quit [*.net *.split]
ltp has quit [*.net *.split]
ken_barber has quit [*.net *.split]
Rush has quit [*.net *.split]
drPoggs has quit [*.net *.split]
cj has quit [*.net *.split]
sethetter has quit [*.net *.split]
soahccc_ has quit [*.net *.split]
aarongodin has quit [*.net *.split]
bestie has quit [*.net *.split]
RushPL has quit [*.net *.split]
Olipro has quit [*.net *.split]
wnd has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
G has quit [*.net *.split]
lele has quit [*.net *.split]
abort has quit [*.net *.split]
cjk101010 has quit [*.net *.split]
Canucktux has quit [*.net *.split]
go|dfish has quit [*.net *.split]
epitron has quit [*.net *.split]
fold4 has quit [*.net *.split]
SuperLag has quit [*.net *.split]
xaxisx has quit [*.net *.split]
humd1ng3r has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
hays has quit [*.net *.split]
dmarr_ has quit [*.net *.split]
sysanthrope has quit [*.net *.split]
adaedra has quit [*.net *.split]
Cork has quit [*.net *.split]
ElderFain has quit [*.net *.split]
skmp has quit [*.net *.split]
adambeynon has quit [*.net *.split]
halfdan has quit [*.net *.split]
ujjain has quit [*.net *.split]
Tharbakim has quit [*.net *.split]
atmosx has quit [*.net *.split]
nyuszika7h has quit [*.net *.split]
raz has quit [*.net *.split]
Fernando-Basso has quit [*.net *.split]
majoh has quit [*.net *.split]
spectra has quit [*.net *.split]
nebben has quit [*.net *.split]
cpfeilschifter[m has quit [*.net *.split]
M-mistake has quit [*.net *.split]
daemonwrangler has quit [*.net *.split]
ghr has quit [*.net *.split]
saneax-_-|AFK has quit [*.net *.split]
mjc_ has quit [*.net *.split]
joaomdmoura__ has quit [*.net *.split]
darthvorik has quit [*.net *.split]
zipkid has quit [*.net *.split]
spiette has quit [*.net *.split]
podman has quit [*.net *.split]
Yonk has quit [*.net *.split]
be_______ has quit [*.net *.split]
poikon has quit [*.net *.split]
a1fa has quit [*.net *.split]
jidar has quit [*.net *.split]
blingrang has quit [*.net *.split]
kegster has quit [*.net *.split]
cibs has quit [*.net *.split]
aredridel has quit [*.net *.split]
nfsnobody has quit [*.net *.split]
voxxit has quit [*.net *.split]
timmow has quit [*.net *.split]
zack6849 has quit [*.net *.split]
fullstack has quit [*.net *.split]
sirecote has quit [*.net *.split]
Bilge has quit [*.net *.split]
yo61 has quit [Max SendQ exceeded]
Iacobus has quit [Max SendQ exceeded]
iooner has quit [Max SendQ exceeded]
caw has quit [Max SendQ exceeded]
davidmichaelkarr has quit [Max SendQ exceeded]
machty has quit [Max SendQ exceeded]
blackjid has quit [Max SendQ exceeded]
JackMc has quit [Max SendQ exceeded]
Tristan-Speccy has quit [Max SendQ exceeded]
iooner has joined #ruby
davidmichaelkarr has joined #ruby
ramblinpeck has quit [Ping timeout: 247 seconds]
JackMc has joined #ruby
Iacobus has joined #ruby
blackjid has joined #ruby
ramblinpeck has joined #ruby
Hobogrammer has joined #ruby
x4nd3r has joined #ruby
clamstar has joined #ruby
SesMan has joined #ruby
biberu has joined #ruby
fbt_ has joined #ruby
mark_661 has joined #ruby
gix has joined #ruby
rikai has joined #ruby
twistedpixels has joined #ruby
justinmrkva has joined #ruby
dn` has joined #ruby
last_staff has joined #ruby
kmhn has joined #ruby
joast has joined #ruby
deimos has joined #ruby
raldu_ has joined #ruby
jhill_ has joined #ruby
axisys has joined #ruby
rbr has joined #ruby
felix_the_cat has joined #ruby
discopatrick has joined #ruby
kireevco_ has joined #ruby
Xeago has joined #ruby
[ace] has joined #ruby
parus_ has joined #ruby
akhkharu has joined #ruby
spider-mario has joined #ruby
oddmunds has joined #ruby
ytti has joined #ruby
bmn has joined #ruby
stan has joined #ruby
EdwardIII has joined #ruby
varesa has joined #ruby
diegok has joined #ruby
hirvi has joined #ruby
Drakevr has joined #ruby
sorah___ has joined #ruby
bodie_ has joined #ruby
justinmcp has joined #ruby
pleiosaur has joined #ruby
catbusters has joined #ruby
apeiros has joined #ruby
Takumo has joined #ruby
sunya7a has joined #ruby
mgorbach has joined #ruby
Contigi has joined #ruby
sarlalian has joined #ruby
marienz has joined #ruby
thoolihan has joined #ruby
spacemud has joined #ruby
saltsa has joined #ruby
nickjj has joined #ruby
crayfishx has joined #ruby
devster31 has joined #ruby
quiller has joined #ruby
[spoiler] has joined #ruby
alxndr has joined #ruby
bogdanteleaga has joined #ruby
M-mistake has joined #ruby
atmosx has joined #ruby
darthvorik has joined #ruby
senayar has joined #ruby
Iacobus has joined #ruby
davidmichaelkarr has quit [Changing host]
x4nd3r has joined #ruby
JackMc has quit [Changing host]
JackMc has joined #ruby
senayar has joined #ruby
Iacobus has quit [Changing host]
ramblinpeck has joined #ruby
davidmichaelkarr has joined #ruby
x4nd3r has quit [Changing host]
ramblinpeck has quit [Changing host]
thomasv23 has joined #ruby
nadir has quit [Max SendQ exceeded]
rflot has quit [Max SendQ exceeded]
xall has quit [Max SendQ exceeded]
xall has joined #ruby
hinbody has joined #ruby
nadir has joined #ruby
biberu\ has joined #ruby
thomasv23 has quit [Client Quit]
jhill_ has quit [Ping timeout: 260 seconds]
tuxaddicted has joined #ruby
x4nd3r has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
rflot has joined #ruby
ponga has quit [Ping timeout: 256 seconds]
incomprehensibly has quit [Ping timeout: 256 seconds]
JackMc has joined #ruby
jhill_ has joined #ruby
flying has joined #ruby
BadBlock has joined #ruby
ponga has joined #ruby
Iacobus has joined #ruby
mitsuhiko has quit [Ping timeout: 240 seconds]
biberu has quit [Ping timeout: 260 seconds]
Chagel has joined #ruby
Snowy has joined #ruby
techntoke_ has joined #ruby
Snowy has quit [Remote host closed the connection]
Snowy has joined #ruby
elhu has joined #ruby
noodle has joined #ruby
workmad3 has joined #ruby
teclator has joined #ruby
blackgoat has joined #ruby
mitsuhiko has joined #ruby
incomprehensibly has joined #ruby
last_staff has quit [Quit: last_staff]
tylersmith has joined #ruby
<Edward_> Does anyone know why preload_app might cause a rails action to hang?
<Edward_> Very strange behaviour - I'm guessing one of the gems isn't loaded properly?
fbt_ is now known as fbt
CloCkWeRX has joined #ruby
CloCkWeRX has left #ruby [#ruby]
aurelien` has joined #ruby
epitron has joined #ruby
aurelien` is now known as aurelien
aurelien has quit [Changing host]
aurelien has joined #ruby
xall has quit [Ping timeout: 250 seconds]
conta has joined #ruby
danand has joined #ruby
last_staff has joined #ruby
ghostlight has joined #ruby
govg has joined #ruby
<danand> hi Does anyone know where I can find documentation for the &:read parameter you can pass to File.open? e.g. contents = File.open('myfile.txt', &:read)
Burgestrand has joined #ruby
<workmad3> danand: that's just a shorthand for a block parameter... so it's the same as doing `File.open('myfile.txt') { |f| f.read }`
<dminuoso_> &ri Symbol#to_proc danand
<workmad3> (and also equivalent to doing `File.read('myfile.txt')` )
<dminuoso_> That is the documentation. :-)
djellemah has joined #ruby
<workmad3> dminuoso_: heh :)
<dminuoso_> o7 workmad3
<danand> hmmph!
x4nd3r has joined #ruby
<workmad3> hmm... documentation bug in that page... the example for `to_s` shows `:fred.id2name` rather than `:fred.to_s`
<danand> That's rather confusing to a noob
<dminuoso_> workmad3: it's an alias
<danand> so it's just syntastic sugar for the full block stuff
<workmad3> dminuoso_: I know... but normally that's listed as "This is an alias of X" rather than not mentioning the alias and showing a code sample of a different method
<workmad3> dminuoso_: i.e. it's a documentation bug because the documentation isn't clear there :P
timonv has joined #ruby
<dminuoso_> workmad3: I'm hardened. I don't trust the Ruby documentation anymore, use the source or go home I say.
<workmad3> :)
<dminuoso_> C code can't lie. :-P
f0rpaxe has joined #ruby
<rclsilver> hello, i've an application which requires two versions of a gem : one version for code checking (with lint) and one version for generating documention
<rclsilver> any way to have 2 versions of my bundle ?
<dminuoso_> rclsilver: No.
<dminuoso_> ALthough.
<danand> workmad3: dminuoso_ `derpy - Thank you! Off to study more!!
<dminuoso_> rclsilver: You can simply define different groups.
<workmad3> different groups don't let you have multiple versions of the same gem
<dminuoso_> rclsilver: That way your :docgen group could define a different gem than your :test or :development group
<dminuoso_> workmad3: mmm ?
<rclsilver> dminuoso_: i'll explain
<dminuoso_> That blows.
danand has left #ruby [#ruby]
DoubleMalt has joined #ruby
<rclsilver> i'm writting a puppet module. my documentation is written in puppet code. we are using a product (satellite from redhat) which provides puppet 3.8.6. puppet-strings (the gem which generates the documentation) has an issue with puppet 3.8.6 and needs puppet 4.2.0 and later. in my rake file, i've a task which cehcks the puppet code (and then we need the same version that we are using [3.8.6]) and we have a task which needs puppet 4.2.0+ f
<rclsilver> in my case, what is the better way ?
<rclsilver> currently i've done this: PUPPET_VERSION=4.2.0 via_proxy bundle install --path vendor/bundle-4.2.0 executed that for creating a bundle with puppet 4.2.0 and the same by replacing 4.2.0 by 3.8.6
edwinvdgraaf has joined #ruby
blackmesa has joined #ruby
arashb has joined #ruby
conta has quit [Ping timeout: 240 seconds]
x4nd3r has left #ruby [#ruby]
arashb has quit [Ping timeout: 260 seconds]
craigp_ has joined #ruby
Chagel_ has joined #ruby
Chagel has quit [Ping timeout: 260 seconds]
nettoweb has joined #ruby
ur5us has joined #ruby
ur5us_ has joined #ruby
xall has joined #ruby
ur5us has quit [Ping timeout: 268 seconds]
blackmesa has quit [Ping timeout: 248 seconds]
conta has joined #ruby
xall has quit [Ping timeout: 260 seconds]
thomasv23 has joined #ruby
galeido has joined #ruby
<rclsilver> why when i execute bundle exec rake test my Rakefile isn't used?
abe` has joined #ruby
thomasv23 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
tuxaddicted has quit [Ping timeout: 260 seconds]
tuxaddicted has joined #ruby
balazs has joined #ruby
nobitanobi has joined #ruby
znz_jp has joined #ruby
klaas has joined #ruby
marahin has joined #ruby
ur5us_ has quit [Remote host closed the connection]
ur5us has joined #ruby
twalla has joined #ruby
timvisher has joined #ruby
ur5us has quit [Ping timeout: 248 seconds]
nobitanobi has quit [Remote host closed the connection]
harfangk has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
Antiarc has joined #ruby
nonnatus has joined #ruby
yardenbar has joined #ruby
nonnatus has quit [Ping timeout: 248 seconds]
biberu\ has quit []
biberu has joined #ruby
elenatanasoiu has joined #ruby
zenspider has joined #ruby
<dminuoso_> >> {a: next}
<ruby[bot]> dminuoso_: # => /tmp/execpad-6d94a4e3d4ff/source-6d94a4e3d4ff:2: void value expression (https://eval.in/658487)
<dminuoso_> Funny.
SCHAAP137 has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
xall has joined #ruby
nowhereman has joined #ruby
edwinvdgraaf has quit [Read error: No route to host]
edwinvdgraaf has joined #ruby
xall has quit [Ping timeout: 240 seconds]
Pumukel has joined #ruby
blackmesa has joined #ruby
Pumukel_ has joined #ruby
aspiers has joined #ruby
moneylotion has joined #ruby
yeticry has joined #ruby
Pumukel has quit [Ping timeout: 250 seconds]
tuxaddicted has quit [Ping timeout: 248 seconds]
Madplatypus has quit [Quit: Connection closed for inactivity]
pmden has joined #ruby
blackmesa has quit [Ping timeout: 248 seconds]
sameerynho has joined #ruby
pawnbox has joined #ruby
pmden has quit [Client Quit]
pawnbox_ has joined #ruby
tuxaddicted has joined #ruby
jcao219 has joined #ruby
pawnbox has quit [Ping timeout: 240 seconds]
abe` has quit [Remote host closed the connection]
pawnbox_ has quit [Read error: Connection reset by peer]
rodfersou has joined #ruby
UKn0Me has joined #ruby
timvisher has quit [Remote host closed the connection]
pawnbox has joined #ruby
timvisher has joined #ruby
dn`_ has joined #ruby
last_staff has quit [Ping timeout: 240 seconds]
qwertyco has joined #ruby
alibby has joined #ruby
segmond has joined #ruby
dn` has quit [Ping timeout: 260 seconds]
dn`_ is now known as dn`
last_staff has joined #ruby
segmond has quit [Max SendQ exceeded]
qwertyco has quit [Client Quit]
qwertyco has joined #ruby
segmond has joined #ruby
tuxaddic1ed has joined #ruby
segmond has quit [Max SendQ exceeded]
Filiphe has joined #ruby
segmond has joined #ruby
gregf_ has joined #ruby
segmond has quit [Max SendQ exceeded]
tuxaddicted has quit [Ping timeout: 268 seconds]
segmond has joined #ruby
segmond has quit [Max SendQ exceeded]
chouhoulis has joined #ruby
segmond has joined #ruby
segmond has quit [Max SendQ exceeded]
Y_Ichiro has quit [Remote host closed the connection]
chouhoulis has quit [Ping timeout: 248 seconds]
nobitanobi has joined #ruby
Filiphe has quit [Remote host closed the connection]
marr has joined #ruby
jaguarmagenta has joined #ruby
da3mon has joined #ruby
xall has joined #ruby
nuck has joined #ruby
nuck is now known as Guest51965
timvisher has quit [Remote host closed the connection]
Tempesta has joined #ruby
timvisher has joined #ruby
jaguarmagenta has quit [Ping timeout: 248 seconds]
Chagel_ has quit [Ping timeout: 250 seconds]
xall has quit [Ping timeout: 260 seconds]
johnmilton has joined #ruby
nikivi has joined #ruby
j3r0 has joined #ruby
sdothum has joined #ruby
tectonic has joined #ruby
blackmesa has joined #ruby
ctp has joined #ruby
JeanCarloMachado has joined #ruby
blackmesa has quit [Ping timeout: 250 seconds]
fnord____ has joined #ruby
gizless has joined #ruby
Pumukel_ has quit [Ping timeout: 248 seconds]
claudiuinberlin has joined #ruby
theshitisay has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
synthroid has joined #ruby
Guest95 has joined #ruby
Guest95 has quit [Client Quit]
theshitisay has quit [Quit: theshitisay]
tyang has joined #ruby
tectonic has quit []
charliesome has joined #ruby
workmad3 has quit [Ping timeout: 250 seconds]
igniting has joined #ruby
moei has joined #ruby
twalla has joined #ruby
Antiarc has quit [Read error: Connection reset by peer]
nankyokusei has joined #ruby
bruce_lee has quit [Read error: Connection reset by peer]
bruce_lee has joined #ruby
bruce_lee has joined #ruby
bruce_lee has quit [Changing host]
conta has quit [Ping timeout: 240 seconds]
Antiarc has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
nankyokusei has quit [Ping timeout: 250 seconds]
CloCkWeRX has joined #ruby
Ropeney_ has joined #ruby
_sfiguser has joined #ruby
conta has joined #ruby
brendan- has joined #ruby
GinoManWorks has joined #ruby
nettoweb1 has joined #ruby
nettoweb has quit [Ping timeout: 248 seconds]
conta has quit [Client Quit]
GinoManWorks has quit [Quit: Leaving]
timvisher has quit [Remote host closed the connection]
GinoManWorks has joined #ruby
timvisher has joined #ruby
jottr has joined #ruby
djellemah has quit [Ping timeout: 240 seconds]
dotix has joined #ruby
edwinvdgraaf has quit [Ping timeout: 268 seconds]
arashb has joined #ruby
pwnd_nsfw has joined #ruby
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
arashb has quit [Ping timeout: 260 seconds]
edwinvdgraaf has joined #ruby
djellemah has joined #ruby
elhu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
BadBlock has quit [Ping timeout: 268 seconds]
Wizznt has joined #ruby
Ropeney_ has quit [Quit: Textual IRC Client: www.textualapp.com]
elhu has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
tyang has quit [Ping timeout: 248 seconds]
da3mon has quit [Quit: Zzzz...]
blackmesa has joined #ruby
qwertyco has quit [Ping timeout: 260 seconds]
maloik has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
jottr has joined #ruby
jahmalz has joined #ruby
Torrone has joined #ruby
frozengeek has joined #ruby
fmcgeough has joined #ruby
mark_661 has quit [Quit: Leaving.]
mark_66 has joined #ruby
tyang has joined #ruby
blackmesa has quit [Ping timeout: 268 seconds]
Snowy has quit [Remote host closed the connection]
GambitK has joined #ruby
Asher has joined #ruby
thomasv23 has joined #ruby
<GambitK> Hello, I was trying yesterday to merge a child hash into its parent, example: hash1 => { 1 => "one", 2 => "two", hash2 => { 3 => "three", 4 => "four"}}
<GambitK> I tried with merge hash1.merge(hash1[hash2]) but it leaves hash2 and I want it removed, the result should be hash1 => { 1 => "one", 2 => "two", 3 => "three", 4 => "four"}
craigp_ has quit [Ping timeout: 260 seconds]
craigp_ has joined #ruby
mark_66 has quit [Ping timeout: 240 seconds]
j3r0 has quit [Ping timeout: 268 seconds]
RTFM[away] has joined #ruby
RTFM[away] has quit [Changing host]
RTFM[away] has joined #ruby
mark_66 has joined #ruby
da3mon has joined #ruby
thomasv23 has quit [Ping timeout: 250 seconds]
jaykilleen has joined #ruby
mark_66 has quit [Client Quit]
mark_66 has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
pawnbox has quit [Remote host closed the connection]
<ljarvis> GambitK: hash.merge(hash.delete(hash2))
pawnbox has joined #ruby
cpruitt has joined #ruby
Snowy has joined #ruby
<GambitK> ljarvis: you mean hash1.merge(hash1.delete(hash1[hash2]))
<ljarvis> no
JeanCarloMachado has quit [Ping timeout: 248 seconds]
<ljarvis> >> hash = { 1 => "one", "hash" => { 2 => "two" }}; hash.merge(hash.delete("hash"))
<ruby[bot]> ljarvis: # => {1=>"one", 2=>"two"} (https://eval.in/658579)
<ljarvis> pass the hash key to delete
conta has joined #ruby
Guest21 has joined #ruby
JeanCarloMachado has joined #ruby
ramortegui has joined #ruby
Jameser has joined #ruby
merlin2049er has left #ruby [#ruby]
bmurt has joined #ruby
frankiee_ has joined #ruby
howdoi has joined #ruby
ben___ has joined #ruby
xall has joined #ruby
Rodya_ has joined #ruby
malconis has joined #ruby
ben___ has quit [Remote host closed the connection]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
<pagios> hello, /[^1234]/ is different than /^[1234]/
ben___ has joined #ruby
<pagios> the first is saying if it starts with 1 ,2 ,3 or 4?
<pagios> the other says if it does not contains at any place 1,2,3 or 4?
jaykilleen has quit [Ping timeout: 268 seconds]
xall has quit [Ping timeout: 248 seconds]
<GambitK> ljarvis: http://pastie.org/10941394
nettoweb has joined #ruby
nettoweb1 has quit [Ping timeout: 250 seconds]
hutch34 has joined #ruby
workmad3 has joined #ruby
<ciawal> pagios: the first says anything except 1234
pawnbox has quit [Read error: Connection reset by peer]
DLSteve has joined #ruby
pawnbox has joined #ruby
jaguarmagenta has joined #ruby
bkxd has joined #ruby
elhu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackmesa has joined #ruby
tonini has quit [Quit: Connection closed for inactivity]
jahmalz has quit [Read error: Connection reset by peer]
jahmalz has joined #ruby
elhu has joined #ruby
jaguarmagenta has quit [Ping timeout: 250 seconds]
<Zarthus> pagios: yes.
<Zarthus> [^1234] is matching anything but 1, 2, 3, or 4. ^[1234] matches anything starting with 1, 2, 3, or 4.
timvisher has quit [Remote host closed the connection]
<Zarthus> see https://regex101.com for a rather detailed explanation.
timvisher has joined #ruby
Rasi has joined #ruby
ARCADIVS has joined #ruby
blackgoat has quit [Quit: WeeChat 1.5]
<ljarvis> GambitK: did you try what I told you?
<GambitK> yes, but it gave me an error
<ljarvis> GambitK: just an error?
<ljarvis> GambitK: can you give me some code that's valid, and include your error?
Guest95 has joined #ruby
<GambitK> ljarvis: let me paste something
K7 has joined #ruby
arooni has quit [Quit: ZNC - http://znc.in]
ChiefAlexander has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
CloCkWeRX has quit [Remote host closed the connection]
dn`_ has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dn`_ has quit [Client Quit]
ekinmur has joined #ruby
<GambitK> ljarvis: http://pastie.org/10941412
<ljarvis> GambitK: ok, and what about with the code I suggested? event.merge(event.delete(@target))
dn` has quit [Ping timeout: 260 seconds]
<GambitK> ljarvis: let me check again, I think I made a mistake and went with event.merge(event.delete[@target])
<ljarvis> that would indeed be incorrect :)
<GambitK> ljarvis: the code removes the child but doesn't insert it into the parent
<ljarvis> sure it does
<ljarvis> oh, it doesn't mutate it? right, no
<ljarvis> you want merge!
pior has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
<GambitK> ljarvis: jes merge! did it, thanks
arooni has joined #ruby
<ljarvis> jes!
vitd has joined #ruby
<GambitK> :)
ta_ has joined #ruby
SteenJobs has joined #ruby
chouhoulis has joined #ruby
vitd has quit [Ping timeout: 260 seconds]
maddmaxx has joined #ruby
gregf_ has quit [Quit: Page closed]
<pagios> x = 'abc' , y = "\000\111\222' z.tr(x,y); how does the interpreter know that 000 => a and why doesnt it it take 1 0 only?
SteenJobs has quit [Ping timeout: 250 seconds]
gregf_ has joined #ruby
Zamyatin has joined #ruby
dotix has quit [Remote host closed the connection]
thomasv23 has joined #ruby
da3mon has quit [Quit: Zzzz...]
twalla has joined #ruby
nankyokusei has joined #ruby
brendan- has joined #ruby
teclator has quit [Ping timeout: 268 seconds]
patarr has joined #ruby
patarr has quit [Client Quit]
patarr has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
SteenJobs has joined #ruby
timvisher has quit [Remote host closed the connection]
cdg has joined #ruby
timvisher has joined #ruby
nankyokusei has quit [Ping timeout: 268 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
ctp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
SteenJobs has quit [Quit: SteenJobs]
tdy has joined #ruby
teclator has joined #ruby
newb008 has joined #ruby
sepp2k has joined #ruby
symm- has joined #ruby
machinewar has joined #ruby
<machinewar> any way to resolve an instance method name collision where two gems add a method of the same name to a base class? its third party code
<ljarvis> machinewar: you could alias one of them, also you should shout at them
<newb008> greetings! I was hoping to get some help with a simple system call problem I'm having with the slack-api(1.2.4) gem.. using ruby2.1.6.... https://gist.github.com/doood/470e9ab57a569d559154757e6aee961b
patarr has quit [Quit: patarr]
<ljarvis> newb008: "does not work" -- could you elaborate?
<newb008> the field appears to be empty as the post to the channel does not happen.
<newb008> when I use 'puts' or 'p' in the block, it prints the correct value
twalla has joined #ruby
<ljarvis> what if you p Slack.config.token outside of the block?
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
SteenJobs has joined #ruby
machinewar has quit []
<ljarvis> Slack.token rather
tyang has quit [Ping timeout: 248 seconds]
jahmalz has quit [Read error: Connection reset by peer]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
ta_ has quit [Remote host closed the connection]
danman has joined #ruby
<newb008> hmm it prints the correct value but with escaped double quotes...
skweek has joined #ruby
<ljarvis> that's correct
igniting has quit [Ping timeout: 248 seconds]
<ljarvis> wait no its not
<ljarvis> you need to strip those
jahmalz has joined #ruby
<newb008> ah..
<ljarvis> x[1..-2]
<newb008> ?
<ljarvis> `grep token /etc/slack`.gsub(/.+=/, '').strip[1..-2]
<ljarvis> or add quotes to the gsub
pwnd_nsfw` has joined #ruby
allcentury has joined #ruby
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<ljarvis> `grep token /etc/slack`[/="([^"]+)"/, 1] would probably do it too
<pagios> !books
<ljarvis> ?books
<ruby[bot]> You can find a list of recommended books at http://ruby-community.com/pages/links
Kuukunen has joined #ruby
pwnd_nsfw has quit [Ping timeout: 240 seconds]
dminuoso has joined #ruby
<pagios> which book to start with a a complete newbie?
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
babblebre has joined #ruby
skweek has quit [Ping timeout: 250 seconds]
Guest95 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Derperperd has joined #ruby
Guest21 has quit [Quit: Textual IRC Client: www.textualapp.com]
Wizznt has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
patarr has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rippa has joined #ruby
tercenya has joined #ruby
Jameser has quit [Ping timeout: 248 seconds]
tyang has joined #ruby
Jameser has joined #ruby
mark_66 has quit [Remote host closed the connection]
raeoks has joined #ruby
llua has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
rodfersou is now known as rodfersou|lunch
raeoks has quit [Client Quit]
Robtop__ has joined #ruby
marr has quit [Ping timeout: 250 seconds]
bmurt has quit [Quit: Textual IRC Client: www.textualapp.com]
<newb008> ljarvis: thanks! worked
conta has quit [Ping timeout: 250 seconds]
dminuoso has quit [Remote host closed the connection]
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
da3mon has joined #ruby
brendan- has joined #ruby
eljimmy has joined #ruby
coolboy has joined #ruby
xall has joined #ruby
timvisher has quit [Remote host closed the connection]
ben___ has quit [Disconnected by services]
timvisher has joined #ruby
be_______ has joined #ruby
patarr has quit [Quit: patarr]
xall has quit [Ping timeout: 250 seconds]
j3r0 has joined #ruby
epistrephein has joined #ruby
epistrephein has quit [Client Quit]
wldcordeiro has joined #ruby
newb008 has quit [Quit: Page closed]
shinnya has joined #ruby
synthroid has quit [Remote host closed the connection]
helpa has joined #ruby
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anaiden has joined #ruby
patarr has joined #ruby
timvisher has quit [Remote host closed the connection]
epistrephein has joined #ruby
timvisher has joined #ruby
j3r0 has quit [Remote host closed the connection]
blackmesa has quit [Ping timeout: 260 seconds]
ichkv has joined #ruby
mtkd has joined #ruby
harai_ has joined #ruby
Oclairi has joined #ruby
tyang has quit [Ping timeout: 248 seconds]
ocbtec has joined #ruby
salut_ has joined #ruby
acovrig has joined #ruby
salut_ is now known as salut
zacts has joined #ruby
frozengeek has quit [Quit: frozengeek]
jaguarmagenta has joined #ruby
<acovrig> I’m trying to work w/data from a MySQL utf8_unicode_ci column; I’m getting “incomplete multibyte character”, so I’m trying to use Iconv and get Iconv::IllegalSequence; the data is “Mu\xF1oz”, F1 seems to be ñ, how can I accept this?
yqt has joined #ruby
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
conta has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
shinnya has quit [Read error: Connection reset by peer]
jaguarmagenta has quit [Ping timeout: 248 seconds]
SteenJobs has quit [Quit: SteenJobs]
shinnya has joined #ruby
last_staff has quit [Quit: last_staff]
SteenJobs has joined #ruby
tty1 has joined #ruby
Rodya_ has quit [Ping timeout: 250 seconds]
etehtsea has joined #ruby
Torrone has quit [Quit: This computer has gone to sleep]
synthroid has joined #ruby
nonnatus has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
nettoweb has joined #ruby
patarr has quit [Quit: patarr]
nikivi has quit [Read error: Connection reset by peer]
Derperperd has quit [Quit: Derperperd]
SteenJobs has quit [Quit: SteenJobs]
zacstewart has joined #ruby
<apeiros> acovrig: that's not valid unicode then
Derperperd has joined #ruby
<apeiros> so after you've fixed this issue, you should ensure that you don't continue storing data in the wrong encoding in your db
<apeiros> right now: first step is to figure out which encoding has \xF1 encoding an ñ
<apeiros> then instruct ruby that your string is encoded in that encoding (String#force_encoding), and let it reencode in utf-8 (#encode)
<apeiros> you're probably using one of the western latin encodings
nowhereman has quit [Ping timeout: 260 seconds]
<apeiros> >> "Mu\xF1oz".force_encoding('windows-1252').encode('utf-8')
GambitK has quit [Quit: Page closed]
<apeiros> hm, eval.in seems to be slow today :(
jaequery has joined #ruby
<apeiros> # => "Muñoz" <-- that'd be the result.
pawnbox_ has joined #ruby
pawnbox has quit [Ping timeout: 248 seconds]
amclain has joined #ruby
<ruby[bot]> apeiros: I'm terribly sorry, I could not evaluate your code because of an error: Curl::Err::ConnectionFailedError:Couldn't connect to server
SteenJobs has joined #ruby
Coldblackice has joined #ruby
johnmccabe has joined #ruby
senayar has quit []
Rodya_ has joined #ruby
Mekkis has joined #ruby
djellemah has quit [Ping timeout: 260 seconds]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
Silthias has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
etehtsea has quit [Quit: Textual IRC Client: www.textualapp.com]
edwinvdgraaf has joined #ruby
jcao219 has quit [Ping timeout: 250 seconds]
xall has joined #ruby
AndrewIsHere has joined #ruby
dminuoso has joined #ruby
AlexRussia has joined #ruby
TomyLobo has joined #ruby
rakm has joined #ruby
postmodern has joined #ruby
edwinvdgraaf has quit [Ping timeout: 250 seconds]
rgtk has joined #ruby
rgtk has left #ruby [#ruby]
dminuoso has quit [Client Quit]
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xall has quit [Ping timeout: 268 seconds]
bsrd has joined #ruby
timvisher has quit [Remote host closed the connection]
centrx has joined #ruby
timvisher has joined #ruby
nankyokusei has joined #ruby
djellemah has joined #ruby
dn` has joined #ruby
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
flying has quit []
rgtk has joined #ruby
rodfersou|lunch is now known as rodfersou
da3mon has quit [Quit: Zzzz...]
rgtk has quit [Client Quit]
nankyokusei has quit [Ping timeout: 240 seconds]
ekinmur has quit [Ping timeout: 260 seconds]
Rodya_ has quit [Read error: Connection timed out]
rakm has joined #ruby
Rodya_ has joined #ruby
Antiarc has quit [Quit: No Ping reply in 180 seconds.]
Antiarc has joined #ruby
tyang has joined #ruby
nitric has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
araujo has joined #ruby
araujo has joined #ruby
araujo has quit [Changing host]
blackmesa has joined #ruby
Blackpajamas has joined #ruby
alaibe has joined #ruby
<acovrig> apeiros: the data is from a system I have no control over, so IDK exactly what encoding they’re using, a mysqldump shows the charset of utf8 and collation of utf8_unicode_ci
anaiden has quit [Quit: anaiden]
chouhoulis has quit [Remote host closed the connection]
teclator has quit [Remote host closed the connection]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<dminuoso-> acovrig, if you are in doubt, chardet can provide you with some first guesses
anaiden has joined #ruby
<apeiros> acovrig: then hit them with a bat. hard.
blackmesa has quit [Ping timeout: 260 seconds]
<apeiros> they should not set the db's encoding to something the data isn't encoded in. that's just stupid and means lots of things won't work properly.
<apeiros> it won't stop them from storing invalid data, however.
pawnbox_ has quit [Remote host closed the connection]
nowhereman has joined #ruby
<apeiros> dminuoso-: IME chardet and co are pretty useless.
timvisher has quit [Remote host closed the connection]
Blackpajamas has quit [Quit: ZZZzzz…]
timvisher has joined #ruby
eam has joined #ruby
<dminuoso-> apeiros, Ive had cases where I had to revert to such tools.
<dminuoso-> CP850 is just not common enough to immediately recognize it for example.
<apeiros> sure
mikecmpbll has joined #ruby
da3mon has joined #ruby
<acovrig> apeiros: yea… I’m attempting to take the data from a rails 2.0.2 system and use it w/a new rails system
<apeiros> if I had absolutely no idea what it could be, I'd probably use that to shorten the time
<apeiros> acovrig: that's unrelated to using the wrong encoding
<dminuoso-> apeiros, the data I had to work with mostly just required conversion between the various utf encodings and iso-8859-1
<dminuoso-> And now CP850 too..
<acovrig> apeiros: yea, but this system is quite old, the DB has no foreign keys either… so yeaaaa :/
<dminuoso-> And by ISO-8859-1 I mean Windows-1252 of course.
Pupeno has joined #ruby
Pupeno has quit [Changing host]
Pupeno has joined #ruby
<apeiros> acovrig: still unrelated. whoever set the db/table up and/or filled it with data fucked up.
<acovrig> I think it’s the same person that thought 200 tables w/no foreign keys would be a good idea
dminuoso has joined #ruby
tercenya has quit [Remote host closed the connection]
troulouliou_div2 has joined #ruby
<apeiros> dminuoso: iirc win1252 ⊃ iso-8859-15
tercenya has joined #ruby
<apeiros> and iirc you'll usually want -15 not -1 as iirc -1 does not have € :)
<apeiros> I might misremember, though. it's from the top of my head.
Antiarc has quit [Ping timeout: 268 seconds]
Antiarc has joined #ruby
<apeiros> acovrig: that's sadly a common feeling in many webshops (rails, php, python… language and framework barely matter - though rails added automatic FK constraints now, which hopefully helps a bit)
polishdub has joined #ruby
dminuoso has quit [Changing host]
dminuoso has joined #ruby
workmad3 has quit [Ping timeout: 250 seconds]
gregf_ has quit [Ping timeout: 260 seconds]
SteenJobs has quit [Quit: SteenJobs]
K7 has quit [Quit: Connection closed for inactivity]
havenwood has joined #ruby
havenwood has joined #ruby
havenwood has quit [Changing host]
hahuang61 has joined #ruby
diNZy has joined #ruby
workmad3 has joined #ruby
SeepingN has joined #ruby
nonnatus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
malconis has joined #ruby
zacstewart has quit [Quit: Lost terminal]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
SteenJobs has joined #ruby
nettoweb1 has joined #ruby
twalla has joined #ruby
pawnbox has joined #ruby
pawnbox has quit [Remote host closed the connection]
nettoweb has quit [Ping timeout: 240 seconds]
pawnbox has joined #ruby
dviola has joined #ruby
kristofferR has joined #ruby
havenwood has quit [Quit: mIRC 5.91 (16 bit) for Microsoft © Windows For WorkGroups 3.11®]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jaruga___ has joined #ruby
bsrd has quit [Quit: WeeChat 1.6]
ramfjord has joined #ruby
havenwood has joined #ruby
havenwood has quit [Changing host]
havenwood has joined #ruby
jaruga___ is now known as jaruga
jaiks has joined #ruby
petrichorx has joined #ruby
pawnbox has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
ekinmur has joined #ruby
Torrone has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
Derperperd has quit [Quit: Derperperd]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
pawnbox has quit [Read error: Connection reset by peer]
twalla has quit [Ping timeout: 250 seconds]
hahuang61 has quit [Quit: WeeChat 1.5]
pawnbox has joined #ruby
ekinmur has quit [Quit: Textual IRC Client: www.textualapp.com]
conta has quit [Ping timeout: 250 seconds]
elhu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SteenJobs has quit [Quit: SteenJobs]
elenatanasoiu has quit [Ping timeout: 250 seconds]
Guest95 has joined #ruby
rcvalle has joined #ruby
Pupeno has quit [Remote host closed the connection]
patarr has joined #ruby
jahmalz has quit [Ping timeout: 260 seconds]
claudiuinberlin has quit []
hahuang65 has joined #ruby
elifoster has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Snowy has quit [Remote host closed the connection]
Snowy has joined #ruby
conta has joined #ruby
xall has joined #ruby
SteenJobs has joined #ruby
nowhereman has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 248 seconds]
NTrash has joined #ruby
Guest54 has joined #ruby
Snowy has quit [Ping timeout: 240 seconds]
tylersmith is now known as tcrypt[away]
tcrypt[away] has quit [Quit: _ノ乙(、ン、)_]
jaequery has joined #ruby
SCHAAP137 has quit [Ping timeout: 260 seconds]
Mekkis has quit [Quit: ZNC - http://znc.in]
tyang has quit [Ping timeout: 248 seconds]
djellemah has quit [Ping timeout: 250 seconds]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
Derperperd has joined #ruby
igniting has joined #ruby
f4cl3y has quit [Ping timeout: 240 seconds]
Mekkis has joined #ruby
rakm has joined #ruby
rakm has quit [Client Quit]
mrb7 has joined #ruby
rakm has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
_djbkd has joined #ruby
tyang has joined #ruby
chouhoulis has joined #ruby
chouhoulis has quit [Remote host closed the connection]
drbrain has joined #ruby
drbrain has joined #ruby
drbrain has quit [Changing host]
chouhoulis has joined #ruby
rakm_ has joined #ruby
prngsus has joined #ruby
[Butch] has joined #ruby
mrb7 has quit [Quit: Leaving]
rakm has quit [Ping timeout: 260 seconds]
AnarchyAo has joined #ruby
raeoks has joined #ruby
bsrd has joined #ruby
SCHAAP137 has joined #ruby
acovrig has quit [Quit: acovrig]
symm- has joined #ruby
timvisher has quit [Remote host closed the connection]
blackmesa has joined #ruby
timvisher has joined #ruby
mtkd has quit [Ping timeout: 260 seconds]
mtkd has joined #ruby
jcao219 has joined #ruby
jaguarmagenta has joined #ruby
mikecmpbll has joined #ruby
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
jcao219 has quit [Ping timeout: 240 seconds]
lucasb has joined #ruby
twalla has joined #ruby
thomasv23 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
tylersmith has joined #ruby
BlueDragons has joined #ruby
jaguarmagenta has quit [Ping timeout: 260 seconds]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
Blackpajamas has joined #ruby
BlueDragons has quit [Quit: Leaving]
BlueDragons has joined #ruby
BlueDragons has quit [Client Quit]
<adaedra> Hello
BlueDragons has joined #ruby
BlueDragons has quit [Client Quit]
brendan- has joined #ruby
Guest95 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jaruga has quit [Quit: jaruga]
skweek has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
marr has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
penguin_ has joined #ruby
penguin_ has quit [Client Quit]
babblebre has quit [Quit: Connection closed for inactivity]
sneakers has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
Derperperd has quit [Quit: Derperperd]
spiette has joined #ruby
twalla has joined #ruby
Derperperd has joined #ruby
Derperperd has quit [Client Quit]
ace05 has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
elhu has joined #ruby
twalla has quit [Ping timeout: 250 seconds]
Torrone has quit [Quit: This computer has gone to sleep]
timvisher has quit [Remote host closed the connection]
SteenJobs has joined #ruby
timvisher has joined #ruby
Torrone has joined #ruby
bsrd has quit [Quit: WeeChat 1.6]
pragmaticus has joined #ruby
jrafanie has joined #ruby
skweek has quit [Remote host closed the connection]
chrisja has joined #ruby
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
whathappens has joined #ruby
bsrd has joined #ruby
ace05 has quit [Ping timeout: 248 seconds]
skweek has joined #ruby
elhu has quit [Read error: Connection reset by peer]
ta_ has joined #ruby
timvisher has quit [Remote host closed the connection]
nankyokusei has joined #ruby
timvisher has joined #ruby
tercenya has quit [Remote host closed the connection]
ace05 has joined #ruby
tercenya has joined #ruby
<chrisseaton> adaedra: Hello
bsrd has quit [Ping timeout: 240 seconds]
gasull has joined #ruby
eljimmy has quit [Ping timeout: 250 seconds]
blackmesa has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 260 seconds]
SCHAAP137 has quit [Ping timeout: 260 seconds]
<gasull> How can I remove packages in /var/lib/gems safely?
<matthewd> gem uninstall ?
jackjackdripper has joined #ruby
jackjackdripper has quit [Read error: Connection reset by peer]
elifoster has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
jackjackdripper1 has joined #ruby
<dminuoso> You can also apply a drill to your harddrive / ssd.
jackjackdripper1 has quit [Read error: Connection reset by peer]
<dminuoso> I find that to be a safe operation, never harmed myself doing it.
jackjackdripper has joined #ruby
<gasull> matthewd: thanks
skweek has quit [Ping timeout: 240 seconds]
patarr has quit [Ping timeout: 240 seconds]
timvisher has quit [Remote host closed the connection]
patarr_ has joined #ruby
timvisher has joined #ruby
jottr has joined #ruby
blackmesa has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Torrone has quit [Quit: This computer has gone to sleep]
skweek has joined #ruby
conta has quit [Ping timeout: 268 seconds]
jottr has quit [Ping timeout: 250 seconds]
djellemah has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
nofxx has joined #ruby
nofxx has quit [Changing host]
nofxx has joined #ruby
cdg has quit [Remote host closed the connection]
<gasull> I run gem uninstall nokogiri but I still see it in /var/lib/gems/2.3.0/gems
SCHAAP137 has joined #ruby
Torrone has joined #ruby
iamvery has joined #ruby
elhu has joined #ruby
<matthewd> Either you had multiple versions installed, or your current gem command is pointing elsewhere
jackjackdripper has quit [Quit: Leaving.]
<matthewd> `gem list --local` and `gem env`
smlocal has joined #ruby
pwnd_nsfw` has joined #ruby
troulouliou_div2 has quit [Ping timeout: 268 seconds]
twalla has joined #ruby
<smlocal> hi
Robtop__ has quit [Ping timeout: 240 seconds]
acovrig has joined #ruby
arashb has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anisha has joined #ruby
zeroDi has joined #ruby
elhu has quit [Read error: Connection reset by peer]
<acovrig> In activerecord, I could do find_or_create_by, how (if) do I do that with sequel, currenlty I’m doing insert_ignore.insert, but if the record already exists, then it returns nil
twalla has quit [Ping timeout: 250 seconds]
arashb has quit [Ping timeout: 260 seconds]
<smlocal> hi
elhu has joined #ruby
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
twalla has joined #ruby
<gasull> Even after aptitude purge ruby I still have packages in /var/lib/gems/
timvisher has quit [Remote host closed the connection]
Robtop__ has joined #ruby
Rodya_ has quit [Read error: Connection timed out]
timvisher has joined #ruby
jaequery has joined #ruby
Rodya_ has joined #ruby
claudiuinberlin has joined #ruby
elhu has quit [Read error: Connection reset by peer]
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
twalla has quit [Ping timeout: 250 seconds]
johnmccabe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
timvisher has quit [Remote host closed the connection]
nettoweb has joined #ruby
timvisher has joined #ruby
nettoweb1 has quit [Ping timeout: 260 seconds]
johnmccabe has joined #ruby
<chrisseaton> gasull: I just delete that whole directory periodically - not sure if it causes harm or not but I'm still here
Rodya_ has quit [Remote host closed the connection]
<havenwood> gasull: They used to package Ruby and RubyGems separately. Maybe try an: aptitude purge rubygems
Rodya_ has joined #ruby
nettoweb1 has joined #ruby
nettoweb1 has quit [Read error: Connection reset by peer]
nettoweb_ has joined #ruby
timvisher has quit [Remote host closed the connection]
elhu has joined #ruby
timvisher has joined #ruby
Rodya_ has quit [Ping timeout: 250 seconds]
nettoweb has quit [Ping timeout: 260 seconds]
<gasull> unable to securely remove '/usr/bin/ruby2.3': Device or resource busy
eljimmy has joined #ruby
elhu has quit [Client Quit]
ta_ has quit [Remote host closed the connection]
gasull has quit [Remote host closed the connection]
Guest95 has joined #ruby
last_staff has joined #ruby
elifoster has joined #ruby
xall has quit [Ping timeout: 248 seconds]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
al2o3-cr has joined #ruby
statelesscode has joined #ruby
NTrash has quit [Quit: Konversation terminated!]
magellanicloud has joined #ruby
twalla has joined #ruby
ocbtec has quit [Quit: leaving]
skweek has quit [Ping timeout: 240 seconds]
coolboy has quit [Ping timeout: 240 seconds]
bruce_lee has quit [Read error: Connection reset by peer]
magellanicloud has quit [Client Quit]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
svankmajer has joined #ruby
limar has joined #ruby
limar has quit [Remote host closed the connection]
polishdub has quit [Quit: Leaving]
xall has joined #ruby
jackjackdripper has joined #ruby
magellanicloud has joined #ruby
Derperperd has joined #ruby
johnmilton has quit [Remote host closed the connection]
anisha has quit [Quit: This computer has gone to sleep]
timvisher has quit [Remote host closed the connection]
acovrig has quit [Quit: acovrig]
timvisher has joined #ruby
svankmajer has quit [Ping timeout: 260 seconds]
sczizzo has joined #ruby
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #ruby
petrichorx has quit [Quit: Connection closed for inactivity]
twalla has quit [Ping timeout: 250 seconds]
ponga has quit [Quit: Connection closed for inactivity]
lucasb has quit [Quit: leaving]
sameerynho has quit [Quit: WeeChat 1.5]
patarr_ has quit [Quit: patarr_]
tercenya has quit [Remote host closed the connection]
timvisher has quit [Remote host closed the connection]
_djbkd has quit [Ping timeout: 248 seconds]
timvisher has joined #ruby
tercenya has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
edwinvdgraaf has joined #ruby
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
centrx has quit [Remote host closed the connection]
ta_ has joined #ruby
babblebre has joined #ruby
smlocal has quit [Remote host closed the connection]
smlocal has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
nonnatus has joined #ruby
smlocal has quit [Remote host closed the connection]
centrx has joined #ruby
nettoweb_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest54 has quit [Read error: Connection reset by peer]
Blackpajamas has quit [Quit: Ciao!]
SteffaN has joined #ruby
yfeldblum has joined #ruby
SteffaN is now known as Guest51328
Torrone has quit [Quit: This computer has gone to sleep]
conta has joined #ruby
jaguarmagenta has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
sdwrage has joined #ruby
johnmilton has joined #ruby
jaguarmagenta has quit [Ping timeout: 260 seconds]
ctp has joined #ruby
tvw has joined #ruby
elenatanasoiu has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
patarr has joined #ruby
arthurl has joined #ruby
<arthurl> has anyone ever seen an issue where you're unable to install a gem? i'm trying to uninstall a rake gem and am seeing 'ERROR: While executing gem ... (Gem::InstallError)'
<arthurl> when i attempt to do so
johnmilton has quit [Ping timeout: 248 seconds]
johnmilton has joined #ruby
tercenya has quit [Remote host closed the connection]
tercenya has joined #ruby
blackmes1 has joined #ruby
patarr has quit [Client Quit]
davidt has joined #ruby
jottr has joined #ruby
<havenwood> arthurl: Can you post a Gist of the result of?: gem install rake --verbose
<havenwood> arthurl: What version or Ruby (ruby -v) and RubyGems (gem -v)?
Jackneill has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
twalla has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
da3mon has quit [Quit: Zzzz...]
nonnatus has left #ruby ["Textual IRC Client: www.textualapp.com"]
conta has quit [Ping timeout: 260 seconds]
wldcordeiro has quit [Quit: WeeChat 1.4]
wldcordeiro has joined #ruby
<havenwood> arthurl: rake requires Ruby version >= 1.9.3.
JoshS has joined #ruby
<arthurl> havenwood are you sure? another production box of ours which i'm basically replicating (moving to aws) is on ruby 1.8.7 and has rake 0.8.7 installed
<arthurl> and it doesn't even have rvm installed
<havenwood> arthurl: Older versions of Rake do work with Ruby 1.8, but the latest version of Rake doesn't.
<arthurl> right- well first and foremost i can't seem to uninstall the 10.1.1 version of rake i have on there now
<arthurl> after which i need to install rake 0.8.7
timvisher has quit [Remote host closed the connection]
jottr_ has joined #ruby
Dimik has joined #ruby
blackmes1 has quit [Ping timeout: 260 seconds]
timvisher has joined #ruby
<havenwood> arthurl: Ruby 1.8, 1.9 and 2.0 are past end-of-life and Ruby 2.1 is in maintenance mode. If you can, switch to Ruby 2.2 or 2.3.
blackmes1 has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
elenatanasoiu has quit [Ping timeout: 260 seconds]
Rodya_ has joined #ruby
<arthurl> havenwood unfortunately this is a legacy app that i'm required to migrate to aws
<havenwood> arthurl: See `gem help install` for how to install an older version of the gem.
twalla has quit [Ping timeout: 250 seconds]
<arthurl> havenwood before i install i need to uninstall...
<arthurl> it's blowing up when i attempt to uninstall rake
ctp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<havenwood> arthurl: Gist `gem uninstall rake`?
ctp has joined #ruby
<arthurl> yes it's included in that gist i pasted
<arthurl> 'gem uninstall rake'
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<havenwood> Once it's uninstalled, try: gem install rake --version '< 11'
ctp has quit [Client Quit]
<havenwood> (It looks like it's around version 11 that 1.8 support was dropped.)
coolboy has joined #ruby
allcentury has quit [Quit: WeeChat 1.2]
<arthurl> "ERROR: While executing gem ... (Gem::InstallError cannot uninstall, check `gem list -d rake`Raw"
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
<arthurl> havenwood is there harm in manually removing the gem from '/usr/local/rvm/gems/ruby-1.8.7-p374@global/gems' ?
mtkd has quit [Ping timeout: 260 seconds]
tomphp has joined #ruby
Rodya_ has quit [Ping timeout: 250 seconds]
<havenwood> arthurl: I wouldn't foresee any problem.
mtkd has joined #ruby
<arthurl> havenwood so i moved the rake gem directory but rake still shows up in my gem list when i do 'gem list'.....
rakm_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
timvisher has quit [Remote host closed the connection]
patarr has joined #ruby
timvisher has joined #ruby
yardenbar has quit [Ping timeout: 260 seconds]
elhu has joined #ruby
jaequery has joined #ruby
da3mon has joined #ruby
smlocal has joined #ruby
twalla has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
synthroid has quit []
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
blackgoat has joined #ruby
Coldblackice has quit []
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Derperperd has quit [Quit: Derperperd]
elenatanasoiu has joined #ruby
<arthurl> havenwood this thread contained the answer i was looking for http://stackoverflow.com/questions/6091904/trouble-removing-rake-0-9
phredus has quit [Read error: Connection reset by peer]
elhu has quit [Ping timeout: 250 seconds]
timvisher has quit [Remote host closed the connection]
nankyokusei has joined #ruby
phredus has joined #ruby
timvisher has joined #ruby
DoubleMalt has quit [Ping timeout: 260 seconds]
<arthurl> so i was able to install the correct rake version, now seeing this...
<arthurl> "undefined method `rubygems' for Bundler:Module (NoMethodError)"
SteenJobs has quit [Quit: SteenJobs]
enterprisey has joined #ruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamvery has quit [Quit: Leaving...]
twalla has quit [Ping timeout: 250 seconds]
moneylotion has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 250 seconds]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
SteenJobs has joined #ruby
twalla has joined #ruby
elenatanasoiu has quit [Ping timeout: 268 seconds]
cdg has joined #ruby
jgt1 has joined #ruby
djellemah has quit [Ping timeout: 260 seconds]
Snowy has joined #ruby
Torrone has joined #ruby
cdg has quit [Read error: Connection reset by peer]
moneylotion has joined #ruby
cdg has joined #ruby
timvisher has quit [Remote host closed the connection]
sczizzo_ has joined #ruby
bsrd has joined #ruby
timvisher has joined #ruby
Immune has joined #ruby
pwnd_nsfw` has joined #ruby
jgt1 has quit [Ping timeout: 260 seconds]
minimalism has joined #ruby
bsrd has quit [Client Quit]
twalla has quit [Ping timeout: 250 seconds]
svankmajer has joined #ruby
da3mon has quit [Quit: Zzzz...]
tyang has quit [Ping timeout: 248 seconds]
twalla has joined #ruby
sczizzo has quit [Ping timeout: 268 seconds]
Robtop__ has quit [Ping timeout: 240 seconds]
sczizzo_ has quit [Ping timeout: 260 seconds]
timvisher has quit [Remote host closed the connection]
elenatanasoiu has joined #ruby
timvisher has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
patarr has quit [Quit: patarr]
edwinvdgraaf has joined #ruby
elifoster has quit [Quit: adios]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
Lucky_ABA has joined #ruby
bkxd has joined #ruby
_djbkd has joined #ruby
ramortegui has quit [Quit: Ex-Chat]
patarr has joined #ruby
fmcgeough has quit [Quit: fmcgeough]
edwinvdgraaf has quit [Remote host closed the connection]
edwinvdgraaf has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
nettoweb has joined #ruby
blackmes1 has quit [Ping timeout: 260 seconds]
edwinvdgraaf has quit [Ping timeout: 248 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
timvisher has quit [Remote host closed the connection]
svankmajer has quit [Ping timeout: 250 seconds]
timvisher has joined #ruby
patarr has quit [Quit: patarr]
moneylotion has quit [Ping timeout: 260 seconds]
SteenJobs has quit [Quit: SteenJobs]
bkxd has quit [Ping timeout: 260 seconds]
jaiks has quit [Ping timeout: 250 seconds]
da3mon has joined #ruby
patarr has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
ace05 has quit [Read error: Connection reset by peer]
ace05 has joined #ruby
jackjackdripper1 has joined #ruby
jackjackdripper has quit [Read error: Connection reset by peer]
claudiuinberlin has quit []
_djbkd has quit [Remote host closed the connection]
raldu_ is now known as raldu
raldu has quit [Changing host]
raldu has joined #ruby
nonnatus has joined #ruby
firstdayonthejob has joined #ruby
jgt1 has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
ace05_ has joined #ruby
patarr has quit [Quit: patarr]
jottr_ has quit [Quit: WeeChat 1.5]
timvisher has quit [Remote host closed the connection]
ace05 has quit [Ping timeout: 260 seconds]
timvisher has joined #ruby
nettoweb has quit [Ping timeout: 250 seconds]
nettoweb has joined #ruby
Immune has quit [Ping timeout: 260 seconds]
balazs has quit [Remote host closed the connection]
timvisher has quit [Remote host closed the connection]
petervo has joined #ruby
timvisher has joined #ruby
elenatanasoiu has quit [Ping timeout: 260 seconds]
hahuang65 has quit [Ping timeout: 250 seconds]
<petervo> hi, everyone, is possible to do a dup2 in ruby where i get to pick the target fd number?
<petervo> i would do something like s.reopen(IO.for_fd(x))
<petervo> but that fails if x is not already open
<petervo> which is sort of the point of doing the dup2 in the first place
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
Wizznt has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
ixti has joined #ruby
<matthewd> petervo: I don't think so.. though I'm also not sure why you'd want to
dmitch has joined #ruby
bsrd has joined #ruby
codfection has joined #ruby
<petervo> matthewd, my use case is a fork exec, the command i'm execing expects to receive data on a specific fd
<matthewd> petervo: You can remap fds in spawn if it's for a child process... for the ruby process itself to care about the (non 0,1,2) fd, it seems you'd have to be doing something pretty unusual
smlocal has quit []
SteenJobs has joined #ruby
<matthewd> Ah, then yeah, you just want the fd mapping in spawn
smlocal has joined #ruby
codfection has quit [Client Quit]
<eam> I'm surprised dup2 is missing from IO
_djbkd has joined #ruby
<eam> petervo: the good news is it's relatively simple to add it
timvisher has quit [Remote host closed the connection]
Robtop__ has joined #ruby
teclator has joined #ruby
timvisher has joined #ruby
pragmaticus has quit [Ping timeout: 240 seconds]
<petervo> eam, how would i do that in my program?
<petervo> or are you talking about submitting a patch to ruby?
<al2o3-cr> You could use Kernel.syscall(33|63, fd, fd) # 33 64bit - 63 32bit (use at your own risk :P)
ChiefAlexander has quit [Quit: Leaving...]
<al2o3-cr> *nix only
centrx has quit []
elenatanasoiu has joined #ruby
<matthewd> ruby -e 'io = File.open("/etc/passwd", "r"); exec("/bin/sh -c \"cat <&4\"", 4 => io)'
smlocal has quit [Client Quit]
<matthewd> Works for me ¯\_(ツ)_/¯
codfection has joined #ruby
smlocal has joined #ruby
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
<petervo> matthewd, tx i didn't realize exec took those fd redirect params
RTFM[away] has quit [Ping timeout: 260 seconds]
bsrd has quit [Quit: WeeChat 1.6]
jenrzzz_ has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jaequery> just how dangerous is to use , fork ?
<jaequery> i'm using fork do { ... long async jobs ... } and its working fine for me on dev environment thus far
<jaequery> but would like to understand what potential problems i will have?
Hobbyboy has joined #ruby
timvisher has quit [Remote host closed the connection]
<matthewd> petervo: Yeah, the exec documentation is probably a bit light on the "go read Process::spawn" -- it's there, but could definitely be louder
<jaequery> in simple terms, when is fork good and when is it bad?
SteenJobs has quit [Ping timeout: 250 seconds]
<eam> I'd go through ffi rather than syscall, as it gives you proper OS abstraction (ffi will even work on jruby)
timvisher has joined #ruby
<eam> no need to hardcode syscall numbers and so on
<al2o3-cr> in that case use fiddle from the stdlib
airstream66 has joined #ruby
<matthewd> And spawn/exec is of course ultimately just doing a dup2... it's just not exposed directly because it's much more low-level than you should need *in-process*; semantically much safer to leave it at the exec boundary where it's useful.
elenatanasoiu has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
<jaequery> sorry but, are you guys talking to me?
<jaequery> lol
<petervo> matthewd++, eam++, al2o3-cr++
<eam> isn't fiddle some weird thing?
<petervo> thanks for the help
<matthewd> eam: Isn't ffi? ;)
<al2o3-cr> :P
<eam> I got the impression ffi was more mature, wider platform support, etc
jaguarmagenta has joined #ruby
<eam> does fiddle work with jruby?
<eam> anyway sure use that :D
<al2o3-cr> that i'm not sure
babblebre has quit [Quit: Connection closed for inactivity]
<matthewd> If you're setting up a fork/exec, I don't think jruby's going to be a big worry ;)
<eam> monkeypatching IO is a bad idea btw
<eam> don't literally do what I did in my gist :D
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
<matthewd> jaequery: fork is good when it's what you need
twalla has quit [Ping timeout: 250 seconds]
<matthewd> jaequery: Are you asking for general knowledge, or trying to evaluate a solution to a particular problem?
airstream66 has quit [Remote host closed the connection]
<jaequery> both
rodfersou has quit [Quit: leaving]
elenatanasoiu has joined #ruby
smlocal has quit []
smlocal has joined #ruby
jaguarmagenta has quit [Ping timeout: 260 seconds]
twalla has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
Immune has joined #ruby
pawnbox has quit [Remote host closed the connection]
kristofferR has quit [Quit: Textual IRC Client: www.textualapp.com]
Jackneill has quit [Remote host closed the connection]
timvisher has quit [Remote host closed the connection]
cdg_ has joined #ruby
timvisher has joined #ruby
cpruitt has quit [Quit: cpruitt]
nowhereman has joined #ruby
cdg has quit [Ping timeout: 250 seconds]
sdwrage has quit [Quit: Leaving]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
nitric_ has joined #ruby
nitric has quit [Ping timeout: 250 seconds]
<matthewd> jaequery: If you describe your problem, we can probably help talk through whether forking is the right choice
lexac1 has joined #ruby
<matthewd> jaequery: I'm not sure I'm clever enough to formulate an overarching theme of when it's a good/bad thing, though :/
lexac1 has quit [Client Quit]
pawnbox has joined #ruby
timvisher has quit [Remote host closed the connection]
last_staff has quit [Quit: last_staff]
timvisher has joined #ruby
workmad3 has quit [Ping timeout: 260 seconds]
fmcgeough has joined #ruby
<jaequery> basically whenever a user is created, i'm registering the user with customerio, as well as recurly and the round trip takes about 2 seconds. so i'm wrapping it around fork to make the site load quicker while those services run in the background
<jaequery> thats all
twalla has quit [Ping timeout: 260 seconds]
pawnbox has quit [Ping timeout: 265 seconds]
nobitanobi has quit []
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
chadwtaylor has joined #ruby
JoshS has quit [Quit: Leaving]
<matthewd> Okay, yeah, don't do that.
<matthewd> You want threads, not processes.
nitric has joined #ruby
nitric_ has quit [Ping timeout: 250 seconds]
gingray has joined #ruby
twalla has joined #ruby
timvisher has quit [Remote host closed the connection]
mistergibson has joined #ruby
<jaequery> why?
timvisher has joined #ruby
<jaequery> its working fine for me but why is that?
jackjackdripper1 has quit [Ping timeout: 250 seconds]
<matthewd> Fork is very heavyweight; it makes a copy of the whole process
<matthewd> This case is exactly the sort of thing threads are for
<jaequery> hm, i loved how easy it is to use fork, like fork do .......... end
<jaequery> do threads have anything similar?
<matthewd> Thread.new do .... end
<jaequery> cool, do i have to also, exit, before the end ?
<matthewd> No
nitric has quit [Read error: Connection reset by peer]
maddmaxx has quit [Quit: Going offline, see ya! (www.adiirc.com)]
hahuang65 has joined #ruby
biberu has quit []
claw has joined #ruby
smlocal has quit []
smlocal has joined #ruby
<jaequery> cool, any limitations to Thread?
twalla has quit [Ping timeout: 250 seconds]
nitric has joined #ruby
<matthewd> They're in the same process, so any objects both your original and new thread can see, can get manipulated by the other one
timvisher has quit [Remote host closed the connection]
<matthewd> That's handy if you want to communicate between them, but problematic if you're not expecting it
timvisher has joined #ruby
<matthewd> If you're just doing a request to elsewhere and then possibly updating a DB entry or something, then you're unlikely to ever be touching any shared state
rakm has joined #ruby
[Butch] has quit [Quit: I'm out . . .]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
johnmilton has quit [Ping timeout: 260 seconds]
gigetoo has joined #ruby
minimalism has quit [Quit: minimalism]
Dimik has quit [Ping timeout: 268 seconds]
jaykilleen has joined #ruby
jaykilleen has quit [Quit: -a- IRC for Android 2.1.33]
timvisher has quit [Remote host closed the connection]
nankyokusei has joined #ruby
timvisher has joined #ruby
xelkarin has joined #ruby
<jaequery> ah thanks matt!
twalla has joined #ruby
gnufied has joined #ruby
enterprisey has quit [Remote host closed the connection]
gnufied has quit [Max SendQ exceeded]
gnufied has joined #ruby
gnufied has quit [Max SendQ exceeded]
nankyokusei has quit [Ping timeout: 260 seconds]
timvisher has quit [Remote host closed the connection]
nowhereman has quit [Quit: Konversation terminated!]
symm- has quit [Quit: Leaving...]
nowhereman has joined #ruby
timvisher has joined #ruby
gnufied has joined #ruby
gnufied has quit [Max SendQ exceeded]
nowhereman is now known as nowhere_man
gnufied has joined #ruby
gnufied has quit [Max SendQ exceeded]
da3mon has quit [Quit: Zzzz...]
twalla has quit [Ping timeout: 265 seconds]
gnufied has joined #ruby
Zamyatin has quit [Ping timeout: 260 seconds]
gnufied has quit [Max SendQ exceeded]
dmitch has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
gnufied has joined #ruby
blackmes1 has joined #ruby
gnufied has quit [Max SendQ exceeded]
gnufied has joined #ruby
da3mon has joined #ruby
gnufied has quit [Max SendQ exceeded]
elenatanasoiu1 has joined #ruby
timvisher has quit [Remote host closed the connection]
pawnbox has joined #ruby
timvisher has joined #ruby
elenatanasoiu has quit [Ping timeout: 248 seconds]
blackmesa has joined #ruby
pawnbox has quit [Ping timeout: 250 seconds]
xall has quit [Ping timeout: 248 seconds]
timvisher has quit [Remote host closed the connection]
moneylotion has joined #ruby
moneylotion has quit [Changing host]
moneylotion has joined #ruby
timvisher has joined #ruby
patarr has joined #ruby
blackmes1 has quit [Ping timeout: 265 seconds]
hutch34 has joined #ruby
GodFather has joined #ruby
arthurl has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nettoweb has joined #ruby
daffy_duck_2 has joined #ruby
gingray has quit [Ping timeout: 260 seconds]
timvisher has quit [Remote host closed the connection]
patarr has quit [Quit: patarr]
timvisher has joined #ruby
matp has joined #ruby
hutch34 has quit [Ping timeout: 268 seconds]
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
felix_the_cat has quit [Ping timeout: 250 seconds]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
twalla has joined #ruby
tvw has quit [Remote host closed the connection]
daemoen has joined #ruby
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
twalla has quit [Ping timeout: 248 seconds]
kobain has joined #ruby
Dimik has joined #ruby
timvisher has quit [Remote host closed the connection]
tectonic has joined #ruby
timvisher has joined #ruby
dviola has quit [Quit: WeeChat 1.6]
charliesome has joined #ruby
elenatanasoiu1 has quit [Ping timeout: 260 seconds]
prngsus has quit [Quit: I used to think I was indecisive, but now I'm not too sure.]
dviola has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
_djbkd has quit [Remote host closed the connection]
Lyubo1 has joined #ruby
_djbkd has joined #ruby
_djbkd has quit [Read error: Connection reset by peer]
_djbkd has joined #ruby
timvisher has quit [Remote host closed the connection]
timvisher has joined #ruby
_djbkd has quit [Client Quit]
magellanicloud has quit [Quit: Leaving]
twalla has joined #ruby
timvisher has quit [Remote host closed the connection]
smlocal has quit [Remote host closed the connection]
firstdayonthejob has quit [Ping timeout: 260 seconds]
wldcordeiro has quit [Ping timeout: 260 seconds]
xelkarin has quit [Quit: WeeChat 1.4]
twalla has quit [Ping timeout: 260 seconds]
elenatanasoiu1 has joined #ruby
SCHAAP137 has quit [Quit: Leaving]
e13ct has joined #ruby
Snowy has quit [Remote host closed the connection]
dn` has quit [Ping timeout: 268 seconds]
Snowy has joined #ruby
SeepingN has quit [Quit: The system is going down for reboot NOW!]
SCHAAP137 has joined #ruby
AnarchyAo has quit [Read error: Connection reset by peer]
elenatanasoiu1 has quit [Ping timeout: 260 seconds]
skweek has joined #ruby
dn` has joined #ruby
ParmesanCaesar has joined #ruby
Snowy has quit [Ping timeout: 260 seconds]
e13ct has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Wizznt has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jaykilleen has joined #ruby
Felipe__ has joined #ruby
Felipe__ has quit [Remote host closed the connection]
nikivi has joined #ruby
coolboy has quit [Ping timeout: 240 seconds]
Guest95 has quit [Ping timeout: 248 seconds]
ParmesanCaesar has quit [Read error: Connection reset by peer]
_djbkd has joined #ruby
jaykilleen has quit [Quit: Leaving]
xall has joined #ruby
fladson[m] has quit [Ping timeout: 240 seconds]
bascht has quit [Ping timeout: 240 seconds]
M-mistake has quit [Ping timeout: 256 seconds]
jaguarmagenta has joined #ruby
dn` has quit [Ping timeout: 265 seconds]
jhack has joined #ruby
xall has quit [Ping timeout: 260 seconds]
dn` has joined #ruby
e13ct has joined #ruby
jaguarmagenta has quit [Ping timeout: 260 seconds]
SteenJobs has joined #ruby
wldcordeiro has joined #ruby
e13ct has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
twalla has joined #ruby
dn` has quit [Ping timeout: 248 seconds]
SteenJobs has quit [Client Quit]
koooge has joined #ruby
jgt1 has quit [Ping timeout: 260 seconds]
da3mon has quit [Quit: cya...]
tylersmith is now known as tcrypt[away]
tcrypt[away] has quit [Quit: _ノ乙(、ン、)_]
tdy has quit [Ping timeout: 240 seconds]
e13ct has joined #ruby
nikivi has quit [Read error: Connection reset by peer]
bascht has joined #ruby
M-mistake has joined #ruby
cpfeilschifter[m has joined #ruby
M-manveru has joined #ruby
M-shine has joined #ruby
cdg_ has quit [Remote host closed the connection]
nikivi has joined #ruby
jaykill has joined #ruby
fladson[m] has joined #ruby
xall has joined #ruby
twalla has quit [Ping timeout: 268 seconds]
twalla has joined #ruby
jaykill has quit [Client Quit]
jaykilleen has joined #ruby
pwnd_nsfw` has joined #ruby
FastJack has quit [Ping timeout: 255 seconds]
jaykilleen has quit [Client Quit]
ramfjord_ has joined #ruby
epochwolf has quit [Ping timeout: 244 seconds]
teotwaki has quit [Ping timeout: 244 seconds]
jaykilleen has joined #ruby
jaykill has joined #ruby
FastJack has joined #ruby
teotwaki has joined #ruby
Robtop__ has quit [Ping timeout: 241 seconds]
jaykilleen has quit [Client Quit]
jaykill has quit [Client Quit]
pwnd_nsfw` has quit [Read error: Connection reset by peer]