apeiros changed the topic of #ruby-lang to: RIP Jim || Ruby 2.1.1; 2.0.0-p451; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com
sssczy has joined #ruby-lang
skade has quit [Ping timeout: 252 seconds]
<NinoScript> I think I have a better way to describe what I want to do
<NinoScript> def a(first, second:, third:'default') p method(__method__).parameters end; a 1, second:2
<NinoScript> that prints: [[:req, :first], [:keyreq, :second], [:key, :third]]
<NinoScript> I’d like to modify that, and add required arguments dynamically
<NinoScript> does it make sense if I say it like that? (english is not my native language, so it’s kinda hard to express myself)
crudson has quit [Quit: Leaving.]
mykoweb has quit [Remote host closed the connection]
marr has quit [Ping timeout: 258 seconds]
mykoweb has joined #ruby-lang
nofxx has quit [Remote host closed the connection]
mykoweb has quit [Ping timeout: 252 seconds]
symm- has quit [Ping timeout: 255 seconds]
elia has quit [Quit: Computer has gone to sleep.]
arrubin has joined #ruby-lang
toastynerd has joined #ruby-lang
dik_dak has quit [Quit: Leaving]
kitak_ has joined #ruby-lang
pixelhandler has quit [Quit: pixelhandler]
<NinoScript> in Ruby 2.1.1, is there a better way than `method(__method__).parameters.each {|type, name| p eval(name.to_s)}` to get all arguments as an array/hash?
D9 has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
<havenwood> NinoScript: i'm not quite sure i understand what you're getting at, but maybe a **arg?
<havenwood> >> def splat_splat(first, **hash); [first, hash] end; splat_splat(:first, second: nil, third: 'default')
<eval-in_> havenwood => [:first, {:second=>nil, :third=>"default"}] (https://eval.in/147882)
RobertBirnie has quit [Ping timeout: 240 seconds]
<NinoScript> havenwood: **arg will just get the “extra arguments”, you’re cheating here: [first, hash]
<NinoScript> havenwood: I’m playing with metaprogramming, so I’m trying not to know the names of the arguments
<havenwood> NinoScript: i just put the Array in there to show the return results, didn't know that was required
nathanstitt has joined #ruby-lang
<havenwood> NinoScript: ah, i think i misunderstood what you wanted
hybristic has quit [Remote host closed the connection]
<havenwood> NinoScript: ah, okay just reread and i get what you're asking
<NinoScript> :)
Wardrop has quit [Quit: Wardrop]
<havenwood> NinoScript: an aside, but i was playing a while back with getting a method to report the arity range for arguments it will accept: https://gist.github.com/havenwood/9163507
toastynerd has quit [Remote host closed the connection]
<havenwood> NinoScript: also uses #parameters
willmarshall has joined #ruby-lang
<NinoScript> havenwood: the closest I could get to what I wanted was with this:
<NinoScript> def arguments(m, b) method(m).parameters.map {|type, name| {type:type, name:name, value:b.eval(name.to_s)}} end
mikecmpbll has quit [Quit: ciao.]
<NinoScript> and then I use it like this: arguments __method__, binding
thomasxie has joined #ruby-lang
cnivolle_ has joined #ruby-lang
willmarshall has quit [Ping timeout: 276 seconds]
alexju has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 252 seconds]
<NinoScript> havenwood: metaprogramming is hard, but fun
agrinb has quit [Remote host closed the connection]
agrinb has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
amsi has quit [Quit: Leaving]
agrinb has quit [Ping timeout: 264 seconds]
btiefert has quit [Ping timeout: 255 seconds]
Johz has quit [Quit: Leaving]
fragamus has joined #ruby-lang
Lewix has joined #ruby-lang
amclain has joined #ruby-lang
saarinen has joined #ruby-lang
diegoviola has joined #ruby-lang
cstrahan has joined #ruby-lang
yxhuvud has quit [Ping timeout: 240 seconds]
tkuchiki has joined #ruby-lang
mistym has quit [Quit: Leaving]
arooni-mobile has joined #ruby-lang
gdanko has joined #ruby-lang
<NinoScript> havenwood: in case you are interested, this is what I came up with: https://gist.github.com/NinoScript/73fbe785c5b7a3184fa2
saarinen has quit [Quit: saarinen]
beef-wellington has joined #ruby-lang
ddv has quit [Ping timeout: 245 seconds]
herpless has quit [Quit: Connection closed for inactivity]
ddv has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 240 seconds]
spuk has joined #ruby-lang
fragamus has quit [Quit: Computer has gone to sleep.]
charliesome has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
cnivolle_ has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
johnny5 has joined #ruby-lang
arBmind1 has joined #ruby-lang
arBmind has quit [Ping timeout: 255 seconds]
Mon_Ouie has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
fijimunkii has quit [Ping timeout: 255 seconds]
Cakey has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
retro|cz has joined #ruby-lang
houhoulis has joined #ruby-lang
agrinb has joined #ruby-lang
btiefert has joined #ruby-lang
agrinb has quit [Ping timeout: 240 seconds]
kalehv has quit [Read error: Connection reset by peer]
kalehv has joined #ruby-lang
woollyams has joined #ruby-lang
beef-wellington has quit [Ping timeout: 252 seconds]
arooni-mobile has quit [Ping timeout: 255 seconds]
xcesariox has joined #ruby-lang
xcesariox has quit [Max SendQ exceeded]
wallerdev has joined #ruby-lang
twright has quit [Ping timeout: 240 seconds]
SilkFox has joined #ruby-lang
ColdBlooder has joined #ruby-lang
wesjusttesting has joined #ruby-lang
saarinen has joined #ruby-lang
saarinen has quit [Client Quit]
resolutionary has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
wesjusttesting has quit [Remote host closed the connection]
resolutionary has left #ruby-lang [#ruby-lang]
nofxx has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
centrx has joined #ruby-lang
willmarshall has joined #ruby-lang
Bwild has joined #ruby-lang
arooni-mobile has joined #ruby-lang
nofxx has quit [Ping timeout: 258 seconds]
Bwild has quit [Client Quit]
centrx has quit [Quit: All this computer hacking is making me thirsty]
funnel has quit [Ping timeout: 240 seconds]
funnel has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
omosoj has quit [Quit: Leaving]
yfeldblum has quit [Remote host closed the connection]
imperator has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
araujo has quit [Quit: Leaving]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
Lewix has joined #ruby-lang
Missphoenix has joined #ruby-lang
<imperator> evenin'
fijimunkii has joined #ruby-lang
Bwild has joined #ruby-lang
agrinb has joined #ruby-lang
Miphix has quit [Ping timeout: 276 seconds]
fenicks has quit [Remote host closed the connection]
miwood has quit [Ping timeout: 255 seconds]
yfeldblum has joined #ruby-lang
SilkFox has quit [Ping timeout: 265 seconds]
dev123 has quit [Ping timeout: 240 seconds]
thmzlt has quit [Remote host closed the connection]
chouhoulis has quit [Remote host closed the connection]
ColdBlooder has quit [Remote host closed the connection]
nofxx has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
|jemc| has joined #ruby-lang
danguita has quit [Remote host closed the connection]
havenwood has quit [Write error: Connection reset by peer]
twright has joined #ruby-lang
nofxx has quit [Ping timeout: 240 seconds]
kalehv has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
danguita has joined #ruby-lang
<NinoScript> imperator: good evening good sir
michaeldeol has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
toastynerd has joined #ruby-lang
yxhuvud has joined #ruby-lang
nofxx has quit [Remote host closed the connection]
frzng has quit [Quit: frzng]
johnny5 has quit [Remote host closed the connection]
Cakey has quit [Ping timeout: 258 seconds]
imperator has quit [Quit: Valete!]
kalehv has joined #ruby-lang
fijimunkii has quit [Quit: Lost terminal]
toastynerd has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
yfeldblum has quit [Ping timeout: 250 seconds]
knu has quit [Ping timeout: 250 seconds]
miwood has joined #ruby-lang
jacky has quit [Quit: Quit]
mdub has joined #ruby-lang
woollyams has quit [Ping timeout: 252 seconds]
agrinb has quit [Remote host closed the connection]
achiu1 has quit [Quit: WeeChat 0.4.3]
agrinb has joined #ruby-lang
xcesariox has joined #ruby-lang
arrubin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nofxx has quit [Remote host closed the connection]
agrinb has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
gdanko has quit [Ping timeout: 240 seconds]
toastynerd has joined #ruby-lang
kalehv has quit [Remote host closed the connection]
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
Cakey has quit [Ping timeout: 240 seconds]
arefaslani has joined #ruby-lang
yatish27 has quit [Ping timeout: 252 seconds]
NinoScript has quit [Quit: NinoScript]
<arefaslani> I have a CLI ruby application and I'm using OptionParser for parsing command line options and arguments. this is the Banner:
<arefaslani> Usage: down_universe [options] url output
<arefaslani> how can I get the 'url' and the 'output' through OptionParser?
Lewix has quit [Remote host closed the connection]
Cakey has joined #ruby-lang
Lewix has joined #ruby-lang
yfeldblum has joined #ruby-lang
tbuehlmann has joined #ruby-lang
alexju has joined #ruby-lang
apeiros has quit [Read error: Connection reset by peer]
apeiros has joined #ruby-lang
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
yatish27 has joined #ruby-lang
mdub has quit [Ping timeout: 252 seconds]
ap4y has quit [Remote host closed the connection]
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
<arefaslani> Solved! through ARGV.pop
mehlah has quit [Quit: Leaving...]
yatish27 has quit [Read error: Connection reset by peer]
yatish27_ has joined #ruby-lang
woollyams has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
_ht has joined #ruby-lang
havenwood has joined #ruby-lang
apeiros has quit [Ping timeout: 255 seconds]
jonathanmarvens has quit [Remote host closed the connection]
woollyams has quit [Remote host closed the connection]
woollyams has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
amclain has quit [Quit: Leaving]
ur5us has quit [Remote host closed the connection]
SilkFox has joined #ruby-lang
frank_o has quit [Quit: brb]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
SilkFox has quit [Ping timeout: 246 seconds]
arefaslani has quit [Remote host closed the connection]
DEac-_ has quit [Read error: Connection reset by peer]
DEac- has joined #ruby-lang
apeiros has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
toastynerd has joined #ruby-lang
skade has joined #ruby-lang
dmitrykorotkov has joined #ruby-lang
dnewkerk-keyz has joined #ruby-lang
dnewkerk-keyz has quit [Client Quit]
toastynerd has quit [Ping timeout: 252 seconds]
dnewkerk-keyz has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
relix has joined #ruby-lang
dnewkerk-keyz has quit [Quit: dnewkerk-keyz]
eban has quit [Quit: WeeChat 0.4.2]
eban has joined #ruby-lang
woollyams has quit [Ping timeout: 252 seconds]
arefaslani has joined #ruby-lang
yatish27_ has quit [Remote host closed the connection]
agrinb has joined #ruby-lang
nofxx has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
arefaslani has quit [Ping timeout: 265 seconds]
arefaslani has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
houhoulis has quit [Remote host closed the connection]
agrinb has quit [Ping timeout: 240 seconds]
jonathanmarvens has quit [Remote host closed the connection]
nofxx has quit [Ping timeout: 255 seconds]
elia has joined #ruby-lang
woollyams has joined #ruby-lang
knu has joined #ruby-lang
elia has quit [Client Quit]
jonathanmarvens has joined #ruby-lang
arefasla_ has joined #ruby-lang
rahul_j has joined #ruby-lang
<ljarvis> arefaslani: I hear slop is good too
Mon_Ouie has quit [Ping timeout: 250 seconds]
jsullivandigs has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
<apeiros> ljarvis: shameless :-p
arefaslani has quit [Ping timeout: 240 seconds]
<ljarvis> :D
jsullivandigs has quit [Ping timeout: 252 seconds]
arefasla_ has quit [Ping timeout: 255 seconds]
cstrahan has quit [Ping timeout: 240 seconds]
arefaslani has joined #ruby-lang
toastynerd has joined #ruby-lang
arefaslani has quit []
Burgestrand has joined #ruby-lang
|jemc| has quit [Ping timeout: 252 seconds]
AKASkip has joined #ruby-lang
Burgestrand has quit [Quit: Burgestrand]
kith has quit [Quit: kith]
skade has quit [Ping timeout: 240 seconds]
kith has joined #ruby-lang
solars has joined #ruby-lang
ur5us has joined #ruby-lang
AKASkip has quit [Ping timeout: 245 seconds]
toastynerd has quit [Remote host closed the connection]
dsp___ has quit [Remote host closed the connection]
dmitrykorotkov has quit [Quit: Ex-Chat]
kitak_ has quit [Remote host closed the connection]
kitak_ has joined #ruby-lang
minivan has joined #ruby-lang
ddv has quit [Changing host]
ddv has joined #ruby-lang
arBmind1 has quit [Quit: Leaving.]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ur5us has quit [Remote host closed the connection]
frzng has joined #ruby-lang
jsullivandigs has joined #ruby-lang
sepp2k has joined #ruby-lang
relix has joined #ruby-lang
knu has quit [Ping timeout: 250 seconds]
jsullivandigs has quit [Ping timeout: 240 seconds]
ari-_-e has joined #ruby-lang
Fushi has joined #ruby-lang
AKASkip has joined #ruby-lang
arBmind has joined #ruby-lang
willmarshall has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
centrx has joined #ruby-lang
franzip has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
agrinb has joined #ruby-lang
twright has quit [Ping timeout: 264 seconds]
futilegames has joined #ruby-lang
agrinb has quit [Ping timeout: 255 seconds]
Lewix has quit [Remote host closed the connection]
tomkadwill has joined #ruby-lang
alexju has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
skade has joined #ruby-lang
fragamus has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
fragamus has quit [Ping timeout: 240 seconds]
rahul_j has joined #ruby-lang
retro|cz has quit [Ping timeout: 240 seconds]
michd is now known as MichD
minivan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
twright has joined #ruby-lang
symm- has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
mehlah has joined #ruby-lang
<maloik> whats a clean way of splitting up an options hash into two different hashes by comparing to two 'allowed keys' arrays?
<maloik> have a feeling I'm missing something short and clean
<maloik> (if I work with delete, has_key? etc)
<apeiros> maloik: with rails, Hash#slice
<apeiros> without rails, I'd probably keys.zip(hash.values_at(*keys))
<apeiros> though, that inserts nils for non-existing keys
<maloik> slice, of course... that'll do I think
<maloik> no coffee will do that to a person :/
cnivolle has joined #ruby-lang
twright has quit [Ping timeout: 264 seconds]
retro|cz has joined #ruby-lang
<yorickpeterse> morning
marr has joined #ruby-lang
ur5us has joined #ruby-lang
mikecmpbll has joined #ruby-lang
jsullivandigs has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
ironhide_604 has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 264 seconds]
jonathanmarvens has quit [Ping timeout: 240 seconds]
elia has joined #ruby-lang
<yorickpeterse> breakfast at the office, awww yiss
<yorickpeterse> self brought-in cereal but w/e
rahul_j has quit [Quit: rahul_j]
elia has quit [Client Quit]
D9 has quit [Read error: Connection reset by peer]
AOP_ has joined #ruby-lang
<ljarvis> self brought in cereal does not count as being awesome
<yorickpeterse> shut up
dsp___ has joined #ruby-lang
<maloik> did you have to bring your own beverages too?
<yorickpeterse> I do bring my own tea
<yorickpeterse> because everybody else here only drinks green tea which I'm not a huge fan of
<yorickpeterse> there's like 15 flavours of gunpowder tea
<Nilium> It's cereal. Anyone who claims cereal is not awesome can cut off their feet and cut out their tongues in service to their own stupidity.
<maloik> yea I'm not doing that sorry
<maloik> cereal isnt awesome. know what's awesome? bacon.
<Nilium> I don't like bacon.
<yorickpeterse> I don't get the point of bacon
<maloik> what the... is this still the internet?
dsp___ has quit [Ping timeout: 252 seconds]
<Nilium> I don't get the internet's obsession with it, I would rather have tacos or waffles or scrambled eggs with spam
<Nilium> I think I'll make scrambled eggs with spam tomorrow.
<Nilium> That sounds good.
<Nilium> Scrambles with spam and nutritional yeast.
<Nilium> Because I am the only person I know who eats nutritional yeast.
<maloik> I've never even heard of that
elia has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
<yorickpeterse> hmmm tea
woollyams has quit [Ping timeout: 252 seconds]
arBmind has quit [Quit: Leaving.]
yann_ck has joined #ruby-lang
apeiros_ has joined #ruby-lang
apeiros has quit [Read error: Connection reset by peer]
oetjenj has quit [Ping timeout: 252 seconds]
rahul_j has joined #ruby-lang
diegoviola has quit [Ping timeout: 240 seconds]
arBmind has joined #ruby-lang
diegovio1 has joined #ruby-lang
oetjenj has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
<maloik> woop
<maloik> just one early bird ticket left
<yorickpeterse> D:D::D:D:
ur5us has joined #ruby-lang
* yorickpeterse still has that proposal to write
* yorickpeterse keeps forgetting
<maloik> only a week left man!
<maloik> :)
<maloik> speaking of things a week away, AND SPEAKING OF BACON
<maloik> anyone going to devs love bacon next week ?
<yorickpeterse> devs love what?
<yorickpeterse> maloik: hm never heard of it
<maloik> should be a lot of fun :)
<yorickpeterse> OH COME ON, can we stop the fucking "lol TDD is dead" train
<yorickpeterse> I was hoping that in 2014 people would've realized not to follow it like a cult
ur5us has quit [Ping timeout: 240 seconds]
<yorickpeterse> apparently this is groundbreaking stuff though
<maloik> isn't there a cult for everything on the internet though?
<yorickpeterse> ssssshhhh
<ljarvis> "Nilium> I don't like bacon."
<ljarvis> what in the hell
<ljarvis> maloik> cereal isnt awesome. know what's awesome? bacon.
<ljarvis> ^ + infinity
<Nilium> Ok, I don't have any cravings for bacon and don't think it's as awesome as everyone else thinks it is
<Nilium> Ham is clearly superior
<surrounder> talking about bacon
<yorickpeterse> fucking nerds
<Nilium> Fried ham, in particular. Not the bacon variety.
<Nilium> Beef tacos are clearly superior.
<yorickpeterse> surrounder: WAIT
<Nilium> TDD is dead
<yorickpeterse> surrounder: haha this is so Dutch
<surrounder> I know right :D
<Nilium> Uh, you can already buy bacon sprinkles
<ljarvis> bacon is the entry point to a classic british fried breakfast
<ljarvis> that > *
<yorickpeterse> ljarvis: yes, which is the entry point to diabetes
<surrounder> now I'm hungry
<Nilium> ljarvis: No, sausage is.
<yorickpeterse> I had English breakfast once on a boat to the UK
<yorickpeterse> I had stomach aches for 2 days
<ljarvis> maybe you had a bad one? they're fucking delicious
<Nilium> SAUSAGE.
<Nilium> I'm going to sleep you are so wrong I curse you and your bloodline
<surrounder> lol
* yorickpeterse finds the closest large object and gives Nilium a slap with it
<ljarvis> also agreed sausage is good, also entry point to toad in the hole
thmzlt has joined #ruby-lang
<maloik> toad in the hole ?
<yorickpeterse> toad in...what?
<yorickpeterse> Is that some euphemism?
<ljarvis> we've been through this
<maloik> not with this one I think not
<yorickpeterse> No we've had bubble & squeek only
<Nilium> Standard food.
<ljarvis> oh
<ljarvis> well yeah
<yorickpeterse> which sounds just as wack
<ljarvis> toad in the hole
<maloik> exactly, bubble and squeek... I couldn't even remember the name
<ljarvis> is awesome
<Nilium> It's battered sausage. No, that's not a euphemism.
<yorickpeterse> hurr hurr
dennus has joined #ruby-lang
<Nilium> Actually
* Nilium unplugs his laptop and drags it into bed
<ljarvis> if you cook onions in the batter and wrap the sausage in bacon, it increases the awesome
<maloik> I'm going to stop reading this
<maloik> can't handle the deliciousness
<ljarvis> another funny name: spotted dick
<Nilium> I'm going to sleep early so breakfast time comes sooner and I can make my scrambled eggs and spam
<Nilium> Also people who don't like spam are wrong and I hope a colossal pillar of wasp eggs crushes them to death.
<elia> yorickpeterse, I'll watch the TDD show, sounds like fun (it's a show!), 'course TDD-cult is the problem (it's a cult on programming techniques!) ;)
thmzlt has quit [Ping timeout: 252 seconds]
minivan has joined #ruby-lang
kitak_ has quit [Remote host closed the connection]
dennus has quit []
dennus has joined #ruby-lang
<yorickpeterse> ljarvis: heh, we only have boring stuff like "hutspot"
<yorickpeterse> it's mashed potatoes + some other things
diegovio1 has quit [Quit: WeeChat 0.4.3]
kitak_ has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
<Nilium> Guys, TDD is 100% dead, this vlogger with like a million subscribers said so therefore he must be right.
sepp2k has quit [Quit: Leaving.]
<mikecmpbll> 'tis.
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
banister has joined #ruby-lang
sssczy has quit [Ping timeout: 240 seconds]
Cakey has quit [Ping timeout: 255 seconds]
knu has joined #ruby-lang
symm- has quit [Ping timeout: 255 seconds]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
dennus has quit []
bruno- has joined #ruby-lang
MartynKeigher2 has quit [Read error: Connection reset by peer]
[spoiler] has joined #ruby-lang
agrinb has joined #ruby-lang
robmiller has joined #ruby-lang
agrinb has quit [Ping timeout: 276 seconds]
timmmaaaayyy has quit [Read error: Connection reset by peer]
<maloik> Nilium: I don't get how spam can be nicer than a proper piece of "normal" ham
<Nilium> It's not, it's just not bad either.
havenwood has quit [Remote host closed the connection]
<maloik> I've never had it, I don't think you can easily get it over here... but to me it looks like opening a can of cat food
VictorBjelkholm has joined #ruby-lang
havenwood has joined #ruby-lang
<Nilium> Opening anything canned looks like opening a can of cat food.
timmmaaaayyy has joined #ruby-lang
<Nilium> Y'know, seeing as they're canned things.
<maloik> fair enough... I guess that's why I don't buy canned goods, except for something like canned pineapple, tomatoes from time to time, ..
minivan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<[spoiler]> I love canned pineapple compote!
<ljarvis> spam is really not that good
<ljarvis> it's okay, and it lasts like a thousand years so you can leave it in the cupboard, we used to take it camping, incase something stopped us from being able to cook real food
<yorickpeterse> have you not watched Bear Grills?
<yorickpeterse> (yes I know it's Grylls)
<yorickpeterse> You're supposed to eat poop while camping
<yorickpeterse> lots of it
<ljarvis> I only do that if I don't have spam
MartynKeigher has joined #ruby-lang
* yorickpeterse never had spam
<yorickpeterse> well
<yorickpeterse> the food thing
<yorickpeterse> plenty of spam in my Gmail
<ljarvis> the food is about as pleasant
<Nilium> It tastes fine.
<ljarvis> Call me a cynic, but I like my meat real
<yorickpeterse> I could make so many lame jokes
<yorickpeterse> I'll keep them to myself
<ljarvis> har dar
symm- has joined #ruby-lang
<ljarvis> yorickpeterse: from the food to the term http://en.wikipedia.org/wiki/Spam_(Monty_Python)
<Nilium> What is the difference between real meat and spam?
<ljarvis> one is real and one is spam
<ljarvis> c'mon keep up
<surrounder> lol
<Nilium> Spam's meat, so what's the difference between real meat and meat?
alexju has joined #ruby-lang
<yorickpeterse> one is edible
<yorickpeterse> the other one will potentially set you down a few thousand bucks
<ljarvis> spam is filled with potato starch and salt
<yorickpeterse> * set back
<ljarvis> if the meat percentage of meat is not 100%, it is not meat
<Nilium> True, real meat needs to be cooked, so I guess it's not edible by default
<ljarvis> no
<Nilium> Ok, so if you put meat in a dish, it ceases being meat?
<Nilium> So spam's meat then.
<ljarvis> it becomes meat + something
<Nilium> Is meat loaf meat? I mean, it sort of seems like a given, since it's got meat in the name, but maybe it isn't and we've been lied to? Maybe hamburger isn't meat. It doesn't have meat in the name...
<Nilium> So spam is, in fact, meat.
<ljarvis> spam has meat in it
<ljarvis> like hamburgers does
<Nilium> It just contains preservatives and whatnot.
<Nilium> So you don't like hamburgers?
BucOder has joined #ruby-lang
<maloik> okay hold on now
<maloik> I think tons of people "like hamburgers" in the sense that they can crave junk food every once in a while
<ljarvis> I like freshly cooked hamburgers, not burgers that have been pre-cooked and let in a can for years with preservatives
<maloik> but a hamburger isnt necessarily terrible meat, quite the opposite
<Nilium> If you say you don't like hamburgers, I will hit you with a fish
BucOder has quit [Client Quit]
alexju has quit [Ping timeout: 276 seconds]
<ljarvis> if you cook a hamburger and then stuff it in a can, fill it with preservatives and give it to me some time later, it is no longer a hamburger
<maloik> there's a difference between saying "I can eat mcdonalds and sometimes crave it" vs "i think mcdonalds is real nice"
<maloik> s/mcdonalds/spam as you like
<Nilium> Spam's not terrible meat either. It's just meat. The issue is taste, which not everyone likes, same as not everyone likes to eat caviar or not everyone likes to eat walnuts (they're wrong).
<Nilium> Not really, since McDonalds is probably provably worse foryou
<ljarvis> my issue is that I like fresh meat
<ljarvis> I have no doubt spam is better than mcdonalds
<ljarvis> by like 10000%
minivan has joined #ruby-lang
<ljarvis> I'm saying, like mcdonalds, spam doesn't even come close to real fresh meat on my plate
timmmaaaayyy has quit [Ping timeout: 250 seconds]
<Nilium> Well, I also take issue with "fresh meat"
<Nilium> I think the best way to put it is just, "I don't like the way Spam tastes."
<ljarvis> s/better/healthier/
<Nilium> Definitely.
<toretore> bigmacs are made from 100% pure beef
<ljarvis> LOL
<[spoiler]> "<Nilium> Spam's meat, so what's the difference between real meat and meat?" Sadly, we don't get real meat emailed to us :(
<Nilium> toretore: That's a good one.
<Nilium> And I'm sure taco bell is made from real beef and not flavored styrofoam
<toretore> http://en.wikipedia.org/wiki/Big_Mac "It consists of two 1.6 oz (45.4 g) 100 per cent beef patties, American cheese, "special sauce" (a variant of Thousand Island dressing), iceberg lettuce, pickles, and onions, served in a three-part sesame seed bun."
<maloik> it's on the internet so it must be true
<[spoiler]> toretore: *coughs importantly* not everything on the internet is true
<[spoiler]> maloik: you beat me to it :(
<maloik> on a more serious note: it's probably 100% beef, but what kind of beef? it's going to be leftovers and waste, for sure
<ljarvis> maloik: precisely
<maloik> do you know how they make chicken nuggets and stuff like that?
<Nilium> I would seriously question the claim of "100 per cent beef patties"
timmmaaaayyy has joined #ruby-lang
<ljarvis> which is exactly what that video shows
<maloik> they take the carcass of a chicken and then spray it with water
<maloik> to gather every bit of "meat"
<toretore> they've been making a big deal of it for years now. i'm sure if it weren't true, they'd have been sued a long time ago
<ljarvis> i guess it's 100% beef before they add evertyhing else :D
<Nilium> maloik: Also how old is that beef from the point when it was made into a patty to when it was shipped to a branch
<maloik> toretore: technically im sure its true
<ljarvis> that video shows chicken nuggets too
<Nilium> They could probably claim that, actually.
BucOder has joined #ruby-lang
<Nilium> I am actually not bothered by how chicken nuggets, or anything else at McDonalds, is made because I know it's shit if I'm eating it
<Nilium> Like, it's the crappy food I eat if I'm unfortunate enough to be hungry at an airport
<Nilium> Or driving and don't feel like stopping somewhere respectable
<ljarvis> agreed
<yorickpeterse> ugh, `find` has the most retarded UI ever
BucOder has quit [Client Quit]
<oddmunds> for osx?
<yorickpeterse> No Linux
<ljarvis> i really hate that that question has to exist
<ljarvis> sed across platforms also makes me mad
<yorickpeterse> "I use free software" etc
<oddmunds> ljarvis: i think i was thinking about Finder?
<ljarvis> o
<Nilium> I choose to follow BSD manuals because GNU stuff is weird
<ljarvis> he said `find` though
<oddmunds> yeah, i have limited experience with osx.
<surrounder> Nilium: agreed
agrinb has joined #ruby-lang
<ljarvis> Nilium: aye
<oddmunds> find(1)
<oddmunds> i used to work in Solaris
<ljarvis> but I do use GNU sed and install it on osx...
<Nilium> I'm not sure how OS X's find differs from BSD's, but I'd guess GNU's is still subtly weirder
<surrounder> ljarvis: aye same here, mainly for -i
<ljarvis> surrounder: exactly
canton7-mac has joined #ruby-lang
BucOder has joined #ruby-lang
BucOder has quit [Client Quit]
<[spoiler]> lol
<[spoiler]> I'm just used to GNU at this point
BucOder has joined #ruby-lang
woollyams has joined #ruby-lang
<Nilium> Also known as Stallholme syndrome
<surrounder> haha
<oddmunds> haha
omninonsense has joined #ruby-lang
[spoiler] has quit [Ping timeout: 258 seconds]
omninonsense is now known as [spoiler]
omninonsense has joined #ruby-lang
faces has joined #ruby-lang
face has quit [Read error: Connection reset by peer]
BucOder has quit [Quit: Computer has gone to sleep.]
[spoiler] has quit [Ping timeout: 240 seconds]
fangari has joined #ruby-lang
thmzlt has joined #ruby-lang
<yorickpeterse> he really blew his brain out
<yorickpeterse> :<
dsp___ has joined #ruby-lang
apeiros_ has quit [Remote host closed the connection]
<Nilium> I am confused.
<yorickpeterse> tl;dr dude seems to've literally gone mad
<Nilium> Either that or his account's compromised.
<oddmunds> hehe
<oddmunds> he's making pull requests where i deletes everything :D
<Nilium> Considering the "can u unix?" thing, I'm going to wager someone got the poor bastard's private key or worse.
riffraff has joined #ruby-lang
workmad3 has joined #ruby-lang
<oddmunds> worse?
<yorickpeterse> No
<yorickpeterse> that's r0bgleeson, used to work on pry
<yorickpeterse> Was in here yesterday as well
<Nilium> His compooter
<Nilium> Dun dunnn dunnnnnnn
<yorickpeterse> seems to've blown a fuse or two
<Nilium> The pushes are coming from inside the machine
<surrounder> haha
dsp___ has quit [Ping timeout: 252 seconds]
<Nilium> Well that's not good
fangari has quit [Quit: Lost terminal]
<ljarvis> looks like rob is still at it https://github.com/johnny5-?tab=activity
<yorickpeterse> read above scrub
<ljarvis> LOL
<ljarvis> my bad
workmad3_ has joined #ruby-lang
workmad3 has quit [Ping timeout: 258 seconds]
<Nilium> Yeah, nevermind, I think he's just gone off the really fucking deep end
<yorickpeterse> but then there's this https://github.com/rubysec/bundler-audit/pull/69
<yorickpeterse> His typing style also changed, even when it appears to be semi serious
* yorickpeterse is a part-time detective
<ljarvis> that was 22 days ago
<ljarvis> the good old days
<oddmunds> "X Failed - The Travis CI build failed" <-- maybe this drove him over the edge
<ddv> someone just hacked his github account
<Nilium> Maybe he just did a lot of drugs and is going to come out of it soon and wonder what the holy fuck possessed him
stamina has joined #ruby-lang
<ljarvis> he's been doing a lot of drugs for years
<Nilium> And then convert to extreme, hardcore fundamentalist christianity because he doesn't know what the hell
<Nilium> *lot more
BucOder has joined #ruby-lang
<Nilium> I don't know the guy, I have to assume he's reasonably sane on a normal day
<yorickpeterse> ddv: No, he wouldn't come here under the same nick from the same home network he usually connected from
<yorickpeterse> He used to be a pretty cool guy
<ljarvis> I vote banister goes and bangs down his door
workmad3 has joined #ruby-lang
<yorickpeterse> banister already said "lol not my job"
<yorickpeterse> can't blame him
<ljarvis> nope he's right
<yorickpeterse> brb lunch
<Nilium> I stay off in my little unpopulated area of Ruby stuff where I do GL crap and nobody comes near because it's not web dev
<ljarvis> yorickpeterse: is it toad in the spam?
workmad3_ has quit [Ping timeout: 255 seconds]
<Nilium> Call the cops on him and say there's a disturbance in his brain and it's leaking out into the real world?
<ljarvis> so I have to debug an html email that displays fine in all clients except iPhone mail.app, where's it's absolutely fucked
<ljarvis> and I have no idea how to debug this
kyb3r_ has quit [Read error: Connection reset by peer]
<workmad3> Nilium: one of these days, I'll join over there in GL land... just seem to always have web dev stuff to do though :(
<Nilium> You debug it by telling them to use plaintext
<Nilium> For shame, you web dev people, for shame.
* Nilium says while simultaneously crashing something so hard it drags down half the window manager
ryotarai has quit [Ping timeout: 245 seconds]
<Nilium> But only half!
<workmad3> Nilium: so you have half a screen of stuff still... useful! :D
ryotarai has joined #ruby-lang
<oddmunds> johnny stopped his destruction and is now creating
<Nilium> I meant it as a joke, but I have at times managed to do weird things that caused a handful of windows from different processes to stop compositing correctly.
yann_ck has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Nilium> It actually worried me for a while 'cause I thought it might be the GPU frying itself.
rahul_j has quit [Quit: rahul_j]
BucOder has quit [Quit: Computer has gone to sleep.]
valeri_uF0 has joined #ruby-lang
amerine_ has joined #ruby-lang
miqui_ has joined #ruby-lang
mahlon_ has joined #ruby-lang
PaulePan1er has joined #ruby-lang
snk_ has joined #ruby-lang
ec_ has joined #ruby-lang
wmoxam_ has joined #ruby-lang
Muz_ has joined #ruby-lang
<Nilium> I have to admit that, as insanity goes, r0bgleeson's is very boring..
minivan has quit [Quit: Textual IRC Client: www.textualapp.com]
willmarshall has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
segy_ has joined #ruby-lang
ari-__-e has joined #ruby-lang
PaulePanter has quit [Ping timeout: 252 seconds]
onewheelskyward has quit [Ping timeout: 252 seconds]
mahlon has quit [Ping timeout: 252 seconds]
ec has quit [Ping timeout: 252 seconds]
snk has quit [Ping timeout: 252 seconds]
ari-_-e has quit [Ping timeout: 252 seconds]
onewheelskyward has joined #ruby-lang
amerine has quit [Ping timeout: 252 seconds]
Rylee has quit [Ping timeout: 252 seconds]
valeri_ufo has quit [Ping timeout: 252 seconds]
segy has quit [Ping timeout: 252 seconds]
wmoxam has quit [Ping timeout: 252 seconds]
Muz has quit [Ping timeout: 252 seconds]
miqui has quit [Ping timeout: 252 seconds]
segy_ is now known as segy
valeri_uF0 is now known as valeri_ufo
Rylee_ has joined #ruby-lang
BucOder has joined #ruby-lang
willmarshall has quit [Read error: Connection reset by peer]
cnivolle has quit [Remote host closed the connection]
bin7me has joined #ruby-lang
Olipro has quit [Ping timeout: 246 seconds]
Johz has joined #ruby-lang
Olipro has joined #ruby-lang
rippa has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
deg-_ has joined #ruby-lang
ec has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
BucOder has joined #ruby-lang
marr has quit []
oetjenj_ has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Authenti1ator has joined #ruby-lang
jsullivandigs has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
jonathanmarvens has joined #ruby-lang
BucOder has joined #ruby-lang
gnufied has joined #ruby-lang
rahul_j has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 276 seconds]
jonathanmarvens has quit [Remote host closed the connection]
willmarshall has joined #ruby-lang
sarkyniin has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sarkyniin has quit [Client Quit]
kitak_ has quit [Remote host closed the connection]
ec_ has quit [*.net *.split]
oetjenj has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
zastern has quit [*.net *.split]
Authenticator has quit [*.net *.split]
deg- has quit [*.net *.split]
Caius has quit [*.net *.split]
oetjenj_ is now known as oetjenj
cnivolle has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
willmarshall has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomkadwill has quit [Remote host closed the connection]
<omninonsense> I'm off to work; see you guys when I get there. Cheers!
<omninonsense> wrong channel, but it applies anyway :P
omninonsense is now known as [spoiler]
momomomomo has joined #ruby-lang
[spoiler] has quit [Quit: Leaving]
agrinb has quit [Remote host closed the connection]
agrinb has joined #ruby-lang
MartynKeigher has quit [Ping timeout: 252 seconds]
BucOder has quit [Quit: Computer has gone to sleep.]
agrinb_ has joined #ruby-lang
agrinb has quit [Ping timeout: 252 seconds]
dennus has joined #ruby-lang
yxhuvud has joined #ruby-lang
<yorickpeterse> what a spoiler
franzip has quit [Read error: Connection reset by peer]
agrinb_ has quit [Remote host closed the connection]
mikecmpbll has quit [Ping timeout: 250 seconds]
franzip has joined #ruby-lang
<maloik> what's the tldr on the drama above? seem to have missed something
mikecmpbll has joined #ruby-lang
<yorickpeterse> read up you slacker
rahul_j has quit [Quit: rahul_j]
<maloik> why do you think I ask for a tldr
<maloik> tldr's are for lazy people
<maloik> also, I skimmed over it and still didn't quite get it
<yorickpeterse> basically some nerd went insane by the looks of it
<yorickpeterse> and is now trolling people on Github, forking projects and violating licenses, and doing some other wacky things
<oddmunds> rewriting history
postmodern has quit [Quit: Leaving]
rahul_j has joined #ruby-lang
tomkadwill has joined #ruby-lang
zastern has joined #ruby-lang
Caius has joined #ruby-lang
<yorickpeterse> Yeah seens it
<ljarvis> defnitely gonna star that one
<gnufied> what the heck is that?
<gnufied> github is new flickr?
<yorickpeterse> ljarvis: meh, if you want to counter-troll him I can think of better ways
<yorickpeterse> also I would not be surprised if he's currently sitting on a pile of meth
<ljarvis> hah
<yorickpeterse> or crack or w/e it is that the youngsters do these days
<ljarvis> na I'm not gonna get sucked into it
<ljarvis> or sniffed into it
<yorickpeterse> hurrr
<ljarvis> durrrr
agrinb has joined #ruby-lang
BucOder has joined #ruby-lang
wmoxam_ has quit [*.net *.split]
nofxx has quit [*.net *.split]
danijoo has quit [*.net *.split]
kith has quit [*.net *.split]
_ht has quit [*.net *.split]
tbuehlmann has quit [*.net *.split]
kirin` has quit [*.net *.split]
musl has quit [*.net *.split]
unsymbol has quit [*.net *.split]
Anusko has quit [*.net *.split]
erichmenge has quit [*.net *.split]
felipe has quit [*.net *.split]
adambeynon has quit [*.net *.split]
michael_mbp has quit [*.net *.split]
speakingcode-wor has quit [*.net *.split]
MindfulMonk has quit [*.net *.split]
joast has quit [*.net *.split]
dRbiG has quit [*.net *.split]
FiXato has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
epitron has quit [*.net *.split]
tpope has quit [*.net *.split]
Abuh has quit [*.net *.split]
semihelix has quit [*.net *.split]
mbr has quit [*.net *.split]
igalic has quit [*.net *.split]
ddfreyne has quit [*.net *.split]
jstemmer has quit [*.net *.split]
ljarvis has quit [*.net *.split]
cow-orke1 has quit [*.net *.split]
`micro has quit [*.net *.split]
FastJack has quit [*.net *.split]
KillerFox has quit [*.net *.split]
darix has quit [*.net *.split]
Reen has quit [*.net *.split]
mame0 has quit [*.net *.split]
Silicium has quit [*.net *.split]
flgr has quit [*.net *.split]
lianj has quit [*.net *.split]
MichD has quit [*.net *.split]
_mh_ has quit [*.net *.split]
lucas has quit [*.net *.split]
zastern has quit [*.net *.split]
Caius has quit [*.net *.split]
dennus has quit [*.net *.split]
momomomomo has quit [*.net *.split]
ec has quit [*.net *.split]
oetjenj has quit [*.net *.split]
Muz_ has quit [*.net *.split]
segy has quit [*.net *.split]
faces has quit [*.net *.split]
thmzlt has quit [*.net *.split]
charliesome has quit [*.net *.split]
torrieri has quit [*.net *.split]
nertzy2 has quit [*.net *.split]
hackeron has quit [*.net *.split]
larshaugseth has quit [*.net *.split]
franzip has quit [*.net *.split]
deg-_ has quit [*.net *.split]
futilegames has quit [*.net *.split]
arBmind has quit [*.net *.split]
arooni-mobile has quit [*.net *.split]
lolmaus has quit [*.net *.split]
toretore has quit [*.net *.split]
go|dfish has quit [*.net *.split]
Asher has quit [*.net *.split]
bf4 has quit [*.net *.split]
cHarNe2 has quit [*.net *.split]
ItSAN____ has quit [*.net *.split]
jtperreault has quit [*.net *.split]
Derander has quit [*.net *.split]
th2389 has quit [*.net *.split]
Willox has quit [*.net *.split]
certainty has quit [*.net *.split]
stevednd has quit [*.net *.split]
sammas_ has quit [*.net *.split]
masscrx has quit [*.net *.split]
nibbo__ has quit [*.net *.split]
Kero has quit [*.net *.split]
dbussink has quit [*.net *.split]
shtirlic has quit [*.net *.split]
agrinb has quit [*.net *.split]
mikecmpbll has quit [*.net *.split]
ryotarai has quit [*.net *.split]
mahlon_ has quit [*.net *.split]
bruno- has quit [*.net *.split]
Bwild has quit [*.net *.split]
btiefert has quit [*.net *.split]
Xzyx987X_ has quit [*.net *.split]
jayne has quit [*.net *.split]
Mon_Ouie has quit [*.net *.split]
Rylee_ has quit [*.net *.split]
riffraff has quit [*.net *.split]
miqui_ has quit [*.net *.split]
workmad3 has quit [*.net *.split]
robmiller has quit [*.net *.split]
VictorBjelkholm has quit [*.net *.split]
retro|cz has quit [*.net *.split]
DEac- has quit [*.net *.split]
yubrew has quit [*.net *.split]
aarellano has quit [*.net *.split]
closer has quit [*.net *.split]
woollyams has quit [*.net *.split]
kitak has quit [*.net *.split]
bin7me has quit [*.net *.split]
x0f has quit [*.net *.split]
dagthema1 has quit [*.net *.split]
joonty has quit [*.net *.split]
hinbody has quit [*.net *.split]
drbrain has quit [*.net *.split]
ahf has quit [*.net *.split]
nibbo has quit [*.net *.split]
neurodamage has quit [*.net *.split]
nopc0de has quit [*.net *.split]
bnagy has quit [*.net *.split]
freedrull has quit [*.net *.split]
Gate has quit [*.net *.split]
dvorak has quit [*.net *.split]
wnd has quit [*.net *.split]
concernedcitizen has quit [*.net *.split]
naquad has quit [*.net *.split]
miwood has quit [*.net *.split]
zenojis has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
manveru has quit [*.net *.split]
jevs has quit [*.net *.split]
beawesomeinstead has quit [*.net *.split]
jlpeters_ has quit [*.net *.split]
mjc_ has quit [*.net *.split]
Senjai has quit [*.net *.split]
meizaps has quit [*.net *.split]
davidae has quit [*.net *.split]
headius has quit [*.net *.split]
lguardiola has quit [*.net *.split]
whitequark has quit [*.net *.split]
jmeeuwen has quit [*.net *.split]
djinni` has quit [*.net *.split]
nifoc has quit [*.net *.split]
tdy has quit [*.net *.split]
ironcamel has quit [*.net *.split]
paul_k has quit [*.net *.split]
Mellett68 has quit [*.net *.split]
flori has quit [*.net *.split]
ryez has quit [*.net *.split]
lele|w has quit [*.net *.split]
onewheelskyward has quit [*.net *.split]
cschneid has quit [*.net *.split]
swills has quit [*.net *.split]
znz_jp has quit [*.net *.split]
nisstyre has quit [*.net *.split]
omegahm has quit [*.net *.split]
zrl has quit [*.net *.split]
cyndis has quit [*.net *.split]
ConstantineXVI has quit [*.net *.split]
DarkBushido has quit [*.net *.split]
Paradox has quit [*.net *.split]
Authenti1ator has quit [*.net *.split]
snk_ has quit [*.net *.split]
skade has quit [*.net *.split]
tsou has quit [*.net *.split]
havenwood has quit [*.net *.split]
danguita has quit [*.net *.split]
BucOder has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
cnivolle has quit [*.net *.split]
stamina has quit [*.net *.split]
solars has quit [*.net *.split]
AKASkip has quit [*.net *.split]
AOP_ has quit [*.net *.split]
Prandium has quit [*.net *.split]
mr-foobar has quit [*.net *.split]
fumduq has quit [*.net *.split]
jtoy has quit [*.net *.split]
Dim_ has quit [*.net *.split]
matp has quit [*.net *.split]
eval-in_ has quit [*.net *.split]
joshsz has quit [*.net *.split]
avdi has quit [*.net *.split]
dlackty has quit [*.net *.split]
hplar has quit [*.net *.split]
verto has quit [*.net *.split]
cba has quit [*.net *.split]
canton7 has quit [*.net *.split]
hakunin has quit [*.net *.split]
jaimef has quit [*.net *.split]
linc01n has quit [*.net *.split]
nirix has quit [*.net *.split]
badeball has quit [*.net *.split]
justinmcp has quit [*.net *.split]
eam has quit [*.net *.split]
bryanl has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
llakey has quit [*.net *.split]
Jamo has quit [*.net *.split]
floyd2 has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
mehlah has quit [*.net *.split]
frzng has quit [*.net *.split]
funnel has quit [*.net *.split]
tkuchiki has quit [*.net *.split]
gnufied has quit [*.net *.split]
jsaak has quit [*.net *.split]
gregf_ has quit [*.net *.split]
matled has quit [*.net *.split]
lacrosse has quit [*.net *.split]
mattyohe has quit [*.net *.split]
matti has quit [*.net *.split]
Shoffner has quit [*.net *.split]
ta has quit [*.net *.split]
konr_ has quit [*.net *.split]
justinweiss has quit [*.net *.split]
levifig has quit [*.net *.split]
shennyg has quit [*.net *.split]
strmpnk has quit [*.net *.split]
maloik has quit [*.net *.split]
kylo has quit [*.net *.split]
gianlucadv has quit [*.net *.split]
ohsix has quit [*.net *.split]
brownies has quit [*.net *.split]
cout has quit [*.net *.split]
ddd has quit [*.net *.split]
clamstar has quit [*.net *.split]
ruskie has quit [*.net *.split]
hagabaka has quit [*.net *.split]
anekos has quit [*.net *.split]
amerine_ has quit [*.net *.split]
canton7-mac has quit [*.net *.split]
symm- has quit [*.net *.split]
timmmaaaayyy has quit [*.net *.split]
knu has quit [*.net *.split]
WishBoy has quit [*.net *.split]
aef has quit [*.net *.split]
hachiya has quit [*.net *.split]
joevandyk has quit [*.net *.split]
sluukkonen has quit [*.net *.split]
perry has quit [*.net *.split]
zenspider has quit [*.net *.split]
error404_ has quit [*.net *.split]
surrounder has quit [*.net *.split]
kro_ has quit [*.net *.split]
sindork_ has quit [*.net *.split]
crankharder has quit [*.net *.split]
priodev has quit [*.net *.split]
TTilus has quit [*.net *.split]
_ko1 has quit [*.net *.split]
oddmunds has quit [*.net *.split]
imajes has quit [*.net *.split]
LBo has quit [*.net *.split]
machuga has quit [*.net *.split]
ari-__-e has quit [*.net *.split]
PaulePan1er has quit [*.net *.split]
ironhide_604 has quit [*.net *.split]
Fushi has quit [*.net *.split]
eban has quit [*.net *.split]
xcesariox has quit [*.net *.split]
ddv has quit [*.net *.split]
rsl has quit [*.net *.split]
melter has quit [*.net *.split]
styped_____ has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
tommylommykins has quit [*.net *.split]
shalicke has quit [*.net *.split]
GaelanAintAround has quit [*.net *.split]
joelmheim has quit [*.net *.split]
antonishen has quit [*.net *.split]
pipework has quit [*.net *.split]
akahn has quit [*.net *.split]
Nilium has quit [*.net *.split]
jperry has quit [*.net *.split]
ndrst has quit [*.net *.split]
engel has quit [*.net *.split]
Rickmasta has quit [*.net *.split]
lupine has quit [*.net *.split]
yugui_zzz has quit [*.net *.split]
ericwood has quit [*.net *.split]
DefV has quit [*.net *.split]
rtlong has quit [*.net *.split]
dhruvasagar has quit [*.net *.split]
brixen has quit [*.net *.split]
rtl has quit [*.net *.split]
cid404 has quit [*.net *.split]
Silex has quit [*.net *.split]
chris2 has quit [*.net *.split]
xsdg has quit [*.net *.split]
m4t- has quit [*.net *.split]
tomkadwill has quit [*.net *.split]
rahul_j has quit [*.net *.split]
rippa has quit [*.net *.split]
Johz has quit [*.net *.split]
Missphoenix has quit [*.net *.split]
thomasxie has quit [*.net *.split]
yalue has quit [*.net *.split]
bougyman has quit [*.net *.split]
GitNick has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
jasiek has quit [*.net *.split]
sonne has quit [*.net *.split]
zz_dlu has quit [*.net *.split]
zzak_ has quit [*.net *.split]
msch has quit [*.net *.split]
Raycaster has quit [*.net *.split]
xybre has quit [*.net *.split]
existensil has quit [*.net *.split]
ledestin has quit [*.net *.split]
katlogic has quit [*.net *.split]
kramsee has quit [*.net *.split]
ozzloy has quit [*.net *.split]
_rgn has quit [*.net *.split]
blowmage has quit [*.net *.split]
shaman42 has quit [*.net *.split]
dabradley has quit [*.net *.split]
pabs has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
crazysim has quit [*.net *.split]
jhass|off has quit [*.net *.split]
jarib has quit [*.net *.split]
rue|w_ has quit [*.net *.split]
saltsa_ has quit [*.net *.split]
Olipro has quit [Max SendQ exceeded]
Olipro has joined #ruby-lang
Olipro has quit [Max SendQ exceeded]
ggherdov_ has quit [Max SendQ exceeded]
sferik has joined #ruby-lang
banister has joined #ruby-lang
marr has joined #ruby-lang
[spoiler] has joined #ruby-lang
ari-__-e has joined #ruby-lang
ec has joined #ruby-lang
rippa has joined #ruby-lang
rahul_j has joined #ruby-lang
wmoxam_ has joined #ruby-lang
mikecmpb_ has joined #ruby-lang
BucOder has joined #ruby-lang
tomkadwill has joined #ruby-lang
momomomomo has joined #ruby-lang
Rylee_ has joined #ruby-lang
gnufied has joined #ruby-lang
Muz_ has joined #ruby-lang
Johz has joined #ruby-lang
segy has joined #ruby-lang
valeri_ufo has joined #ruby-lang
Caius has joined #ruby-lang
cnivolle has joined #ruby-lang
onewheelskyward has joined #ruby-lang
mahlon_ has joined #ruby-lang
LBo has joined #ruby-lang
franzip has joined #ruby-lang
yxhuvud has joined #ruby-lang
amerine_ has joined #ruby-lang
thmzlt has joined #ruby-lang
woollyams has joined #ruby-lang
deg-_ has joined #ruby-lang
oetjenj has joined #ruby-lang
riffraff has joined #ruby-lang
ryotarai has joined #ruby-lang
workmad3 has joined #ruby-lang
timmmaaaayyy has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
faces has joined #ruby-lang
bruno- has joined #ruby-lang
Authenti1ator has joined #ruby-lang
arBmind has joined #ruby-lang
canton7-mac has joined #ruby-lang
relix has joined #ruby-lang
zastern has joined #ruby-lang
danijoo has joined #ruby-lang
knu has joined #ruby-lang
symm- has joined #ruby-lang
skade has joined #ruby-lang
funnel has joined #ruby-lang
ironhide_604 has joined #ruby-lang
charliesome has joined #ruby-lang
Missphoenix has joined #ruby-lang
kirin` has joined #ruby-lang
tbuehlmann has joined #ruby-lang
havenwood has joined #ruby-lang
btiefert has joined #ruby-lang
futilegames has joined #ruby-lang
Bwild has joined #ruby-lang
arooni-mobile has joined #ruby-lang
VictorBjelkholm has joined #ruby-lang
frzng has joined #ruby-lang
kitak has joined #ruby-lang
DEac- has joined #ruby-lang
kith has joined #ruby-lang
ddv has joined #ruby-lang
robmiller has joined #ruby-lang
Fushi has joined #ruby-lang
retro|cz has joined #ruby-lang
mehlah has joined #ruby-lang
tkuchiki has joined #ruby-lang
AOP_ has joined #ruby-lang
_ht has joined #ruby-lang
solars has joined #ruby-lang
WishBoy has joined #ruby-lang
bin7me has joined #ruby-lang
Prandium has joined #ruby-lang
x0f has joined #ruby-lang
eban has joined #ruby-lang
agrinb has joined #ruby-lang
snk_ has joined #ruby-lang
AKASkip has joined #ruby-lang
Xzyx987X_ has joined #ruby-lang
danguita has joined #ruby-lang
PaulePan1er has joined #ruby-lang
xcesariox has joined #ruby-lang
miwood has joined #ruby-lang
miqui_ has joined #ruby-lang
toretore has joined #ruby-lang
unsymbol has joined #ruby-lang
lolmaus has joined #ruby-lang
yubrew has joined #ruby-lang
zenojis has joined #ruby-lang
cHarNe2 has joined #ruby-lang
musl has joined #ruby-lang
nertzy2 has joined #ruby-lang
yalue has joined #ruby-lang
cschneid has joined #ruby-lang
aef has joined #ruby-lang
Asher has joined #ruby-lang
jsaak has joined #ruby-lang
melter has joined #ruby-lang
swills has joined #ruby-lang
rsl has joined #ruby-lang
gregf_ has joined #ruby-lang
nofxx has joined #ruby-lang
hachiya has joined #ruby-lang
matled has joined #ruby-lang
closer has joined #ruby-lang
mr-foobar has joined #ruby-lang
go|dfish has joined #ruby-lang
hackeron has joined #ruby-lang
Anusko has joined #ruby-lang
erichmenge has joined #ruby-lang
ta has joined #ruby-lang
GitNick has joined #ruby-lang
bougyman has joined #ruby-lang
jasiek has joined #ruby-lang
jayne has joined #ruby-lang
bf4 has joined #ruby-lang
aarellano has joined #ruby-lang
TheMoonMaster has joined #ruby-lang
joevandyk has joined #ruby-lang
larshaugseth has joined #ruby-lang
sluukkonen has joined #ruby-lang
matti has joined #ruby-lang
dagthema1 has joined #ruby-lang
Guest85414______ has joined #ruby-lang
lacrosse has joined #ruby-lang
styped_____ has joined #ruby-lang
mattyohe has joined #ruby-lang
Shoffner has joined #ruby-lang
fumduq has joined #ruby-lang
znz_jp has joined #ruby-lang
joonty has joined #ruby-lang
manveru has joined #ruby-lang
jtoy has joined #ruby-lang
perry has joined #ruby-lang
hinbody has joined #ruby-lang
Dim_ has joined #ruby-lang
drbrain has joined #ruby-lang
sonne has joined #ruby-lang
concernedcitizen has joined #ruby-lang
tsou has joined #ruby-lang
matp has joined #ruby-lang
yeltzooo has joined #ruby-lang
omegahm has joined #ruby-lang
konr_ has joined #ruby-lang
ItSAN____ has joined #ruby-lang
jtperreault has joined #ruby-lang
Derander has joined #ruby-lang
felipe has joined #ruby-lang
ryez has joined #ruby-lang
eval-in_ has joined #ruby-lang
zenspider has joined #ruby-lang
zz_dlu has joined #ruby-lang
katlogic has joined #ruby-lang
tommylommykins has joined #ruby-lang
nisstyre has joined #ruby-lang
flori has joined #ruby-lang
jevs has joined #ruby-lang
Mellett68 has joined #ruby-lang
paul_k has joined #ruby-lang
ironcamel has joined #ruby-lang
tdy has joined #ruby-lang
nifoc has joined #ruby-lang
jmeeuwen has joined #ruby-lang
djinni` has joined #ruby-lang
whitequark has joined #ruby-lang
lguardiola has joined #ruby-lang
headius has joined #ruby-lang
davidae has joined #ruby-lang
meizaps has joined #ruby-lang
Senjai has joined #ruby-lang
mjc_ has joined #ruby-lang
beawesomeinstead has joined #ruby-lang
jlpeters_ has joined #ruby-lang
dbussink has joined #ruby-lang
shtirlic has joined #ruby-lang
nibbo__ has joined #ruby-lang
Kero has joined #ruby-lang
sammas_ has joined #ruby-lang
certainty has joined #ruby-lang
stevednd has joined #ruby-lang
masscrx has joined #ruby-lang
Willox has joined #ruby-lang
th2389 has joined #ruby-lang
lucas has joined #ruby-lang
_mh_ has joined #ruby-lang
lianj has joined #ruby-lang
MichD has joined #ruby-lang
mame0 has joined #ruby-lang
Reen has joined #ruby-lang
flgr has joined #ruby-lang
FastJack has joined #ruby-lang
darix has joined #ruby-lang
Silicium has joined #ruby-lang
KillerFox has joined #ruby-lang
cow-orke1 has joined #ruby-lang
`micro has joined #ruby-lang
jstemmer has joined #ruby-lang
ljarvis has joined #ruby-lang
jarib has joined #ruby-lang
imajes has joined #ruby-lang
chris2 has joined #ruby-lang
saltsa_ has joined #ruby-lang
rue|w_ has joined #ruby-lang
xsdg has joined #ruby-lang
m4t- has joined #ruby-lang
hagabaka has joined #ruby-lang
cout has joined #ruby-lang
ConstantineXVI has joined #ruby-lang
Paradox has joined #ruby-lang
anekos has joined #ruby-lang
bryanl has joined #ruby-lang
DarkBushido has joined #ruby-lang
Kuukunen has joined #ruby-lang
samuelkadolph has joined #ruby-lang
llakey has joined #ruby-lang
floyd2 has joined #ruby-lang
Jamo has joined #ruby-lang
clamstar has joined #ruby-lang
neurodamage has joined #ruby-lang
nopc0de has joined #ruby-lang
wnd has joined #ruby-lang
freedrull has joined #ruby-lang
bnagy has joined #ruby-lang
Silex has joined #ruby-lang
Gate has joined #ruby-lang
dvorak has joined #ruby-lang
dhruvasagar has joined #ruby-lang
cid404 has joined #ruby-lang
rtl has joined #ruby-lang
oddmunds has joined #ruby-lang
brixen has joined #ruby-lang
rtlong has joined #ruby-lang
naquad has joined #ruby-lang
_ko1 has joined #ruby-lang
DefV has joined #ruby-lang
eam has joined #ruby-lang
ericwood has joined #ruby-lang
ddfreyne has joined #ruby-lang
yugui_zzz has joined #ruby-lang
brownies has joined #ruby-lang
jhass|off has joined #ruby-lang
Rickmasta has joined #ruby-lang
lupine has joined #ruby-lang
gianlucadv has joined #ruby-lang
crazysim has joined #ruby-lang
justinmcp has joined #ruby-lang
engel has joined #ruby-lang
ohsix has joined #ruby-lang
mbr has joined #ruby-lang
ndrst has joined #ruby-lang
igalic has joined #ruby-lang
pabs has joined #ruby-lang
coffeejunk has joined #ruby-lang
badeball has joined #ruby-lang
nirix has joined #ruby-lang
dabradley has joined #ruby-lang
Abuh has joined #ruby-lang
nibbo has joined #ruby-lang
epitron has joined #ruby-lang
lele|w has joined #ruby-lang
blowmage has joined #ruby-lang
tpope has joined #ruby-lang
yorickpeterse has joined #ruby-lang
_rgn has joined #ruby-lang
shaman42 has joined #ruby-lang
linc01n has joined #ruby-lang
ruskie has joined #ruby-lang
FiXato has joined #ruby-lang
jaimef has joined #ruby-lang
ahf has joined #ruby-lang
canton7 has joined #ruby-lang
dRbiG has joined #ruby-lang
cba has joined #ruby-lang
ozzloy has joined #ruby-lang
MindfulMonk has joined #ruby-lang
verto has joined #ruby-lang
speakingcode-wor has joined #ruby-lang
cyndis has joined #ruby-lang
joast has joined #ruby-lang
semihelix has joined #ruby-lang
hakunin has joined #ruby-lang
michael_mbp has joined #ruby-lang
jperry has joined #ruby-lang
TTilus has joined #ruby-lang
priodev has joined #ruby-lang
kramsee has joined #ruby-lang
crankharder has joined #ruby-lang
ledestin has joined #ruby-lang
ddd has joined #ruby-lang
kylo has joined #ruby-lang
kro_ has joined #ruby-lang
sindork_ has joined #ruby-lang
existensil has joined #ruby-lang
machuga has joined #ruby-lang
Nilium has joined #ruby-lang
hplar has joined #ruby-lang
maloik has joined #ruby-lang
joelmheim has joined #ruby-lang
Raycaster has joined #ruby-lang
xybre has joined #ruby-lang
surrounder has joined #ruby-lang
msch has joined #ruby-lang
zzak_ has joined #ruby-lang
avdi has joined #ruby-lang
joshsz has joined #ruby-lang
antonishen has joined #ruby-lang
adambeynon has joined #ruby-lang
pipework has joined #ruby-lang
strmpnk has joined #ruby-lang
shennyg has joined #ruby-lang
akahn has joined #ruby-lang
justinweiss has joined #ruby-lang
zrl has joined #ruby-lang
dlackty has joined #ruby-lang
shalicke has joined #ruby-lang
error404_ has joined #ruby-lang
levifig has joined #ruby-lang
GaelanAintAround has joined #ruby-lang
<yorickpeterse> heh
<yorickpeterse> I said "Rails on my level"
<yorickpeterse> Instead of "Rails get on my level"
<yorickpeterse> either way, works for me
Olipro has joined #ruby-lang
ggherdov_ has joined #ruby-lang
sferik has quit [Read error: Connection reset by peer]
sferik has joined #ruby-lang
onewheelskyward has quit [Ping timeout: 252 seconds]
allomov has joined #ruby-lang
onewheelskyward has joined #ruby-lang
elia has joined #ruby-lang
agrinb has quit [Remote host closed the connection]
elia has quit [Client Quit]
arBmind has quit [Quit: Leaving.]
jgpawletko has joined #ruby-lang
arBmind has joined #ruby-lang
scampbell has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
danijoo has quit [Read error: Connection reset by peer]
beef-wellington has joined #ruby-lang
danijoo has joined #ruby-lang
elia has joined #ruby-lang
AncientAmateur has joined #ruby-lang
tbuehlmann has quit [Quit: Leaving]
vpretzel has joined #ruby-lang
SilkFox has joined #ruby-lang
dsp___ has joined #ruby-lang
beef-wellington has quit [Ping timeout: 246 seconds]
Cakey has joined #ruby-lang
herpless has joined #ruby-lang
franzip has quit [Quit: ...]
elia has quit [Quit: Computer has gone to sleep.]
franzip has joined #ruby-lang
elia has joined #ruby-lang
mikecmpb_ is now known as mikecmpbll
ColdBlooder has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 276 seconds]
robmiller has quit [Quit: Leaving.]
luiz_lha has joined #ruby-lang
thmzlt has quit [Remote host closed the connection]
shinnya has joined #ruby-lang
rolfb has joined #ruby-lang
WishBoy has quit [Remote host closed the connection]
SilkFox has quit [Ping timeout: 265 seconds]
malconis has joined #ruby-lang
WishBoy has joined #ruby-lang
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
woollyams has quit [Ping timeout: 252 seconds]
sferik has joined #ruby-lang
torrieri has joined #ruby-lang
jsullivandigs has joined #ruby-lang
Cakey has quit [Ping timeout: 252 seconds]
retro_ has joined #ruby-lang
riffraff has quit [Quit: Leaving]
AncientA_ has joined #ruby-lang
enmand_ has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 252 seconds]
jonathanmarvens has joined #ruby-lang
AncientAmateur has quit [Ping timeout: 240 seconds]
jonathanmarvens has quit [Ping timeout: 240 seconds]
nofxx has quit [Ping timeout: 252 seconds]
retro_ has quit [Ping timeout: 258 seconds]
johnny5 has joined #ruby-lang
yfeldblum has joined #ruby-lang
johnny5 has left #ruby-lang [#ruby-lang]
tkuchiki_ has joined #ruby-lang
alexju has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
AOP_ has quit [Quit: Leaving]
yfeldblum has quit [Ping timeout: 265 seconds]
agrinb has joined #ruby-lang
tkuchiki has quit [Ping timeout: 252 seconds]
tkuchiki_ has quit [Ping timeout: 276 seconds]
robmiller has joined #ruby-lang
thmzlt has joined #ruby-lang
bruno- has quit [Quit: leaving]
skade has quit [Ping timeout: 240 seconds]
qba73 has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
mykoweb has joined #ruby-lang
thang_ has joined #ruby-lang
ascarter has joined #ruby-lang
ascarter has quit [Max SendQ exceeded]
ascarter has joined #ruby-lang
ta has quit [Quit: Leaving...]
bjh13 has joined #ruby-lang
ta has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
jonathanmarvens has quit [Read error: Connection reset by peer]
BucOder has joined #ruby-lang
BucOder has quit [Client Quit]
jonathanmarvens has joined #ruby-lang
tkuchiki has joined #ruby-lang
miqui_ is now known as miqui
nathanstitt has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 255 seconds]
torrieri has quit [Quit: Leaving...]
momomomomo has quit [Quit: momomomomo]
agrinb has quit [Remote host closed the connection]
mbj has joined #ruby-lang
loincloth has joined #ruby-lang
vpretzel is now known as vpretzel|1482
araujo has joined #ruby-lang
araujo has quit [Changing host]
araujo has joined #ruby-lang
SilkFox has joined #ruby-lang
kitak_ has joined #ruby-lang
tbuehlmann has joined #ruby-lang
jsullivandigs has joined #ruby-lang
wmoxam_ has quit [Quit: leaving]
wmoxam has joined #ruby-lang
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
rolfb has quit [Quit: Leaving...]
elia has quit [Quit: Computer has gone to sleep.]
snk_ is now known as snk
PaulePan1er is now known as PaulePanter
frzng has quit [Quit: frzng]
yfeldblum has joined #ruby-lang
Oak has joined #ruby-lang
Oak has quit [Changing host]
Oak has joined #ruby-lang
Oak has left #ruby-lang [#ruby-lang]
BucOder has joined #ruby-lang
guns has joined #ruby-lang
toastynerd has joined #ruby-lang
yfeldblum has quit [Ping timeout: 264 seconds]
elia has joined #ruby-lang
enebo has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
kukyakya has joined #ruby-lang
dsda has joined #ruby-lang
dsda has quit [Client Quit]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dik_dak has joined #ruby-lang
alexju has quit [Remote host closed the connection]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
guns has quit [Quit: guns]
frzng has joined #ruby-lang
Lewix has joined #ruby-lang
cfz has joined #ruby-lang
cfz has quit [Client Quit]
WishBoy- has joined #ruby-lang
WishBoy has quit [Ping timeout: 240 seconds]
enmand_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enmand_ has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has quit [Changing host]
sandbags has joined #ruby-lang
|jemc| has joined #ruby-lang
WishBoy- has quit [Remote host closed the connection]
WishBoy has joined #ruby-lang
ascarter has joined #ruby-lang
fenicks has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
AncientA_ has quit [Remote host closed the connection]
qba73 has quit []
AKASkip has quit [Ping timeout: 240 seconds]
dwknoxy has joined #ruby-lang
shinnya has quit [Ping timeout: 276 seconds]
enmand_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Squarepy has joined #ruby-lang
momomomomo has joined #ruby-lang
imperator has joined #ruby-lang
<imperator> good morning
<havenwood> good morn
<ljarvis> good afternoon
<cout> good mourning
<cout> bye forever past self, and hello future self
<ljarvis> wat
<imperator> problem is...i don't see a thread_native.h file
<bougyman> you have libssl-dev installed?
<bougyman> I guess I should ask what platform you're on, first.
<imperator> winders
<bougyman> oh.
<bougyman> I have no clue
<imperator> got openssl built and installed under c:/usr
<bougyman> I only ever use the ruby-installer on win
<bougyman> and I haven't done even that in a couple years.
yfeldblum has joined #ruby-lang
<imperator> well, the issue is the generated makefile references top_srcdir, but doesn't define it first
<imperator> the first issue, i mean
scampbell has quit [Remote host closed the connection]
<imperator> i could manually add the path, but i don't see thread_native.h anywhere to point it at
<imperator> maybe it didn't get built when i built ruby? not sure, dunno what that's supposed to be
<imperator> oh, wait, nm, i see it
benlovell has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cnivolle has joined #ruby-lang
alexju has joined #ruby-lang
chouhoulis has joined #ruby-lang
yfeldblum has quit [Ping timeout: 276 seconds]
frzng has quit [Quit: frzng]
bin7me has quit [Quit: Leaving]
yfeldblum has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
tomkadwill has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 245 seconds]
yfeldblu_ has quit [Ping timeout: 258 seconds]
sandbags has quit [Remote host closed the connection]
<imperator> hm, even after i define top_srcdir, it's still whining
enmand_ has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has quit [Changing host]
sandbags has joined #ruby-lang
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bantic has joined #ruby-lang
tomkadwill has joined #ruby-lang
apeiros has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
sferik has joined #ruby-lang
sandbags has quit [Ping timeout: 265 seconds]
saarinen has joined #ruby-lang
guns has joined #ruby-lang
ironhide_604 has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
SilkFox has quit [Ping timeout: 240 seconds]
robmiller has joined #ruby-lang
michaeldeol has joined #ruby-lang
relix has joined #ruby-lang
Cakey has joined #ruby-lang
__butch__ has joined #ruby-lang
Lewix has quit [Quit: Leaving...]
x0f_ has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
Cakey has quit [Ping timeout: 258 seconds]
pixelhandler has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
x0f has quit [Ping timeout: 264 seconds]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mykoweb has quit [Ping timeout: 252 seconds]
robmiller has quit [Quit: Leaving.]
BucOder has joined #ruby-lang
enmand_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arBmind has quit [Quit: Leaving.]
sferik has joined #ruby-lang
enmand_ has joined #ruby-lang
jhass|off is now known as jhass
enmand_ has quit [Client Quit]
enebo has quit [Quit: enebo]
mikecmpbll has quit [Quit: i've nodded off.]
enmand_ has joined #ruby-lang
hybristic has joined #ruby-lang
saarinen has quit [Quit: saarinen]
Mon_Ouie has joined #ruby-lang
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
benlovell has quit [Ping timeout: 240 seconds]
tomkadwill has quit []
D9 has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
banister has quit [Ping timeout: 250 seconds]
SilkFox has joined #ruby-lang
canton7-mac has quit [Remote host closed the connection]
banister has joined #ruby-lang
djbkd has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
mikecmpbll has joined #ruby-lang
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<banister> d
banister is now known as banisterfiend
SilkFox has quit [Ping timeout: 250 seconds]
__butch__ has joined #ruby-lang
dwknoxy is now known as dknox_bbib
iTrojan has joined #ruby-lang
<imperator> never tried programming with it
<banisterfiend> what is hande_none ?
<imperator> hm?
wallerdev has joined #ruby-lang
D9 has quit [Quit: Leaving]
__butch__ has quit [Client Quit]
amerine_ is now known as ameirne
ameirne is now known as amerine
loincloth has quit [Remote host closed the connection]
centrx has joined #ruby-lang
jgpawletko has quit [Quit: jgpawletko]
loincloth has joined #ruby-lang
<imperator> banisterfiend, what do you mean? what's that?
<banisterfiend> imperator some weird rails method i see everywhere, i have no idea what it does
__butch__ has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
cnivolle_ has joined #ruby-lang
<banisterfiend> yorickpeterse haha i'm in amsterdam in second life
<imperator> banisterfiend, i find that i have no idea what most of the rails methods do
cnivolle has quit [Ping timeout: 246 seconds]
<imperator> i read the manual and nod my head and move on
<imperator> banisterfiend, oh, it's from a railscast? ok
toastynerd has joined #ruby-lang
<banisterfiend> imperator typo*
<imperator> yep
cnivolle_ has quit [Ping timeout: 246 seconds]
RobertBirnie has joined #ruby-lang
sarkyniin has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
Squarepy has quit [Remote host closed the connection]
dknox_bbib is now known as dknox
dennus has joined #ruby-lang
amsi has joined #ruby-lang
ratmav has joined #ruby-lang
SilkFox has joined #ruby-lang
mehlah has quit [Quit: Leaving...]
toastynerd has joined #ruby-lang
jeff_r has joined #ruby-lang
saarinen has joined #ruby-lang
yfeldblum has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
BucOder has quit [Quit: Computer has gone to sleep.]
jeff_r has quit [Remote host closed the connection]
imperator has quit [Ping timeout: 265 seconds]
djbkd has quit [Remote host closed the connection]
AKASkip has joined #ruby-lang
toastynerd has quit []
toastynerd has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
Coincidental has joined #ruby-lang
Squarepy has joined #ruby-lang
ari-__-e is now known as ari-_-e
workmad3 has quit [Ping timeout: 255 seconds]
thang_ has quit [Ping timeout: 252 seconds]
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
Cakey has joined #ruby-lang
jeff_r has joined #ruby-lang
gregf_ has quit [Ping timeout: 252 seconds]
arrubin has joined #ruby-lang
<yorickpeterse> banisterfiend: Secondlife still exists?
<banisterfiend> yorickpeterse yap
<yorickpeterse> why the fuck do you play Secondlife?
mykoweb has joined #ruby-lang
<banisterfiend> yorickpeterse i dont really, but i ordered an oculus rift dk2, so it might make SL interesting again
<hybristic> there is a port of the original Zelda available for the Rift
<yorickpeterse> banisterfiend: hahaha
ratmav has quit [Quit: Leaving]
cnivolle has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
mehlah has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
VTLob has joined #ruby-lang
toastyne_ has joined #ruby-lang
guns has quit [Quit: guns]
mykoweb has quit [Remote host closed the connection]
dennus has quit []
mykoweb has joined #ruby-lang
thang_ has joined #ruby-lang
digs has joined #ruby-lang
digs is now known as Guest82324
toastyne_ has quit [Remote host closed the connection]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mykoweb has quit [Ping timeout: 240 seconds]
jsullivandigs has quit [Ping timeout: 240 seconds]
sferik has joined #ruby-lang
toastynerd has joined #ruby-lang
Cakey has quit [Ping timeout: 250 seconds]
mehlah has quit [Quit: Leaving...]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jeff_r has quit []
djbkd has quit [Remote host closed the connection]
enebo has joined #ruby-lang
djbkd has joined #ruby-lang
Xzyx987X has joined #ruby-lang
mahlon__ has joined #ruby-lang
mahlon_ has quit [Ping timeout: 258 seconds]
mikecmpbll has quit [Ping timeout: 258 seconds]
ryotarai has quit [Ping timeout: 258 seconds]
ryotarai_ has joined #ruby-lang
ryotarai_ is now known as ryotarai
Xzyx987X_ has quit [Ping timeout: 258 seconds]
saarinen has quit [Quit: saarinen]
mahlon__ is now known as mahlon
mikecmpbll has joined #ruby-lang
bjh13 has quit [Ping timeout: 258 seconds]
|jemc| has quit [Quit: WeeChat 0.4.2]
ascarter has quit [Ping timeout: 258 seconds]
kitak_ has quit [Remote host closed the connection]
bjh13 has joined #ruby-lang
Missphoenix has quit [Quit: Leaving]
Miphix has joined #ruby-lang
Bwild has quit [Ping timeout: 258 seconds]
|jemc| has joined #ruby-lang
ascarter has joined #ruby-lang
Bwild has joined #ruby-lang
ascarter has quit [Max SendQ exceeded]
metus_violarium has joined #ruby-lang
ascarter has joined #ruby-lang
ascarter has quit [Max SendQ exceeded]
btiefert has quit [Ping timeout: 258 seconds]
sepp2k has joined #ruby-lang
<metus_violarium> Hello. Does somebody know, is it normal to use inversion of control in ruby?
ascarter has joined #ruby-lang
btiefert has joined #ruby-lang
omosoj has joined #ruby-lang
loincloth has joined #ruby-lang
mechanize has joined #ruby-lang
saarinen has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
D9 has joined #ruby-lang
BucOder has joined #ruby-lang
momomomomo has joined #ruby-lang
<wallerdev> metus_violarium: for what purpose?
<wallerdev> just modularity?
<metus_violarium> yes
<metus_violarium> one object should have another
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<metus_violarium> I pass it outside or I create it in constructor
<metus_violarium> what is the ruby-way?
<avdi> metus_violarium: what you're describing sounds like simple dependency injection, not IoC. And I can't speak for the ruby way, but it's certainly my way :-)
<wallerdev> theres nothing really special about either of those ways in ruby
<toretore> yes, +1 for less coupling
<metus_violarium> Hmm, thanks. It's easer to test.
relix has joined #ruby-lang
<metus_violarium> And what do you do in such cases? Do you write unit-tests (with mocking) and integration test? or only integration tests? or only unit-tests?
<toretore> duck typing is also your friend with dependency injection. "give me an object, and i'll call foo and bar in these circumstances"
AncientAmateur has joined #ruby-lang
<avdi> metus_violarium: yes ;-)
<wallerdev> yeah dependency injection isnt a big deal since theres no interfaces in ruby haha
<wallerdev> just call what you want
<metus_violarium> but it's better to test and to change code
MartynKeigher2 has joined #ruby-lang
<metus_violarium> I guess
<metus_violarium> In the fact, I'm PHP programmer but now I'm writting a gem :D
<avdi> here's a little about how I tend to test, FWIW: http://www.rubytapas.com/episodes/120-Outside-In
<metus_violarium> thanks
<chris2> go loincloth
<loincloth> whut
retro|cz has quit [Ping timeout: 255 seconds]
kukyakya has quit [Remote host closed the connection]
Coincidental has quit [Remote host closed the connection]
<centrx> PHP is an abomination.
<metus_violarium> And one more question please, do you use cucumber in integration tests?
<metus_violarium> in functional. I mean
<whitequark> hell no
<centrx> cucumber is silly
<metus_violarium> because I've seen a lot of gems which used it
<centrx> The tests are written in English and then parsed with regex
<centrx> metus_violarium, Most people use rspec or minitest
gregf has joined #ruby-lang
gregf is now known as Guest62010
<avdi> cucumber has a very specific purpose: sharing vocabulary with non-programming stakeholders. If you don't need (or want) to do that, you don't need cucumber.
Coincidental has joined #ruby-lang
<centrx> metus_violarium, The idea behind cucumber is that the customer/client can "write" the test, in English
<metus_violarium> But it sounds convinient to write a text, to think about it, and after that write actual tests
<metus_violarium> doesn't it?
<centrx> metus_violarium, If that is how you best develop, sure, but the English sentences you think about don't need to be written into your code
<[spoiler]> metus_violarium, idk. engsome English constructs don't always translate to code very well
agarie has joined #ruby-lang
mechanize has quit []
<metus_violarium> and so, who uses cucumber?))
<avdi> One fun middle ground, of sorts, is rspec-given by Jim Weirich. I'm using it in an app I'm developing. It gives RSpec (or minitest) a nice Given/When/Then structure but the steps themselves are written in Ruby.
<[spoiler]> metus_violarium, Idk. avoid cucumber if you can. if you must, use it.I tried it once, didn't fancy it
<[spoiler]> rspec is nice
<avdi> metus_violarium: generally cucumber is a team decision. Consultants may use it to make sure they understand their clients' requirements, or a development department may use it to communicate with QA.
<avdi> metus_violarium: if you're just developing a gem it doesn't make a lot of sense
<metus_violarium> I tried too, and found it pain in neck, but I thought, something wrong with me
<toretore> start with the basics
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<toretore> then move on to more complex things when you need them
<avdi> I've worked with a QA guy who *loved* it as a way to describe the way the site *should* work when he discovered bugs. He'd write almost-gherkin descriptions of the behavior and we'd just massage it a tiny bit to be a running test. It was great for communication.
<avdi> yeah, what toretore said.
chouhoul_ has joined #ruby-lang
<metus_violarium> Im trying to write a gem, which will allow to walk through the dates in months in correct order: if first week day is Sunday, or Monday. Should days be printed in vertical or horizontal way. And group some collections by this days. Probably, something like that exists.
nertzy2 has quit [Ping timeout: 265 seconds]
<avdi> probably, but it sounds like a fun exercise all the same.
fragamus has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
<metus_violarium> So, are all of you Rails developers?)
toastynerd has quit [Remote host closed the connection]
<centrx> metus_violarium, no, and some people even have a strong aversion to Rails
retro_ has joined #ruby-lang
<metus_violarium> centrx: like you?)
<centrx> I like Rails
relix has joined #ruby-lang
chouhoulis has quit [Ping timeout: 264 seconds]
<toretore> rails is like cucumber: big and complex, and sometimes you don't need big and complex
|jemc| has quit [Quit: WeeChat 0.4.2]
|jemc| has joined #ruby-lang
<metus_violarium> So, thank you a lot for advices
Silex has quit [Quit: WeeChat 0.4.3]
sepp2k has quit [Ping timeout: 255 seconds]
sepp2k1 has joined #ruby-lang
saarinen has quit [Quit: saarinen]
Silex has joined #ruby-lang
sferik has quit [Read error: Connection reset by peer]
<[spoiler]> I don't have an aversion for Rails, but whenever I use it I can't help but think that it's overkill for my little project. I tend to avoid Rails for that reason. @cc metus_violarium, centrx, toretore
<metus_violarium> And what do you prefer?
<[spoiler]> metus_violarium, I use sinatra, if the thing is simple.
<[spoiler]> However, I usually use ActiveRecord, regardless whether it's a rails app or a sinatra app; ActiveRecord is a godsend
jgpawletko has joined #ruby-lang
<[spoiler]> I'd argue it's Rails' best feature :D
<centrx> Yes that is another thing
<centrx> You can use ActiveRecord or ActiveSupport without the rest of Rails
<centrx> Both are useful for many different kinds of projects
imperator has joined #ruby-lang
retro_ is now known as retro|cz
AncientA_ has joined #ruby-lang
<metus_violarium> But if you need activerecord, mailers, i18n and so on, maybe, it's better just to use Rails?
<[spoiler]> metus_violarium, so far I had to send emails from my Ruby app only once
<[spoiler]> I avoid sending automated emails; they annoy me and I'm sure they annoy plenty of other people (even if there's unsubscribe mechanisms)
jonathanmarvens has quit [Remote host closed the connection]
<centrx> metus_violarium, Rails is a complete framework that has many useful, quality components.
AncientAmateur has quit [Ping timeout: 240 seconds]
<centrx> metus_violarium, In many cases the alternative is to do a lot of research to find the right components elsewhere, and then glue them together
<centrx> metus_violarium, Or to already be familiar with the ruby ecosystem
<[spoiler]> Yeah, Rails is definitely nice, but more often than not, I probably don't use about 80% of Rails
<centrx> metus_violarium, So it is very easy and reliable to choose Rails for a project to minimize design decisions and reduce code requirements
<metus_violarium> and which test framework most developers a prefer?
postmodern has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
xcesariox has joined #ruby-lang
chouhoul_ has quit [Ping timeout: 276 seconds]
frzng has joined #ruby-lang
chouhoulis has joined #ruby-lang
nertzy has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
<centrx> metus_violarium, rspec and minitest are the two main ones
<centrx> metus_violarium, minitest is more straightforward. rspec has more features
chouhoulis has quit [Remote host closed the connection]
tomkadwill has joined #ruby-lang
chouhoulis has joined #ruby-lang
fragamus has quit [Quit: Computer has gone to sleep.]
jonathanmarvens has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
Fushi has quit [Quit: Connection closed for inactivity]
wallerdev has quit [Quit: wallerdev]
fragamus has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
omosoj has quit [Ping timeout: 240 seconds]
jgpawletko has quit [Quit: jgpawletko]
imperator has quit [Ping timeout: 250 seconds]
SilkFox has quit [Read error: Connection reset by peer]
saarinen has joined #ruby-lang
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
BucOder has joined #ruby-lang
AncientA_ has quit [Remote host closed the connection]
hybristic has quit [Remote host closed the connection]
_ht has quit [Remote host closed the connection]
Burgestrand has joined #ruby-lang
spcshpopr8r has joined #ruby-lang
toastynerd has joined #ruby-lang
AncientAmateur has joined #ruby-lang
<spcshpopr8r> I am experimenting with savon version 3, trying to provide "basic auth" configuration when instantiating a Savon.client, I understand according to the documentation http://savonrb.com/version3/http-configuration.html that this should be done with an adapter, I've read the spec, but I'm not sure how to create such an adapter, please help
sferik has joined #ruby-lang
saarinen has quit [Quit: saarinen]
skade has joined #ruby-lang
fragamus has quit [Quit: Computer has gone to sleep.]
sferik has quit [Client Quit]
sferik has joined #ruby-lang
[spoiler] has quit [Quit: Leaving]
sferik has quit [Client Quit]
arBmind has joined #ruby-lang
enmand_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yalue has quit [Quit: Leaving]
sferik has joined #ruby-lang
relix has joined #ruby-lang
imperator has joined #ruby-lang
luiz_lha has quit [Read error: Connection reset by peer]
luiz_lha has joined #ruby-lang
luiz_lha has quit [Read error: Connection reset by peer]
Squarepy has quit [Quit: Leaving]
saarinen has joined #ruby-lang
wallerdev has joined #ruby-lang
saarinen has quit [Client Quit]
skade has quit [Ping timeout: 276 seconds]
elia has joined #ruby-lang
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
BucOder has quit [Quit: Computer has gone to sleep.]
loincloth has quit [Remote host closed the connection]
Coincidental has quit [Read error: Connection reset by peer]
omosoj has joined #ruby-lang
Coincidental has joined #ruby-lang
mehlah has joined #ruby-lang
saarinen has joined #ruby-lang
loincloth has joined #ruby-lang
shinnya has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
MartynKeigher2 has quit [Ping timeout: 245 seconds]
elia has joined #ruby-lang
sferik has joined #ruby-lang
sferik has quit [Client Quit]
kyb3r_ has joined #ruby-lang
BucOder has joined #ruby-lang
loincloth has quit []
miwood has quit []
ascarter has joined #ruby-lang
ascarter has quit [Read error: Connection reset by peer]
agarie has quit [Read error: Connection reset by peer]
ascarter has joined #ruby-lang
agrinb has joined #ruby-lang
<eam> .sq deploying range-server
sarkyniin has quit [Quit: Quitte]
<eam> er
<eam> mischan
<bougyman> there has to be a better way to do this:
<bougyman> arr = []; Pathname("/foo/bar/baz").ascend { |a| arr.unshift a.to_s unless a.to_s == '/' }; arr
<bougyman> => ["/foo", "/foo/bar", "/foo/bar/baz"]
Cakey has joined #ruby-lang
metus_violarium has quit [Remote host closed the connection]
mbj has quit [Quit: leaving]
jonathanmarvens has quit [Remote host closed the connection]
Cakey has quit [Ping timeout: 240 seconds]
Coincidental has quit [Read error: Connection reset by peer]
ur5us has joined #ruby-lang
arooni-mobile has joined #ruby-lang
Coincidental has joined #ruby-lang
MichD is now known as michd
<badeball> >> Pathname("/foo/bar/baz").enum_for(:ascend).map(&:to_s)
<eval-in_> badeball => undefined method `Pathname' for main:Object (NoMethodError) ... (https://eval.in/148338)
<badeball> oh well.
ap4y has joined #ruby-lang
tomkadwill has quit []
torrieri has joined #ruby-lang
<imperator> >> Pathname.new("/foo/bar/baz").enum_for(:ascend).to_a
<eval-in_> imperator => uninitialized constant Pathname (NameError) ... (https://eval.in/148343)
<imperator> wut
<imperator> >> require 'pathname'; Pathname.new("/foo/bar/baz").enum_for(:ascend).to_a
<eval-in_> imperator => [#<Pathname:/foo/bar/baz>, #<Pathname:/foo/bar>, #<Pathname:/foo>, #<Pathname:/>] (https://eval.in/148344)
<imperator> ow, my sides
mykoweb has joined #ruby-lang
dknox is now known as dknox-bbib
solars has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby-lang
enmand_ has joined #ruby-lang
Squarepy has joined #ruby-lang
<havenwood> badeball: a more verbose option:
<havenwood> >> require 'pathname'; results = []; Pathname.new('/foo/bar/baz').ascend { |path| results << path.to_s unless path.mountpoint? }; results
<eval-in_> havenwood => (https://eval.in/148347)
bf4_ has joined #ruby-lang
<imperator> >> require 'pathname'; Pathname.new("/foo/bar/baz").enum_for(:descend).to_a
<eval-in_> imperator => [#<Pathname:/>, #<Pathname:/foo>, #<Pathname:/foo/bar>, #<Pathname:/foo/bar/baz>] (https://eval.in/148348)
<imperator> >> require 'pathname'; Pathname.new("/foo/bar/baz").enum_for(:descend).to_a.map(&:to_s)
<eval-in_> imperator => ["/", "/foo", "/foo/bar", "/foo/bar/baz"] (https://eval.in/148349)
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enmand_ has quit [Ping timeout: 240 seconds]
robmiller has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bf4 has quit [Ping timeout: 276 seconds]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<drbrain> ❤ enum_for
<bougyman> right, but I don't want /
enmand_ has joined #ruby-lang
<drbrain> Pathname.new("/foo/bar/baz").enum_for(:descend).drop(1).to_a.map(&:to_s)
Burgestrand has quit [Quit: Burgestrand]
kitak has quit [Remote host closed the connection]
<drbrain> ah, redundant to_a
kitak has joined #ruby-lang
<imperator> >> require 'pathname'; Pathname.new("/foo/bar/baz").enum_for(:descend).to_a.delete_if(&:root?).map(&:to_s)
<eval-in_> imperator => ["/foo", "/foo/bar", "/foo/bar/baz"] (https://eval.in/148351)
<havenwood> >> require 'pathname'; Pathname('/foo/bar/baz').enum_for(:descend).reject(&:root?).map(&:to_s)
<eval-in_> havenwood => ["/foo", "/foo/bar", "/foo/bar/baz"] (https://eval.in/148352)
<imperator> nice
bf4_ has quit [Ping timeout: 255 seconds]
<imperator> i so rarely use reject
futilegames has quit [Quit: futilegames]
allomov has quit [Remote host closed the connection]
VTLob has quit [Quit: VTLob]
agrinb has quit [Remote host closed the connection]
hybristic has joined #ruby-lang
agrinb has joined #ruby-lang
franzip has quit [Quit: ...]
mus1cb0x has joined #ruby-lang
<mus1cb0x> hello, what is the difference between #ruby and this channel please?
<drbrain> mus1cb0x: this channel is older and official
<mus1cb0x> ah ok
<mus1cb0x> i used ruby a lot some years ago. i heard there is working on a ruby vm going on?
<drbrain> ruby 1.9 and newer use a VM
agrinb has quit [Ping timeout: 264 seconds]
<centrx> mus1cb0x, The alternative JRuby and Rubinius interpreters also use a VM
<mus1cb0x> ah ok, that was a while ago. old news i guess
alexju has quit [Remote host closed the connection]
<mus1cb0x> is there any other work going on in the ruby horizon/roadmap to 'dramatically improve performance'?
<centrx> What year have you travelled from?
BucOder has quit [Quit: Computer has gone to sleep.]
<centrx> mus1cb0x, 2.0 and 2.1 also had big performance improvements. Not sure what is on the horizon
<mus1cb0x> last time i used ruby was 2008
imperator has quit [Quit: Leaving]
<mus1cb0x> ty i'll read those
<mus1cb0x> VM (method cache), nice
kitak_ has joined #ruby-lang
<mus1cb0x> i think the performance of ruby/rails has seemed to hurt its reputation over the past several years unfortunately. glad to see it improving!
<centrx> I think speed is equivalent now with e.g. Python
<centrx> Some things better some things worse
<mus1cb0x> that's great!
<drbrain> lots of GC improvements in 2.0 and 2.1, too
<mus1cb0x> that's also very good news
<mus1cb0x> and i saw there's a minimal framework option with sinatra now. that's a good companion to rails 'full feature'
<mus1cb0x> :)
<havenwood> mus1cb0x: there are some nice ones in addition to Sinatra, like NYNY, Hobbit, Cuba, Ramaze, Camping and Scorched - and that's just for Rack
dknox-bbib is now known as dknox
bjh13 has quit [Quit: leaving]
<mus1cb0x> of those i've only heard of camping. lots changed in the time past :)
<havenwood> mus1cb0x: oh, and one of the newest, Lotus
<havenwood> mus1cb0x: http://lotusrb.org/
<xybre> mus1cb0x: Sinatra doesn't comapre to Rails, maybe Padrino does, but Sinatra is a very different thing. Rails is slow, thats true.
<havenwood> mus1cb0x: or something not even on Rack :O if you want a bleeding edge actor-based framework on a Ruby port of Erlang's webmachine, lattice: https://github.com/celluloid/lattice#readme
<xybre> Yeah I hear Lotus was pretty neat.
<mus1cb0x> erlang and webmachine are badass. checking out lattice now
workmad3 has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
apeiros has joined #ruby-lang
<mus1cb0x> yea seems cool. that's the problem for me, they all seem cool in various ways so it becomes impossible for me to decide on an alternative to rails and use it
<mus1cb0x> i don't know if it'll stick around, get traction, etc
<mus1cb0x> and at least with rails there's always the plan b of the time investment, marketability
<xybre> Don't worry about it, just build stuff.
<mus1cb0x> tons of rails jobs
<havenwood> mus1cb0x: tons of sinatra jobs too now
<ericwood> what xybre said
<mus1cb0x> well yea, i do. i was speaking in terms of the question of whether to leave rails for a different framework or not
<mus1cb0x> havenwood: oh yea?
<ericwood> if you want to play with something new, sure
<ericwood> you can learn a lot from seeing other methodologies
<ericwood> but don't do it to optimize marketability or whatever
<ericwood> just build shit™
<xybre> You should abolsutely build something in not-rails.
<ericwood> agreed
<mus1cb0x> i did. i stopped using rails in 07 and just started using pure ruby
<xybre> And then build something fresh in Rails, jsut for the hell of it.
<mus1cb0x> built a ton of stuff through 08
<mus1cb0x> then i started learning C which has been awesome
<xybre> A year of ruby from 6 years ago? The landscape is very different.
<ericwood> rails has changed a bunch since then, probably be cool to dig back into it again!
<mus1cb0x> yea seems to be
<mus1cb0x> yea it'll be interesting to see how it's changed
<ericwood> engines, asset pipeline, less suckiness
<ericwood> :D
herpless has quit [Quit: Connection closed for inactivity]
<mus1cb0x> my primary goal is to rapid build web apps now that i can do low level (C) and client (apple ios) to link in
<ericwood> I'd just do rails, then, you'll have a ton to dig into
<mus1cb0x> i don't really care if rails is slow as i figure hardware is cheap, and if i exceed hardware that means i've attained success
allomov has joined #ruby-lang
<ericwood> yeah don't worry about that so much just yet...
<ericwood> there's a lot you can do to make rails scale out
<ericwood> not that it's some perfect scalable solution but it can be a workhorse if needed
<mus1cb0x> so the 'good enough' trophy
<mus1cb0x> (which carries much value)
yfeldblu_ has joined #ruby-lang
<ericwood> haha yeah
<mus1cb0x> it can use pgsql correct?
<mus1cb0x> my db toolbox includes sqlite and pgsql
<mus1cb0x> sweet
enebo has quit [Quit: enebo]
elia has quit [Quit: Computer has gone to sleep.]
yfeldblum has quit [Ping timeout: 240 seconds]
yfeldblu_ has quit [Ping timeout: 245 seconds]
<xybre> You can deploy Rails apps for free/cheap, worry about scale later.
<xybre> Yeah Postgres works great with ActiveRecord.
nathanstitt has quit [Quit: I growing sleepy]
<mus1cb0x> i'm setting up a freebsd box now i need for some static serving. is nginx, which i use for static serving, also good for rails serving?
danijoo has quit [Read error: Connection reset by peer]
<drbrain> mus1cb0x: I think people use it to front puma/unicorn these days
<drbrain> (I'm not big on rails, so I may be wrong)
<mus1cb0x> unicorn? hah i have been gone a long time
danijoo has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
<mus1cb0x> what's the background of the unicorn thing? i remember it was ponies or something before that
arooni-mobile has quit [Ping timeout: 252 seconds]
cstrahan has joined #ruby-lang
AKASkip has quit [Ping timeout: 250 seconds]
musl has quit [Quit: WeeChat 0.4.3]
musl has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
Squarepy has quit [Quit: Leaving]
mykoweb has joined #ruby-lang
fezziwig has joined #ruby-lang
<robmiller> random question: when writing about binary data it's common/universal to denote octal as e.g. \0173 and hex as e.g. \x7D. but what do people assume decimal to be? i've seen e.g. \123 but that doesn't seem universal like the others
ledestin has quit [Ping timeout: 240 seconds]
__butch__ has quit [Quit: Leaving.]
mykoweb has quit [Ping timeout: 245 seconds]
<robmiller> obviously for a single value you might well just write e.g. 123. but for a string of them, \123\124\125 seems to work nicely
<eam> robmiller: such escapes are generally representing the char C datatype so decimal doesn't make much sense
<zenspider> rawr
<eam> (in a string)
<eam> with \xFF, you have exactly one byte
<zenspider> robmiller: just pick one and stick to it?
<zenspider> bringing up multiple representations for the same data just gets confusing
dik_dak has quit [Quit: Leaving]
<robmiller> hmm. i'm trying to talk about character encodings for relative beginners, and decimal seems the obvious representation to pick for ease of understanding
sferik has joined #ruby-lang
<robmiller> since i think an table showing decimal to character mappings in ASCII is about as simple as character encodings can ever be, conceptually
mykoweb has joined #ruby-lang
<robmiller> (i might be wrong, though)
agrinb has joined #ruby-lang
<robmiller> so i need to convey how the string "abc" in ASCII is actually, under the hood, three bytes represented in decimal as 97, 98, 99, but without being quite so verbose. i'd hoped i could say "\97\98\99" but perhaps not
<eam> robmiller: you could avoid the string literal escape syntax entirely
<eam> 97.chr
<eam> may more clearly illustrate the transformation of type
<workmad3> robmiller: the 'simplest' character encoding would be the case-insensitive 'a = 1, b = 2, c = 3, ...' encoding ;)
<robmiller> workmad3: ok ok, the simplest encoding that you're likely to encounter in the wild :P
ledestin has joined #ruby-lang
<workmad3> robmiller: if you just needed to get people's head around the idea that you can use numbers to represent letters, I'd start with that ;)
skade has joined #ruby-lang
<robmiller> yes that's a good point. i'm trying to talk about it in the abstract before diving into the ruby-specific stuff, so perhaps i could just outline a character encoding even simpler than ASCII to start off with
bantic has quit [Quit: bantic]
<workmad3> robmiller: then, in the wild, you could probably argue that the GSM encoding used for SMS messaging is 'simpler' as it has fewer control characters and the like in it :)
<workmad3> robmiller: but yeah, in practice, get people used to the idea that you can shift the representation around
nofxx has quit [Remote host closed the connection]
<robmiller> thanks all, that's very helpful
<workmad3> robmiller: then give them a string like '2117' and ask them to decode it maybe ;)
<workmad3> robmiller: which brings you to the point of fixed-width encodings :)
<robmiller> writing about subjects like this is a recipe for patronising those who know about it while still sailing miles over the heads of those who don't
engel has quit [Quit: Leaving]
<workmad3> robmiller: yeah... that's why I'd suggest throwing stuff to the audience/participants to get them thinking
<zenspider> robmiller: "abc".each_char.map(&:ord) # => [97, 98, 99]
<workmad3> robmiller: and also so you can gauge how well they've grabbed an idea
jonathanmarvens has joined #ruby-lang
<zenspider> I'd just show what each thingy is, instead of obfuscating it via representation
<robmiller> unfortunately this is pure writing, no audience, so i have no such luxury!
<workmad3> robmiller: drats :D
<zenspider> I was able to show you over IRC. that's writing.
<zenspider> so I just got pinged into rewriting/replacing Struct with something a little less magical and more usable. Two ideas are: remove Enumerable (to_a shouldn't exist on struct), allow it to subclass other structs. Any other ideas?
toastynerd has quit [Remote host closed the connection]
<robmiller> zenspider: yes definitely, i agree entirely re: obfuscation. my worry that i was obfuscating was why i asked, and it looks like i am! so i'll rework
<workmad3> zenspider: it would be kinda nice, IMO, if you could include a module that provided the initializer based on attr_reader/writer/accessor macros that you'd declared
<workmad3> zenspider: rather than inherit from 'Struct.new(:foo, :bar)'
<zenspider> like: include Structable(:foo, :bar) ?
<zenspider> I could get behind that too
yfeldblum has joined #ruby-lang
lcdhoffman has joined #ruby-lang
<workmad3> zenspider: I was thinking more 'class MyStruct; attr_accessor :foo, :bar; include Structable' and it picks up the :foo and :bar accessors
<wallerdev> what would that do for initialize
<zenspider> tho in my case, I'd be pretty happy with class MyThing < Struct.new(SuperStruct, :foo, :bar)
arrubin has quit []
<zenspider> workmad3: problem is you're including something higher in the inheritence chain, so I'm not sure if it'd see the attrs
<workmad3> zenspider: but I guess 'include Structable(:foo, :bar)' would be an easier implementation :)
michaeldeol has joined #ruby-lang
<zenspider> yeah. cleaner for sure
<zenspider> I'll play
<zenspider> gotta wade through the struct tests first. they're... special.
andrewvos has joined #ruby-lang
andrewvos has left #ruby-lang ["WeeChat 0.4.0"]
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
<workmad3> zenspider: well, here's a really basic impl of Structable :) https://gist.github.com/workmad3/12fb72097963f590c396
<workmad3> wallerdev: in what sense?
<wallerdev> well initializers can vary
<wallerdev> like if you have 2 required parameters and 6 opitonal ones
<wallerdev> you might want to let people send in named parameters/hash
<workmad3> wallerdev: right... but the exact same is true when inheriting from Struct
<zenspider> I like it. thanks
<zenspider> currently getting tests to pass under minitest :(
<zenspider> def assert_nothing_raised
<zenspider> yield
<zenspider> end
<workmad3> that looks... fun :D
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
kitak_ has quit [Remote host closed the connection]
ledestin has quit [Ping timeout: 255 seconds]
kitak has quit [Remote host closed the connection]
fezziwig has quit [Ping timeout: 255 seconds]
<zenspider> gah
<zenspider> WHAT DOES THIS EVEN MEAN?
<zenspider> why would you have assert_nothing_raised take a list of classes?
kitak has joined #ruby-lang
<zenspider> are those things you shouldn't raise? things you should? I thought nothing meant NO THINGS
kyb3r__ has joined #ruby-lang
kyb3r_ has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 245 seconds]
skade has quit [Ping timeout: 252 seconds]
fezziwig has joined #ruby-lang
|jemc| has quit [Ping timeout: 245 seconds]
saarinen has quit [Quit: saarinen]
ledestin has joined #ruby-lang
saarinen has joined #ruby-lang
cstrahan has quit [Ping timeout: 265 seconds]
allomov has quit [Remote host closed the connection]
nathanstitt has joined #ruby-lang
arooni-mobile has joined #ruby-lang
joonty has quit [Ping timeout: 264 seconds]
spuk has joined #ruby-lang
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
joonty has joined #ruby-lang
sssczy has joined #ruby-lang
sssczy has left #ruby-lang [#ruby-lang]
sssczy has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
fezziwig has quit [Remote host closed the connection]
allomov has joined #ruby-lang
kitak_ has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
cstrahan has joined #ruby-lang
mykoweb_ has joined #ruby-lang
mykoweb has quit [Ping timeout: 245 seconds]
willmarshall has joined #ruby-lang
musl has quit [Remote host closed the connection]