apeiros_ changed the topic of #ruby to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com || this channel is logged at http://irclog.whitequark.org, other public logging is prohibited
Squarepy has quit [Read error: Connection reset by peer]
eka has joined #ruby
havenwood has quit [Client Quit]
phoo1234567 has quit [Quit: Leaving]
cpruitt has quit [Quit: cpruitt]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
axsuul has quit [Ping timeout: 244 seconds]
mr_snowf1ake has joined #ruby
phlx has joined #ruby
<phlx> anyone know how I can use this opencv syntax on the ruby lib? http://stackoverflow.com/questions/8267191/how-to-crop-a-cvmat-in-opencv
awc737 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
phlx is now known as the_f0ster
weems|nix has joined #ruby
jmbrown412 has quit [Ping timeout: 245 seconds]
cobakobodob has quit [Ping timeout: 272 seconds]
axilla has joined #ruby
jrhe_ has quit [Quit: Connection closed for inactivity]
eka has quit [Ping timeout: 260 seconds]
toastynerd has joined #ruby
yetanoth1rdave has joined #ruby
yetanotherdave has quit [Read error: Connection reset by peer]
aspires has joined #ruby
Grantlyk has joined #ruby
parduse has quit [Ping timeout: 272 seconds]
x1337807x has joined #ruby
rdavila has quit [Quit: rdavila]
terrellt has quit [Ping timeout: 246 seconds]
roland15 has joined #ruby
chrishough has joined #ruby
narcan has joined #ruby
sdwrage has joined #ruby
nisstyre has quit [Quit: WeeChat 0.4.3]
nisstyre has joined #ruby
bMalum______ has joined #ruby
maestrojed has quit [Quit: Computer has gone to sleep.]
parduse has joined #ruby
kuzushi has joined #ruby
W0rmDr1nk has joined #ruby
chrishough has quit [Quit: chrishough]
barhum2013 has quit [Quit: barhum2013]
_maes_ has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
cy has quit [Quit: :q!]
ghostmoth has quit [Quit: ghostmoth]
Aranshada|W has quit [Quit: Aranshada|W]
bMalum______ has quit [Ping timeout: 250 seconds]
Aranshada|W has joined #ruby
SilkFox has joined #ruby
harshjha_ has quit [Quit: This computer has gone to sleep]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
RxDx has joined #ruby
theharshest has joined #ruby
x1337807x has joined #ruby
beef-wellington has joined #ruby
b00stfr3ak has quit [Ping timeout: 264 seconds]
lw has quit [Quit: s]
mccollek has quit [Ping timeout: 246 seconds]
sdwrage has quit [Quit: Leaving]
barhum2013 has joined #ruby
<Blizzy> let's say I have duplicate hash values. how would I remove the duplicates?
Photism has quit [Quit: Leaving]
oo_ has joined #ruby
nanoyak has quit [Quit: Computer has gone to sleep.]
MartinCleaver has quit [Quit: MartinCleaver]
Panicky has joined #ruby
marr has quit [Ping timeout: 260 seconds]
x1337807x has quit [Client Quit]
Hobogrammer has joined #ruby
Grantlyk has quit [Read error: Connection reset by peer]
fgo has joined #ruby
asmodchan has joined #ruby
x1337807x has joined #ruby
Grantlyk has joined #ruby
zz_karupa is now known as karupa
klaut has quit [Remote host closed the connection]
asmodchan has quit [Client Quit]
jay__ has quit []
the_f0ster has quit [Remote host closed the connection]
<centrx> Blizzy, but the keys are not duplicate?
<Blizzy> yes.
<Blizzy> only the values.
cobakobodob has joined #ruby
<Blizzy> well, actually, both.
<Blizzy> both the keys and the values are duplicate.
asmodlol has quit [Ping timeout: 240 seconds]
philcrissman has joined #ruby
<Blizzy> brb in like 20 minutes.
fgo has quit [Ping timeout: 255 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
toastynerd has quit [Remote host closed the connection]
ARCADIVS has quit [Quit: WeeChat 0.4.3]
oo_ has quit [Remote host closed the connection]
philcrissman has quit [Ping timeout: 246 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
anaeem1 has joined #ruby
oo_ has joined #ruby
x1337807x has joined #ruby
gtc has joined #ruby
britneywright has joined #ruby
sevvie has joined #ruby
riceandbeans has joined #ruby
<riceandbeans> can anyone give me a hand with a mechanize ssl issue?
x1337807x has quit [Ping timeout: 244 seconds]
oo_ has quit [Remote host closed the connection]
anaeem1 has quit [Ping timeout: 240 seconds]
ponch_ has quit [Ping timeout: 240 seconds]
oo_ has joined #ruby
<riceandbeans> even using page = Mechanize.new{|a| a.ssl_version, a.verify_mode = 'SSLv3', OpenSSL::SSL::VERIFY_NONE} I get the SSL issue
asteve has joined #ruby
tkuchiki has joined #ruby
<centrx> riceandbeans, You haven't said what the issue is. There's your first problem.
fwaokda has quit [Ping timeout: 255 seconds]
pietr0 has joined #ruby
autonomousdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
diegoviola has joined #ruby
iamjarvo has joined #ruby
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<riceandbeans> [2014-08-13 17:46:01] ERROR OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
timgauthier has joined #ruby
<dorei> riceandbeans: i guess the problem is that you pass both SSLv3 and VERIFY_NONE, not sure about mechanize though
shinobi_one has quit [Quit: shinobi_one]
<centrx> riceandbeans, I had the same problem recently. I installed SSL certificates and it was fixed. (On Debian: apt-get install ca-certificates)
eka has joined #ruby
wjimenez5271 has quit [Remote host closed the connection]
shinobi_one has joined #ruby
shinobi_one has quit [Client Quit]
<dorei> with open, i use open(url, :ssl_verify_mode => OpenSSL::SSL::VERIFY_NONE) for sites with invalid certificates
tylerkern has joined #ruby
PanPan has joined #ruby
jonr22 has joined #ruby
Grantlyk has quit [Remote host closed the connection]
jonr22 has quit [Client Quit]
<riceandbeans> this is for ANY ssl
<riceandbeans> valid or otherwise
weems|nix has quit [Remote host closed the connection]
bmurt has joined #ruby
andrewjanssen has quit [Quit: Leaving...]
RxDx has quit [Quit: This computer has gone to sleep]
echooo has joined #ruby
Kricir has joined #ruby
fgo has joined #ruby
fwaokda has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
sevvie has quit [Quit: leaving]
Kricir has quit [Ping timeout: 260 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
JavaTheHut has joined #ruby
TorpedoSkyline has joined #ruby
fgo has quit [Ping timeout: 250 seconds]
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<JavaTheHut> should I learn ruby or python? Are there any pros ruby has over python?
<riceandbeans> it's not based in whitespace
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<riceandbeans> which is a horrible concept
<sweeper> riceandbeans: screw you
<riceandbeans> it reads better and is more clear
TorpedoSkyline has joined #ruby
* sweeper does HAML all day
TorpedoSkyline has quit [Read error: Connection reset by peer]
TheNet has joined #ruby
iteratorP has joined #ruby
<riceandbeans> python is far more popular in the market though
InhalingPixels has quit [Remote host closed the connection]
<riceandbeans> but PHP is more popular than that and PHP is horrible
<riceandbeans> why HAML
<JavaTheHut> oh cool. I guess your right about white space.
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
ssvo has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<sweeper> riceandbeans: cause I don't like typing the ends of tags?
toastynerd has joined #ruby
<sweeper> JavaTheHut: the whitespace thing is usually like 0 problems if you have a decent editor. and saves typing
InhalingPixels has joined #ruby
TorpedoSkyline has joined #ruby
<JavaTheHut> so what kinds of tools are you using for ruby dev?
TorpedoSkyline has quit [Read error: Connection reset by peer]
<JavaTheHut> do you use Visual Studio or Eclipse?
sevenseacat has joined #ruby
<riceandbeans> sweeper: I use emacs and I still think python is hideous
jon2 has joined #ruby
<sweeper> riceandbeans: see, exactly :)
<riceandbeans> sweeper: I kid you not, when I do python, I do #{ and #} for my own clarity sake
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
tylerkern has joined #ruby
<sweeper> that's pretty retarded
<riceandbeans> sweeper: I would take perl ANY DAY over python
<riceandbeans> I use perl all the time instead of python
cesurasean1 has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<JavaTheHut> does anyone use lisp or is it officially dead now?
<sweeper> JavaTheHut: weirdos aside, ruby tends to be friendlier to people who are new at programming
cesurasean has quit [Ping timeout: 260 seconds]
<sweeper> JavaTheHut: if you want an "odd" language, try Go
<JavaTheHut> i'm semi-new
<JavaTheHut> i know some java
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
Wolland has joined #ruby
amacou has quit [Read error: Connection reset by peer]
<JavaTheHut> but GO isn't as cool as ruby, python, or lisp
<sweeper> mmmm, Go is made for concurrency
<JavaTheHut> i think go was made by the same person who invented C
amacou has joined #ruby
icole has quit [Ping timeout: 272 seconds]
build-system has left #ruby ["Leaving"]
<sweeper> it will def stretch your brain
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
JoshGlzBrk has joined #ruby
siukit2014 has quit []
<sweeper> at the end of the days, languages are tools, and some are more well suited to some tasks than others
<JavaTheHut> but go is not as advanced as lisp and ruby since it is based on C.
<JavaTheHut> i think the father of C invented go
<sweeper> you are smoking crack dude
<mozzarella> wat
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<sweeper> ah damn
<sweeper> he's just trollin ain't he
coca_rails has quit [Quit: coca_rails]
* sweeper has another beer
InhalingPixels has quit [Ping timeout: 255 seconds]
<riceandbeans> go was made to be like a bastard offspring between C and Python
jon2 has quit [Client Quit]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<riceandbeans> Rust is cooler than Go
<pipework> JavaTheHut: If you're going to do drugs and IRC, the least you could do is share.
<riceandbeans> but still
<JavaTheHut> no, i'm here to learn what language to use. Wtih ruby at the top of the list. I'm just saying Go is a C-based lagnauge and one of the creators was a father of C
<riceandbeans> what is your goal?
<riceandbeans> making money?
<pipework> JavaTheHut: Because that's a great way to determine what language to use?
tylerkern has quit [Ping timeout: 246 seconds]
flowerha_ has joined #ruby
TorpedoSkyline has joined #ruby
<riceandbeans> the biggest cut of the market is in java and php work
TorpedoSkyline has quit [Read error: Connection reset by peer]
jon2 has joined #ruby
<riceandbeans> but when you get in web dev, no matter what language, 3/4 of it is html and css
flowerhack has quit [Remote host closed the connection]
jon2 has quit [Client Quit]
<riceandbeans> pick your poison
<pipework> ^not correct
<diegoviola> for someone who knows Ruby and SQL, it should be trivial to switch from Sequel and ActiveRecord, and vice-versa, right?
<JavaTheHut> oh yeah. $$$
InhalingPixels has joined #ruby
<pipework> diegoviola: no, it's never trivial unless your use is.
<riceandbeans> if your only goal is $$$, I'd say go with php
<sweeper> JavaTheHut: protip, people still get paid lots of money writing COBOL
<diegoviola> Sequel looks like it's SQL mapped to Ruby and ActiveRecord hides SQL a bit more
<pipework> But you'll earn it slower.
<riceandbeans> it's a horrible language, but the market is more poluted with it than anything else
<sweeper> let that sink in
<pipework> I like languages that I can make lots of money in per hour while also having a healthy market.
snath has quit [Ping timeout: 240 seconds]
bricker`work has quit [Ping timeout: 264 seconds]
<diegoviola> pipework: not sure what you mean?
<benzrf> php is ridiculously awful
<pipework> diegoviola: you usually don't
<benzrf> i cant think of a single worse language that wasnt made as a joke
<riceandbeans> number of COBOL jobs vs number of PHP jobs....
<riceandbeans> I despise PHP
<riceandbeans> almost as much as I do Java
<diegoviola> pipework: don't want?
<pipework> riceandbeans: Pay levels for COBOL vs PHP
<sweeper> riceandbeans: but they pay very well :)
<diegoviola> Err.
<riceandbeans> but I can't argue that there are MORE JOBS for those 2 than any other language at the moment
<diegoviola> pipework: don't what?
Wolland has quit []
<JavaTheHut> lets say i want to make $250,000 a year. What language should I learn?
<pipework> diegoviola: you haven't asked me a clarifying question.
<pipework> JavaTheHut: Big Data.
<sweeper> JavaTheHut: Oracle
<JavaTheHut> i can do that. easy
<sweeper> heh
<pipework> that's the way to think!
<riceandbeans> 250k isn't programmer money, that's CEO of a startup money
<sweeper> riceandbeans: it's a high-level Oracle DBA's pay
<riceandbeans> programmers tend to cap out ~175k on the high end
<diegoviola> pipework: not sure what you mean with "you usually don't"?
<riceandbeans> oracle does not pay any devs 250k
<sweeper> but yea, the real money is in management
<sweeper> riceandbeans: no, oracle does not. that's not what a DBA is
matchaw has quit [Ping timeout: 260 seconds]
<pipework> riceandbeans: Oracle developers do though
<pipework> Not Oracle employees.
<sweeper> database admin, at a large company/government
<riceandbeans> DBAs make less than SWEs on the high ends
<pipework> riceandbeans: Depends on what you're doing.
beef-wellington has quit [Read error: Connection reset by peer]
<pipework> I assure you, RPG developers are making more money than any other kind of developer.
<riceandbeans> DBAs cap out at ~150k
MatthewsFace has quit [Ping timeout: 255 seconds]
<pipework> those reports, right
<sweeper> riceandbeans: bs
beef-wellington has joined #ruby
<pipework> riceandbeans: your data is wrong
<JavaTheHut> Role playing games?
<pipework> JavaTheHut: no
<JavaTheHut> i can make an RPG easy.
<riceandbeans> DBAs don't make that much on average
<JavaTheHut> Rocket propelled grenade?
<riceandbeans> DBAs are really easy to come by and are a dime a dozen
bmurt has quit []
<pipework> JavaTheHut: google might help.
<sweeper> riceandbeans: stop pulling numbers out of your ass
<pipework> riceandbeans: Not really.
axilla has quit [Ping timeout: 244 seconds]
<pipework> You can hire anyone as a DBA pretty easy.
<sweeper> ^
<riceandbeans> indeed, glassdoor, check anything
<riceandbeans> you will not find a DBA >150k
<sweeper> lol
<pipework> riceandbeans: glass door claims that delivery truck drivers make $70-100K
Danibal has joined #ruby
<riceandbeans> I don't care if you're on oracle dba
Danibal has quit [Remote host closed the connection]
<diegoviola> pipework: stop trolling
<pipework> riceandbeans: No one cares what you don't care about.
<pipework> diegoviola: No one is trolling.
<pipework> Well, I don't think riceandbeans is, he's just cocksure.
<riceandbeans> they really don't make insane amounts
jon2 has joined #ruby
<pipework> riceandbeans: 250K is insane?
<pipework> I'd say 400K is
<diegoviola> lol
<riceandbeans> 250k is upper management of a company pay
<JavaTheHut> Rich people would laugh at 250k and fart that out in 1 evening of spending.
<pipework> I'd hate to live in riceandbeans's world.
davividal has joined #ruby
<pipework> I find his nick very telling.
jon2 has quit [Client Quit]
<riceandbeans> ruby devs are going to cap out ~135, but most of that is with rails
<riceandbeans> php devs make way less
<riceandbeans> a monkey can code php
bMalum______ has joined #ruby
havenwood has joined #ruby
<pipework> Anyways, at a recent conference I was at, it was discussed that senior ruby developers in my area (pacific northwest) is between 110-140K
<riceandbeans> pipework: I work in the silicon valley
<sweeper> riceandbeans: although it IS true that the real money is in management
<pipework> riceandbeans: I work for the silicon valley.
<JavaTheHut> how much do you all make?
<sweeper> riceandbeans: then you work in the wrong place to have high paid DBAs
<riceandbeans> I'm IN the silicon valley and ruby devs don't make that here
pietr0 has quit [Quit: pietr0]
<pipework> riceandbeans: You're working for the wrong people.
<riceandbeans> and DBAs in this area tend to not get more than 120k here
omosoj has quit [Ping timeout: 250 seconds]
<davividal> hi. I get that ruby doesn't support method overload. My problem: I have a method that must accept either a string ('pass') or a coordinate ([x, y]). I could default coordinate to nil and, when coordinate = nil assume 'pass', but I don't fell like doing it. Any thought?
<riceandbeans> I know a lot of DBAs in the area
<pipework> If you don't make at least $110-$120K, you're getting fucked.
<pipework> In silicon valley.
<sweeper> riceandbeans: the belt (DC) is where are the crazy people who love "enterprise" stuff live
<pipework> Especially if you live in the area.
jottr has joined #ruby
jon2 has joined #ruby
jon2 is now known as jonr22
<pipework> davividal: Why not just don't default at all?
Fire-Dragon-DoL has quit [Quit: Leaving.]
<riceandbeans> I make >120k, but that's beside the point
<davividal> pipework, sorry?
<sweeper> davividal: yea, just check the type when it comes in...
<pipework> riceandbeans: How is it beside the point? It is the point.
<davividal> sweeper, I could do that. I'm just wondering if it is the correct 'ruby idiom'
<sweeper> davividal: pretty much
thomasxie has joined #ruby
<JavaTheHut> I make less-than 100k. I feel stupid.
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<dorei> davividal: how about having 2 different methods and have the caller deceid which one to call?
<pipework> JavaTheHut: Where do you live and where is the company you work for?
<davividal> sweeper, "self.pass if coordinate == 'pass'" work, but I'm new to ruby and it fells wrong.
<pipework> riceandbeans: You don't need to default the argument. Just require an argument?
<JavaTheHut> middle of no-where
<pipework> davividal: ^
<pipework> JavaTheHut: That doesn't really help.
chihhsin_cloud has joined #ruby
<riceandbeans> pipework: when cost of living is low pay is less important
<sweeper> davividal: eh it's fine
<riceandbeans> anyway
<pipework> riceandbeans: No, pay and perks are all that's important.
aspires has quit []
<pipework> If you're a junior, you won't make as much.
anaeem1 has joined #ruby
<davividal> sweeper, pipework thanks :)
<pipework> davividal: You could easy switch based on whether the argument is a string or an array.
JoshGlzBrk has joined #ruby
<dorei> but that's not good OO design, is it?
bMalum______ has quit [Ping timeout: 260 seconds]
nfk has quit [Quit: yawn]
mary5030 has quit [Remote host closed the connection]
nowthatsamatt has quit [Quit: nowthatsamatt]
<sweeper> dorei: wut.
<pipework> dorei: It depends, erally.
mikepack has joined #ruby
jsodini has quit [Quit: Leaving...]
snath has joined #ruby
<JavaTheHut> OO- you have an interface. Just call method and not care what the type is. duh. I am a Java programmer!
jottr has quit [Ping timeout: 272 seconds]
<JavaTheHut> java yo.
<pipework> OO is aboot the messages
jonr22 has quit [Quit: WeeChat 0.4.2]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<pipework> Anything else beyond or more in depth than that is up in the air.
jonr22 has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Client Quit]
cpruitt has joined #ruby
davividal has quit [Quit: Leaving]
<JavaTheHut> smalltalk oo is about hte messages. Java OO is about... designing the program so new types can be plugged in. Usually noting is gained but sometims it fits pretty well.
anaeem1 has quit [Ping timeout: 260 seconds]
TheNet_ has joined #ruby
TheNet has quit [Ping timeout: 240 seconds]
<pipework> JavaTheHut: no, all OO. See Alan Kay.
coldkey21 has quit [Remote host closed the connection]
dorei has quit []
<JavaTheHut> OO doesn't really mean antyhing since anything can be arbitrarily defined.
<JavaTheHut> Just like a tomota is legally a vegabtle.
<pipework> JavaTheHut: The man who coined the term is the right person to look to.
<JavaTheHut> Alan Kay farted and now we have definition of OO
bradleyp_ has joined #ruby
bmurt has joined #ruby
xcesariox has joined #ruby
<sevenseacat> lol
<riceandbeans> when was the last time you saw someone use smalltalk or squeak?
<riceandbeans> NEVER
<sevenseacat> never
<sevenseacat> actually , i saw a conference talk on smalltalk in february, does that count?
<pipework> GoF mostly.
pietr0 has joined #ruby
bradleyprice has quit [Ping timeout: 264 seconds]
InhalingPixels has quit [Remote host closed the connection]
yeltzooo4 has quit [Remote host closed the connection]
kireevco has joined #ruby
robustus has quit [Ping timeout: 255 seconds]
JavaTheHut has left #ruby ["ERC Version 5.3 (IRC client for Emacs)"]
jonr22 has quit [Quit: WeeChat 0.4.2]
yeltzooo has joined #ruby
robustus has joined #ruby
brianherman has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
rdavila has joined #ruby
mccollek has joined #ruby
TorpedoSkyline has joined #ruby
omosoj has joined #ruby
andrewjanssen has joined #ruby
jonr22 has joined #ruby
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
kireevco has quit [Client Quit]
kireevco has joined #ruby
rdavila has quit [Client Quit]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
<benzrf> OO is about packaging behavior with state
freerobby has quit [Quit: Leaving.]
<benzrf> messages are one way of interfacing with bundled state & behavior
roland15 has quit [Remote host closed the connection]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
chrishough has joined #ruby
<pipework> It's about messages, according to Kays, but that was an update after years of thinking about it.
dpollen has joined #ruby
<benzrf> object oriented doesnt mean anything
<pipework> Kay*
<pipework> Nothing means anything.
jonr22 has quit [Client Quit]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
<sevenseacat> apparently we've all bastardized kay's original meaning behind OO
ponch_ has joined #ruby
jonr22 has joined #ruby
TorpedoSkyline has quit [Ping timeout: 260 seconds]
alvaro_o has quit [Quit: Ex-Chat]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
<pipework> Go with this until you feel like you'd rather not, which might be how you feel at the start. http://c2.com/cgi/wiki?AlanKaysDefinitionOfObjectOriented
qhartman has quit [Quit: Ex-Chat]
nynex2 is now known as _0xff_
emmesswhy has joined #ruby
tokik has joined #ruby
Wolland has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
andrewjanssen has quit [Quit: Leaving...]
barhum2013 has quit [Quit: barhum2013]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<sevenseacat> im not sure i understand rule 6 in the first list
<benzrf> pipework: Nothing means anything?
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<benzrf> like `forall a. Void -> a'?
<pipework> benzrf: anything at all must not be
<sevenseacat> the rest make good common sense
_0xff_ is now known as noop
tectonic has joined #ruby
failshell has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
noop is now known as n00p
n00p is now known as _0xff_
TorpedoSkyline has joined #ruby
alexju has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
jonr22 has quit [Client Quit]
<sevenseacat> though they're vague enough to include just about every different language's idea of OO
jonr22 has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
bMalum______ has joined #ruby
jonr22 has quit [Client Quit]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
_0xff_ has left #ruby [#ruby]
jonr22 has joined #ruby
davedev24_ has quit []
oo_ has quit [Remote host closed the connection]
oo_ has joined #ruby
<benzrf> i like all of eevee's posts
<benzrf> they re good
bMalum______ has quit [Ping timeout: 272 seconds]
<pipework> well, controllers kinda suck.
nateberkopec has quit [Quit: Leaving...]
djbkd has quit [Remote host closed the connection]
centrx has quit [Quit: Mead error: Connection reset by beer]
centrx has joined #ruby
tjr9898_ has quit [Remote host closed the connection]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
mleone has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
troyready has quit [Remote host closed the connection]
<jle`> i am controller
<sevenseacat> this is indeed an interesting read
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
freerobby has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
andrewjanssen has joined #ruby
<centrx> It even starts off with a Python programmer doing something silly
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
jonr22 has quit [Quit: WeeChat 0.4.2]
Kricir has joined #ruby
fgo has joined #ruby
TorpedoSkyline has joined #ruby
andrewjanssen has quit [Client Quit]
TorpedoSkyline has quit [Read error: Connection reset by peer]
<benzrf> centrx: the same silly thing one does in rails afaict o=
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kickr has quit [Quit: leaving]
* sevenseacat bookmarks that blog
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
yetanoth1rdave has quit [Ping timeout: 240 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<benzrf> sevenseacat: its the same blog as from `fractal' on php
<sevenseacat> oh that was a wicked article
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TheNet_ has quit [Quit: Leaving...]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
Wolland_ has joined #ruby
<mozzarella> that torpedo guy is annoying
chipotle has quit [Quit: cya]
<pipework> that mozzarella is pretty dumb
Kricir has quit [Ping timeout: 240 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
fgo has quit [Ping timeout: 244 seconds]
<mozzarella> that pipe is hollow
Wolland has quit [Ping timeout: 264 seconds]
<centrx> mozzarella vs torpedo vs pipework
<centrx> rock beats scissors
<centrx> torpedo goes through pipework and gets covered in mozzarella
* pipework picks lizard
<centrx> What does it mean?
TorpedoSkyline has joined #ruby
jamto11 has quit [Remote host closed the connection]
TorpedoSkyline has quit [Read error: Connection reset by peer]
<pipework> It means my pipes were cleaned by a tip with a long shaft.
InhalingPixels has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Write error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
wallerdev has quit [Quit: wallerdev]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
amacou has quit [Remote host closed the connection]
omosoj has quit [Quit: Leaving]
<sevenseacat> and that links to http://perlhacks.com/2012/03/you-must-hate-version-control-systems/ which is also a fascinating read
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
awc737 has joined #ruby
<sevenseacat> "Over the last ten years, the percentage of clients where I seen unit tests being used has gone from about 10% to pretty much 100%" this is the first job ive had where unit testing was practiced
awc737 has quit [Max SendQ exceeded]
rdavila has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
hamakn has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
InhalingPixels has quit [Ping timeout: 272 seconds]
hamakn has quit [Read error: Connection reset by peer]
bradleyp_ has quit [Remote host closed the connection]
hamakn has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
bradleyprice has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
anaeem1 has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
anaeem1 has quit [Remote host closed the connection]
<sevenseacat> also, the guy who is writing all the shit in the comments on that perlhacks article is insane
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
dpollen has quit [Quit: dpollen]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<sevenseacat> anyway, back to work
bradleyprice has quit [Ping timeout: 250 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
xcesariox has quit [Remote host closed the connection]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
king313 has quit [Quit: .]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
bMalum______ has joined #ruby
failshell has quit [Remote host closed the connection]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
failshell has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
bMalum_______ has joined #ruby
bMalum______ has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
bmurt has quit []
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
niklasb has quit [Ping timeout: 240 seconds]
moted has quit []
TorpedoSkyline has joined #ruby
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
philcrissman has joined #ruby
mikepack has quit [Remote host closed the connection]
ponch_ has quit [Ping timeout: 246 seconds]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
failshell has quit [Ping timeout: 244 seconds]
nateberkopec has joined #ruby
iliketurtles has joined #ruby
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
rdavila has quit [Quit: rdavila]
bMalum_______ has quit [Ping timeout: 260 seconds]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
ponch_ has joined #ruby
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
wallerdev has joined #ruby
TorpedoSkyline has quit [Ping timeout: 240 seconds]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
philcrissman has quit [Ping timeout: 264 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
TorpedoS_ has joined #ruby
TorpedoS_ has quit [Read error: Connection reset by peer]
TorpedoSkyline has quit [Ping timeout: 240 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
mikepack has joined #ruby
pietr0 has quit [Quit: pietr0]
nateberkopec has quit [Ping timeout: 240 seconds]
theharshest has quit [Quit: This computer has gone to sleep]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
<sweeper> sevenseacat: that was amusing, thanks
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
Takle has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Write error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
GriffinHeart has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
Spami has joined #ruby
asteve has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
oo_ has quit [Read error: Connection reset by peer]
larissa has quit [Quit: Leaving]
oo_ has joined #ruby
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
Takle has quit [Ping timeout: 255 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
_maes_ has joined #ruby
_5kg has quit [Ping timeout: 250 seconds]
niftylettuce_ has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
beef-wellington has quit [Ping timeout: 250 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
GriffinHeart has quit [Remote host closed the connection]
cajone has quit [Ping timeout: 272 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
emmesswhy has quit [Quit: Leaving]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
britneywright has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
tjr9898 has joined #ruby
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Read error: Connection reset by peer]
fgo has joined #ruby
iliketurtles has quit [Quit: zzzzz…..]
toastynerd has quit [Remote host closed the connection]
Kricir has joined #ruby
icebourg has joined #ruby
mattmcclure has quit [Quit: Connection closed for inactivity]
tjr9898 has quit [Ping timeout: 260 seconds]
cpruitt has quit [Quit: cpruitt]
diegoviola has quit [Quit: WeeChat 0.4.3]
fgo has quit [Ping timeout: 264 seconds]
Kricir_ has joined #ruby
Kricir has quit [Ping timeout: 260 seconds]
RxDx has joined #ruby
InhalingPixels has joined #ruby
cajone has joined #ruby
krz has joined #ruby
mattyohe has quit [Ping timeout: 240 seconds]
braincrash has quit [Quit: bye bye]
j416 has quit [Read error: Connection reset by peer]
akitada has quit [Ping timeout: 240 seconds]
j416 has joined #ruby
InhalingPixels has quit [Ping timeout: 250 seconds]
paulog_ has quit [Ping timeout: 240 seconds]
alol_ has quit [Ping timeout: 240 seconds]
Kricir_ has quit [Remote host closed the connection]
charliesome has joined #ruby
akitada has joined #ruby
kenneth has joined #ruby
mattyohe has joined #ruby
paulog_ has joined #ruby
alol_ has joined #ruby
bricker`LA has quit [Ping timeout: 255 seconds]
anaeem1 has joined #ruby
centrx is now known as DemonMonster5poi
DemonMonster5poi is now known as centrx
braincrash has joined #ruby
tylerkern has joined #ruby
RxDx has quit [Quit: This computer has gone to sleep]
GriffinHeart has joined #ruby
anaeem1 has quit [Ping timeout: 255 seconds]
szuletett has joined #ruby
Wolland_ is now known as Wolland
w09x has joined #ruby
GriffinHeart has quit [Remote host closed the connection]
Shidash has joined #ruby
skysploit has joined #ruby
endash has quit [Quit: endash]
bMalum_______ has joined #ruby
kaspergrubbe_ has joined #ruby
skysploit has quit [Client Quit]
oo__ has joined #ruby
oo_ has quit [Read error: Connection reset by peer]
bMalum_______ has quit [Ping timeout: 246 seconds]
bradleyprice has joined #ruby
kaspergrubbe_ has quit [Ping timeout: 246 seconds]
Liam-Work has joined #ruby
nat2610 has quit [Quit: Leaving.]
oo__ has quit [Remote host closed the connection]
GriffinHeart has joined #ruby
_5kg has joined #ruby
iliketurtles has joined #ruby
echooo has quit [Remote host closed the connection]
echooo has joined #ruby
nateberkopec has joined #ruby
zorak has quit [Quit: Saliendo]
zorak has joined #ruby
linojon has joined #ruby
oo_ has joined #ruby
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Spami has quit [Quit: This computer has gone to sleep]
toastynerd has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
RxDx has joined #ruby
newUser1234 has joined #ruby
Matadoer has joined #ruby
toastynerd has quit [Ping timeout: 255 seconds]
cy has joined #ruby
emmesswhy has joined #ruby
Aranshada|W has quit [Read error: Connection reset by peer]
RxDx has quit [Quit: This computer has gone to sleep]
cocotton has joined #ruby
cocotton has quit [Remote host closed the connection]
adantj has quit [Ping timeout: 260 seconds]
GriffinHeart has quit [Remote host closed the connection]
ponch_ has quit [Ping timeout: 244 seconds]
jackjackdrpr has quit [Quit: Leaving.]
dopiee has joined #ruby
kireevco1 has joined #ruby
ItSAN____ has joined #ruby
beryllium1 has joined #ruby
Azure_ has joined #ruby
timgauthier has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skmp_ has joined #ruby
andrewstewart_ has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
meinside_ has joined #ruby
akitada_ has joined #ruby
dziga_ has joined #ruby
andrewcarter_ has joined #ruby
bjeanes_ has joined #ruby
Su7 has joined #ruby
thalweg has joined #ruby
cmaxw______ has joined #ruby
charles81_ has joined #ruby
diegok has joined #ruby
BombAw has joined #ruby
bedouin__ has joined #ruby
treehug88 has joined #ruby
niftylettuce__ has joined #ruby
radic_ has joined #ruby
radic has quit [Disconnected by services]
speaking1ode has joined #ruby
Blue_Ice_ has joined #ruby
gregf__ has joined #ruby
Drakevr_ has joined #ruby
charliesome has joined #ruby
ptierno_ has joined #ruby
Roa has joined #ruby
jamooo_ has joined #ruby
phreax has joined #ruby
micah` has joined #ruby
bijumon_ has joined #ruby
matti_ has joined #ruby
slash_ni1k has joined #ruby
vieq_ has joined #ruby
Morrolan_ has joined #ruby
fumduq- has joined #ruby
QKO has joined #ruby
Kilobyte|StupidC has joined #ruby
heftig_ has joined #ruby
Hien_ has joined #ruby
mc_fail_ has joined #ruby
RoryHughes_ has joined #ruby
bhaak_ has joined #ruby
waltz_ has joined #ruby
MindfulMonk_ has joined #ruby
narcan has quit [Ping timeout: 250 seconds]
dziga has quit [Ping timeout: 250 seconds]
Mattias has quit [Ping timeout: 250 seconds]
oetjenj has quit [Ping timeout: 250 seconds]
reprazent has quit [Ping timeout: 250 seconds]
heftig has quit [Ping timeout: 250 seconds]
beryllium has quit [Ping timeout: 250 seconds]
bedouin_ has quit [Ping timeout: 250 seconds]
charles81 has quit [Ping timeout: 250 seconds]
sptq has quit [Ping timeout: 250 seconds]
RoryHughes has quit [Ping timeout: 250 seconds]
Jello_Raptor has quit [Ping timeout: 250 seconds]
billy_ran_away has quit [Ping timeout: 250 seconds]
cmaxw_____ has quit [Ping timeout: 250 seconds]
andrewcarter has quit [Ping timeout: 250 seconds]
Guest85414______ has quit [Ping timeout: 250 seconds]
speakingcode has quit [Ping timeout: 250 seconds]
waltz has quit [Ping timeout: 250 seconds]
Lulzon has quit [Ping timeout: 250 seconds]
_5kg has quit [Ping timeout: 250 seconds]
akitada has quit [Ping timeout: 250 seconds]
niftylettuce_ has quit [Ping timeout: 250 seconds]
tectonic has quit [Ping timeout: 250 seconds]
Kilo`byte has quit [Ping timeout: 250 seconds]
ItSANgo has quit [Ping timeout: 250 seconds]
gccostabr has quit [Ping timeout: 250 seconds]
meinside has quit [Ping timeout: 250 seconds]
Azure has quit [Ping timeout: 250 seconds]
dyreshark has quit [Ping timeout: 250 seconds]
Roa_ has quit [Ping timeout: 250 seconds]
ptierno has quit [Ping timeout: 250 seconds]
marcel has quit [Ping timeout: 250 seconds]
Drakevr has quit [Ping timeout: 250 seconds]
gregf_ has quit [Ping timeout: 250 seconds]
Blue_Ice has quit [Ping timeout: 250 seconds]
jamooo has quit [Ping timeout: 250 seconds]
stopbit has quit [Ping timeout: 250 seconds]
musicmatze has quit [Ping timeout: 250 seconds]
_maes_ has quit [Ping timeout: 250 seconds]
kireevco has quit [Ping timeout: 250 seconds]
W0rmDr1nk has quit [Ping timeout: 250 seconds]
dwts has quit [Ping timeout: 250 seconds]
micah`_ has quit [Ping timeout: 250 seconds]
dopieee has quit [Ping timeout: 250 seconds]
andrewstewart has quit [Ping timeout: 250 seconds]
skmp has quit [Ping timeout: 250 seconds]
bjeanes has quit [Ping timeout: 250 seconds]
segv has quit [Ping timeout: 250 seconds]
bhaak has quit [Ping timeout: 250 seconds]
QKO_ has quit [Ping timeout: 250 seconds]
__main__ has quit [Ping timeout: 250 seconds]
Morrolan has quit [Ping timeout: 250 seconds]
patronus has quit [Ping timeout: 250 seconds]
matti has quit [Ping timeout: 250 seconds]
linduxed has quit [Ping timeout: 250 seconds]
Hien has quit [Ping timeout: 250 seconds]
DarthGandalf has quit [Ping timeout: 250 seconds]
bijumon has quit [Ping timeout: 250 seconds]
slash_nick has quit [Ping timeout: 250 seconds]
bmn has quit [Ping timeout: 250 seconds]
MindfulMonk has quit [Ping timeout: 250 seconds]
Mars` has quit [Ping timeout: 250 seconds]
Zackio has quit [Ping timeout: 250 seconds]
fumduq has quit [Ping timeout: 250 seconds]
bauruine_ has quit [Ping timeout: 250 seconds]
drPoggs has quit [Ping timeout: 250 seconds]
diego_k has quit [Ping timeout: 250 seconds]
philtr has quit [Ping timeout: 250 seconds]
BombStrike has quit [Ping timeout: 250 seconds]
AlHafoudh has quit [Ping timeout: 250 seconds]
rageberry has quit [Ping timeout: 250 seconds]
mc_fail has quit [Ping timeout: 250 seconds]
Su7_ has quit [Ping timeout: 250 seconds]
vieq has quit [Ping timeout: 250 seconds]
kephra has quit [Ping timeout: 250 seconds]
thalweg_ has quit [Ping timeout: 250 seconds]
phreax_ has quit [Ping timeout: 250 seconds]
philtr has joined #ruby
dwts has joined #ruby
Jello__Raptor has joined #ruby
Mattias___ has joined #ruby
dwts has quit [Changing host]
dwts has joined #ruby
fumduq- is now known as fumduq
BombAw is now known as BombStrike
tectonic_ has joined #ruby
dziga_ is now known as dziga
AlHafoudh has joined #ruby
cmaxw______ is now known as cmaxw_____
bmn has joined #ruby
gccostabr has joined #ruby
Mars`` has joined #ruby
Jello__Raptor is now known as Jello_Raptor
andrewcarter_ is now known as andrewcarter
Mars`` is now known as Mars`
MindfulMonk_ is now known as MindfulMonk
Mattias___ is now known as Mattias
marcel has joined #ruby
rageberry has joined #ruby
W0rmDr1nk has joined #ruby
_main_ has joined #ruby
reprazent has joined #ruby
drPoggs has joined #ruby
polyidus has joined #ruby
dyreshark has joined #ruby
bedouin__ is now known as bedouin_
Lulzon_ has joined #ruby
oetjenj has joined #ruby
skmp_ is now known as skmp
Guest85414______ has joined #ruby
sptq has joined #ruby
matti_ is now known as matti
segv has joined #ruby
billy_ran_away has joined #ruby
stopbit has joined #ruby
kephra has joined #ruby
_5kg has joined #ruby
linduxed has joined #ruby
nat2610 has joined #ruby
bauruine has joined #ruby
DarthGandalf has joined #ruby
bjeanes_ is now known as bjeanes
andrewstewart_ is now known as andrewstewart
fgo has joined #ruby
patronus has joined #ruby
meinside_ is now known as meinside
akitada_ is now known as akitada
anaeem1 has joined #ruby
Zackio has joined #ruby
charliesome has quit [Client Quit]
fgo has quit [Read error: No route to host]
_main_ is now known as __main__
fgo has joined #ruby
abuzze has joined #ruby
mikepack has quit [Remote host closed the connection]
fold has quit [Ping timeout: 272 seconds]
vsoftoiletpaper has quit []
vsoftoiletpaper has joined #ruby
anaeem1 has quit [Ping timeout: 246 seconds]
folippi has joined #ruby
abuzze_ has quit [Ping timeout: 255 seconds]
jmbrown412 has joined #ruby
fgo has quit [Ping timeout: 245 seconds]
<folippi> Hello! I've got a quick question about scopes in Ruby. In a class I def some methods. In the initialize method I want to set a variable for the class. In the initializer method of the class I want to set "self.title = 'Dr'" or something like that. This variable should be avaliable from other methods of the same class. How does that work in Ruby?
Aranshada|W has joined #ruby
<Hanmac> folippi: attr_accessor
Aranshada|W has quit [Read error: Connection reset by peer]
<folippi> Hanmac: hmmm thanks! Gonna check it out :)
anaeem1 has joined #ruby
jmbrown412 has quit [Ping timeout: 246 seconds]
nat2610 has quit [Quit: Leaving.]
<folippi> Hanmac: you solved my problem! Thank you! Have a great day
beneggett has joined #ruby
mikepack has joined #ruby
philtr_ has joined #ruby
iliketurtles has quit [Quit: zzzzz…..]
bmn has quit [Ping timeout: 250 seconds]
philtr has quit [Ping timeout: 250 seconds]
DarthGandalf has quit [Ping timeout: 250 seconds]
Zackio has quit [Ping timeout: 250 seconds]
drPoggs has quit [Ping timeout: 250 seconds]
dwts has quit [Ping timeout: 250 seconds]
bmn has joined #ruby
drPoggs has joined #ruby
anaeem1 has quit [Ping timeout: 246 seconds]
DarthGandalf has joined #ruby
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
philcrissman has joined #ruby
Zackio has joined #ruby
juz88 has quit [Ping timeout: 272 seconds]
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
folippi has quit [Remote host closed the connection]
dwts has joined #ruby
Matadoer has quit [Remote host closed the connection]
pietr0 has joined #ruby
<benzrf> Hanmac nooooo
Matadoer has joined #ruby
Aranshada|W has joined #ruby
<benzrf> s/he wanted an ivar
<benzrf> clearly a python immigrant
theharshest has joined #ruby
philcrissman has quit [Ping timeout: 260 seconds]
anaeem1 has joined #ruby
timgauthier has joined #ruby
amacou has joined #ruby
bMalum_______ has joined #ruby
GriffinHeart has joined #ruby
anaeem1 has quit [Ping timeout: 255 seconds]
theharshest has quit [Read error: Connection reset by peer]
bMalum_______ has quit [Ping timeout: 250 seconds]
amacou has quit [Remote host closed the connection]
deric_skibotn has quit [Ping timeout: 255 seconds]
timgauthier has quit [Ping timeout: 250 seconds]
sigurding has joined #ruby
tylerkern has joined #ruby
nat2610 has joined #ruby
anaeem1 has joined #ruby
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nateberkopec has joined #ruby
icebourg has quit []
whyy has joined #ruby
oo_ has quit [Remote host closed the connection]
oo_ has joined #ruby
sigurding has quit [Ping timeout: 260 seconds]
tkuchiki_ has joined #ruby
fold has joined #ruby
anaeem1 has quit [Ping timeout: 260 seconds]
Matadoer has quit [Remote host closed the connection]
Matadoer has joined #ruby
why_away has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
toastynerd has joined #ruby
zkay11 has joined #ruby
oo_ has quit [Ping timeout: 255 seconds]
tkuchiki has quit [Ping timeout: 255 seconds]
<Hanmac> benzrf: the user is stull online but not in this channel ... you can send a PM if you want to correct that
whyy has quit [Ping timeout: 244 seconds]
oo_ has joined #ruby
<benzrf> nope
<benzrf> oh
bwilson has joined #ruby
djbkd has joined #ruby
folippi has joined #ruby
sigurding has joined #ruby
toastynerd has quit [Ping timeout: 260 seconds]
mikepack has quit [Remote host closed the connection]
thoolihan has quit [Ping timeout: 264 seconds]
mikepack has joined #ruby
Pumukel has joined #ruby
vsoftoiletpaper has quit []
vsoftoiletpaper has joined #ruby
Mon_Ouie has quit [Quit: WeeChat 0.4.3]
sigurding has quit [Ping timeout: 240 seconds]
sigurding has joined #ruby
freerobby has quit [Quit: Leaving.]
echooo has quit [Remote host closed the connection]
tylerkern has quit [Read error: Connection reset by peer]
echooo has joined #ruby
tylerkern has joined #ruby
OffTheRails has quit [Ping timeout: 255 seconds]
Jameser has quit [Remote host closed the connection]
Jameser has joined #ruby
x1337807x has joined #ruby
echooo has quit [Remote host closed the connection]
echooo has joined #ruby
spastorino has quit [Quit: Connection closed for inactivity]
diegoviola has joined #ruby
zkay11 has left #ruby [#ruby]
iliketurtles has joined #ruby
bricker`LA has joined #ruby
lxsameer has joined #ruby
fgo has joined #ruby
ponch_ has joined #ruby
jds has quit [Quit: Connection closed for inactivity]
fgo has quit [Ping timeout: 250 seconds]
vsoftoiletpaper has quit []
EvanR_ has quit [Read error: Connection reset by peer]
EvanR_ has joined #ruby
Pumukel has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140715214327]]
vsoftoiletpaper has joined #ruby
axsuul has joined #ruby
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_whitelogger_ has joined #ruby
justinmcp has quit [Quit: No Ping reply in 180 seconds.]
kalleth has quit [Write error: Broken pipe]
newUser1234 has quit [Remote host closed the connection]
ponch_ has quit [Ping timeout: 255 seconds]
kalleth has joined #ruby
newUser1234 has joined #ruby
iteratorP has quit [Remote host closed the connection]
binw_ has joined #ruby
cherry_l1n has joined #ruby
ponch_ has joined #ruby
BlaDe^ has quit [Disconnected by services]
BlaDe^_ has joined #ruby
n88_ has joined #ruby
MarcWebe3 has joined #ruby
benvds_ has joined #ruby
n88 has quit [Write error: Broken pipe]
MarcWebe2 has quit [Write error: Broken pipe]
benvds has quit [Write error: Broken pipe]
cherry_lin has quit [Write error: Broken pipe]
binw has quit [Write error: Broken pipe]
hanikazmi_ has quit [Write error: Broken pipe]
artmann has quit [Write error: Broken pipe]
_whitelogger has quit [Write error: Broken pipe]
kriskrop1 has joined #ruby
Edelwin has quit [Remote host closed the connection]
kriskropd has quit [Write error: Connection reset by peer]
jmeeuwen has quit [Quit: Disconnecting from stoned server.]
Edelwin has joined #ruby
artmann has joined #ruby
michaeldeol has joined #ruby
jmeeuwen_ is now known as jmeeuwen
alexju has quit [Ping timeout: 255 seconds]
iteratorP has joined #ruby
bwilson has quit [Quit: +++CARRIER LOST+++]
centrx has quit [Quit: Mead error: Connection reset by beer]
Mon_Ouie has joined #ruby
bMalum_______ has joined #ruby
Photism has joined #ruby
vsoftoiletpaper has quit []
Aranshada|W has quit [Quit: Aranshada|W]
alexherbo2 has quit [Ping timeout: 255 seconds]
Aranshada|W has joined #ruby
duncannz has joined #ruby
duncannz is now known as Guest36449
bMalum_______ has quit [Ping timeout: 255 seconds]
juz88 has joined #ruby
duncan_ has joined #ruby
duncan_ has quit [Client Quit]
Guest36449 has quit [Client Quit]
anaeem1_ has joined #ruby
duncan_ has joined #ruby
GriffinHeart has quit [Remote host closed the connection]
<Hanmac> folippi: if you only want instance variables and not full accessors you can also use @title = 'Dr' ... accessors are mainly if you want to access them from the outside too
sigurding has quit [Ping timeout: 240 seconds]
mordof has quit [Ping timeout: 240 seconds]
anaeem1_ has quit [Read error: Connection reset by peer]
anaeem1_ has joined #ruby
sigurding has joined #ruby
nobitanobi has joined #ruby
<nobitanobi> Nice, I understood why i++ doesn't make sense in Ruby
GriffinHeart has joined #ruby
w09x has quit []
anaeem1 has joined #ruby
anaeem1_ has quit [Read error: Connection reset by peer]
<Hanmac> because of fixed object ids and nearly nothing can change the object id of an object (without big hacking, or masqurading)
nobitanobi has quit [Remote host closed the connection]
krisquigley has joined #ruby
mordof has joined #ruby
nobitanobi has joined #ruby
IceDragon has quit [Quit: Space~~~]
<nobitanobi> Hanmac:
<nobitanobi> Right!
nateberkopec has joined #ruby
<nobitanobi> I see it as variables are like labels of Objects
Xeago has joined #ruby
<nobitanobi> so when we would try i = 100; i++; is like if we were going to do 100++
<Hanmac> the same reason nearly nothing can change the class of an object (without big hacking, or masqurading)
<nobitanobi> changing the value of 100 to 101, which obviously doesn't make sense
duncan_ has quit [Remote host closed the connection]
<Mon_Ouie> evil.rb is still neat :p
<Hanmac> Mon_Ouie: thats what i mean with "big hacking" ;P
yfeldblum has quit [Read error: Connection reset by peer]
<nobitanobi> I am not going to go to the dark side
<Mon_Ouie> It wouldn't work for fixnums anyway
yfeldblum has joined #ruby
<Hanmac> but we have cookies ;P
anaeem1 has quit [Ping timeout: 250 seconds]
<nobitanobi> Hanmac: that sounded like a molester in front of a primary school
toastynerd has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #ruby
Xeago has quit [Remote host closed the connection]
mercwithamouth has joined #ruby
<nobitanobi> ha
<nobitanobi> love it
mordof has quit [Ping timeout: 244 seconds]
GriffinH_ has joined #ruby
thoolihan has joined #ruby
GriffinHeart has quit [Ping timeout: 244 seconds]
<nobitanobi> >> num = ["one", "two"] ; num.freeze ; num[1] = "three"
<eval-in> nobitanobi => can't modify frozen Array (RuntimeError) ... (https://eval.in/179175)
<nobitanobi> >> num = ["one", "two"] ; num.freeze ; num[1].replace("three")
<eval-in> nobitanobi => "three" (https://eval.in/179176)
<nobitanobi> how come I can modify the string with replace, even though the collection if frozen?
<nobitanobi> *is frozen
anaeem1 has joined #ruby
<Hanmac> hm because its not a deep freeze ...
<nobitanobi> mmm
toastynerd has quit [Ping timeout: 255 seconds]
<nobitanobi> but when I do num[1] = "newvalue" I would be trying to modify the first element of the collection, which is not frozen.
<havenwood> nobitanobi: consider ice_nine for deep freezing: https://github.com/dkubb/ice_nine#readme
sigurding has quit [Quit: sigurding]
mordof has joined #ruby
<nobitanobi> thanks havenwood
apeiros_ has joined #ruby
apeiros has quit [Read error: Connection reset by peer]
anaeem1__ has joined #ruby
anaeem1 has quit [Ping timeout: 240 seconds]
iliketurtles has joined #ruby
kireevco1 has quit [Quit: Leaving.]
dawkirst has joined #ruby
krisquigley has quit [Remote host closed the connection]
<nobitanobi> Another thing that I learnt is that integers object_id's are always the same.
flowerha_ has quit [Remote host closed the connection]
anaeem1 has joined #ruby
mikepack has quit [Remote host closed the connection]
anaeem1__ has quit [Ping timeout: 240 seconds]
wjimenez5271 has joined #ruby
<sevenseacat> not between different versions of ruby >_>
krisquigley has joined #ruby
<nobitanobi> arg
<nobitanobi> :)
baweaver has joined #ruby
juz88 has quit [Ping timeout: 255 seconds]
tagrudev has joined #ruby
anaeem1 has quit [Read error: Connection reset by peer]
anaeem1 has joined #ruby
c00lryguy has joined #ruby
<apeiros_> also a) implementation detail, and b) not all integer ;-)
tani has joined #ruby
<apeiros_> (only fixnums)
tani has quit [Client Quit]
duncan_ has joined #ruby
relix has joined #ruby
iteratorP has quit [Remote host closed the connection]
kyb3r_ has joined #ruby
tani has joined #ruby
mordof has quit [Ping timeout: 272 seconds]
Sauvin has joined #ruby
anaeem1 has quit [Ping timeout: 245 seconds]
folippi has quit [Remote host closed the connection]
apeiros_ has quit [Remote host closed the connection]
mordof has joined #ruby
apeiros has joined #ruby
lkba has quit [Ping timeout: 264 seconds]
kireevco has joined #ruby
fgo has joined #ruby
duncan_ has quit [Quit: Leaving]
duncan_ has joined #ruby
towbes has quit [Ping timeout: 246 seconds]
why_away has quit [Remote host closed the connection]
Matadoer has quit [Remote host closed the connection]
duncan_ has quit [Client Quit]
duncan_ has joined #ruby
<nobitanobi> apeiros: thanks apeiros_
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alpha123 has quit [Ping timeout: 264 seconds]
philcrissman has joined #ruby
shredding has joined #ruby
duncan_ has quit [Client Quit]
thomasxie has quit [Remote host closed the connection]
duncan_ has joined #ruby
flowerhack has joined #ruby
apeiros has quit [Ping timeout: 260 seconds]
duncan_ has quit [Client Quit]
arup_r has joined #ruby
duncan_ has joined #ruby
kireevco has quit [Ping timeout: 255 seconds]
fgo has quit [Ping timeout: 272 seconds]
iteratorP has joined #ruby
philcrissman has quit [Ping timeout: 255 seconds]
davispuhh has quit [Ping timeout: 245 seconds]
shredding has quit [Quit: shredding]
aaronrl_ has joined #ruby
shredding has joined #ruby
Sauvin has quit [Quit: mIRC for Linux ain't all it's cracked up to be.]
Sauvin has joined #ruby
nobitanobi has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
aaronrl has quit [Ping timeout: 272 seconds]
krisquigley has quit [Remote host closed the connection]
niftylettuce__ has quit [Quit: Connection closed for inactivity]
JoshGlzBrk has joined #ruby
dawkirst_ has joined #ruby
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
craigbowen3 has joined #ruby
baweaver has quit [Ping timeout: 260 seconds]
_mars_ has joined #ruby
starkhalo has quit [Ping timeout: 240 seconds]
tani has quit []
dawkirst has quit [Ping timeout: 260 seconds]
whyy has joined #ruby
bal has joined #ruby
Aranshada|W has quit [Read error: Connection reset by peer]
toastynerd has joined #ruby
shredding has quit [Quit: shredding]
Xeago has joined #ruby
timonv_ has joined #ruby
bMalum_______ has joined #ruby
ponch_ has quit [Ping timeout: 260 seconds]
pietr0 has quit [Quit: pietr0]
_cpt_yossarian_ has joined #ruby
Aguynamedsteve has joined #ruby
tobago has joined #ruby
bMalum_______ has quit [Ping timeout: 246 seconds]
timonv_ has quit [Remote host closed the connection]
cpt_yossarian has quit [Ping timeout: 245 seconds]
iteratorP has quit [Remote host closed the connection]
thomasxie has joined #ruby
lkba has joined #ruby
RandomShop has joined #ruby
sigurding has joined #ruby
dawkirst_ has quit [Quit: Leaving...]
nateberkopec has joined #ruby
wu_lmao has quit [Quit: Leaving]
beneggett has joined #ruby
Soliah has quit [Quit: Soliah]
razum2um has joined #ruby
iteratorP has joined #ruby
gauke has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
krisquigley has joined #ruby
luckyruby has quit [Quit: Leaving...]
timonv_ has joined #ruby
anaeem1 has joined #ruby
krisquigley has quit [Remote host closed the connection]
anaeem1 has quit [Read error: Connection reset by peer]
anaeem1 has joined #ruby
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
apeiros has joined #ruby
iteratorP has quit [Remote host closed the connection]
iliketurtles has quit [Quit: zzzzz…..]
LexicalScope has joined #ruby
iteratorP has joined #ruby
Spami has joined #ruby
kquig has joined #ruby
anaeem1 has quit [Ping timeout: 255 seconds]
jprovazn has joined #ruby
Aranshada|W has joined #ruby
yfeldblu_ has joined #ruby
iteratorP has quit [Remote host closed the connection]
kyb3r_ has quit [Ping timeout: 240 seconds]
iteratorP has joined #ruby
wjimenez5271 has quit []
wjimenez5271 has joined #ruby
kquig has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 255 seconds]
yfeldblu_ has quit [Ping timeout: 255 seconds]
iteratorP has quit [Remote host closed the connection]
codecop has joined #ruby
iteratorP has joined #ruby
techsethi has joined #ruby
riotjones is now known as LH|riotjones
fgo has joined #ruby
Aranshada|W has quit [Read error: Connection reset by peer]
kireevco has joined #ruby
whyy has quit [Remote host closed the connection]
timonv_ has quit [Remote host closed the connection]
fgo has quit [Ping timeout: 264 seconds]
craigbowen3 has quit [Ping timeout: 250 seconds]
sigurding has quit [Quit: sigurding]
mijicd has joined #ruby
timonv_ has joined #ruby
Aguynamedsteve has quit [Quit: This computer has gone to sleep]
bhaak_ is now known as bhaak
kireevco has quit [Ping timeout: 255 seconds]
LexicalScope has quit [Ping timeout: 246 seconds]
ptrrr has joined #ruby
codecop has quit [Ping timeout: 240 seconds]
toastynerd has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
Morkel has joined #ruby
codecop has joined #ruby
anarang has joined #ruby
szuletett has quit [Ping timeout: 264 seconds]
BraddPitt has quit [Ping timeout: 255 seconds]
sigurding has joined #ruby
BraddPitt has joined #ruby
djbkd has quit [Remote host closed the connection]
kaspergrubbe_ has joined #ruby
elaptics`away is now known as elaptics
kireevco has joined #ruby
kaspergrubbe_ has quit [Ping timeout: 245 seconds]
bMalum_______ has joined #ruby
whyy has joined #ruby
iteratorP has quit [Remote host closed the connection]
nat2610 has quit [Quit: Leaving.]
nat2610 has joined #ruby
bMalum________ has joined #ruby
bMalum_______ has quit [Read error: Connection reset by peer]
b00stfr3ak has joined #ruby
bMalum________ has quit [Read error: Connection reset by peer]
bMalum________ has joined #ruby
kireevco has quit [Ping timeout: 240 seconds]
decoponio has joined #ruby
juz88 has joined #ruby
whyy has quit [Ping timeout: 245 seconds]
iteratorP has joined #ruby
yfeldblum has joined #ruby
yfeldblum has quit [Remote host closed the connection]
existensil has joined #ruby
yfeldblum has joined #ruby
bMalum________ has quit [Ping timeout: 240 seconds]
Jackneill has joined #ruby
axsuul has quit [Ping timeout: 260 seconds]
fauzanqadri has joined #ruby
linojon has quit [Quit: linojon]
goshdarnyou has quit [Quit: Connection closed for inactivity]
klaut has joined #ruby
CorpusCallosum has quit [Remote host closed the connection]
shredding has joined #ruby
ptrrr has quit [Quit: ptrrr]
rethus has joined #ruby
<rethus> Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your command may solve this.
nateberkopec has joined #ruby
<rethus> but if i add bundle exec, i got:
<c00lryguy> bundle update
<rethus> LoadError: cannot load such file -- rails/all
<sevenseacat> never run `bundle update` without arguments, ever -_-
<sevenseacat> rails isnt in your bundle, is it?
BraddBitt has joined #ruby
<rethus> how can i check this?
<rethus> I'm not familar with ruby
nateberkopec has quit [Ping timeout: 240 seconds]
BraddPitt has quit [Ping timeout: 240 seconds]
wjimenez_ has joined #ruby
<rethus> have i to switch back to 10.1.1 ?
<sevenseacat> is rails in your Gemfile?
sk87 has joined #ruby
<sevenseacat> and why are you writing a rails app if you're not familiar with ruby o.O
<c00lryguy> Probably work related
sigurding has quit [Quit: sigurding]
iteratorP has quit [Remote host closed the connection]
<rethus> sevenseacat : I've doesn't write an app, I try to upgrade redmine
<sevenseacat> i'd hope they dont let unsuspecting people to work on projects in kanguages they have absolutely no familiarity with
<sevenseacat> languages
aboudreault has quit [Excess Flood]
fauzanqadri has quit [Remote host closed the connection]
wjimenez5271 has quit [Ping timeout: 255 seconds]
ephemerian has joined #ruby
<c00lryguy> I've often had to help out designers and such get a rails app working. Don't ask me why the boss made them setup and run the app on their development computer just to design but it's what happened.
<rethus> this is the Gemfile you mean? sevenseacat
arup_r has quit [Remote host closed the connection]
<sevenseacat> yes, and rails isnt in it - wtf is redmine doing
<rethus> this is the Gemfile of an plugin.
<rethus> the main-gemfile is this:
dc has joined #ruby
<ddv> gitlab has replaced redmine
<sevenseacat> ddv: no it hasnt
fauzanqadri has joined #ruby
<ddv> like a long time ago
alex88 has joined #ruby
<sevenseacat> different tools for different jobs
<ddv> sevenseacat: what makes redmine so special that is is better than gitlab?
<sevenseacat> rethus: ok, so what were you trying to run, and from which app
<sevenseacat> ddv: its a project management system
<sevenseacat> not just a git repo system
<ddv> sevenseacat: you can't do that with gitlab?
<sevenseacat> ddv: no.
<rethus> sevenseacat: I try to upgrade redmine to newer version
<c00lryguy> They don't have the same features. Comparable, sure.
<sevenseacat> rethus: yes, what commands were you running to give you the error
iteratorP has joined #ruby
<ddv> sevenseacat: surprise, you can.
<rethus> rake generate_session_store
<sevenseacat> ddv: no.
wchun has joined #ruby
<ddv> sevenseacat: what can redmine do what gitlab can't?
aboudreault has joined #ruby
<sevenseacat> ddv: project management. show me things like scheduling and calendar management in gitlab, please
user254781 has joined #ruby
<sevenseacat> also timesheeting, burndown charts, etc.
<ddv> sevenseacat: you want to schedule a software project?
<rethus> ddv: redmine even can be a whole crm with timetracker, invoices and other stuff
<c00lryguy> ddv: I think he means milestones?
<ddv> c00lryguy: so? gitlab has milestones
<sevenseacat> no, i mean actual scheduling
<rethus> ddv: maybe have a look at redminecrm and find out whats different.
cy has quit [Quit: :q!]
<c00lryguy> *shrug* I dunno I don't use either of those
<ddv> rethus: I was talking about redmine not redminecrm, rethus
<rethus> all the same stuff
<rethus> redminecrm only additional module
mengu has joined #ruby
mengu has joined #ruby
<ddv> so gitlab is just as extendable
<sevenseacat> rethus: ok that command shouldnt be run from your extension folder, it should be run from your redmine root folder
w1xz has joined #ruby
Morkel has quit [Quit: Morkel]
<rethus> I have start it on application-root folder
vt102 has quit [Ping timeout: 255 seconds]
anaeem1_ has joined #ruby
<ddv> most redmine plugins are crap and of low quality
iteratorP has quit [Remote host closed the connection]
<ddv> or unmaintained
<rethus> ddv: so don't start a flamewar here. Everyone should use what fit his needs.
iteratorP has joined #ruby
anaeem1_ has quit [Remote host closed the connection]
<sevenseacat> rethus: you ran `bundle exec rake generate_secret_token` from your redmine root folder?
philcrissman has joined #ruby
<sevenseacat> the same folder that has the Gemfile with rails in it?
danijoo has quit [Quit: Leaving...]
fauzanqadri has quit [Remote host closed the connection]
anaeem1 has joined #ruby
banister has joined #ruby
<rethus> k, I doesn't use bundle exec. now i use it and got : Could not find a JavaScript runtime.
bMalum________ has joined #ruby
<sevenseacat> how old is the version of redmine you upgraded from? >_>
<rethus> redmine 2.4.3.stable
<sevenseacat> so that would have used a javascript runtime too
chth0n has joined #ruby
philcrissman has quit [Ping timeout: 246 seconds]
razum2um has quit [Quit: Leaving.]
Photism has quit [Quit: Leaving]
gr33n7007h has quit [Changing host]
gr33n7007h has joined #ruby
<rethus> wow, i got it
<rethus> now i have redmine 4.6.9 stable.
<rethus> thanks a lot sevenseacat
<sevenseacat> \o/
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DieguezZ has joined #ruby
<sevenseacat> thats a hell of a version increase, no wonder you had problems
<rethus> how can i clear up this horrible stuff
Xeago has quit [Remote host closed the connection]
<mozzarella> anyone familiar with ncursesw?
fgo has joined #ruby
ptrrr has joined #ruby
DieguezZ has left #ruby [#ruby]
<rethus> sevenseacat: k, now on the pluginfolder, i still got the rake-error
<rethus> it was the folder with the "small" gemfile
<sevenseacat> same questions as before
<sevenseacat> what are you doing there and why
fgo has quit [Ping timeout: 245 seconds]
<rethus> thats what I've done, and the response of it: http://privatepaste.com/8ef950ac40
<sevenseacat> dont run that from the plugin folder.
<rethus> but I'm on folder /var/www/redmine/plugins/redmine_timetracker
<rethus> ok
Takle has joined #ruby
himsin has joined #ruby
<mozzarella> guys
techsethi has quit [Ping timeout: 260 seconds]
<rethus> ok, the command now seems to work and give this response:
noop has joined #ruby
elaptics is now known as elaptics`away
Xeago has joined #ruby
davedev24_ has quit [Read error: Connection reset by peer]
<rethus> if i restart the webserver, i got now this error in browser:
<mozzarella> I'm using ncursesw and the cursor moves by its own
jamto11 has joined #ruby
<mozzarella> I don't know why (  ;____;)
davedev24_ has joined #ruby
Jetchisel has quit [Ping timeout: 256 seconds]
Shidash has quit [Quit: Leaving.]
sigurding has joined #ruby
Shidash has joined #ruby
mikecmpbll has joined #ruby
chrishough has quit [Quit: chrishough]
<mozzarella> my program is not even looping
<mozzarella> so it's happening inside ncursesw
<c00lryguy> mozzarella: Code?
<rethus> ok, the folder had permission to deamon:deamon, instead of www-data
bricker`LA has quit [Ping timeout: 240 seconds]
Hobogrammer has quit [Ping timeout: 240 seconds]
tectonic_ has quit []
arup_r has joined #ruby
techsethi has joined #ruby
krisquigley has joined #ruby
<c00lryguy> 1 sec, installing ncursesw
jamto11 has quit [Ping timeout: 244 seconds]
<c00lryguy> I feel as if #refresh, #getch should be in a `loop { ... }`
kaspergrubbe_ has joined #ruby
qba73 has joined #ruby
<c00lryguy> Ugh it won't build the ncursesw gem for me
nemesit|znc has quit [Ping timeout: 244 seconds]
hd has joined #ruby
ghr has joined #ruby
mijicd has quit [Remote host closed the connection]
Takle has quit [Remote host closed the connection]
jhass|off is now known as jhass
nemesit|znc has joined #ruby
Jetchisel has joined #ruby
zettam has joined #ruby
zettam_ has quit [Ping timeout: 255 seconds]
mijicd has joined #ruby
anaeem1 has quit [Remote host closed the connection]
anaeem1 has joined #ruby
amclain has quit [Quit: Leaving]
einarj has joined #ruby
jokke has quit [Quit: WeeChat 0.4.3]
jokke has joined #ruby
nateberkopec has joined #ruby
bricker`LA has joined #ruby
sts_ is now known as sts
fold has quit [Ping timeout: 260 seconds]
doev has joined #ruby
sts has left #ruby [#ruby]
wallerdev has quit [Quit: wallerdev]
hamakn has quit [Remote host closed the connection]
jhass is now known as jhass|off
nateberkopec has quit [Ping timeout: 240 seconds]
dumdedum has joined #ruby
m8 has joined #ruby
Takle has joined #ruby
jokke has quit [Quit: WeeChat 0.4.3]
lkba has quit [Ping timeout: 246 seconds]
jokke has joined #ruby
elaptics`away is now known as elaptics
benlieb has joined #ruby
jhass|off is now known as jhass
ordomoko has joined #ruby
Aaaal has joined #ruby
carraroj has joined #ruby
hd has quit [Ping timeout: 246 seconds]
<shevy> ewww
<shevy> ncurses
cesurasean1 has quit [Quit: Leaving.]
Aaaal has left #ruby [#ruby]
kyb3r_ has joined #ruby
andrewlio has joined #ruby
fgo has joined #ruby
jds has joined #ruby
realDAB has joined #ruby
fgo has quit [Ping timeout: 250 seconds]
hd has joined #ruby
workmad3 has joined #ruby
sevenseacat has quit [Quit: Leaving.]
nat2610 has quit [Quit: Leaving.]
danijoo has joined #ruby
pydave6367 has joined #ruby
carraroj has quit [Ping timeout: 255 seconds]
bricker`LA has quit [Ping timeout: 260 seconds]
luckyruby has joined #ruby
diegoviola has quit [Quit: WeeChat 0.4.3]
whyy has joined #ruby
szuletett has joined #ruby
whyy has quit [Ping timeout: 246 seconds]
benzrf is now known as benzrf|offline
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
user254781 has quit [Quit: Quitte]
<shevy> is there a way to copy recursively through ruby
<shevy> but only copy if the target file does not exist yet ?
<shevy> reason I ask is I have one ruby script that makes a backup
<shevy> but it uses FileUtils.cp_r
tvw has joined #ruby
fauzanqadri has joined #ruby
sandelius has joined #ruby
zettam_ has joined #ruby
marr has joined #ruby
zettam has quit [Ping timeout: 255 seconds]
bMalum________ has quit [Quit: Computer has gone to sleep.]
bMalum________ has joined #ruby
dawkirst has joined #ruby
banister has joined #ruby
szuletett has quit [Ping timeout: 255 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zenspider> shevy: this is exactly what rsync is made for
tvw has quit []
bMalum________ has quit [Ping timeout: 260 seconds]
<Hanmac> zenspider: hm maybe but there is no nice command for rsync yet in ruby :/
b00stfr3ak has quit [Ping timeout: 260 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mercerist has joined #ruby
oo_ has quit [Remote host closed the connection]
mercerist has quit [Read error: Connection reset by peer]
oo_ has joined #ruby
mercerist has joined #ruby
<zenspider> of course there is. system
nateberkopec has joined #ruby
mengu has quit [Remote host closed the connection]
philcrissman has joined #ruby
kenneth has quit [Ping timeout: 272 seconds]
zeeraw has joined #ruby
polyidus has quit [Quit: EOF]
nateberkopec has quit [Ping timeout: 240 seconds]
W0rmDr1nk has quit [Ping timeout: 250 seconds]
oo__ has joined #ruby
oo_ has quit [Read error: Connection reset by peer]
tkuchiki_ has quit [Remote host closed the connection]
tkuchiki has joined #ruby
philcrissman has quit [Ping timeout: 255 seconds]
kenneth has joined #ruby
chipotle has joined #ruby
tokik has quit [Ping timeout: 260 seconds]
whyy has joined #ruby
Liam-Work has quit [Quit: Leaving]
szuletett has joined #ruby
<godd2> So apparently Coveralls is supposed to load -before- the code in your lib
<godd2> Thought I was sittin pretty at 98% coverage.
Takle has quit [Remote host closed the connection]
godd2 has quit [Remote host closed the connection]
kaspergrubbe_ has quit [Remote host closed the connection]
Spami has quit [Quit: This computer has gone to sleep]
Jetchisel has quit [Ping timeout: 256 seconds]
wu_lmao has joined #ruby
<mozzarella> shevy: what's wrong with ncurses?
emmesswhy has quit [Quit: This computer has gone to sleep]
Takle has joined #ruby
kyb3r_ has quit [Quit: Leaving]
benlieb has quit [Quit: benlieb]
startupality has joined #ruby
<c00lryguy> Its a headache
<c00lryguy> Check out termbox: https://github.com/jamescook/rb_termbox
<mozzarella> it's taken from a tutorial (in C, though), it should work fine
<mozzarella> but something is wrong with the gem
bMalum________ has joined #ruby
sandelius has quit [Quit: Textual IRC Client: www.textualapp.com]
fgo has joined #ruby
<mozzarella> actually
<mozzarella> if I use gets instead of getch it works
kaspergrubbe_ has joined #ruby
W0rmDr1nk has joined #ruby
threesixes has quit [Remote host closed the connection]
fgo has quit [Ping timeout: 244 seconds]
bMalum________ has quit [Ping timeout: 272 seconds]
mengu has joined #ruby
Jetchisel has joined #ruby
oo__ has quit [Remote host closed the connection]
jamto11 has joined #ruby
oo_ has joined #ruby
mr_snowf1ake has quit [Quit: Leaving]
sigurding has quit [Quit: sigurding]
cylofe has quit [Ping timeout: 250 seconds]
cylofe has joined #ruby
jamto11 has quit [Ping timeout: 245 seconds]
Hobogrammer has joined #ruby
oo_ has quit [Ping timeout: 255 seconds]
yxhuvud has quit [Remote host closed the connection]
yxhuvud has joined #ruby
startupality has quit [Quit: startupality]
iteratorP has quit [Remote host closed the connection]
mengu has quit [Ping timeout: 250 seconds]
spider-mario has joined #ruby
Aaaal has joined #ruby
hd has quit [Ping timeout: 246 seconds]
carraroj has joined #ruby
kaspergrubbe_ has quit [Remote host closed the connection]
banister has joined #ruby
mengu has joined #ruby
mengu has joined #ruby
mengu has quit [Changing host]
thomasxie has left #ruby [#ruby]
freckles has joined #ruby
whyy has quit [Remote host closed the connection]
timfoo is now known as noc
noc has quit [Quit: #clojure]
duncan_ has quit [Ping timeout: 250 seconds]
jottr has joined #ruby
arup_r has quit [Remote host closed the connection]
fauzanqadri has quit [Remote host closed the connection]
why_away has joined #ruby
arup_r has joined #ruby
Wolland_ has joined #ruby
Grantlyk has joined #ruby
Grantlyk has quit [Remote host closed the connection]
Takle has quit [Remote host closed the connection]
arup_r has quit [Read error: Connection reset by peer]
arup_r_ has joined #ruby
kaspergrubbe_ has joined #ruby
froggy__ has joined #ruby
Wolland has quit [Ping timeout: 250 seconds]
Takle has joined #ruby
PanPan has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446]]
<_JamieD_> Hi, I’m looking to build a system around a messaging queue, I want a single message queue with multiple workers spread across different machines. The workers will have short lifetimes and need to attache and detach from the queue frequently. I’ve been looking at the RabbitMQ/bunny combo for this as it looks like it will do everything I need. Is there any other solutions I should investigate also?
hamsterrrrr has joined #ruby
cocotton has joined #ruby
froggy_ has quit [Ping timeout: 246 seconds]
nateberkopec has joined #ruby
hamsterrrrr has left #ruby [#ruby]
tvw has joined #ruby
jonahR has joined #ruby
relix has joined #ruby
byteoverfl0w has joined #ruby
mercerist has quit [Read error: Connection reset by peer]
Azure_ is now known as Azure
mercerist has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
bMalum________ has joined #ruby
tkuchiki_ has joined #ruby
<ddv> _JamieD_: are you using resque?
<_JamieD_> ddv: I have been for testing a single worker, but it doesn’t look like it’s as good as rabbitmq when starting to distribute the workers
<jhass> _JamieD_: sidekiq comes to mind
cocotton has quit [Remote host closed the connection]
tkuchiki has quit [Ping timeout: 272 seconds]
fauzanqadri has joined #ruby
_mars_ has quit [Quit: Leaving]
tkuchiki_ has quit [Ping timeout: 272 seconds]
\q has quit [Ping timeout: 255 seconds]
AlSquirrel has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
CorpusCallosum has joined #ruby
<Edelwin> AlSquirrel: =)
\q has joined #ruby
bearish has joined #ruby
relix_ has joined #ruby
relix has quit [Ping timeout: 240 seconds]
arup_r_ has quit [Remote host closed the connection]
arup_r has joined #ruby
mercerist has quit [Read error: Connection reset by peer]
<_JamieD_> jhass: the trouble with the redis based queues is that it’s not good to expose the queue to the web and connecting via an ssh tunnel it going to be another thing to go wrong while setting up with short lived worker machines.
mercerist has joined #ruby
sepp2k has joined #ruby
Wolland has joined #ruby
pydave6367 has quit [Read error: Connection reset by peer]
<jhass> redis has authentication, there are entire SaaS proviers doing nothing else than exposing redis to the web (redistogo.com for example)
<jhass> I see no difference to exposing your amqp broker
RandomShop has quit [Quit: Leaving]
Aaaal has quit [Quit: Aaaal]
shredding has quit [Quit: shredding]
carraroj has quit [Ping timeout: 260 seconds]
Wolland_ has quit [Ping timeout: 264 seconds]
hellangel7 has joined #ruby
<Mon_Ouie> mozzarella: I don't know what you mean, but that code isn't supposed to loop. It prints hello world on the screen, waits for you to hit a key, and terminates
<Mon_Ouie> Also you need to turn on raw input mode to detect if the key is being held immediately
ARCADIVS has joined #ruby
shredding has joined #ruby
nateberkopec has joined #ruby
nowthatsamatt has joined #ruby
fgo has joined #ruby
doev has quit [Quit: Verlassend]
alex88 has quit [Quit: Leaving...]
<_JamieD_> jhass: http://redis.io/topics/security see Redis general security model
shredding has quit [Ping timeout: 260 seconds]
<_JamieD_> rabbitmq supports multiple authentication methods and has ssl support so accessing it over an untrusted network is much more secure
jonahR has quit [Remote host closed the connection]
<jhass> I guess then you made your choice, I was just listing additional alternatives ;)
<jhass> not that per port IP whitelisting would be a hard thing to do...
root3d has joined #ruby
fgo has quit [Ping timeout: 250 seconds]
britneywright has joined #ruby
<_JamieD_> jhass: I’ve not made up my mind yet so was asking for alternatives I may not already have considered.
why_away has quit [Remote host closed the connection]
banister has joined #ruby
<ddv> I would just use sidekiq
<_JamieD_> jhass: port whitelisting would be another hoop to jump through, when a worker machine is setup it would need to register with the server running redis, the IP would then need to be added to the whitelist before it could begin running jobs. It would then need to be removed from the whitelist when it’s finished running jobs a few minutes later. This is more to go wrong and it will go wrong at some point when starting and stop
<_JamieD_> hundreds of servers
<_JamieD_> ddv: sidekiq uses redis
<ddv> I know so what
Wolland_ has joined #ruby
<_JamieD_> ddv: read my comments above
andikr has joined #ruby
<ddv> You are looking for something that doesn't exist, you always have to configure something
postmodern has quit [Quit: Leaving]
tvw has quit [Ping timeout: 245 seconds]
sigurding has joined #ruby
Wolland has quit [Ping timeout: 245 seconds]
<_JamieD_> I’m not looking for zero config, but cutting out as much config as possible makes a lot of sense in my setup. If I use rabbitmq the worker can simply connect to the queue, authenticate and begin running jobs.
timfoo has joined #ruby
tokik has joined #ruby
<_JamieD_> I’ve not see any pros for a redis based queue so far, redis would be better than rabbitmq because of x,y,z in this kind of setup
pandaant has joined #ruby
jonahR has joined #ruby
<DefV> I use a redis based queue because sidekiq adds some very nice features ontop
peret has joined #ruby
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
\q has quit [Ping timeout: 255 seconds]
\q has joined #ruby
techsethi has quit [Quit: techsethi]
mkaesz has joined #ruby
<ordomoko> Hi guys. I have a question about sidekiq: does sidekiq forks a process for each "concurency thread" if sidekiq is runnin on MRI? I mean, if have a sidekiq and mri and set option 'concurency' to 10, will be sidekig processing 10 tasks parallel?
<ordomoko> (dont ask why, it's a legacy bullshit and there is sidekiq because of only it is fashionable)
<ordomoko> i think, the answer on my question is -- no
<ordomoko> but i need a confirmation:)
Takle has quit [Remote host closed the connection]
realDAB has quit [Quit: realDAB]
<ordomoko> forked processes are working on the same CPU kernel, right? And they are not parallelized
root3d has quit [Ping timeout: 260 seconds]
gogohome has joined #ruby
<jhass> sidekiq uses celluloid in the background (actor based programming) and I think in the latest version it was switched to fiber strategy, so it should use fibers
<ordomoko> so, 1 sidekiq with 1 concurency provides the same speed of processingjobs, as 1 sidekig with 10 concurency
<jhass> before that it was the thread strategy
<jhass> so no forking
<gogohome> No, the Classy Critter program doesn’t involve a critter that went to finishing school and scoffs at other critters who don’t know which fork to use. <—— i can’t understand it. explain to me plz
<ordomoko> jhass: i'm sure that sidekiq uses thread on rubynius or jruby
<jhass> and no, forked processes are new processes and are under the same scheduling rules as any other process
<ordomoko> jhass: but i know that MRI does not work with threads, so maybe sidekiq has a kind of backward compatibility
TorpedoSkyline has joined #ruby
<ordomoko> ah, so 10 forked processes can be scheduled by 10 cpus? ok, nice
<jhass> ordomoko: MRI does have threads, they just don't execute ruby code in parallel
<jhass> if your workers do lots of IO (read access the DB) it's still a huge benefit
<ordomoko> yes, you are right about this notice
<ordomoko> yes, they did a lot of IO
philcrissman has joined #ruby
<ordomoko> there are a lot of DB queries
<gogohome> scoffs at other critters who don’t know which fork to use. <—— i can’t understand it. explain to me plz
karupa is now known as zz_karupa
root3d has joined #ruby
<ordomoko> but what is better way to scale sidekiq in case when i'm runnin sidekiq on MRI? Increasing the 'concurency' option is not enough, i guess
tjr9898 has joined #ruby
<ordomoko> it seems, need to run more and more sidekiqs
<jhass> it depends on your workers and your hardware
<jhass> toy with different combinations of concurrency and running multiple sidekiq worker processes
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Wolland_ has quit [Remote host closed the connection]
Wolland has joined #ruby
philcrissman has quit [Ping timeout: 240 seconds]
GriffinH_ has quit [Remote host closed the connection]
fauzanqadri has quit [Remote host closed the connection]
<ordomoko> jhass: thank you
mengu has quit [Remote host closed the connection]
Wolland has quit [Ping timeout: 260 seconds]
yfeldblum has quit [Ping timeout: 260 seconds]
sk87 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
Takle has joined #ruby
carraroj has joined #ruby
mengu has joined #ruby
cocotton has joined #ruby
cocotton has quit [Remote host closed the connection]
cocotton has joined #ruby
Shidash has quit [Quit: Leaving.]
cocotton has quit [Remote host closed the connection]
charles81_ is now known as charles81
cocotton has joined #ruby
TorpedoSkyline has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mengu__ has joined #ruby
ldnunes has joined #ruby
mengu has quit [Ping timeout: 272 seconds]
cocotton_ has joined #ruby
cocotton_ has quit [Remote host closed the connection]
cocotton has quit [Read error: Connection reset by peer]
cocotton_ has joined #ruby
phoo1234567 has joined #ruby
realDAB has joined #ruby
sigurding has quit [Quit: sigurding]
maximski has joined #ruby
phoo1234567 has quit [Max SendQ exceeded]
phoo1234567 has joined #ruby
maximski has quit [Max SendQ exceeded]
GriffinHeart has joined #ruby
maximski has joined #ruby
workmad3 has quit [Ping timeout: 250 seconds]
RxDx has joined #ruby
sigurding has joined #ruby
Akagi201 has quit [Read error: Connection reset by peer]
mengu has joined #ruby
mengu has quit [Changing host]
mengu has joined #ruby
RxDx has quit [Client Quit]
mr-foobar has quit [Read error: Connection reset by peer]
axilla has joined #ruby
mr-foobar has joined #ruby
bayed has joined #ruby
fgo has joined #ruby
mengu__ has quit [Ping timeout: 240 seconds]
whyy has joined #ruby
yfeldblum has joined #ruby
cocotton_ has quit [Read error: Connection reset by peer]
cocotton has joined #ruby
fgo has quit [Ping timeout: 240 seconds]
arup_r has quit [Remote host closed the connection]
drawingthesun has joined #ruby
zeeraw has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
gogohome has quit [Quit: gogohome]
Takle has quit [Remote host closed the connection]
nowthatsamatt has quit [Quit: nowthatsamatt]
relix_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 255 seconds]
tjr9898 has quit []
arup_r has joined #ruby
banister has joined #ruby
axilla has quit [Ping timeout: 240 seconds]
sheepman is now known as gymbro
Takle has joined #ruby
arup_r has quit [Remote host closed the connection]
jamto11 has joined #ruby
vt102 has joined #ruby
cocotton has quit [Remote host closed the connection]
gymbro is now known as sheepman
cocotton has joined #ruby
axilla has joined #ruby
byteoverfl0w has quit [Quit: Leaving... have a good one...]
shredding has joined #ruby
jamto11 has quit [Ping timeout: 255 seconds]
Mon_Ouie has quit [Ping timeout: 272 seconds]
cocotton_ has joined #ruby
whyy has quit [Remote host closed the connection]
cocotton_ has quit [Remote host closed the connection]
cocotton_ has joined #ruby
cocotton has quit [Ping timeout: 260 seconds]
jottr_ has joined #ruby
jastix has joined #ruby
Sgeo has quit [Read error: Connection reset by peer]
Takle has quit [Remote host closed the connection]
nfk has joined #ruby
root3d has quit [Ping timeout: 244 seconds]
jottr has quit [Ping timeout: 260 seconds]
whyy has joined #ruby
arup_r has joined #ruby
root3d has joined #ruby
bal has quit [Quit: bal]
agjacome has quit [Quit: leaving]
agjacome has joined #ruby
linojon has joined #ruby
rocknrollmarc has joined #ruby
treehug88 has quit [Ping timeout: 240 seconds]
danijoo has quit [Read error: Connection reset by peer]
<rocknrollmarc> hey guys Im trying to use a Gherkin parser and Im having trouble with the synthax its called Shallot
danijoo has joined #ruby
aclearman037 has joined #ruby
<rocknrollmarc> (Object) parse(file)
Mon_Ouie has joined #ruby
Mon_Ouie has joined #ruby
Mon_Ouie has quit [Changing host]
<rocknrollmarc> so I tryed d = File.open("feature/git.feature")
agjacome has quit [Client Quit]
<rocknrollmarc> Shallot.parse(d)
<rocknrollmarc> and it tells me np parser for opening
agjacome has joined #ruby
<rocknrollmarc> what am I doing wrong
nowthatsamatt has joined #ruby
enebo has joined #ruby
Fire-Dragon-DoL has joined #ruby
<rocknrollmarc> please someone I realy need to get this think workin
Hanmac has quit [Ping timeout: 260 seconds]
<rocknrollmarc> the method is def self.parse(file)
<rocknrollmarc> parser = new
<rocknrollmarc> file.each_line{|line| parser.parse line}
obscured has joined #ruby
<rocknrollmarc> parser.eof!
alexju has joined #ruby
agjacome has quit [Client Quit]
<rocknrollmarc> and then puts it into a hash
<jhass> you really don't need to paste the gems code in here
agjacome has joined #ruby
<rocknrollmarc> sorry
kaspertidemann has joined #ruby
<jhass> what you do should paste here is the exact error you get
<rocknrollmarc> ok sorry new here
arup_r has quit []
<rocknrollmarc> Shallot::Error: no parser for opening
mengu has quit [Remote host closed the connection]
snath has quit [Ping timeout: 272 seconds]
fauzanqadri has joined #ruby
sambao21 has joined #ruby
startupality has joined #ruby
<jhass> hm, looks like it's incompatible with Ruby >= 2.0
timonv_ has quit [Remote host closed the connection]
timonv_ has joined #ruby
workmad3 has joined #ruby
banister_ has joined #ruby
<jhass> Ruby 2.0 changed respond_to? to not include protected and private methods
banister has quit [Read error: Connection reset by peer]
<jhass> Yet the gem relies on that behaviour
cleme1mp has joined #ruby
<jhass> could easily be fixed by changing respond_to? method to respond_to? method, true but that's how it is
yfeldblum has joined #ruby
qmfnp has joined #ruby
DEA7TH has quit [Ping timeout: 255 seconds]
<rocknrollmarc> can anyone help me with the Shallot parser Im realy stuck
<jhass> I just explained you what is wrong
<rocknrollmarc> oh sporry dint think you were wrtiting to me :)
jeramyRR has quit [Quit: jeramyRR]
alexju has quit [Remote host closed the connection]
<rocknrollmarc> ok so what can I do use a lower ruby version ?
alexju has joined #ruby
fauzanqadri has quit [Ping timeout: 245 seconds]
fgo has joined #ruby
troulouliou_dev has joined #ruby
<jhass> or fix the gem, either by contributing a fix to it and asking for a new release or by monkeypatching it or both
<Bish> hi, whie is RegExp.new "\." == /./
<Bish> while "\." == "\."
<jhass> Bish: you want "\\."
<Bish> yeah i know now, but hwy
<jhass> or Regexp.new Regexp.escape "."
<tobiasvl> . is a special regex character
<workmad3> Bish: "\." is equivalent to "."
yfeldblum has quit [Ping timeout: 246 seconds]
<Bish> i get the concept of escaping, but i don't know why \. results in .
<rocknrollmarc> So jhass what du I do I didnt quite get your comment I change respont_to? to what
<workmad3> Bish: because \ in a string is an escape character, so escapes whatever is after it (irrespective of if the following character is special or not)
<workmad3> Bish: so if you want a literal \ in a "" string, you need to do "\\"
<Bish> so i am escaping the escaper, to escape something
<Bish> hngg
<workmad3> Bish: this is why it's better to use regexp literals over Regexp.new btw
<jhass> rocknrollmarc: if you can't do or understand what I described I suggest you search for a more maintained alternative
Cork has quit [Ping timeout: 272 seconds]
<Bish> workmad3, sure what u say is right, because... when i type "\." it results in "\.",
<workmad3> >> "\." == "."
<eval-in> workmad3 => true (https://eval.in/179290)
<Bish> i mean.. the escaping which is bugging me happens in RegExp not in string itself
<jhass> >> "\."
<eval-in> jhass => "." (https://eval.in/179291)
alexju has quit [Ping timeout: 260 seconds]
<jhass> Bish: ^ it doesn't
ernetas has joined #ruby
<ernetas> Hey guys.
<Bish> oh right.. somehow.. i didn't look at it right
<workmad3> Bish: don't get confused by the output from irb, which shows you the result of .inspect
<Bish> you're right, thank you
zeeraw has joined #ruby
<workmad3> although even that strips off the \ :)
<ernetas> I'm using RVM and Ruby 2.1.2 and everything works fine when running in bash, but not when Munin tries to do it itself: /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- munin-plugins-rails (LoadError).
<ernetas> What could be the issue?
<ernetas> The gem is installed.
tylerkern has joined #ruby
<workmad3> ernetas: did you make sure the RVM environment was re-established in the Munin process?
<wasamasa> hmm
<wasamasa> is there some way to have a ternary operator without the shorthand syntax?
<workmad3> ernetas: e.g. by pointing munin at an rvm ruby wrapper
<wasamasa> something along the lines of `variable = value if condition else other_value`
maximski has quit []
spastorino has joined #ruby
<workmad3> wasamasa: you mean something like 'variable = if condition then value else other_value end'
<ernetas> workmad3: thanks. That's probably it. I'll try.
<wasamasa> workmad3: hmk, thought this was rather common and would not require a complete if-statement
<workmad3> wasamasa: which isn't a ternary btw... ternary is specifically the ?: syntax
Nahra` has quit [Ping timeout: 244 seconds]
<workmad3> wasamasa: you can write the if statement on one line
<workmad3> wasamasa: but ?: isn't a shorthand for some other thing... it's just the ternary syntax
<Bish> when using each on an array, can i get the index?
<workmad3> Bish: each_with_index
<jhass> ernetas: global RVM installs are madness, but see http://rvm.io/set/do
<workmad3> Bish: or each.with_index
<Bish> okay thank you
<workmad3> Bish: the second one is possible as .with_index can be called on an enumerator to get the enumerator with an index param... e.g. map.with_index
Drakevr_ is now known as Drakevr
Cork has joined #ruby
<workmad3> Bish: while each_with_index was in place before the modern Enumerator stuff was in-place :)(
<workmad3> *:)
Drakevr has quit [Changing host]
Drakevr has joined #ruby
mengu has joined #ruby
<Bish> when deleting stuff out of the array, while iterating
<Bish> hell breaks lose, am i right?
<Bish> loose*
rocknrollmarc has quit [Ping timeout: 244 seconds]
<apeiros> Bish: generally not such a good idea, yes
<apeiros> Bish: use reject for that
<ernetas> workmad3: wrapper did the trick. Thanks.
ernetas has left #ruby [#ruby]
<apeiros> reject! actually
realDAB has quit [Quit: realDAB]
rocknrollmarc has joined #ruby
jonahR has quit [Remote host closed the connection]
whyy has quit [Remote host closed the connection]
andikr has quit [Remote host closed the connection]
<Bish> is there reject with index :D
startupality has quit [Quit: startupality]
<banister_> Bish sup bish
<Bish> banister_, hi
banister_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mijicd_ has joined #ruby
<jhass> Bish: reject.with_index should work too
d4ryus_ has joined #ruby
<apeiros> >> [*1..10].reject.with_index { |num, index| (num + index) % 3 == 0 }
<eval-in> apeiros => [1, 3, 4, 6, 7, 9, 10] (https://eval.in/179300)
timfoo has quit [Ping timeout: 244 seconds]
<Mon_Ouie> Why make an array out of a range if you're going to use a method from Enumerable anyway?
beef-wellington has joined #ruby
abuzze has quit [Remote host closed the connection]
rocknrollmarc has quit [Ping timeout: 250 seconds]
timfoo has joined #ruby
abuzze has joined #ruby
CorpusCallosum has quit [Ping timeout: 240 seconds]
d4ryus has quit [Ping timeout: 240 seconds]
fgo has quit [Remote host closed the connection]
freerobby has joined #ruby
jonahR has joined #ruby
noeden has joined #ruby
<apeiros> Mon_Ouie: because I was too lazy to assign it to a variable, use reject! (which the op seems to want) and put the var at the end for inspect
<apeiros> but now, because you had to ask, I actually had to write much more. thank you :-p
<Mon_Ouie> Always a pleasure :)
<apeiros> btw., just FYI - I'll scrap the DO instance sometime next week.
startupality has joined #ruby
beef-wellington has quit [Ping timeout: 272 seconds]
<Mon_Ouie> It's ok, I haven't touched it since eval-in came back here
britneywright has joined #ruby
Takle has joined #ruby
flowerhack has quit [Remote host closed the connection]
realDAB has joined #ruby
c00lryguy has quit [Remote host closed the connection]
<apeiros> yeah, I thought so, but I wanted to tell you anyway in case you still had something on it you wanted to copy or somesuch.
Jetchisel has quit [Ping timeout: 256 seconds]
Takle has quit [Remote host closed the connection]
carraroj has quit [Ping timeout: 240 seconds]
philcrissman has joined #ruby
daxroc__ is now known as daxroc
bMalum________ has quit [Read error: Connection reset by peer]
bMalum_________ has joined #ruby
daxroc has quit [Changing host]
daxroc has joined #ruby
alex88 has joined #ruby
atheneith has joined #ruby
jespada has joined #ruby
justas_ has joined #ruby
hellangel7 has quit [Read error: Connection reset by peer]
jerius has joined #ruby
starkhalo has joined #ruby
philcrissman has quit [Ping timeout: 255 seconds]
CorpusCallosum has joined #ruby
failshell has joined #ruby
timfoo has quit [Ping timeout: 244 seconds]
anaeem1 has quit [Read error: Connection reset by peer]
koderok has joined #ruby
koderok has quit [Remote host closed the connection]
timfoo has joined #ruby
tokik_ has joined #ruby
root3d has quit [Remote host closed the connection]
echooo has quit [Ping timeout: 272 seconds]
wu_lmao has quit [Read error: Connection reset by peer]
klaut has quit [Remote host closed the connection]
bmurt has joined #ruby
klaut has joined #ruby
tokik has quit [Ping timeout: 264 seconds]
troulouliou_dev has quit [Quit: Leaving]
jprovazn has quit [Quit: Leaving]
jxf has joined #ruby
troulouliou_dev has joined #ruby
tokik_ has quit [Ping timeout: 250 seconds]
sailias has joined #ruby
Akagi201 has joined #ruby
klaut has quit [Remote host closed the connection]
tylerkern has quit [Read error: Connection reset by peer]
jprovazn has joined #ruby
tylerkern has joined #ruby
qwyeth has joined #ruby
relix has joined #ruby
<mechanicalduck> hi
cocotton has joined #ruby
eeezkil has quit [Ping timeout: 240 seconds]
namxam has joined #ruby
failshel_ has joined #ruby
doev has joined #ruby
cocotton has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby
livingstn has joined #ruby
cocotton has joined #ruby
Takle has joined #ruby
himsin has quit [Quit: himsin]
pmac_ has joined #ruby
failshel_ has quit [Read error: Connection reset by peer]
failshel_ has joined #ruby
fgo has joined #ruby
djcp has joined #ruby
failshel_ has quit [Remote host closed the connection]
cocotton_ has quit [Ping timeout: 260 seconds]
kaspertidemann has quit []
newUser1234 has quit [Remote host closed the connection]
failshel_ has joined #ruby
failshell has quit [Ping timeout: 245 seconds]
jastix has quit [Ping timeout: 255 seconds]
failshel_ has quit [Remote host closed the connection]
failshell has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
Ankhers has joined #ruby
coca_rails has joined #ruby
Fire-Dragon-DoL has quit [Quit: Leaving.]
fgo has quit [Ping timeout: 240 seconds]
failshell has quit [Ping timeout: 240 seconds]
freerobby has quit [Quit: Leaving.]
momomomomo has joined #ruby
troulouliou_dev has quit [Quit: Leaving]
Morkel has joined #ruby
Panicky has quit [Ping timeout: 260 seconds]
timfoo has quit [Ping timeout: 244 seconds]
sigurding has quit [Quit: sigurding]
timfoo has joined #ruby
dblessing has joined #ruby
relix has quit [Remote host closed the connection]
msmith has joined #ruby
relix has joined #ruby
ItSAN____ has quit [Read error: Connection reset by peer]
ItSANgo has joined #ruby
ItSANgo has quit [Read error: Connection reset by peer]
iamjarvo has joined #ruby
mccollek has quit [Quit: Leaving]
ItSANgo_ has joined #ruby
ItSANgo_ has quit [Read error: Connection reset by peer]
ItSANgo_ has joined #ruby
krz has quit [Quit: WeeChat 0.4.3]
shredding has quit [Quit: shredding]
ItSANgo_ has quit [Read error: Connection reset by peer]
ItSANgo has joined #ruby
Zenigor has joined #ruby
centrx has joined #ruby
o0oo0o has quit [Remote host closed the connection]
o0oo0o has joined #ruby
realDAB has quit [Quit: realDAB]
ponch_ has joined #ruby
Zenigor_ has joined #ruby
aclearman037 has quit [Ping timeout: 272 seconds]
Zenigor has quit [Ping timeout: 240 seconds]
beef-wellington has joined #ruby
mary5030 has joined #ruby
mary5030 has quit [Remote host closed the connection]
mary5030 has joined #ruby
startupality has quit [Quit: startupality]
aclearman037 has joined #ruby
Zenigor_ has quit [Ping timeout: 240 seconds]
abuzze_ has joined #ruby
jottr_ has quit [Ping timeout: 245 seconds]
phutchins has joined #ruby
anarang has quit [Quit: Leaving]
ItSANgo has quit [Read error: Connection reset by peer]
freerobby has joined #ruby
davispuh has joined #ruby
ItSANgo__ has joined #ruby
ponch_ has quit [Remote host closed the connection]
ItSANgo__ has quit [Read error: Connection reset by peer]
Takle has quit [Remote host closed the connection]
ItSANgo has joined #ruby
lkba has joined #ruby
abuzze has quit [Ping timeout: 255 seconds]
cpruitt has joined #ruby
shackleford has joined #ruby
icebourg has joined #ruby
shackleford has quit [Read error: Connection reset by peer]
icebourg has quit [Max SendQ exceeded]
pydave6367 has joined #ruby
shackleford has joined #ruby
alex88 has quit [Quit: Leaving...]
icebourg has joined #ruby
icebourg has quit [Max SendQ exceeded]
Morkel_ has joined #ruby
havenwood has joined #ruby
failshell has joined #ruby
jamto11 has joined #ruby
Morkel has quit [Ping timeout: 264 seconds]
Morkel_ is now known as Morkel
starkhalo has quit [Read error: Connection reset by peer]
starkhalo has joined #ruby
itspots has joined #ruby
itspots has joined #ruby
anaeem1 has joined #ruby
paulfm has joined #ruby
carraroj has joined #ruby
nowthatsamatt has left #ruby [#ruby]
mengu has quit [Remote host closed the connection]
zz_jrhorn424 is now known as jrhorn424
jsodini has joined #ruby
root3d has joined #ruby
djcp has left #ruby ["WeeChat 0.4.3"]
max06 has joined #ruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chth0n has quit [Ping timeout: 246 seconds]
mengu has joined #ruby
beef-wellington has quit [Ping timeout: 245 seconds]
anaeem___ has joined #ruby
epochwolf has left #ruby ["Textual IRC Client: www.textualapp.com"]
failshell has quit []
epochwolf has joined #ruby
W0rmDr1nk has quit [Ping timeout: 260 seconds]
anaeem1 has quit [Ping timeout: 246 seconds]
beef-wellington has joined #ruby
chth0n has joined #ruby
frankle has joined #ruby
OffTheRails has joined #ruby
stoned is now known as stoned-
Takle has joined #ruby
stoned- is now known as stoned--
startupality has joined #ruby
fauzanqadri has joined #ruby
hellangel7 has joined #ruby
newUser1234 has joined #ruby
banister has joined #ruby
ffranz has joined #ruby
stoned-- is now known as stoned
jottr_ has joined #ruby
yfeldblum has joined #ruby
davispuh has quit [Quit: rebooting]
fgo has joined #ruby
failshell has joined #ruby
amargherio has joined #ruby
Grantlyk has joined #ruby
jonr22 has joined #ruby
fauzanqadri has quit [Ping timeout: 272 seconds]
_maes_ has joined #ruby
tagrudev has quit [Remote host closed the connection]
shredding has joined #ruby
jonr22 has quit [Client Quit]
jottr_ has quit [Ping timeout: 245 seconds]
Mozee has quit [Ping timeout: 260 seconds]
yfeldblum has quit [Ping timeout: 255 seconds]
bricker`LA has joined #ruby
axl_ has joined #ruby
freerobby has quit [Quit: Leaving.]
andrewjanssen has joined #ruby
asteve has joined #ruby
fgo has quit [Ping timeout: 272 seconds]
jamto11 has quit []
satman has quit [Quit: Leaving]
mengu has quit [Remote host closed the connection]
stoned has quit [Changing host]
stoned has joined #ruby
jonr22 has joined #ruby
iamjarvo has joined #ruby
davispuh has joined #ruby
jonr22 has quit [Client Quit]
andrewjanssen has quit [Quit: Linkinus - http://linkinus.com]
andrewjanssen has joined #ruby
snath has joined #ruby
krz has joined #ruby
MartinCleaver has joined #ruby
phutchins has quit [Ping timeout: 240 seconds]
dpestilli has joined #ruby
Cheezebox has joined #ruby
phutchins has joined #ruby
charliesome has joined #ruby
hellangel7 has quit [Remote host closed the connection]
whyy has joined #ruby
goshdarnyou has joined #ruby
eeezkil has joined #ruby
toastynerd has joined #ruby
failshell has quit []
mkaesz has quit [Remote host closed the connection]
centrx has quit [Quit: Mead error: Connection reset by beer]
sambao21 has quit [Quit: Computer has gone to sleep.]
whyy has quit [Ping timeout: 264 seconds]
max06 has quit [Quit: Leaving.]
momomomomo_ has joined #ruby
Aguynamedsteve has joined #ruby
sambao21 has joined #ruby
cap has joined #ruby
Aguynamedsteve has quit [Client Quit]
momomomomo has quit [Ping timeout: 272 seconds]
momomomomo_ is now known as momomomomo
speaking1ode is now known as speakingcode
cleme1mp has quit [Quit: leaving]
noop has quit [Ping timeout: 272 seconds]
cocotton has quit [Remote host closed the connection]
banister has quit [Read error: Connection reset by peer]
havenwood has quit [Remote host closed the connection]
abuzze has joined #ruby
lxsameer has quit [Quit: Leaving]
banister has joined #ruby
yeticry has quit [Ping timeout: 255 seconds]
LH|riotjones has quit [Quit: waT]
startupality has quit [Quit: startupality]
yeticry has joined #ruby
maximski has joined #ruby
tobago has quit [Remote host closed the connection]
DaniG2k has quit [Quit: leaving]
abuzze_ has quit [Ping timeout: 260 seconds]
philcrissman has joined #ruby
atheneith has left #ruby [#ruby]
kaleido has joined #ruby
kaleido has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
bhuey_ is now known as bhuey
philcrissman has quit [Ping timeout: 255 seconds]
Joulse has joined #ruby
Joulse has quit [Client Quit]
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jprovazn has quit [Quit: Leaving]
gauke has quit [Quit: gauke]
havenwood has joined #ruby
johnmolina has joined #ruby
jxf has quit [Ping timeout: 245 seconds]
Aranshada|W has joined #ruby
Neomex has joined #ruby
terrellt has joined #ruby
Zenigor has joined #ruby
Bira has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
tylerkern has quit [Read error: Connection reset by peer]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tylerkern has joined #ruby
claymore has joined #ruby
newUser1_ has joined #ruby
newUser1234 has quit [Read error: Connection reset by peer]
mikepack has joined #ruby
<havenwood> shevy: just heard shevy from #ruby mentioned on RubyRogues :)
justas_ is now known as TC`
<havenwood> shevy: you're famous!
TorpedoSkyline has joined #ruby
<shevy> what is RubyRogues
<shevy> today at work there was only one good news
<shevy> tomorrow is actually a holiday
<apeiros> shevy: for you too? nice :)
<shevy> so I have extended holidays \o/
lmickh has quit [Remote host closed the connection]
<shevy> yeah apeiros
* havenwood bides his time till tomorrow..
<havenwood> not even holiday for me, but i'm excited
<apeiros> in the neighbor canton it doesn't count as one
<shevy> I left saying "see you tomorrow" and they went "wtf... there is holiday tomorrow... see you on Monday instead!"
Mozee has joined #ruby
<shevy> hehe
<apeiros> and since I took monday off…
<apeiros> 4d week-end! yay! :D
<shevy> wow
kenneth_ has joined #ruby
abuzze has quit [Remote host closed the connection]
abuzze has joined #ruby
ta has quit [Remote host closed the connection]
kevind has joined #ruby
<shevy> havenwood hmm never heard of that before, what is that? something like a blogging radio or what? that .mp3 is kinda huge... 100 MB
Takle has quit [Remote host closed the connection]
freerobby has joined #ruby
jmbrown412 has joined #ruby
bluOxigen has joined #ruby
maximski has quit [Ping timeout: 272 seconds]
Gabri has joined #ruby
OffTheRails has quit [Quit: Leaving]
<havenwood> shevy: one of the more popular Ruby podcasts
<shevy> ah that was the word
<shevy> podcasts :)
Takle has joined #ruby
<havenwood> shevy: they mention you advocate compiling Ruby by hand, then someone makes a Ford joke (they think you're Chevy, since it's just spoken)
pothibo has joined #ruby
fgo has joined #ruby
kriskrop1 has quit [Quit: leaving]
fold has joined #ruby
Gabri has quit [Client Quit]
<shevy> grrrr
<shevy> I hate chevy
yacks has quit [Ping timeout: 264 seconds]
<havenwood> shevy: demand a correction! :P
amacou has joined #ruby
fauzanqadri has joined #ruby
<shevy> well, the reason I like compiling is because I actually try to compile from source when possible, not just ruby but everything. The gobolinux approach for versioned directories is so much cleaner than the /usr FHS model
cocotton has joined #ruby
<shevy> rvm should work for all programs :)
Grantlyk has quit [Remote host closed the connection]
<shevy> but such a podcast looks nice
rdavila has joined #ruby
<shevy> every like 3 months or so, one could get an update into what is new or what might have happened in between the last 3 months
<havenwood> shevy: i like their technical discussions. longer than some podcast formats so they can discuss.
<shevy> for instance that part "Creating Packaging Files"
<shevy> that one I have to listen to
yacks has joined #ruby
sylvanica has joined #ruby
ptrrr has quit [Quit: ptrrr]
<shevy> hmmm
<shevy> 01:17:10 ? Future of Projects
<shevy> three times RVM mentioned?
toastynerd has quit [Remote host closed the connection]
<shevy> is there a slight bias? :D
fgo has quit [Ping timeout: 255 seconds]
mercerist has quit [Quit: Computer has gone to sleep.]
mkaesz has joined #ruby
nfk has quit [Quit: yawn]
<apeiros> hi chevy
<havenwood> hahaha
endash has joined #ruby
mskaesz has joined #ruby
mercerist has joined #ruby
icebourg has joined #ruby
hellangel7 has joined #ruby
dblessing_ has joined #ruby
bricker`LA has quit [Ping timeout: 244 seconds]
blueOxigen has joined #ruby
enebo_ has joined #ruby
pydave6377 has joined #ruby
linojon_ has joined #ruby
fauzanqa_ has joined #ruby
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dblessing_ has quit [Client Quit]
Photism has joined #ruby
kriskropd has joined #ruby
sambao21 has joined #ruby
andrewlio1 has joined #ruby
Grantlyk has joined #ruby
carraroj has quit [Ping timeout: 260 seconds]
bearish has quit [Remote host closed the connection]
cocotton has quit [Remote host closed the connection]
bearish has joined #ruby
mercerist has quit [Read error: Connection reset by peer]
cocotton has joined #ruby
icebourg has quit []
xerxas has joined #ruby
fgo has joined #ruby
jsodini has quit [Read error: Connection reset by peer]
fauzanqadri has quit [Ping timeout: 240 seconds]
szuletett has quit [Ping timeout: 240 seconds]
bluOxigen has quit [Ping timeout: 240 seconds]
GriffinHeart has quit [Remote host closed the connection]
JBreit has quit [Read error: Connection reset by peer]
_maes_ has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
freckles has quit [Read error: Connection reset by peer]
dblessing has quit [Ping timeout: 245 seconds]
enebo has quit [Ping timeout: 245 seconds]
pydave6367 has quit [Ping timeout: 245 seconds]
linojon has quit [Ping timeout: 245 seconds]
mkaesz has quit [Ping timeout: 245 seconds]
ldnunes has quit [Ping timeout: 245 seconds]
Liothen has quit [Ping timeout: 245 seconds]
Trynemjoel has quit [Ping timeout: 245 seconds]
andrewlio has quit [Ping timeout: 245 seconds]
enebo_ is now known as enebo
linojon_ is now known as linojon
jsodini has joined #ruby
tylerkern has joined #ruby
aarkerio has joined #ruby
ldnunes has joined #ruby
DrShoggoth has joined #ruby
<shevy> man
pothibo has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
msmith has quit [Remote host closed the connection]
cocotton has quit [Ping timeout: 260 seconds]
bearish has quit [Ping timeout: 264 seconds]
Trynemjoel has joined #ruby
rdavila has quit [Quit: rdavila]
mercerist has joined #ruby
Liothen has joined #ruby
renderful has joined #ruby
<aarkerio> hi! there is "ruby standard way" for asynchronous execution? I have an update_user(@user) method and I need execute the big method update_all_fields(@user) in a delayed way
szuletett has joined #ruby
rdavila has joined #ruby
<aarkerio> insert a cronjob doesn't sound "elegant"
<aarkerio> I found this: https://rubygems.org/gems/promise
xerxas has left #ruby [#ruby]
InhalingPixels has joined #ruby
klaut has joined #ruby
Hanmac has joined #ruby
pmac_ has quit [Quit: pmac_]
ylluminate has joined #ruby
ylluminarious has joined #ruby
b00stfr3ak has joined #ruby
alexju has joined #ruby
wjimenez_ has quit [Remote host closed the connection]
<crome> or sidekiq/resque
sevvie has joined #ruby
<apeiros> aarkerio: not really a language level problem, so there's no "ruby standard" for it. there are common libraries/tools - two of which crome already mentioned
emmesswhy has joined #ruby
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has joined #ruby
<apeiros> concurrency on the language level is done using Thread, Fiber or by forking
vsoftoiletpaper has joined #ruby
georgelappies has joined #ruby
scott0101 has joined #ruby
cocotton has joined #ruby
<scott0101> hi, is there an elegant way to test if an array has a value and that its the only value?
<scott0101> I know I can do include? but I want to ensure there are no other values in the array
<jhass> array == [value] I guess
<apeiros> array.size == 1 && array.first == value
<apeiros> meh, jhass is nicer
w1xz has quit [Ping timeout: 255 seconds]
<scott0101> yeah thats what I have, was wondering if there was an all in one
<apeiros> insert missing '
cocotton has quit [Remote host closed the connection]
msmith has joined #ruby
<jhass> apeiros: was typing that first too :P
paulfm has quit []
ssvo has joined #ruby
<apeiros> I'll pull the lame apology of being rather tired :)
<apeiros> yours is IMO the obvious & proper way
mskaesz has quit [Remote host closed the connection]
amargherio has quit [Remote host closed the connection]
scott0101 has left #ruby [#ruby]
jonr22 has joined #ruby
jimms has joined #ruby
jonr22 has quit [Client Quit]
georgelappies has quit [Remote host closed the connection]
ghostmoth has joined #ruby
georgelappies has joined #ruby
jonr22 has joined #ruby
toastynerd has joined #ruby
jonr22 has quit [Client Quit]
Fire-Dragon-DoL has joined #ruby
<shevy> he is in holiday phase already
<apeiros> na, had interval training today
<apeiros> that really wrecks me :-/
* apeiros off for commute
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
phutchins has quit [Ping timeout: 250 seconds]
amargherio has joined #ruby
the_f0ster has joined #ruby
InhalingPixels has quit [Remote host closed the connection]
phutchins has joined #ruby
apeiros has quit [Ping timeout: 260 seconds]
deavid has quit [Ping timeout: 245 seconds]
michaeldeol has joined #ruby
<Sou|cutter> hrm, hard to decide between readability and efficiency sometimes
<havenwood> readability.
InhalingPixels has joined #ruby
bricker`work has joined #ruby
freerobby1 has joined #ruby
<Sou|cutter> I could use a single count block with a complex conditional, or more of a pipeline/chain of reject/select followed by a .size
freerobby has quit [Read error: Connection reset by peer]
<Sou|cutter> the latter is definitely more readable
cpruitt has quit [Read error: Connection reset by peer]
mercerist has quit [Quit: Computer has gone to sleep.]
fauzanqa_ has quit [Remote host closed the connection]
bMalum__________ has joined #ruby
cpruitt has joined #ruby
fauzanqadri has joined #ruby
<graft> anyone know where to find docs for rb_funcall?
yfeldblum has joined #ruby
tylerkern has joined #ruby
chipotle has quit [Quit: cya]
<graft> a single count block seems more readable to me
aspires has joined #ruby
<Sou|cutter> I suppose either way reduces to O(n), even if the latter has a higher coefficient
drs has joined #ruby
shredding has quit [Quit: shredding]
<graft> if you're chaining selects, that's not O(n)
bMalum_________ has quit [Ping timeout: 250 seconds]
beneggett has joined #ruby
<Sou|cutter> graft: it could be if it were all positive assertions, but some conditions are negated which is hard to mentally process IMO
reisl has joined #ruby
yokel has quit [Ping timeout: 246 seconds]
deavid has joined #ruby
JBreit has joined #ruby
namxam has quit [Remote host closed the connection]
<drs> simple question.. i'm looking for a ruby example app that instead of using a database just makes calls to an API.. so maybe a small set of controller functionality and view layer.. is there a good example out there of something like that?
<Sou|cutter> graft: what do you think it is?
<havenwood> Sou|cutter: Gist the code for more feedback if code is public?
<ordomoko> drs: do you want to use an API like activerecord?
<Sou|cutter> O(2n) == O(n)
fauzanqadri has quit [Ping timeout: 255 seconds]
<graft> Sou|cutter: yeah, but in this case we can explicitly say it's going to be more evaluations, so O(n) is better than O(2n)
yfeldblum has quit [Ping timeout: 240 seconds]
jpiche has joined #ruby
<graft> actually, never mind, i take it back, it's probably exactly the same number of evaluations
<the_f0ster> anyone know how I can use this opencv syntax on the ruby lib? http://stackoverflow.com/questions/8267191/how-to-crop-a-cvmat-in-opencv
rippa has joined #ruby
<jhass> Sou|cutter: in doubt readability. Optimize if you can prove a performance bottleneck. In your example though you may be able to give the condition a nice name by hiding it in an additional method
endash has quit [Quit: endash]
maletor has joined #ruby
<Sou|cutter> jhass: that's true
<graft> yeah i usually like to make each clause in a conditional a method with a descriptive name if that's not too onerous
<Sou|cutter> this is slightly simplified (there are more conditions) https://gist.github.com/soulcutter/8f0bf70db144c3b1110b
reisl is now known as larissa
threesixes has joined #ruby
axwheeler has joined #ruby
<Sou|cutter> graft: thinking of names for things is totally onerous!
<Sou|cutter> ;)
<drs> ordomoko: hmm maybe? i'm not a ruby developer.. but i'm looking to build a web based app that just makes JSON GETs/POSTs to an already existing API.. there will be no database access from the ruby side.
InhalingPixels has quit [Remote host closed the connection]
<drs> the API is writtin in .NET
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<graft> drs: what's the ruby part?
<havenwood> drs: Seems you could just create your own class and pick a nice HTTP gem.
saarinen has joined #ruby
Zebroid has joined #ruby
<graft> Sou|cutter: i still like the count block better... but get rid of that include? !
root3d has quit [Quit: Leaving]
<havenwood> drs: HTTP gem is one of many options: https://github.com/tarcieri/http#basic-usage
<graft> Sou|cutter: talk about O(n)...
phutchins has quit [Read error: Connection reset by peer]
<Sou|cutter> is there a positive way to state a Set excludes a value?
phutchins has joined #ruby
<ordomoko> drs look at ActiveResource
<drs> havenwood: and then i would just use this with sinatra?
<Sou|cutter> include? is O(1) for Set
<graft> oh, Set
<graft> yeah that's different
<havenwood> drs: Sure, Sinatra is a good option for Rack sugar.
<ordomoko> drs ActiveResource, a part of rails, provides easy tool for working with REST API services
claymore has quit [Ping timeout: 255 seconds]
<havenwood> drs: If you really need an object mapper in memory, try rom with axiom-memory-adapter: https://github.com/rom-rb/rom#1-set-up-environment-and-define-schema-with-mappings
<ordomoko> drs: sure, it will be working if you service, whose api you want to use, provides REST API
InhalingPixels has joined #ruby
<havenwood> i was just benching hobbit on jruby with torqbox and pretty darned impressed
polyidus has joined #ruby
<ordomoko> drs in other case, you need to write yourown classes, sorry i cant give an exmaply of that application
<havenwood> 35k per second with: wrk -t 2
Xeago has quit [Remote host closed the connection]
<havenwood> that's a lot of requests :O
spyderman4g63 has joined #ruby
<havenwood> 25k per second with roda
<havenwood> jruby ftw!
Spami has joined #ruby
fauzanqadri has joined #ruby
claymore has joined #ruby
msmith has quit [Remote host closed the connection]
einarj has quit [Remote host closed the connection]
Zebroid has quit [Remote host closed the connection]
<drs> ordomoko: right now i feel that rails is just too large.. i guess i only need a very small set of pieces
<havenwood> drs: nice recent lighter-than-sinatra options include hobbit and lotus-router: https://github.com/patriciomacadden/hobbit#readme https://github.com/lotus/router#readme
startupality has joined #ruby
<havenwood> drs: for real speed ;)
<havenwood> drs: and they're nice to use
moted has joined #ruby
<drs> thanks
arup_r has joined #ruby
<jhass> not that sinatra is particular heavy
<havenwood> mm, Sinatra::Base ;)
polyidus has quit [Ping timeout: 260 seconds]
JohnFord has joined #ruby
whyy has joined #ruby
yokel has joined #ruby
<havenwood> ^ luislavena did some nice puma benchmarks
wjimenez5271 has joined #ruby
endash has joined #ruby
<havenwood> seems on torqbox too that cuba, hobbit, lotus-router, etcetera can serve up more than twice the traffic of sinatra though
<havenwood> sinatra of course has its own wins :)
doev has quit [Ping timeout: 260 seconds]
mikecmpbll has quit [Ping timeout: 240 seconds]
<drs> hobbit looks really nice.. of course i'm on an old ruby.. so not sure if it will work :(
<drs> 1.9.3
<havenwood> drs: should work like a charm
<havenwood> though travis tests don't include 1.9
wallerdev has joined #ruby
<havenwood> so..
<havenwood> :O
<havenwood> though neither do lotus-router's
alpha123 has joined #ruby
superscott[8] has joined #ruby
whyy has quit [Ping timeout: 255 seconds]
<havenwood> roda's go waay back
yokel has quit [Ping timeout: 255 seconds]
<havenwood> 1.8.7
startupality has quit [Quit: startupality]
<havenwood> >.>
arup_r has quit [Ping timeout: 240 seconds]
<havenwood> anyways, hobbit is a great name
<havenwood> :P
razum2um has joined #ruby
fgo has quit [Remote host closed the connection]
anaeem___ has quit [Remote host closed the connection]
krz has quit [Quit: WeeChat 0.4.3]
yokel has joined #ruby
<havenwood> drs: hobbit tests run for me on 1.9.3
anaeem1 has joined #ruby
hellangel7 has quit [Ping timeout: 246 seconds]
anaeem1 has quit [Read error: Connection reset by peer]
<havenwood> lotus-router's do not, because of a multi-byte char test
jmeeuwen has quit [Ping timeout: 240 seconds]
zz_anildigital is now known as anildigital
anaeem1 has joined #ruby
timonv_ has quit [Remote host closed the connection]
RandyT has quit [Ping timeout: 272 seconds]
RandyT_ has joined #ruby
RandyT_ is now known as RandyT
_maes_ has joined #ruby
anaeem1 has quit [Read error: Connection reset by peer]
zeeraw has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
startupality has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
momomomomo has quit [Quit: momomomomo]
anaeem1 has joined #ruby
sevvie has quit [Ping timeout: 255 seconds]
wallerdev has quit [Quit: wallerdev]
endash has quit [Quit: endash]
anaeem1 has quit [Remote host closed the connection]
yokel has quit [Ping timeout: 260 seconds]
mikecmpbll has joined #ruby
aruntomar has joined #ruby
obscured has quit [Quit: leaving]
cocotton has joined #ruby
anaeem1 has joined #ruby
beef-wellington has quit [Ping timeout: 272 seconds]
philcrissman has joined #ruby
obscured has joined #ruby
yokel has joined #ruby
anaeem1 has quit [Read error: Connection reset by peer]
pandaant has quit [Remote host closed the connection]
anaeem1 has joined #ruby
anaeem1 has quit [Remote host closed the connection]
beef-wellington has joined #ruby
deric_skibotn has joined #ruby
Zebroid has joined #ruby
anaeem1 has joined #ruby
anaeem1 has quit [Read error: Connection reset by peer]
jtzero has joined #ruby
anaeem1 has joined #ruby
kireevco has joined #ruby
<drs> thanks all
Matadoer has joined #ruby
spyderman4g63 has quit [Read error: Connection reset by peer]
philcrissman has quit [Ping timeout: 240 seconds]
spyderman4g63 has joined #ruby
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yokel has quit [Ping timeout: 240 seconds]
aruntomar has quit [Ping timeout: 255 seconds]
cocotton has quit [Remote host closed the connection]
cocotton has joined #ruby
axwheeler has quit [Remote host closed the connection]
yokel has joined #ruby
melik has joined #ruby
saarinen has quit [Quit: saarinen]
Kricir has joined #ruby
zeeraw has joined #ruby
startupality has quit [Quit: startupality]
cocotton has quit [Ping timeout: 250 seconds]
axwheeler has joined #ruby
dorei has joined #ruby
msmith has joined #ruby
michaeldeol has joined #ruby
startupality has joined #ruby
ixti has joined #ruby
georgelappies has quit [Remote host closed the connection]
banister has joined #ruby
startupality has quit [Client Quit]
icole has joined #ruby
wallerdev has joined #ruby
zeeraw has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
koderok has joined #ruby
dawkirst has quit [Remote host closed the connection]
cesurasean has joined #ruby
iliketurtles has joined #ruby
koderok has left #ruby [#ruby]
msmith_ has joined #ruby
troulouliou_dev has joined #ruby
msmith has quit [Ping timeout: 260 seconds]
Zebroid has quit [Remote host closed the connection]
dawkirst has joined #ruby
amacou has quit [Remote host closed the connection]
amacou has joined #ruby
georgelappies has joined #ruby
anildigital is now known as zz_anildigital
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
saarinen has joined #ruby
barhum2013 has joined #ruby
qba73 has quit [Remote host closed the connection]
arup_r has joined #ruby
JohnFord has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
TheNet has joined #ruby
aruntomar has joined #ruby
namxam has joined #ruby
comma8 has quit [Ping timeout: 260 seconds]
djbkd has joined #ruby
iceden has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
sambao21 has quit [Quit: Computer has gone to sleep.]
bigoldrock has joined #ruby
rocknrollmarc has joined #ruby
amacou has quit [Ping timeout: 272 seconds]
razum2um has quit [Quit: Leaving.]
EminenceHC has joined #ruby
JohnFord has joined #ruby
wald0 has joined #ruby
JohnFord has quit [Client Quit]
bigoldrock has left #ruby [#ruby]
jon2 has joined #ruby
hellangel7 has joined #ruby
<EminenceHC> I am trying to think of the best way to set a "pay period". I am thinking of setting a start date (for example this monday), and then from here on out choose the closest monday of the two week pay period to the current date. Am I thinking about that wrong?
icebourg has joined #ruby
aruntomar has quit [Ping timeout: 255 seconds]
icebourg has quit [Max SendQ exceeded]
mary5030 has quit [Remote host closed the connection]
jon2 has quit [Client Quit]
mary5030 has joined #ruby
icebourg has joined #ruby
workmad3 has quit [Ping timeout: 272 seconds]
szuletett has quit [Ping timeout: 255 seconds]
namxam has quit [Remote host closed the connection]
zeeraw has joined #ruby
ghr has quit [Ping timeout: 260 seconds]
djbkd has quit [Remote host closed the connection]
zeeraw has quit [Client Quit]
djbkd has joined #ruby
cuqa has joined #ruby
startupality has joined #ruby
JohnFord has joined #ruby
sambao21 has joined #ruby
ssvo has quit [Ping timeout: 240 seconds]
mrsolo has joined #ruby
jason_rad has joined #ruby
<cuqa> hello, im trying to use savon to make soap queries, but Im having trouble with the authentication
mars has joined #ruby
<cuqa> anyone know if digest_auth is not working with savon at all?
<jason_rad> I'm trying to load facts with facter gem.. However I get nil.. I can Facter.list and it shows available facts, but when I try to do say Facter.hostname I get nothing ... http://pastie.org/9473719
<jason_rad> any ideas would be helpful
chth0n has quit [Ping timeout: 255 seconds]
mars is now known as Guest39381
aarkerio has quit [Quit: Verlassend]
beef-wellington has quit [Ping timeout: 240 seconds]
Xeago has joined #ruby
<pontiki> ?
startupality has quit [Client Quit]
ebobby has joined #ruby
wallerdev has quit [Ping timeout: 244 seconds]
wallerdev_ has joined #ruby
Spami has quit [Ping timeout: 240 seconds]
<jason_rad> pontiki: I did not
larissa has quit [Quit: Leaving]
TieSoul_ has joined #ruby
jheg has joined #ruby
fauzanqa_ has joined #ruby
echevemaster has joined #ruby
preyalone has joined #ruby
<preyalone> Is there a way to print a regex as a literal?
<pontiki> EminenceHC: that sort of question seems best asked of an HR department...
startupality has joined #ruby
ssvo has joined #ruby
<pontiki> preyalone: the actual regexp?
<EminenceHC> pontiki: Why? HR department doesnt know how to code that.
<EminenceHC> pontiki: Ya the regex
rezzack has quit [Quit: Leaving.]
<preyalone> This is exactly NOT what I want: /.../.to_s => "(?-mix:...)"
<preyalone> I'd like it to print as "/.../"
<Sou|cutter> preyalone: foo = /\A\z/ ; p foo.inspect
<pontiki> EminenceHC: was your question how to code the pay period policy?
<Sou|cutter> preyalone: inspect is pretty close...
fauzanqadri has quit [Ping timeout: 260 seconds]
TieSoul has quit [Ping timeout: 255 seconds]
<preyalone> inspect does the job! thanks Sou|cutter!
<jhass> Sou|cutter: preyalone p x.inspect is redundant as p already call inspect for you
mijicd_ has quit [Remote host closed the connection]
<preyalone> lol
<Sou|cutter> jhass: I can never remember if it uses to_s or inspect
axwheeler has quit [Remote host closed the connection]
startupality has quit [Client Quit]
<jhass> p is inspect, puts / print is to_s
<Sou|cutter> so thanks :)
Sleepee has joined #ruby
startupality has joined #ruby
Xeago has quit [Remote host closed the connection]
fgo has joined #ruby
jonr22 has joined #ruby
<EminenceHC> pontiki: Ya, starting with a static Date.new(2014,8,11) <-- A monday... find the next monday compared to the current date.
<EminenceHC> every 2 weeks.
jonr22 has quit [Client Quit]
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
startupality has quit [Client Quit]
ssvo has quit [Ping timeout: 240 seconds]
Sleepee has quit [Remote host closed the connection]
aruntomar has joined #ruby
ordomoko has quit [Remote host closed the connection]
OffTheRails has joined #ruby
moted has quit []
Takle has quit [Remote host closed the connection]
jason_rad has quit [Quit: leaving]
fgo has quit [Ping timeout: 264 seconds]
Zenigor has quit [Remote host closed the connection]
agjacome has quit [Quit: leaving]
sailias1 has joined #ruby
banister has joined #ruby
Zenigor has joined #ruby
banister has quit [Max SendQ exceeded]
sailias has quit [Read error: Connection reset by peer]
Aranshada|W has quit [Ping timeout: 272 seconds]
banister has joined #ruby
comma8 has joined #ruby
kevind has quit [Quit: kevind]
kevind has joined #ruby
spyderma_ has joined #ruby
kevind has quit [Client Quit]
Kricir has quit [Remote host closed the connection]
sambao21 has quit [Quit: Computer has gone to sleep.]
icarus has joined #ruby
stef_204 has joined #ruby
nat2610 has joined #ruby
nanoyak has joined #ruby
Zenigor has quit [Read error: Connection reset by peer]
Zenigor_ has joined #ruby
pietr0 has joined #ruby
sambao21 has joined #ruby
melik has quit [Quit: Lingo - http://www.lingoirc.com]
georgelappies has quit [Remote host closed the connection]
jheg has quit [Quit: jheg]
spyderman4g63 has quit [Ping timeout: 250 seconds]
<gr33n7007h> Which is the preferred way #=> https://gist.github.com/anonymous/57a5f49e6e893909f8c7
startupality has joined #ruby
ssvo has joined #ruby
ARCADIVS has quit [Quit: WeeChat 0.4.3]
lw has joined #ruby
chipotle has joined #ruby
jheg has joined #ruby
Xeago has joined #ruby
jonahR has quit [Remote host closed the connection]
Tricon has joined #ruby
Guest39381 has quit [Quit: Leaving]
<jhass> gr33n7007h: depends. If all the class does is holding that data I'd use a Struct. If it's less than about 5 attributes I'd be explicit. And then option 2
georgelappies has joined #ruby
Kricir has joined #ruby
startupality has quit [Client Quit]
pmac_ has joined #ruby
yetanotherdave has joined #ruby
dumdedum has quit [Quit: foo]
<gr33n7007h> Ok, cool. Yeah it's just holding the data so use a Struct
ghr has joined #ruby
lw_ has joined #ruby
jonahR_ has joined #ruby
lw has quit [Ping timeout: 250 seconds]
aruntomar has quit [Ping timeout: 240 seconds]
Xeago_ has joined #ruby
zorak has quit [Ping timeout: 260 seconds]
ghostmoth has quit [Quit: ghostmoth]
rdavila has quit [Quit: rdavila]
jonahR has joined #ruby
ghr has quit [Ping timeout: 245 seconds]
comma8 has quit [Ping timeout: 260 seconds]
Xeago has quit [Ping timeout: 255 seconds]
momomomomo has joined #ruby
peret has quit [Remote host closed the connection]
benzrf|offline is now known as benzrf
jonahR_ has quit [Ping timeout: 260 seconds]
djbkd has quit [Remote host closed the connection]
superscott[8] has quit [Remote host closed the connection]
iliketurtles has quit [Quit: zzzzz…..]
Kricir has quit [Remote host closed the connection]
<pontiki> EminenceHC: Date.today.monday + 2.weeks
<pontiki> ?
<pontiki> ah, no
Avahey_ has joined #ruby
namxam has joined #ruby
georgelappies has quit [Remote host closed the connection]
InhalingPixels has quit [Ping timeout: 246 seconds]
Bira has quit [Remote host closed the connection]
superscott[8] has joined #ruby
iliketurtles has joined #ruby
momomomomo_ has joined #ruby
<pontiki> gr33n7007h: response at your gist. i prefer using fetch and naming the attributes expressly
djbkd has joined #ruby
sigurding has joined #ruby
arup_r has quit [Quit: Leaving.]
lxsameer has joined #ruby
coldkey21 has joined #ruby
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
momomomomo has quit [Ping timeout: 264 seconds]
momomomomo_ is now known as momomomomo
testcore has joined #ruby
zorak has joined #ruby
georgelappies has joined #ruby
<gr33n7007h> pontiki, some like this #=> https://gist.github.com/anonymous/14e5c5990fe395ad7d5e
ta has joined #ruby
<gr33n7007h> *something
tylerkern has joined #ruby
<pontiki> if you want the fetch to raise an error if there's no :name or :age, sure. but you might want to use the block to raise an ArguementError with a better error message instead
Zesty has joined #ruby
Zesty has quit [Remote host closed the connection]
discr33t___ has joined #ruby
amclain has joined #ruby
jheg has quit [Quit: jheg]
<discr33t___> is there an easy way to use ruby to pull a list of mount points from a centos server
<pontiki> ArgumentError ? i never remember how to spell that
barhum2013 has quit [Quit: barhum2013]
<pontiki> discr33t___: how would you do it in bash?
yebyen has joined #ruby
Wolland has joined #ruby
<yebyen> anyone who can tell me how [**{}] is different from just [{}]
<discr33t___> pontiki: i would use the mount command and then pipe to awk and then use see and a bunch of regex
abuzze has quit [Ping timeout: 255 seconds]
<gr33n7007h> pontiki, ok thanks
<yebyen> I found it on this page of cryptic ruby examples
<yebyen> and it turns out to be very hard to google [**{}]
<yebyen> or even **
tylerkern has quit [Client Quit]
<jhass> yebyen: [**{}] makes little to no sense. ** in a method call passes the hash as named arguments to a method that expects them
momomomomo has quit [Quit: momomomomo]
<jhass> check symbolhound.com ;)
wjimenez_ has joined #ruby
tylerkern has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bwilson has joined #ruby
<yebyen> one of the examples are 0.0.**0.0
<yebyen> so i'm not sure they're all about necessarily making sense
<yebyen> great answer thanks
<jhass> that's a different **
<yebyen> ->(){[[**{}],->(){[]}.()]}.()
<jhass> that's raising 0 to the power of 0 (which is mathematically undefined)
Wolland_ has joined #ruby
<jhass> operators are methods in ruby, so let me add some parens: (0.0).**(0.0)
<yebyen> I did figure that one out on my own
<discr33t___> pontiki: actually i would probably do df -h | awk {'print$6'} | grep /
Wolland has quit [Ping timeout: 244 seconds]
<yebyen> I'm not sure how [**{}] is even syntactically correct
<yebyen> since **{} isn't
momomomomo has joined #ruby
<discr33t___> i would assume to get that to a variable in ruby i would need to do foo = <% `df -h | awk {'print $6'} | grep /` %>
momomomomo has quit [Client Quit]
Bira has joined #ruby
craigbowen3 has joined #ruby
<pontiki> discr33t___: yeah, i was looking to see if there was something in core or stdlib, but i didn't come up with anything
<discr33t___> pontiki: i was hoping so
barhum2013 has joined #ruby
wjimenez5271 has quit [Ping timeout: 264 seconds]
<pontiki> personally, i'd probably do it the same way by snagging the output of `df -h` and processing the text in ruby
<discr33t___> pontiki: i want to do something like this but i keep getting an error saying partitions doesn't have a value http://pastebin.com/5dv3BRLh
<jhass> yebyen: just like the splat for arrays can be placed anywhere a comma separated list is expected, can ** be used anywhere named arguments would be valid. in this case it works because you can do an implicit hash inside []: [foo: 'bar']
tylerkern has quit [Ping timeout: 260 seconds]
comma8 has joined #ruby
Xeago_ has quit [Remote host closed the connection]
carraroj has joined #ruby
<pontiki> oh, you need to put 'partitions = ' *inside* your erb delimiters, then, i think
wombo has joined #ruby
anaeem1 has quit [Remote host closed the connection]
<discr33t___> pontiki: so like this? http://pastebin.com/QN7kCZRp
<jhass> yebyen: I agree that the distinction between named arguments and implicit hash literals is not very stringent here
bayed has quit [Quit: Connection closed for inactivity]
<pontiki> yeah, but save your self some white space by dropping the extra delimiters
<yebyen> jhass: I think what will help me see what's going on is if I put something in the hash, right
Bira_ has joined #ruby
omosoj has joined #ruby
<discr33t___> pontiki: what extra delimiters?
<yebyen> jhass: so, ** is array splat then?
<jhass> yebyen: * is, ** is named arguments/hash splat
ssvo has quit [Ping timeout: 255 seconds]
Bira has quit [Ping timeout: 272 seconds]
agjacome has joined #ruby
<discr33t___> cool
nat2610 has quit [Quit: Leaving.]
<yebyen> jhass: ah, so it doesn't make sense here because it's a no-op, it just makes another hash and puts it back into the array
St_Marx has quit [Quit: Ex-Chat]
<pontiki> that's not quite going to work, either, tho-- the output will be one string; need to split it on \n... http://pastebin.com/saKMXSGS
amargherio has quit [Remote host closed the connection]
Bira has joined #ruby
<jhass> yes, I think you're reading code golf, obfuscated code, so it's just intended noise
<yebyen> [**{foo: "bar", baz: "bah"}]; [{foo: "bar", baz: "bah"}]; [foo: "bar", baz: "bah"]
<discr33t___> aesome pontiki thanks
Bira_ has quit [Ping timeout: 240 seconds]
<yebyen> all three forms reduce to the middle form
<pontiki> nw
<yebyen> makes sense to me now, thanks
ssvo has joined #ruby
beneggett has joined #ruby
<pontiki> discr33t___: me, i'd put all that grabbing the partition info into a method, tho
<discr33t___> pontiki: that's a little advanced for me. this is a stop gap until i have time to automate all of this with puppet and not erb templates
banister has joined #ruby
<pontiki> sure
Zebroid has joined #ruby
Bira has quit [Ping timeout: 240 seconds]
bearish has joined #ruby
startupality has joined #ruby
apeiros has joined #ruby
jottr_ has joined #ruby
yokel has quit [Ping timeout: 260 seconds]
sepp2k has quit [Quit: Konversation terminated!]
bMalum__________ has quit [Quit: Computer has gone to sleep.]
whyy has joined #ruby
Zebroid has quit [Ping timeout: 272 seconds]
bMalum__________ has joined #ruby
cocotton has joined #ruby
beef-wellington has joined #ruby
anaeem1 has joined #ruby
yokel has joined #ruby
treehug88 has joined #ruby
<treehug88> where can I find the 'best' documentation of the ruby 'mysql' module?
<treehug88> I'm looking for an example with prepare/execute/ {fetch each row}
Sauvin has quit [Read error: Connection reset by peer]
Bira has joined #ruby
whyy has quit [Ping timeout: 240 seconds]
bMalum__________ has quit [Ping timeout: 245 seconds]
fgo has joined #ruby
matchaw has joined #ruby
chars6 has joined #ruby
newUser1_ has quit [Remote host closed the connection]
ssvo has quit [Ping timeout: 250 seconds]
<chars6> Hi, I am very new to ruby.
<chars6> I am trying to build a project (also using a gem called slinky) and I am getting the error:
anaeem1 has quit [Ping timeout: 250 seconds]
<chars6> Compilation failed on main.sass: uninitialized constant Sass::Engine
cocotton has quit [Remote host closed the connection]
<chars6> The sass gem is installed. What am I doing wrong?
yfeldblum has joined #ruby
cocotton has joined #ruby
yokel has quit [Ping timeout: 250 seconds]
troulouliou_dev has quit [Remote host closed the connection]
<treehug88> can someone tell me what's wrong with this code too, please? http://pastebin.com/gqV7xKMF
<treehug88> in particular line 6
Bira has quit [Ping timeout: 264 seconds]
<treehug88> chars6: can you pastebin an example of your code?
cy has joined #ruby
paulfm has joined #ruby
starlord has joined #ruby
fgo has quit [Ping timeout: 240 seconds]
ylluminarious has quit [Quit: Leaving...]
<starlord> What's a comparable Ruby library to Clojure's Hiccup? https://github.com/weavejester/hiccup
manzo has joined #ruby
<mechanicalduck> OK...
yokel has joined #ruby
<mechanicalduck> if defined?(hash[:key])
<mechanicalduck> So why does it pass - even when there is no :key in that damn hash?!!!
<chars6> treehug88: it's this https://github.com/mwylde/hnhiring
<starlord> Is there a project that uses plain Ruby code (either plain old data or a DSL) to build up an HTML string?
lw_ has quit [Ping timeout: 250 seconds]
geggam has joined #ruby
<jhass> mechanicalduck: that's not what defined? is for, use hash.has_key? :key
<treehug88> chars6: which file/lines are you referring to please
<treehug88> starlord: yes, there almost surely is
<chars6> treehug88: build.sh
<jhass> treehug88: built the structure you want in ruby and call .to_json on it
Ayey_ has joined #ruby
chipotle has quit [Quit: cya]
<treehug88> yeah, jhass , it's the fetch I'm having issues with
ssvo has joined #ruby
<treehug88> I'm new to ruby so I'm not sure the syntax
tylerkern has joined #ruby
<jhass> treehug88: I guess that returns an enumerator so you can just to_a it to get an array with the elements
tylerkern has quit [Read error: Connection reset by peer]
lw has joined #ruby
<jhass> which gem are you using? mysql? mysql2?
<chars6> treehug88: before running that, i'm not completely sure it's required, but you need to install slinky first and run get_data.rb
spyderma_ has quit [Remote host closed the connection]
tylerkern has joined #ruby
* yebyen is working on his suite of BeeMinder automation things
spyderman4g63 has joined #ruby
philcrissman has joined #ruby
bMalum__________ has joined #ruby
yokel has quit [Read error: Connection reset by peer]
cap has quit [Remote host closed the connection]
yokel has joined #ruby
tylerker_ has joined #ruby
tylerkern has quit [Read error: Connection reset by peer]
lw has quit [Ping timeout: 240 seconds]
cap has joined #ruby
<dorei> any idea if a tool like taskspace exists for linux/xwindows? http://www.task-space.com/
St_Marx has joined #ruby
St_Marx has quit [Remote host closed the connection]
<drizz> dorei: kind of like any tiling window manager ever..? :p
renderfu_ has joined #ruby
St_Marx has joined #ruby
lw has joined #ruby
postmodern has joined #ruby
lw has quit [Max SendQ exceeded]
shredding has joined #ruby
philcrissman has quit [Ping timeout: 240 seconds]
nat2610 has joined #ruby
<dorei> drizz: i just want to glue two or more windows together, and when I move one, the others would follow it
AlexBlom has joined #ruby
sepp2k has joined #ruby
bricker`work has quit [Read error: Connection reset by peer]
bricker`work has joined #ruby
DEA7TH has joined #ruby
dblessing has joined #ruby
beef-wellington has quit [Ping timeout: 250 seconds]
tylerker_ has quit [Ping timeout: 245 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
cap has quit [Ping timeout: 255 seconds]
renderful has quit [Ping timeout: 250 seconds]
ssvo has quit [Ping timeout: 272 seconds]
lw has joined #ruby
yokel has quit [Ping timeout: 272 seconds]
lw has quit [Max SendQ exceeded]
Pro| has quit [Ping timeout: 245 seconds]
Jamo has quit [Ping timeout: 255 seconds]
<chars6> treehug88: you still here?
<treehug88> yes
lw has joined #ruby
sambao21 has joined #ruby
ptrrr has joined #ruby
ssvo has joined #ruby
lw has quit [Max SendQ exceeded]
<chars6> treehug88: Do you see anything that may be causing my error? Maybe there are some gems that I neglected to install? I'm lost here.
<treehug88> sorry can't help chars6 , too busy :[
benzrf is now known as benzrf|offline
lw has joined #ruby
<chars6> treehug88: ok
lw has quit [Max SendQ exceeded]
Zenigor_ has quit [Ping timeout: 260 seconds]
tylerkern has joined #ruby
iliketurtles has quit [Quit: zzzzz…..]
Zenigor has joined #ruby
lw has joined #ruby
rdavila has joined #ruby
sdwrage has joined #ruby
lw has quit [Max SendQ exceeded]
lw has joined #ruby
lw has quit [Max SendQ exceeded]
rezzack has joined #ruby
centrx has joined #ruby
lw has joined #ruby
lw has quit [Max SendQ exceeded]
<mechanicalduck> jhass: didn't know that
MatthewsFace has joined #ruby
georgelappies has quit [Remote host closed the connection]
root3d has joined #ruby
<mechanicalduck> jhass: But by the way - why does defined? pass although there is no such key in the hash?
<jhass> >> defined? nil
<eval-in> jhass => "nil" (https://eval.in/179442)
lw has joined #ruby
<jhass> because nil is defined
lw has quit [Max SendQ exceeded]
Jamo has joined #ruby
<jhass> in general I consider defined? a code smell, you should know what's defined in the current context
tylerkern has quit [Ping timeout: 245 seconds]
lw has joined #ruby
Pro| has joined #ruby
yacks has quit [Ping timeout: 244 seconds]
lw has quit [Max SendQ exceeded]
<apeiros> mechanicalduck: because defined? is not semantically identical to "hash contains key"
<apeiros> the expression you pass is defined
<apeiros> to what the expression evaluates is irrelevant
DEA7TH has quit [Changing host]
DEA7TH has joined #ruby
* apeiros concurs with jhass wrt defined? being a code smell
nanoyak has quit [Quit: Computer has gone to sleep.]
lw has joined #ruby
yacks has joined #ruby
matchaw has quit [Ping timeout: 255 seconds]
jobewan has quit [Remote host closed the connection]
lw has quit [Max SendQ exceeded]
bMalum__________ has quit [Quit: Computer has gone to sleep.]
lw has joined #ruby
bMalum__________ has joined #ruby
lw has quit [Max SendQ exceeded]
<mechanicalduck> apeiros: oh, not so good. I use the has_key (formerly defined? now) on several places in my code
jrhe_ has joined #ruby
rfish has joined #ruby
<rfish> hey newb question
pmac__ has joined #ruby
lw has joined #ruby
amargherio has joined #ruby
pmac_ has quit [Ping timeout: 245 seconds]
<rfish> I am trying to parse this
lw has quit [Max SendQ exceeded]
<rfish> def radio_group; self.validation.enum.first.to_s end
<apeiros> mechanicalduck: why "not so good" then? sounds like you switched to the right construct
<rfish> sometimes the object validation or enum is null
lw has joined #ruby
<rfish> in that case I want to return 'default'
<rfish> how do I do this?
lw has quit [Max SendQ exceeded]
<apeiros> rfish: you test for it and return 'default'
<rfish> how do I test for that?
fgo has joined #ruby
carraroj has quit [Quit: Konversation terminated!]
<apeiros> rfish: .nil? if you want to be explicit. plain conditional if you don't care about self.
Zenigor has quit [Remote host closed the connection]
lw has joined #ruby
lw has quit [Max SendQ exceeded]
<apeiros> def radio_group; if validation && validation.enum; validation.enum.first.to_s else 'default' end
<apeiros> end
tylerkern has joined #ruby
lw has joined #ruby
coca_rails has quit [Quit: coca_rails]
lw has quit [Max SendQ exceeded]
<jhass> rfish: are you in rails?
<rfish> sinatra
ari-_-e has quit [Ping timeout: 272 seconds]
bMalum__________ has quit [Ping timeout: 260 seconds]
rezzack1 has joined #ruby
cg433n has joined #ruby
lw has joined #ruby
lw has quit [Max SendQ exceeded]
rezzack has quit [Ping timeout: 250 seconds]
<mechanicalduck> oh
Kricir has joined #ruby
coca_rails has joined #ruby
lw has joined #ruby
<apeiros> mechanicalduck: or wait - did you say you switched from has_key? to defined? - or did you say you switched from defined? to has_key?
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lw has quit [Max SendQ exceeded]
aspires has quit []
fgo has quit [Ping timeout: 250 seconds]
coca_rails has quit [Client Quit]
ari-_-e has joined #ruby
momomomomo has joined #ruby
<mechanicalduck> apeiros: From defined to hash_key
coca_rails has joined #ruby
lw has joined #ruby
beef-wellington has joined #ruby
lw has quit [Max SendQ exceeded]
coca_rails has quit [Client Quit]
gtrak has joined #ruby
iamjarvo has joined #ruby
jtzero has left #ruby [#ruby]
n1lo has joined #ruby
lw has joined #ruby
lw has quit [Max SendQ exceeded]
root3d has quit [Ping timeout: 246 seconds]
nilo_ has joined #ruby
coca_rails has joined #ruby
lw has joined #ruby
lw has quit [Max SendQ exceeded]
starlord has left #ruby [#ruby]
Takle has joined #ruby
yokel has joined #ruby
n1lo has quit [Disconnected by services]
CorySimmons has joined #ruby
paulfm has quit [Ping timeout: 255 seconds]
Cheezebox has quit [Remote host closed the connection]
n1lo has joined #ruby
omosoj has quit [Ping timeout: 245 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
cocotton has quit [Remote host closed the connection]
mechanicalduck has quit [Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145]]
jdj_dk has joined #ruby
Sephyros has joined #ruby
endash has joined #ruby
paulfm has joined #ruby
<Sephyros> Hello Everybody
cocotton has joined #ruby
JBreit has left #ruby ["Leaving"]
<Sephyros> Can someone help me with "bundle" command?
nilo_ has quit [Client Quit]
cap has joined #ruby
sambao21 has joined #ruby
<jhass> maybe, we don't know your issue
x1337807x has joined #ruby
<apeiros> maybe someone can. but how can someone know?
Zenigor has joined #ruby
<Sephyros> Well, i can use APT, Internet and some other things that require internet, but i cannot use bundle to download/install gems, i am behind a Proxy
ssvo has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jhass> it errors out?
<apeiros> downloading/installing gems behind a proxy works fine for me
<Sephyros> already configured the apt.conf, bash.bashrc
Ayey_ has quit [Ping timeout: 245 seconds]
<Sephyros> Net::HTTPServerException: 407 "Proxy Authentication Required"
yokel has quit [Ping timeout: 240 seconds]
<Sephyros> but for everything else works fine... someone said to me that bundle use curl or something like that
cocotton_ has joined #ruby
cocotton_ has quit [Remote host closed the connection]
<Sephyros> i searched i read that curl use the apt/proxy config... so... i dont know what is the problem =/
cocotton_ has joined #ruby
nfk has joined #ruby
Grantlyk has quit [Remote host closed the connection]
cocotton has quit [Ping timeout: 250 seconds]
<apeiros> um, news to me that bundler uses curl…
<apeiros> bundler uses rubygems. and rubygems most likely uses net/http
lw has joined #ruby
<apeiros> oh, and it uses git if you have git repos in your gemfile
rdavila has quit [Quit: rdavila]
lw has quit [Max SendQ exceeded]
cocotton_ has quit [Remote host closed the connection]
<Sephyros> git works fine too... already pushed/pulled some projects..
cocotton has joined #ruby
Grantlyk_ has joined #ruby
lw has joined #ruby
EminenceHC has quit [Remote host closed the connection]
rdavila has joined #ruby
jrhorn424 is now known as zz_jrhorn424
dbasch has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
kaleido has left #ruby ["Textual IRC Client: www.textualapp.com"]
TieSoul has joined #ruby
lw has quit [Max SendQ exceeded]
cocotton has quit [Ping timeout: 250 seconds]
TieSoul_ has quit [Ping timeout: 255 seconds]
speakingcode is now known as tinderpimp
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
maletor has joined #ruby
yokel has joined #ruby
aspires has joined #ruby
CorySimmons has quit [Quit: Zzz...]
cocotton has joined #ruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Grantlyk_ has quit [Remote host closed the connection]
msmith_ has quit [Read error: Connection reset by peer]
msmith has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
mechanicalduck has joined #ruby
<mechanicalduck> hi again!
<mechanicalduck> I got this JSON problem: https://gist.github.com/mechanicalduck/27a62de5a561a6bede65
<mechanicalduck> I use it directly from ruby json serializer.
<mechanicalduck> But the json parser complains about some opening token
stian has quit [Quit: leaving]
<Sephyros> whoa, that was close, now i get a big error
<Sephyros> Fetching gem metadata from https://rubygems.org/.........
<Sephyros> Unfortunately, a fatal error has occurred. Please see the Bundler
<Sephyros> /usr/lib/ruby/1.9.1/rubygems/config_file.rb:195:in `merge': can't convert String into Hash (TypeError)
<Sephyros> troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
<Sephyros> from /usr/lib/ruby/1.9.1/rubygems/config_file.rb:195:in `initialize'
<Sephyros> from /usr/lib/ruby/1.9.1/rubygems.rb:364:in `new'
<Sephyros> from /usr/lib/ruby/1.9.1/rubygems.rb:364:in `configuration'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/rubygems_integration.rb:34:in `configuration'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/rubygems_integration.rb:53:in `sources='
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/source/rubygems.rb:250:in `remote_specs'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/source/rubygems.rb:163:in `fetch_specs'
<centrx> Do not flood the channel
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/source/rubygems.rb:67:in `specs'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/lazy_specification.rb:52:in `__materialize__'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:88:in `block in materialize'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:85:in `map!'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:85:in `materialize'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:114:in `specs'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:109:in `resolve_remotely!'
namxam has quit [Remote host closed the connection]
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/installer.rb:83:in `run'
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/installer.rb:14:in `install'
<centrx> ...
<havenwood> Sephyros: gist.github.com
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/cli.rb:247:in `install'
<Sephyros> from /usr/lib/ruby/vendor_ruby/thor/command.rb:27:in `run'
<mechanicalduck> uh oh
<Sephyros> from /usr/lib/ruby/vendor_ruby/thor/invocation.rb:121:in `invoke_command'
<Sephyros> from /usr/lib/ruby/vendor_ruby/thor.rb:363:in `dispatch'
<Sephyros> from /usr/lib/ruby/vendor_ruby/thor/base.rb:440:in `start'
<Sephyros> from /usr/bin/bundle:20:in `block in <main>'
<mechanicalduck> I foresee an +o and then a kick :D
<Sephyros> from /usr/lib/ruby/vendor_ruby/bundler/friendly_errors.rb:3:in `with_friendly_errors'
<Sephyros> from /usr/bin/bundle:20:in `<main>'
<centrx> we need an flood bot
<Sephyros> sorry, this will not repeat
<havenwood> Sephyros: Read the channel topic. :P
CorySimmons has joined #ruby
namxam has joined #ruby
<fauzanqa_> whoaa...
<mechanicalduck> lol
startupality has quit [Quit: startupality]
namxam has quit [Remote host closed the connection]
tylerkern has joined #ruby
toastynerd has quit [Remote host closed the connection]
namxam has joined #ruby
<jamo_> this works JSON.parse(%Q({"tests": [{ "name": "Test 1","param": "value"},{ "name": "Test 2", "param": "value"},{ "name": "Test 3","param": "value"}]}))
ari-_-e has quit [Ping timeout: 250 seconds]
<mechanicalduck> jamo_: damn
<mechanicalduck> jamo_: So something else is wrong then
Bira has joined #ruby
<mechanicalduck> What does that %Q do?
<Sephyros> I thought that would stick in only one message
<jamo_> you had a weird white sace char in the first line
Snowstormer is now known as SnowstormXP
yokel has quit [Ping timeout: 246 seconds]
benlieb has joined #ruby
msmith has quit [Ping timeout: 255 seconds]
namxam has quit [Client Quit]
Kricir has quit [Remote host closed the connection]
startupality has joined #ruby
<jamo_> just a way to create a string
TorpedoSkyline has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
InhalingPixels has joined #ruby
<jamo_> like %w(a b c) -> ['a', 'b', 'c']
<jamo_> it does the same but for string
michael_lee has joined #ruby
lw has joined #ruby
<mechanicalduck> I forgot a comma
<mechanicalduck> lol
<mechanicalduck> I forgot... a comma
<mechanicalduck> NO
TieSoul_ has joined #ruby
jsodini has quit [Quit: Leaving...]
* centrx presses enter to be part of the crowd
msmith has joined #ruby
Bira has quit [Ping timeout: 272 seconds]
asteve has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
InhalingPixels has quit [Ping timeout: 250 seconds]
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Grantlyk has joined #ruby
tinderpimp is now known as speakingcode
msmith has quit [Remote host closed the connection]
tylerkern has quit [Read error: Connection reset by peer]
dc has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
TieSoul has quit [Ping timeout: 255 seconds]
tylerkern has joined #ruby
asteve has joined #ruby
circ-user-ldQXT has joined #ruby
asteve has quit [Changing host]
asteve has joined #ruby
ssvo has joined #ruby
sambao21 has joined #ruby
mercerist has joined #ruby
axl_ has quit [Quit: axl_]
yokel has joined #ruby
aspires has quit []
dscrd has joined #ruby
dscrd has left #ruby [#ruby]
SnowstormXP is now known as Snowstormer
msmith_ has joined #ruby
<cuqa> hello
lw has quit [Quit: s]
nat2610 has quit [Quit: Leaving.]
spyderma_ has joined #ruby
aspires has joined #ruby
Sephyros has quit [Remote host closed the connection]
Sephyros has joined #ruby
JohnFord has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iliketurtles has joined #ruby
Ayey_ has joined #ruby
<cuqa> i have an array or hash which has this syntax: {:get_dos_alert_summaries_response=>{:results=>{:dos_alert_summary=>[{:id=>"9099",...]}}}
<shevy> awful
<cuqa> my question is very beginner like, but how do I access each element of that array
<shevy> I would simplify it
dbasch has quit [Quit: dbasch]
<shevy> hash[:name][:name]
<shevy> replace name with the name of the key
freerobby1 has quit [Quit: Leaving.]
<shevy> cuqa [] is a method invocation in ruby
<cuqa> ok, strangely I receive a convertion error when simply trying to puts it
<shevy> can't be. you must access an incorrect key then
axl_ has joined #ruby
freerobby has joined #ruby
<shevy> [:get_dos_alert_summaries_response][:results]
spyderman4g63 has quit [Ping timeout: 245 seconds]
<shevy> [:get_dos_alert_summaries_response][:results][:dos_alert_summary]
OffTheRails has quit [Ping timeout: 240 seconds]
startupality has quit [Quit: startupality]
<cuqa> oh, wtf .. okay before I had used .to_array .. with that I get the error
<cuqa> .to_hash works
ari-_-e has joined #ruby
_0xf_ has joined #ruby
<cuqa> but both seems to be identical tbh
yokel has quit [Ping timeout: 272 seconds]
<cuqa> also the elements of the array start with a colon
djbkd has quit [Remote host closed the connection]
startupality has joined #ruby
tectonic has joined #ruby
djbkd has joined #ruby
kireevco has quit [Quit: Leaving.]
Ayey_ has quit [Ping timeout: 260 seconds]
dbasch has joined #ruby
<shevy> what?
<shevy> a . ?
cg433n has quit [Quit: Computer has gone to sleep.]
<shevy> cuqa do you know what is: :foo
<shevy> in ruby?
St_Marx has quit [Ping timeout: 264 seconds]
emmesswhy has quit [Quit: This computer has gone to sleep]
ghr has joined #ruby
carraroj has joined #ruby
<cuqa> not without looking
<cuqa> hashs and arrays are confusing to me in ruby :s
kenneth_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
St_Marx has joined #ruby
michael_lee has quit [Quit: Ex-Chat]
<jhass> cuqa: it would be to_a and to_h, to_array and to_hash are rarely used. But you already have a hash, why do you want to convert it?
bmurt has quit []
decoponio has quit [Quit: Leaving...]
bmurt has joined #ruby
Martxel has joined #ruby
<shevy> cuqa ok do you at least know what this is called: :bar ?
claymore has quit [Quit: Leaving]
<shevy> cuqa you can use the bot here in the channel
JohnFord has joined #ruby
<shevy> example:
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<shevy> >> 'bar'.class
<eval-in> shevy => String (https://eval.in/179451)
<shevy> now try it with :bar cuqa
_cpt_yossarian_ has quit [Quit: Leaving]
<jhass> no, don't use the bot to experiment please, use irb or pry on your computer
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cpt_yossarian has joined #ruby
ghr has quit [Ping timeout: 264 seconds]
Cheezebox has joined #ruby
Ankhers has quit [Ping timeout: 264 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
<cuqa> ok, a symbol
JoshGlzBrk has joined #ruby
phpDevSa has joined #ruby
<phpDevSa> hey guys I'm noobie in ruby
<phpDevSa> so I've problem that i can't run 'error occurred while installing mysql2' I use windows
<phpDevSa> anybody know the solution for this?
<centrx> phpDevSa, Paste the full error message with backtrace at gist.github.com
<jhass> google "install mysql2 gem on windows" should yield plenty of results
yokel has joined #ruby
prologepilog has joined #ruby
yokel has quit [Read error: Connection reset by peer]
<rfish> jhass: it worked, sorry forgot to tell you
wallerdev_ has quit [Quit: wallerdev_]
fgo has joined #ruby
<shevy> cuqa yeah, a symbol. they have the same id all the time
<shevy> cuqa that is why they are often used as keys in a hash, like in your example
michaeldeol has joined #ruby
jonahR has quit [Remote host closed the connection]
toastynerd has joined #ruby
jonahR_ has joined #ruby
fauzanqa_ has quit [Ping timeout: 240 seconds]
fgo has quit [Ping timeout: 255 seconds]
slash_ni1k is now known as slash_nick
slash_nick has quit [Changing host]
slash_nick has joined #ruby
dc has joined #ruby
cap has quit [Remote host closed the connection]
sambao21 has joined #ruby
cap has joined #ruby
soahccc has joined #ruby
<ari-_-e> shevy: hashing is not done based on id
<ari-_-e> see Object#hash
cocotton has quit [Remote host closed the connection]
ponch_ has joined #ruby
<apeiros> ari-_-e: you may want to check the source of Symbol#hash ;-)
cocotton has joined #ruby
<apeiros> hint: return LONG2FIX(rb_objid_hash(index));
msmith_ has quit [Remote host closed the connection]
<ari-_-e> that's not really relevant
<centrx> Comparing symbols is indeed significantly faster than comparing strings
x1337807x has joined #ruby
<apeiros> ari-_-e: errr, yes, it is.
Sephyros has quit [Remote host closed the connection]
<apeiros> Object#hash is not relevant when your object is a Symbol. it won't use Object#hash. it will use Symbol#hash.
<ari-_-e> apeiros: who cares which specific implementation of the method is used?
<ari-_-e> does your code check that?
<apeiros> ari-_-e: that's the core of what shevy said
<apeiros> and you (wrongly) refuted it
cobakobodob has quit [Ping timeout: 260 seconds]
tectonic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nateberkopec has quit [Quit: Leaving...]
<soahccc> Any idea how to fix Net::HTTP::Head.new(URI("https://..")) ? On ruby 2.1 it doesn't work anymore as I think it wants a string now and I'm looking for something working in older versions as well.
TorpedoSkyline has joined #ruby
<ari-_-e> apeiros: the way shevy said it implied that hashing is done based on id
<ari-_-e> which is incorrect
zz_anildigital is now known as anildigital
bearish has quit [Remote host closed the connection]
<ari-_-e> it is done with the #hash method
Grantlyk has quit [Remote host closed the connection]
alexju has quit []
<ari-_-e> which does happen to just use ids for Symbols, because they are interned
maletor has quit [Quit: Computer has gone to sleep.]
alexju has joined #ruby
cap has quit [Ping timeout: 250 seconds]
ponch_ has quit [Remote host closed the connection]
<centrx> QED
<apeiros> ari-_-e: you just contradicted yourself :-)
dbasch has quit [Quit: dbasch]
cocotton_ has joined #ruby
<ari-_-e> apeiros: no, I did not
chrishough has joined #ruby
<ari-_-e> Symbols are the only class that uses ids for hashing
<apeiros> shevy said hashing *for symbols* is based on ids. which is very much correct.
<apeiros> which you just admitted to be correct
ebobby has quit [Quit: Lost terminal]
<ari-_-e> apeiros: looks like you need to re-read what shevy said
startupality has quit [Quit: startupality]
<apeiros> 21:54 shevy: cuqa yeah, a symbol. they have the same id all the time
<apeiros> 21:55 shevy: cuqa that is why they are often used as keys in a hash, like in your example
<apeiros> fits
nat2610 has joined #ruby
whyy has joined #ruby
MatthewsFace has quit [Ping timeout: 240 seconds]
Cheezebox has quit [Remote host closed the connection]
beef-wellington has quit [Ping timeout: 244 seconds]
<centrx> but we can all agree, Hash#to_sym == Symbol#hash
msmith has joined #ruby
<ari-_-e> apeiros: to me, that says that equivalent objects are only suitable for hashing when they have the same id
maletor has joined #ruby
beneggett has joined #ruby
kireevco has joined #ruby
cocotton has quit [Ping timeout: 250 seconds]
TorpedoSkyline has quit [Quit: Textual IRC Client: www.textualapp.com]
Grantlyk_ has joined #ruby
razum2um has joined #ruby
maletor has quit [Max SendQ exceeded]
Photism has quit [Quit: Leaving]
cocotton_ has quit [Ping timeout: 250 seconds]
maletor has joined #ruby
<ari-_-e> centrx: Hash#to_sym?
_0xff_ has joined #ruby
blueOxigen has quit [Ping timeout: 272 seconds]
<centrx> oh sorry, I meant: Hash#hash == Symbol#to_a
beef-wellington has joined #ruby
whyy has quit [Ping timeout: 244 seconds]
nanoyak has joined #ruby
_0xf_ has quit [Ping timeout: 245 seconds]
<ari-_-e> centrx: Symbol#to_a? :-/
<treehug88> question: is there a mysql library that supports placeholders AND fetching rows as hashes?
aaronrl_ has quit [Quit: Leaving]
<treehug88> Mysql seems to support the former (but not the latter), and Mysql2 is the opposite
sigurding has quit [Quit: sigurding]
<treehug88> i don't want to use an orm
pmac__ has quit [Quit: pmac__]
mengu has joined #ruby
mengu has joined #ruby
<jhass> you should be able to #zip up the rows with Result#fields and to_h the result ;)
<jhass> (for mysql2)
<treehug88> right, jhass; what about placeholders
<apeiros> wow… mysql2 really does not support bind variables?
<apeiros> outright horrible
aaronrl has joined #ruby
<treehug88> my thoughts exactly apeiros
dc has quit [Remote host closed the connection]
<centrx> MySQL didn't support prepared statements until recently, no?
<treehug88> that's incorrect centrx
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<apeiros> centrx: you could have bind variables without prepared statements theoretically
andrewjanssen has quit [Quit: Leaving...]
<apeiros> mysql afaik still doesn't have a real query planner. but I might be outdated.
<centrx> Looks like my info is outdated as of the year 2004
<jhass> mysql's explain analyze is at least complete garbage
<centrx> The query planner still can't look inside of subqueries
<centrx> MariaDB has a couple improvements in that area according to the changelog
punto has quit [Read error: Connection reset by peer]
<apeiros> right. if you use mysql, you should replace it with mariadb anyway. get rid of the evil that is oracle *swings fist*
<riceandbeans> is do |foo| end the same as { |foo| } ?
<apeiros> riceandbeans: mostly
<riceandbeans> apeiros: what do you mean mostly?
andrewjanssen has joined #ruby
<apeiros> it has a different precedence. otherwise it's the same.
<centrx> riceandbeans, The meaning is the same
<riceandbeans> different precedence?
kenneth has joined #ruby
<apeiros> `foo bar { … }` block belongs to bar
<apeiros> `foo bar do … end` block belongs to foo
Grantlyk_ has quit [Remote host closed the connection]
chrishough has quit [Quit: chrishough]
<riceandbeans> apeiros: I don't understand
philcrissman has joined #ruby
<riceandbeans> why would you have foo bar
<centrx> riceandbeans, Like if you do (1 + 2) * 3 instead of 1 + 2 * 3
<riceandbeans> I could ese foo.bar or something
wombo has quit [Ping timeout: 250 seconds]
<apeiros> >> def foo; yield("foo is yielding") if block_given?; end; def bar; yield("bar is yielding") if block_given?; end; foo bar { |who| puts who }
<eval-in> apeiros => bar is yielding ... (https://eval.in/179452)
<shevy> well foo bar is foo(bar)
<apeiros> >> def foo; yield("foo is yielding") if block_given?; end; def bar; yield("bar is yielding") if block_given?; end; foo bar do |who| puts who end
<eval-in> apeiros => wrong number of arguments (1 for 0) (ArgumentError) ... (https://eval.in/179453)
<apeiros> huh?
<apeiros> oh, d'oh
<apeiros> >> def foo(*); yield("foo is yielding") if block_given?; end; def bar(*); yield("bar is yielding") if block_given?; end; foo bar do |who| puts who end
<eval-in> apeiros => foo is yielding ... (https://eval.in/179454)
<riceandbeans> shevy: OH!
<riceandbeans> shevy: that makes sense now
<riceandbeans> thanks
<shevy> riceandbeans sometimes you may have to be explicit to satisfy the ruby parser
<shevy> like stuff:
Bira has joined #ruby
<shevy> if foo.include? 'ble' and ! foo.include? 'yada' or hey.send 'oooha',true
<shevy> if foo.include?('ble') and ! foo.include?('yada') or hey.send('oooha',true)
Matadoer has quit [Remote host closed the connection]
Matadoer has joined #ruby
\q has quit [Read error: Connection reset by peer]
<centrx> hooha ha!
momomomomo has quit [Ping timeout: 264 seconds]
lw has joined #ruby
philcrissman has quit [Ping timeout: 255 seconds]
lw has quit [Max SendQ exceeded]
sdwrage has quit [Quit: This computer has gone to sleep]
lw has joined #ruby
<apeiros> shevy, riceandbeans: the point actually is that `foo(bar) { … }` is not the same as `foo bar { … }`
andrewjanssen has quit [Quit: Leaving...]
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<apeiros> `foo bar { … }` would be the same as `foo(bar { … })`
<apeiros> `foo bar do … end` would be the same as `foo(bar) do … end`
dc has joined #ruby
Bira has quit [Ping timeout: 240 seconds]
ghostmoth has joined #ruby
djbkd has quit [Remote host closed the connection]
lsone has joined #ruby
CorySimmons has quit [Quit: Zzz...]
momomomomo has joined #ruby
yacks has quit [Remote host closed the connection]
Ayey_ has joined #ruby
Jackneill has quit [Read error: Connection reset by peer]
cap has joined #ruby
<riceandbeans> apeiros: oh...I can't think of an example of that
cobakobodob has joined #ruby
<riceandbeans> and centrx she wasn't talking about her hooha
cpruitt has quit [Quit: cpruitt]
sambao21 has quit [Quit: Computer has gone to sleep.]
<apeiros> riceandbeans: don't worry. you don't need to think of an example of that. you'll come across them once upon a time.
sambao21 has joined #ruby
nateberkopec has joined #ruby
szuletett has joined #ruby
jonr22 has joined #ruby
Matadoer has quit [Remote host closed the connection]
MatthewsFace has joined #ruby
Matadoer has joined #ruby
cpt_yossarian has quit [Read error: Connection reset by peer]
diegoviola has joined #ruby
phutchins has quit [Read error: Connection reset by peer]
phutchins has joined #ruby
Zenigor has quit [Remote host closed the connection]
nateberkopec has quit [Ping timeout: 240 seconds]
krisquigley has quit [Remote host closed the connection]
razum2um has quit [Quit: Leaving.]
<shevy> only once!
Morkel has quit [Quit: Morkel]
hellangel7 has quit [Quit: Leaving]
chrisramon has joined #ruby
lw has quit [Ping timeout: 255 seconds]
newUser1234 has joined #ruby
wallerdev has joined #ruby
cg433n has joined #ruby
nobitanobi has joined #ruby
chrisramon has quit [Client Quit]
RichardLitt has joined #ruby
benzrf|offline is now known as benzrf
benlieb has quit [Quit: benlieb]
startupality has joined #ruby
kireevco has quit [Quit: Leaving.]
Quintus_q has joined #ruby
devoknievo__ has joined #ruby
beneggett has joined #ruby
chrisramon has joined #ruby
nateberkopec has joined #ruby
Beoran_ has quit [Ping timeout: 250 seconds]
freerobby has quit [Read error: Connection reset by peer]
freerobby1 has joined #ruby
startupality has quit [Client Quit]
icole has quit [Remote host closed the connection]
nanoyak has quit [Read error: Connection reset by peer]
CorySimmons has joined #ruby
spyderma_ has quit [Remote host closed the connection]
nanoyak has joined #ruby
benlieb has joined #ruby
benzrf is now known as benzrf|offline
blackmesa has joined #ruby
spyderman4g63 has joined #ruby
dbasch has joined #ruby
<blackmesa> hi all. why doesnt h = Hash.autonew work?
dbasch has quit [Client Quit]
startupality has joined #ruby
<wallerdev> what is autonew
jonahR_ has quit []
<apeiros> blackmesa: because something is wrong with your code
<wallerdev> oh i see
<wallerdev> part of facets
<blackmesa> mmmhhh yes
InhalingPixels has joined #ruby
<blackmesa> a gem. alright thx
jonr22 has quit [Quit: WeeChat 0.4.2]
tectonic has joined #ruby
icole has joined #ruby
jeramyRR has joined #ruby
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
manzo has quit [Quit: Leaving]
carraroj has quit [Quit: Konversation terminated!]
nanoyak has quit [Read error: Connection reset by peer]
nanoyak has joined #ruby
obscured has quit [Quit: leaving]
axwheeler has joined #ruby
fgo has joined #ruby
aaronrl has quit [Read error: Connection reset by peer]
tylerkern has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
Bira has joined #ruby
paulfm has quit []
realDAB has joined #ruby
Matadoer has quit [Remote host closed the connection]
Matadoer has joined #ruby
Bira has quit [Remote host closed the connection]
aaronrl has joined #ruby
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
axwheeler has quit [Client Quit]
<riceandbeans> can anyone give me a hand with mechanize?
<riceandbeans> I'm doing something wrong but not sure what
kireevco has joined #ruby
<riceandbeans> I think the form isn't actually submitting for some reason
Hobogrammer has quit [Ping timeout: 250 seconds]
charliesome has joined #ruby
freerobby1 has quit [Quit: Leaving.]
djbkd has joined #ruby
Beoran_ has joined #ruby
<shevy> mechanize is when you click on forms right
<shevy> page = WWW::Mechanize.new.get(url)
<shevy> .submit
<shevy> that is how they are submitted!
fgo has quit [Ping timeout: 272 seconds]
coca_rails has quit [Quit: coca_rails]
ephemerian has quit [Quit: Leaving.]
qmfnp has quit [Quit: Textual IRC Client: www.textualapp.com]
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
obscured has joined #ruby
Mozee has quit [Ping timeout: 246 seconds]
freerobby has joined #ruby
icole has quit [Remote host closed the connection]
coca_rails has joined #ruby
<riceandbeans> shevy: right, only it's not doing what I'd expect
bmurt has quit [Ping timeout: 272 seconds]
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jonr22 has joined #ruby
JoshGlzBrk has joined #ruby
<riceandbeans> I tell it the form username, and password, and tell it submit, and it shows me the same page
heftig_ has quit [Ping timeout: 272 seconds]
andrewjanssen has joined #ruby
chars6 has quit [Quit: Konversation terminated!]
<blackjid> Hi guys!. A quick one!, what do you think about using alias versions in .ruby-version files for projects.. I mean to use 2.0.0 instead of 2.0.0-p451
hooper has joined #ruby
newUser1234 has quit [Remote host closed the connection]
phpDevSa has quit []
kenneth has quit [Quit: Bye.]
emmesswhy has joined #ruby
jespada has quit [Quit: Leaving]
johnmolina has quit []
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jonr22 has quit [Client Quit]
shredding has quit [Quit: shredding]
alvaro_o has joined #ruby
<bricker`work> blackjid: Depends what the project is. It's never caused me any problems though.
anildigital is now known as zz_anildigital
n1lo has quit [Ping timeout: 244 seconds]
spyderma_ has joined #ruby
mengu has quit []
spyderman4g63 has quit [Ping timeout: 240 seconds]
jimms has quit []
asteve has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
aarkerio has joined #ruby
<jhass> blackjid: fine for chruby and iirc rvm. rbenv by design refuses to support that
<blackjid> realy?
<blackjid> really?
<jhass> really
<blackjid> i'm using it with rbenv and it works..
<blackjid> i think
superscott[8] has quit []
<jhass> are you sure? Did they change their mind?
bearish has joined #ruby
<blackjid> the question was more in the philosofical/technical way.... should I?
tylerkern has joined #ruby
<blackjid> let me check
ldnunes has quit [Quit: Leaving]
Ayey_ has quit [Ping timeout: 245 seconds]
<shevy> jhass are you working on some larger ruby project?
<jhass> shevy: I still contribute to diaspora
MartinCleaver has quit [Quit: MartinCleaver]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
alexju has quit [Remote host closed the connection]
bMalum__________ has joined #ruby
alexju has joined #ruby
freerobby has quit [Quit: Leaving.]
dblessing has quit [Quit: dblessing]
<nobitanobi> /j #heroku
<jhass> are you sure?
bearish has quit [Ping timeout: 240 seconds]
<nobitanobi> ~~
msmith has quit [Remote host closed the connection]
niklasb has joined #ruby
aarkerio has quit [Quit: Verlassend]
<wallerdev> riceandbeans: if you actually want help you need to post a code snippet or something
freerobby has joined #ruby
obscured has quit [Quit: leaving]
<wallerdev> if you just tell people you have a problem no ones going to try to get all the details out of you, its up to you to provide as much info as you can so people can help you easier
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bMalum__________ has quit [Client Quit]
djbkd has quit [Remote host closed the connection]
jeramyRR has quit [Ping timeout: 255 seconds]
bMalum__________ has joined #ruby
thejollygrmreape has joined #ruby
kirun has joined #ruby
thejollygrmreape has left #ruby ["Leaving"]
ylluminate` has joined #ruby
chrisramon has quit [Quit: chrisramon]
ylluminate has quit [Read error: Connection reset by peer]
VBlizzard has joined #ruby
<shevy> wallerdev is so mean today
bbloom_ has joined #ruby
rdavila has quit [Quit: rdavila]
alexju has quit [Ping timeout: 264 seconds]
<shevy> riceandbeans if you wanna get dirty, you could insert debug statements within mechanize itself to see what is going on
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tricon_ has joined #ruby
dc has quit [Remote host closed the connection]
<shevy> I lost motivation dealing with mechanize when they abandoned hpricot - nokogiri did not work for me for some months back then and I never managed to regain the old motivation :(
chrisramon has joined #ruby
Tricon has quit [Read error: Connection reset by peer]
<wallerdev> i used mechanize a bunch in the past
momomomomo has quit [Ping timeout: 246 seconds]
Cheezebox has joined #ruby
krisquigley has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
djbkd has joined #ruby
bbloom has quit [Ping timeout: 240 seconds]
Blizzy has quit [Ping timeout: 255 seconds]
britneywright has joined #ruby
ssvo has quit [Ping timeout: 260 seconds]
bMalum__________ has quit [Ping timeout: 245 seconds]
<riceandbeans> wallerdev: oh?
<wallerdev> oh
<riceandbeans> ah
jtharris has quit []
<shevy> eh
lsone has quit [Ping timeout: 272 seconds]
<jhass> uh
Cheezebox has quit [Remote host closed the connection]
beneggett has joined #ruby
tricon_ is now known as Tricon
momomomomo has joined #ruby
ssvo has joined #ruby
beneggett has quit [Client Quit]
ringarin has joined #ruby
dc has joined #ruby
msmith has joined #ruby
mojo619 has joined #ruby
ecksit has joined #ruby
havenwood has quit [Remote host closed the connection]
realDAB has quit [Quit: realDAB]
poulet_a has joined #ruby
lxsameer has quit [Quit: Leaving]
havenwood has joined #ruby
aaronrl has quit [Read error: Connection reset by peer]
gtrak has quit [Ping timeout: 264 seconds]
TheNet has quit [Quit: Leaving...]
discr33t___ has quit [Ping timeout: 246 seconds]
beef-wellington has quit [Ping timeout: 245 seconds]
dbasch has joined #ruby
dc has quit [Remote host closed the connection]
JohnFord has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Ping timeout: 264 seconds]
aaronrl has joined #ruby
alexju has joined #ruby
freerobby1 has joined #ruby
freerobby has quit [Read error: Connection reset by peer]
CorySimmons has quit [Quit: Zzz...]
circ-user-ldQXT has quit [Remote host closed the connection]
sdwrage has joined #ruby
tectonic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djbkd has quit [Remote host closed the connection]
danielfilho has joined #ruby
danielfilho has left #ruby ["Textual IRC Client: www.textualapp.com"]
freerobby1 has quit [Client Quit]
jerius has quit []
djbkd has joined #ruby
icole has joined #ruby
nanoyak has quit [Quit: Computer has gone to sleep.]
maletor has quit [Quit: Computer has gone to sleep.]
mijicd_ has joined #ruby
CorySimmons has joined #ruby
kirun has quit [Quit: Client exiting]
maletor has joined #ruby
crdpink has joined #ruby
RichardLitt has quit [Ping timeout: 240 seconds]
andrewlio1 has quit [Remote host closed the connection]
mijicd_ has quit [Client Quit]
alexju has quit [Remote host closed the connection]
ecksit has quit [Ping timeout: 245 seconds]
dc has joined #ruby
iceden has joined #ruby
alexju has joined #ruby
cpruitt has joined #ruby
sailias1 has quit [Ping timeout: 250 seconds]
beneggett has joined #ruby
nateberkopec has joined #ruby
MartinCleaver has joined #ruby
mrrcp_ has quit [Quit: leaving]
Photism has joined #ruby
Tricon has quit [Quit: Leaving...]
fgo has joined #ruby
RichardLitt has joined #ruby
alexju has quit [Ping timeout: 245 seconds]
livingstn has quit []
nanoyak has joined #ruby
ringarin has quit [Ping timeout: 255 seconds]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nateberkopec has quit [Ping timeout: 240 seconds]
Mozee has joined #ruby
ringarin has joined #ruby
chrishough has joined #ruby
whyy has joined #ruby
Rahul_Roy has joined #ruby
AlexBlom has quit [Ping timeout: 250 seconds]
danijoo has quit [Read error: Connection reset by peer]
cpruitt has quit [Quit: cpruitt]
devoknievo__ has quit [Quit: Computer has gone to sleep.]
fgo has quit [Ping timeout: 272 seconds]
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
danijoo has joined #ruby
devoknievo__ has joined #ruby
BlaDe^_ is now known as BLaDe^
certainty|mobile has joined #ruby
startupality has quit [Quit: startupality]
djbkd has quit [Remote host closed the connection]
<certainty|mobile> Evening
<wallerdev> morning
n_blownapart has joined #ruby
whyy has quit [Ping timeout: 250 seconds]
<shevy> night
gh has joined #ruby
dc has quit [Remote host closed the connection]
certainty|mobile has quit [Read error: Connection reset by peer]
certainty|mobile has joined #ruby
devoknievo__ has quit [Ping timeout: 260 seconds]
mary5030_ has joined #ruby
djbkd has joined #ruby
<certainty|mobile> shevy, nicht
samb1 has left #ruby ["WeeChat 0.4.2"]
<shevy> hehe
<shevy> I was just responding to you folks
<jhass> shevy: didn't I teach you UGT already?
mary5030 has quit [Ping timeout: 240 seconds]
certainty|mobile has quit [Read error: Connection reset by peer]
cpruitt has joined #ruby
mercerist has quit [Quit: Computer has gone to sleep.]
benlieb has quit [Quit: benlieb]
n_blownapart has quit []
certainty|mobile has joined #ruby
axl_ has quit [Quit: axl_]
dik_dak has joined #ruby
Quintus_q has quit [Remote host closed the connection]
<shevy> UGT?
benlieb has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
sylvanica has quit [Ping timeout: 240 seconds]
Darkchaos has joined #ruby
Shidash has joined #ruby
axl_ has joined #ruby
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anarang has joined #ruby
klaut has quit [Remote host closed the connection]
philcrissman has joined #ruby
anarang has quit [Read error: Connection reset by peer]
kireevco has quit [Read error: Connection reset by peer]
<Darkchaos> Hello Guys. Quick Question: I have a inner and a outer loop. I want to have the inner loop "break" and the outer loop to "next" if my if condition triggers. is it possible?
gh has quit [Quit: Leaving]
<wallerdev> yup
kireevco has joined #ruby
<Darkchaos> I tried "break next" but it seems, like the break is obviously skipping the next
codecop has quit [Remote host closed the connection]
dawkirst has quit [Remote host closed the connection]
<wallerdev> well if theres nothing after your inner loop
<wallerdev> then when you break out itll automatically go to the next of the outer loop
PeterBoy has joined #ruby
<wallerdev> otherwise you could use something like throw/catch
axl_ has quit [Client Quit]
<Darkchaos> yes, but I have some code after the inner loop, which should only be executed, if the inner loop finished successfully
<Darkchaos> hm. Or some variable like "finished_successfully = false"
<wallerdev> sure
<Darkchaos> I guess that would be the most easy tho ugly solution
<wallerdev> throw/catch is pretty simple
_maes_ has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<wallerdev> >> catch(:cool) { x = 10; throw(:cool); puts 'never runs' }; puts 'ok'
<eval-in> wallerdev => ok ... (https://eval.in/179471)
philcrissman has quit [Ping timeout: 244 seconds]
mary5030_ has quit [Remote host closed the connection]
elaptics is now known as elaptics`away
<Darkchaos> hm, maybe there is an even more easy way? I want to remove all occurences of one array in another one. so when I have {a, b, c} and {b, c} the result of arr1 \ arr2 should be a
Wolland_ has quit [Remote host closed the connection]
jottr_ is now known as jottr
<jhass> a-b
<wallerdev> ^
<crome> :D
<Darkchaos> *facepalm*
<jhass> >> [1, 2, 3]-[3, 2]
<eval-in> jhass => [1] (https://eval.in/179472)
Wolland has joined #ruby
<Darkchaos> sometimes you make life harder than it is :D cool
drs has left #ruby [#ruby]
<wallerdev> >> [3, 2] - [1, 2, 3]
<eval-in> wallerdev => [] (https://eval.in/179473)
<jhass> if that wouldn't exist: array.reject {|item| other.include? item }
<wallerdev> not sure if you want that behavior or not
mikepack has quit []
krisquigley has quit [Remote host closed the connection]
<Darkchaos> wallerdev what behavior do you address? that it is [] instead of [1]?
<wallerdev> yeah that the order matters
<wallerdev> a - b is not b - a
mikepack has joined #ruby
<Darkchaos> jep, want that. because the second one is the exclude-list
TC` has quit [Quit: Leaving]
<crome> well, 1-2 is not 2-1 either
wjimenez_ has quit [Remote host closed the connection]
wjimenez5271 has joined #ruby
Wolland has quit [Ping timeout: 255 seconds]
jeramyRR has joined #ruby
PeterBoy has quit [Quit: Bye Bye]
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby
msmith has quit [Remote host closed the connection]
<dopiee> hey beautiful ruby peeps
<wallerdev> hii
<dopiee> I have a question about something I wrote i think im sayng it wrong
msmith has joined #ruby
<Darkchaos> hm, unfortunately it seems like "a = a - b" didn't change a.
<dopiee> Getter and Setters are used to call or change an object outside of the class
michaeldeol has joined #ruby
<dopiee> is that correct
<mozzarella> inside the class, from the outside
andrewjanssen has quit [Quit: Leaving...]
<Darkchaos> I'm wrong. Just seeing that I forgot to remove the \n and the end
<dopiee> Getter and Setters are used to call or change an object from inside the class, from the outside
wjimenez5271 has quit [Ping timeout: 250 seconds]
froggy_ has joined #ruby
<mozzarella> no
jeramyRR has quit [Ping timeout: 246 seconds]
JoshGlzBrk has joined #ruby
dik_dak has quit [Remote host closed the connection]
blackmes1 has joined #ruby
nanoyak has quit [Read error: Connection reset by peer]
<wallerdev> getters and setters are used to get and set values of an object
<wallerdev> lol
<wallerdev> hence the name
<dopiee> wallerdev, but outside of the class
<dopiee> ?
<wallerdev> could be either
nanoyak has joined #ruby
<dopiee> ok
krisquigley has joined #ruby
<bricker`work> "getters" and "setters" are nothing more than convention. Generally they get (or set) a private variable (ivars in ruby)
yokel has joined #ruby
andrewjanssen has joined #ruby
chrisramon has quit [Quit: chrisramon]
msmith has quit [Remote host closed the connection]
froggy__ has quit [Ping timeout: 272 seconds]
sylvanica has joined #ruby
blackmesa has quit [Ping timeout: 264 seconds]
ReBoRN- has joined #ruby
ReBoRN- is now known as ReBoRN
dbasch has quit [Quit: dbasch]
ReBoRN is now known as ReBoRN`
ReBoRN` has quit [Changing host]
ReBoRN` has joined #ruby
kireevco has quit [Ping timeout: 260 seconds]
jdj_dk has quit [Remote host closed the connection]
kireevco has joined #ruby
AlSquirrel has quit [Quit: This computer has gone to sleep]
havenwood has joined #ruby
stef_204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
andrewjanssen has quit [Ping timeout: 244 seconds]
devoknievo__ has joined #ruby
shackleford has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 0.4.3]
frankle has quit [Quit: Connection closed for inactivity]
heftig has joined #ruby
chipotle has joined #ruby
snath has quit [Ping timeout: 250 seconds]
build-system has joined #ruby
<blackjid> jhass i just check, I can use aliases with rbenv
frem_ has joined #ruby
dawkirst has joined #ruby
barhum2013 has quit [Ping timeout: 255 seconds]
amargherio has quit [Remote host closed the connection]
bricker`LA has joined #ruby
peret has joined #ruby
frem_ has left #ruby [#ruby]
jeramyRR has joined #ruby
havenwood has quit [Ping timeout: 264 seconds]
choke has quit [Quit: Leaving]
ghr has joined #ruby
d4ryus_ is now known as d4ryus
qwyeth has quit [Remote host closed the connection]
dawkirst has quit [Ping timeout: 240 seconds]
bricker`LA has quit [Ping timeout: 244 seconds]
nanoyak has quit [Quit: Computer has gone to sleep.]
coca_rails has quit [Quit: coca_rails]
ghr has quit [Ping timeout: 260 seconds]
snath has joined #ruby
momomomomo has quit [Quit: momomomomo]
jobewan has joined #ruby
jeramyRR has quit [Ping timeout: 245 seconds]
barhum2013 has joined #ruby
nateberkopec has joined #ruby
DrShoggoth has quit [Quit: Leaving]
SilkFox has quit [Read error: Connection reset by peer]
cpruitt has quit [Quit: cpruitt]
SilkFox has joined #ruby
CorySimmons has quit [Quit: Zzz...]
nanoyak has joined #ruby
newUser1234 has joined #ruby
fgo has joined #ruby
krisquigley has quit [Remote host closed the connection]
Takle has quit [Remote host closed the connection]
newUser1_ has joined #ruby
CorySimmons has joined #ruby
Takle has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
newUser1234 has quit [Ping timeout: 240 seconds]
Takle has quit [Remote host closed the connection]
fgo has quit [Ping timeout: 260 seconds]
dc has joined #ruby
axl_ has joined #ruby
momomomomo has joined #ruby
beneggett has joined #ruby
Martxel has quit [Read error: Connection reset by peer]
mikemac has joined #ruby
axl_ has quit [Client Quit]
ringarin has quit [Quit: Leaving]
anaeem1 has joined #ruby
CorySimmons has quit [Quit: Zzz...]
bwilson has quit [Ping timeout: 240 seconds]
axsuul has joined #ruby
CorySimmons has joined #ruby
iliketurtles has quit [Quit: Textual IRC Client: www.textualapp.com]
CorySimmons has quit [Client Quit]
nat2610 has quit [Quit: Leaving.]
CorySimmons has joined #ruby
CorySimmons has quit [Max SendQ exceeded]
havenwood has joined #ruby
cylofe has quit [Read error: Connection reset by peer]
CorySimmons has joined #ruby
narcan has joined #ruby
CorySimmons has quit [Client Quit]
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Wolland has joined #ruby
newUser1_ has quit [Remote host closed the connection]
bwilson has joined #ruby
axsuul has quit [Ping timeout: 240 seconds]
anaeem1 has quit [Remote host closed the connection]
nat2610 has joined #ruby
axilla has quit [Ping timeout: 240 seconds]
devoknievo___ has joined #ruby
matchaw has joined #ruby
axsuul has joined #ruby
Takle has joined #ruby
spider-mario has quit [Remote host closed the connection]
newUser1234 has joined #ruby
toastynerd has quit [Remote host closed the connection]
britneywright has joined #ruby
devoknievo__ has quit [Ping timeout: 255 seconds]
thumpba_ has quit [Read error: Connection reset by peer]
thumpba has joined #ruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
fold has quit [Ping timeout: 240 seconds]
newUser1234 has quit [Remote host closed the connection]
havenwood has quit [Ping timeout: 264 seconds]
Takle has quit [Remote host closed the connection]
axsuul has quit [Read error: No route to host]
axilla has joined #ruby
djbkd has quit [Read error: Connection reset by peer]
x1337807x has joined #ruby
djbkd has joined #ruby
icebourg has quit []
mikecmpbll has quit [Quit: i've nodded off.]
havenwood has joined #ruby
poulet_a has quit [Ping timeout: 245 seconds]
momomomomo has quit [Quit: momomomomo]
codebrah has joined #ruby
wald0 has quit [Quit: Lost terminal]
juz88 has quit [Ping timeout: 250 seconds]
mikecmpbll has joined #ruby
dik_dak has joined #ruby
Takle has joined #ruby
benlieb has quit [Quit: benlieb]
Bira has joined #ruby
Sgeo has joined #ruby
tylerkern has joined #ruby
davispuh has quit [Ping timeout: 245 seconds]
matchaw has quit [Ping timeout: 245 seconds]
itspots has quit [Quit: Lingo - http://www.lingoirc.com]
phoo1234567 has quit [Remote host closed the connection]
threesixes has quit [Quit: SATAN!!!!!!!!]
szuletett has quit [Quit: Leaving]
narcan has quit [Quit: -[AppDelegate installMalware]: unrecognized selector sent to instance 0x156109c0]
blackmes1 has quit [Ping timeout: 264 seconds]
newUser1234 has joined #ruby
diegoviola has joined #ruby
Bira has quit [Ping timeout: 240 seconds]
certainty|mobile has quit [Ping timeout: 255 seconds]
ReBoRN` has quit [Quit: Saliendo]
patric100e99 has joined #ruby
renderful has joined #ruby
renderf__ has joined #ruby
thomasfedb has quit [Ping timeout: 244 seconds]
patrick99e99 has quit [Ping timeout: 260 seconds]
n1lo has joined #ruby
Shidash has quit [Ping timeout: 260 seconds]
renderfu_ has quit [Ping timeout: 244 seconds]
narcan has joined #ruby
thomasfedb has joined #ruby
dmarr has left #ruby ["Leaving..."]
renderful has quit [Ping timeout: 244 seconds]
treehug88 has quit []
linojon has quit [Quit: linojon]
AlexRussia has quit [Quit: WeeChat 1.0-dev]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
AlexRussia has joined #ruby
kevinaloys has joined #ruby
virtualize has joined #ruby
threesixes has joined #ruby
sepp2k has quit [Read error: Connection reset by peer]
virtualize has quit [Client Quit]
noeden has quit [Ping timeout: 246 seconds]
virtualize has joined #ruby
<shevy> omg
<shevy> python will add types
whyy has joined #ruby
testcore has quit [Quit: BitchX: not a flotation device]
<wallerdev> omg
<wallerdev> python is dead
<shevy> tiobe states otherwise
<centrx> true
ghr has joined #ruby
<wallerdev> no one cares about tiobe
<wallerdev> not even scientific at all
<shevy> it has even surpassed php now
fold has joined #ruby
<mozzarella> are they optional?
<centrx> That means it must be good
deric_skibotn_ has joined #ruby
CorySimmons has joined #ruby
<build-system> looks like an optional feature anyway.
<build-system> like typed racket.
nullobject has joined #ruby
<wallerdev> you realize they just google the language name
<wallerdev> lol
<build-system> reinventing yet another feature lisp's had...
<wallerdev> its basically what language are people writing the most blog posts about
<build-system> or the language people are having the most problems with.
kevinaloys has left #ruby [#ruby]
<build-system> isn't python taught in schools?
<shevy> mozzarella yeah
beneggett has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
deric_skibotn has quit [Ping timeout: 240 seconds]
CorySimmons has quit [Client Quit]
<shevy> mozzarella the idea is that it will work with existing python3 valid code without any modification
<wallerdev> my school switched to python for the intro class to programming when i was leaving
andrewjanssen has joined #ruby
deric_skibotn_ is now known as deric_skibotn
whyy has quit [Ping timeout: 245 seconds]
<wallerdev> no one even writes python 3 right now lol
<wallerdev> theres no existing python 3 code
<wallerdev> :p
<shevy> django works on python 3
<mozzarella> the python 2/3 split was stupid
<wallerdev> does it support python 2?
ptrrr has quit [Quit: ptrrr]
<build-system> it's sad, especially since python 3 fixed so many structural issues the language had.
ghr has quit [Ping timeout: 245 seconds]
<wallerdev> because im sure it does and everyone just uses it on python 2 because the libs they need are for python 2 lol
<mozzarella> that was one of the reasons I left python
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<wallerdev> nothing is ever exclusive to python 3 so everyone stays on python 2
<shevy> I almost left ruby because of the encoding issue
<wallerdev> no reason to upgrade
<shevy> until I found out that tenderlove made syck available as a standalone gem
mikecmpbll has quit [Quit: i've nodded off.]
<shevy> <3 tenderlove
<shevy> though he picked a stupid nick really :P
marr has quit [Ping timeout: 260 seconds]
<shevy> oh wait sorry
<build-system> isn't ruby's encoding thing mostly fixed nowadays?
<shevy> he picked "aaronp" on rubygems actually https://rubygems.org/profiles/aaronp
nateberkopec has joined #ruby
<shevy> on github though it is tenderlove https://github.com/tenderlove
<shevy> build-system fixed how precisely
Neomex has quit [Quit: Leaving]
<build-system> as in, it's possible to use multiple encodings comfortably.
<shevy> build-system if you have invalid characters, for code that worked on 1.8.x you must give the encoding like: # Encoding: ASCII-8BIT
beneggett has joined #ruby
<jhass> build-system: you need to realize that shevy refuses to convert his stuff to utf-8
<build-system> you can even have utf-8 symbols in ruby.
ari-_-e has quit [Ping timeout: 255 seconds]
<shevy> I don't need utf-8
<shevy> and even if you use utf-8 you don't have solved all issues either
<wasamasa> utf-8 is life, utf-8 is love
<build-system> in my opinion everything should just use utf-8 for everything
<shevy> build-system yeah damn chinese and japanese right
fgo has joined #ruby
andrewjanssen has quit [Client Quit]
<build-system> unicode supports all of those languages.
<build-system> like, all the text within the VM becomes utf-8; convert on entry and maybe on exit at the borders
<build-system> that'd be a dream for me...
benzrf|offline is now known as benzrf
x1337807x has joined #ruby
axilla has quit [Ping timeout: 240 seconds]
<shevy> "While it appears that forcing Unicode on everybody is great, it's also a very unrealistic view of the world"
chipotle has quit [Quit: cya]
<benzrf> lmao
nateberkopec has quit [Ping timeout: 240 seconds]
<shevy> actually his blog entries are fun to read
<jhass> we can still pretend that it's realistic to make it better
<shevy> "In Python 3 that just does not work at the moment."
<shevy> "They not only removed the functions from the string object, the byte -> byte codecs themselves were removed as well without replacement."
<shevy> "And it took close to three years, if I am not mistaken, to even acknowledge the problem as the reintroduction is now being discussed for 3.3."
<shevy> hehehehe
dbasch has joined #ruby
zz_jrhorn424 is now known as jrhorn424
<shevy> that's the best anti-python advertizement
<shevy> though it's from 2011 :(
britneywright has quit [Quit: Textual IRC Client: www.textualapp.com]
dbasch has quit [Client Quit]
<build-system> well, why remove stuff?
jottr has quit [Ping timeout: 250 seconds]
<build-system> if I were to design a language, i'd make it utf-8 only.
fgo has quit [Ping timeout: 246 seconds]
philcrissman has joined #ruby
<wasamasa> build-system: have fun with http
<build-system> i'd also make it possible for you to get an array of code points out of the string, so that you can convert freely.
<shevy> now we know why build-system has not designed a language yet
_0xf_ has joined #ruby
<wasamasa> build-system: mail