apeiros_ changed the topic of #ruby to: Ruby 2.0.0-p0: http://ruby-lang.org (Ruby 1.9.3-p392) || Paste >3 lines of text on http://gist.github.com
emergion has joined #ruby
emergion has quit [Max SendQ exceeded]
Portos- has quit [Remote host closed the connection]
freerobby has quit [Quit: Leaving.]
emergion has joined #ruby
mikestok has quit [Client Quit]
emergion has quit [Max SendQ exceeded]
Spami_ has quit [Quit: This computer has gone to sleep]
dmiller has joined #ruby
emergion has joined #ruby
dmiller has quit [Remote host closed the connection]
yoshie902a has joined #ruby
ehaliewicz has quit [Read error: Connection reset by peer]
dmiller has joined #ruby
ehaliewicz has joined #ruby
Palantir has joined #ruby
jacktrick has quit [Quit: Leaving]
dmiller has quit [Remote host closed the connection]
dmiller has joined #ruby
Vivekananda has joined #ruby
mercwithamouth has quit [Ping timeout: 268 seconds]
<yoshie902a> can someone tell me how to fix my syntax? filings.map {|r| r if ((r['form']==form if form else True) and (r['cik']==cik if cik else True))}.compact, I get a syntax error, unexpected keyword_else, expecting ')' ... ((r['form']==form if form else True) and (r['cik']==cik if ...
Kricir has joined #ruby
ggordan has quit [Remote host closed the connection]
<yoshie902a> I think it has to do with the if else statement
kunday has joined #ruby
emergion has quit [Ping timeout: 264 seconds]
Z_Mass has joined #ruby
estan has quit [Read error: Connection reset by peer]
mklappstuhl has joined #ruby
akashj87_ has joined #ruby
threesome has quit [Ping timeout: 256 seconds]
visof has quit [Quit: Leaving]
visof has joined #ruby
swex has quit [Ping timeout: 256 seconds]
akashj87 has quit [Ping timeout: 264 seconds]
mklappstuhl has quit [Remote host closed the connection]
visof has quit [Client Quit]
visof has joined #ruby
mixel has quit [Quit: mixel]
philcrissman has joined #ruby
arya has joined #ruby
<tylersmith> filings.map{|r| ((!form || r['form'] == form) && (!cik || r['cik'] == cik)) ? r : nil}.compact
hiyakashi has joined #ruby
<tylersmith> I think you want something like that
<tylersmith> yoshie902a: ^
ngoldman has joined #ruby
kunday has quit [Ping timeout: 246 seconds]
<yoshie902a> tylersmith: thanks!
wargasm has joined #ruby
arya has quit [Ping timeout: 248 seconds]
estan has joined #ruby
nomenkun has quit [Remote host closed the connection]
yoshie902a has left #ruby [#ruby]
havenwood has joined #ruby
mercwithamouth has joined #ruby
ngoldman2 has joined #ruby
ngoldman2 has left #ruby [#ruby]
d11wtq has joined #ruby
slyv has quit [Quit: Computer has gone to sleep.]
eka has joined #ruby
eka has quit [Client Quit]
visof has quit [Remote host closed the connection]
jbueza has joined #ruby
obs has joined #ruby
Kricir has quit [Remote host closed the connection]
Spooner has quit [Remote host closed the connection]
jovy88 has quit [Read error: Connection reset by peer]
sepp2k has quit [Quit: Leaving.]
bonhoeffer has joined #ruby
jovy88 has joined #ruby
soulcake has quit [Quit: ZNC - http://znc.in]
obs has quit [Client Quit]
estan has quit [Read error: Connection reset by peer]
pandy has quit [Read error: Connection reset by peer]
pandy has joined #ruby
dmiller_ has joined #ruby
dmiller_ has quit [Remote host closed the connection]
dmiller_ has joined #ruby
estan has joined #ruby
dmiller_ has quit [Remote host closed the connection]
ravster has quit [Quit: Leaving.]
atyz has joined #ruby
gyre007 has quit [Remote host closed the connection]
dmiller_ has joined #ruby
airtonix_ is now known as airtonix
atyz has quit [Client Quit]
dmiller has quit [Ping timeout: 264 seconds]
codezombie has quit [Quit: Linkinus - http://linkinus.com]
mmitchell has joined #ruby
jbueza has quit [Quit: Leaving.]
banisterfiend has joined #ruby
Asher has quit [Ping timeout: 264 seconds]
Faris9 has quit [Ping timeout: 256 seconds]
nhhagen has quit [Remote host closed the connection]
jduan1981 has joined #ruby
Kricir has joined #ruby
phipes has joined #ruby
Olipro has quit [Quit: Don't flap your BGP at me sonny]
ferdev has quit [Ping timeout: 258 seconds]
mockra has quit [Remote host closed the connection]
mockra has joined #ruby
arya has joined #ruby
ctienrsg has joined #ruby
peta_ has quit [Quit: peta_]
atyz has joined #ruby
nhhagen has joined #ruby
_br_ has quit [Ping timeout: 256 seconds]
newTech has quit [Quit: newTech]
Guest97176 has joined #ruby
nhhagen has quit [Remote host closed the connection]
newTech has joined #ruby
twoism has joined #ruby
estan has quit [Read error: Connection reset by peer]
pilgo has joined #ruby
Leighton has joined #ruby
pkrnj has quit [Read error: Operation timed out]
pskosinski has quit [Quit: pskosinski]
Guest97176 has quit [Changing host]
Guest97176 has joined #ruby
lyanchih has joined #ruby
teclator has quit [Ping timeout: 264 seconds]
subbyyy has quit [Ping timeout: 256 seconds]
estan has joined #ruby
Guest97176 has quit [Quit: Don't flap your BGP at me sonny]
arya has quit [Ping timeout: 248 seconds]
benlieb has quit [Quit: benlieb]
tyl has joined #ruby
infecto has quit [Ping timeout: 252 seconds]
infecto has joined #ruby
twoism has quit [Remote host closed the connection]
kofno has joined #ruby
arya has joined #ruby
pkrnj has joined #ruby
pkrnj has quit [Remote host closed the connection]
benlieb has joined #ruby
slainer68 has quit [Remote host closed the connection]
CamonZ has joined #ruby
Olipro has joined #ruby
<linduxed> in a stuation where i know how a sequence will progress, but not for how many elements, what would the best way be to express this?
Olipro has quit [Excess Flood]
mercwithamouth has quit [Ping timeout: 256 seconds]
<linduxed> an example would be "what's the first number in the fibonacci sequence that is a multiple of 100?"
mklappstuhl has joined #ruby
<linduxed> or something like that
<linduxed> i don't know how many elements i'll need from the fib sequence
<linduxed> my immediate guess is a while loop, but that might not be idiomatically correct
Olipro has joined #ruby
mklappstuhl has quit [Remote host closed the connection]
nomenkun has joined #ruby
nomenkun has quit [Read error: Operation timed out]
estan has quit [Read error: Connection reset by peer]
tealmage has joined #ruby
mockra has quit [Remote host closed the connection]
mr0wl has joined #ruby
mr0wl has quit [Client Quit]
mockra has joined #ruby
peter_lee has joined #ruby
<peter_lee> Hey, can anyone recommend potential interview questions for a Ruby Automation Engineer? They aren't saying and not much online, it's a 3 hour interview with problems.
nhhagen has joined #ruby
pilgo has quit [Quit: pilgo]
skoovdebo has joined #ruby
iMadper has quit [Remote host closed the connection]
nateberkopec has quit [Quit: Leaving...]
Domon has joined #ruby
Palantir has quit [Ping timeout: 260 seconds]
ubuu has joined #ruby
idkazuma has quit [Remote host closed the connection]
peter_lee has quit [Remote host closed the connection]
estan has joined #ruby
iMadper has joined #ruby
Hanmac has quit [Ping timeout: 256 seconds]
wroathe has quit [Ping timeout: 272 seconds]
richcollins has joined #ruby
lyanchih has quit [Quit: lyanchih]
nhhagen has quit [Remote host closed the connection]
lyanchih has joined #ruby
josedonizetti has joined #ruby
subbyyy has joined #ruby
gyre007 has joined #ruby
chipotle_ has quit [Quit: cya]
jamesfung14 has quit [Ping timeout: 272 seconds]
sleetdrop has joined #ruby
io_syl has quit [Quit: Computer has gone to sleep.]
gyre007 has quit [Ping timeout: 264 seconds]
<havenwood> peteyg: Are you the interviewer or the interviewee?
Hanmac has joined #ruby
estan has quit [Read error: Connection reset by peer]
benlieb has quit [Quit: benlieb]
SDr_ is now known as SDr
SDr has quit [Changing host]
SDr has joined #ruby
<slash_nick> havenwood: eee
tyl has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
dhruvasagar has joined #ruby
bonhoeffer has quit [Quit: bonhoeffer]
io_syl has joined #ruby
wroathe has joined #ruby
robustus has quit [Ping timeout: 276 seconds]
robustus|Off has joined #ruby
phipes has quit [Quit: phipes]
banjara1 has quit [Quit: Leaving.]
atyz has quit [Quit: Leaving...]
cha1tanya has joined #ruby
estan has joined #ruby
mockra has quit [Remote host closed the connection]
jetblack has quit [Quit: leaving]
mockra has joined #ruby
pevjan has quit [Remote host closed the connection]
BSaboia has quit [Read error: Connection reset by peer]
splittingred has joined #ruby
arya has quit [Ping timeout: 248 seconds]
jetblack has joined #ruby
hadees has quit [Quit: hadees]
arya has joined #ruby
hadees has joined #ruby
<tylersmith> linduxed: you would use #each, and in the block check for a match and return if you find it.
zifeitong has left #ruby ["WeeChat 0.4.0"]
<tylersmith> or use Enumerable#first
io_syl has quit [Quit: Computer has gone to sleep.]
Davey has joined #ruby
mmitchell has quit [Remote host closed the connection]
kunday has joined #ruby
krz has joined #ruby
kunday has quit [Client Quit]
ctienrsg_ has joined #ruby
estan has quit [Read error: Connection reset by peer]
ctienrsg_ has quit [Read error: Connection reset by peer]
ctienrsg has quit [Ping timeout: 272 seconds]
ctienrsg has joined #ruby
yusup has joined #ruby
aptx4869 has joined #ruby
newTech has quit [Quit: newTech]
cofin has quit [Quit: cofin]
thomas` has quit [Ping timeout: 248 seconds]
IrishGringo has joined #ruby
soulcake has joined #ruby
yannis has quit [Quit: yannis]
thomas` has joined #ruby
jdunck has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
cyong has joined #ruby
Leighton has quit [Quit: Leaving]
atyz has joined #ruby
estan has joined #ruby
<havenwood> linduxed: 1.upto(100_000_000_000).lazy { |n| n % 5 == 0 }.take 10
cofin has joined #ruby
emmanuelux has quit [Quit: emmanuelux]
yusup has quit [Quit: Linkinus - http://linkinus.com]
<havenwood> linduxed: (^ just an example using Ruby 2's #lazy)
arya has quit [Ping timeout: 248 seconds]
nhhagen has joined #ruby
Kricir has quit [Remote host closed the connection]
akashj87_ has quit [Quit: Leaving]
cout_ is now known as cout
atyz has quit [Ping timeout: 272 seconds]
bigmac has joined #ruby
bigmac has quit [Remote host closed the connection]
arya has joined #ruby
radic has quit [Disconnected by services]
radic_ has joined #ruby
havenwood has quit [Remote host closed the connection]
cout is now known as cout_
cout_ is now known as cout
nhhagen has quit [Ping timeout: 264 seconds]
cout is now known as cout_
cout_ is now known as cout
jamesfung14 has joined #ruby
hadees has quit [Quit: hadees]
bubblehead has quit [Remote host closed the connection]
wesside_ has joined #ruby
wesside_ has quit [Remote host closed the connection]
DerBoki has quit []
kunday has joined #ruby
Kricir has joined #ruby
cha1tanya has quit [Quit: Leaving]
newTech has joined #ruby
estan has quit [Read error: Connection reset by peer]
pevjan has joined #ruby
snuglepuss has quit [Remote host closed the connection]
cofin has quit [Quit: cofin]
pevjan has quit [Read error: Connection reset by peer]
pevjan_ has joined #ruby
estan has joined #ruby
kunday has quit [Ping timeout: 272 seconds]
arya has quit [Ping timeout: 248 seconds]
Hanmac1 has joined #ruby
io_syl has joined #ruby
DrShoggoth has joined #ruby
Hanmac has quit [Ping timeout: 252 seconds]
mr0wl has joined #ruby
infecto has quit [Ping timeout: 255 seconds]
arya has joined #ruby
sailias has quit [Quit: Leaving.]
richcollins has quit [Quit: richcollins]
ZachBeta has joined #ruby
brianherman has joined #ruby
huoxito has quit [Quit: Leaving]
estan has quit [Read error: Connection reset by peer]
joofsh has quit [Remote host closed the connection]
cofin has joined #ruby
josedonizetti has quit [Quit: josedonizetti]
krz has quit [Quit: krz]
lyanchih has quit [Quit: lyanchih]
pevjan_ has quit [Remote host closed the connection]
pevjan has joined #ruby
joofsh has joined #ruby
bricker`LA has joined #ruby
Kricir has quit [Remote host closed the connection]
brianherman has quit [Read error: Connection reset by peer]
bricker`LA has quit [Client Quit]
IceDragon has quit [Quit: Space~~~]
krz has joined #ruby
Davey has quit [Quit: Computer has gone to sleep.]
bricker`LA has joined #ruby
mmitchell has joined #ruby
Heero has joined #ruby
arietis has joined #ruby
wroathe has quit [Ping timeout: 264 seconds]
Hobogrammer has joined #ruby
joofsh has quit [Remote host closed the connection]
Hobogrammer has quit [Client Quit]
estan has joined #ruby
banjara has joined #ruby
mishke has joined #ruby
<mishke> guys
<mishke> im newbie in ruby
<mishke> can i do this
mmitchell has quit [Ping timeout: 276 seconds]
<mishke> name = gets.chomp.downcase
<mishke> 2 metods?
cooldman224 has joined #ruby
mockra has quit [Remote host closed the connection]
Guest32784 has quit [Ping timeout: 245 seconds]
insel has quit []
mockra has joined #ruby
digifiv5e has joined #ruby
Hanmac1 is now known as Hanmac
skoovdebo has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
digifiv5e is now known as Guest83823
<Hanmac> mishke: yes you can ;P in ruby you can chain as much methods as you want, but you need to be careful with methods that ends with !, they can return nil and break your chain
<mishke> Hanmac: thx ppl from community :)
atyz has joined #ruby
mockra has quit [Remote host closed the connection]
sayan has joined #ruby
hadees has joined #ruby
hiyakashi has quit [Ping timeout: 272 seconds]
arubin has quit [Quit: Textual IRC Client: www.textualapp.com]
atyz has quit [Ping timeout: 248 seconds]
tealmage has quit [Remote host closed the connection]
banjara has quit [Ping timeout: 264 seconds]
bricker`LA has quit [Read error: Connection reset by peer]
kofno has quit [Remote host closed the connection]
Domon has quit [Read error: Connection reset by peer]
Domon has joined #ruby
lyanchih has joined #ruby
lyanchih has quit [Client Quit]
emptymag00 has quit [Ping timeout: 256 seconds]
jhn has quit [Ping timeout: 276 seconds]
estan has quit [Read error: Connection reset by peer]
arya has quit [Ping timeout: 248 seconds]
sayan has quit [Ping timeout: 272 seconds]
hiyakashi has joined #ruby
arya has joined #ruby
pilgo has joined #ruby
wroathe has joined #ruby
Kricir has joined #ruby
freerobby has joined #ruby
corehook has joined #ruby
iMadper has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
bricker`LA has joined #ruby
emptymag00 has joined #ruby
estan has joined #ruby
retnuh has quit [Remote host closed the connection]
wroathe has quit [Ping timeout: 252 seconds]
mogsy has joined #ruby
splittingred has quit [Quit: splittingred]
richcollins has joined #ruby
mockra has joined #ruby
c0rn has joined #ruby
Mattix has quit [Ping timeout: 264 seconds]
banjara has joined #ruby
chandankumar has joined #ruby
alexgordon has quit [Quit: Computer has gone to sleep.]
Kricir has quit [Remote host closed the connection]
Kricir has joined #ruby
c0rn has quit [Client Quit]
tealmage has joined #ruby
rakl has quit [Quit: sleeping]
yakko has quit [Remote host closed the connection]
cooldman224 has quit [Remote host closed the connection]
linoge has joined #ruby
danieldocki has quit [Quit: Leaving...]
bricker`1A has joined #ruby
sandGorgon has joined #ruby
tommyvyo has joined #ruby
chandankumar has quit [Quit: Leaving]
idkazuma has joined #ruby
banjara has quit [Ping timeout: 272 seconds]
bricker`LA has quit [Ping timeout: 264 seconds]
Domon has quit [Ping timeout: 264 seconds]
Domon has joined #ruby
estan has quit [Read error: Connection reset by peer]
tealmage has quit [Ping timeout: 252 seconds]
ZachBeta has quit [Read error: Connection reset by peer]
ariedler has quit [Remote host closed the connection]
wroathe has joined #ruby
ZachBeta has joined #ruby
nobitanobi has joined #ruby
ARCADIVS has joined #ruby
v2px has quit [Ping timeout: 256 seconds]
Opettaja has quit [Quit: WeeChat 0.4.0]
<nobitanobi> Hi guys, I am trying to install ruby 2.0.0-p0 under my Ubuntu 12.04, and I keep having troubles. It seems it can't find binary rubies, as I get "No binary rubies available for: ubuntu/12.10/i386/ruby-2.0.0-p0." - What can I do?
v2px has joined #ruby
Domon has quit [Remote host closed the connection]
rickruby has quit [Remote host closed the connection]
jamesfung14 has quit [Ping timeout: 272 seconds]
altivec has joined #ruby
cofin has quit [Quit: cofin]
estan has joined #ruby
wsterling has joined #ruby
jdunck has joined #ruby
zph has joined #ruby
zph has quit [Excess Flood]
cyong has quit [Quit: Leaving.]
mockra has quit [Remote host closed the connection]
tommyvyo has quit [Quit:]
rickruby has joined #ruby
ZachBeta has quit [Read error: Connection reset by peer]
freerobby has quit [Quit: Leaving.]
ZachBeta has joined #ruby
miroatme_ has joined #ruby
<miroatme_> hey question..
<miroatme_> getting error on
atyz has joined #ruby
<miroatme_> target = File.open(filename, 'w')
<miroatme_> puts "Truncating the file. Goodbye!"
<miroatme_> target.truncate(target.size)
<miroatme_> target.size
<miroatme_> NoMethodError
danieldocki has joined #ruby
<miroatme_> hrm
<miroatme_> could 1.8 be the issue here?
Faris9 has joined #ruby
kunday has joined #ruby
hamakn has quit [Remote host closed the connection]
pilgo has quit [Quit: pilgo]
hamakn has joined #ruby
jhn has joined #ruby
tylersmith has quit [Remote host closed the connection]
atyz has quit [Ping timeout: 264 seconds]
asdfbmnv3451242 has quit [Read error: Connection reset by peer]
banjara has joined #ruby
freakazoid0223 has quit [Ping timeout: 256 seconds]
philcrissman has quit [Read error: Connection reset by peer]
kunday has quit [Quit: Linkinus - http://linkinus.com]
<miroatme_> maybe.. let me see
philcrissman has joined #ruby
hamakn has quit [Ping timeout: 255 seconds]
philcrissman has quit [Remote host closed the connection]
altivec has quit [Quit: Computer has gone to sleep.]
danieldocki has quit [Quit: Linkinus - http://linkinus.com]
estan has quit [Read error: Connection reset by peer]
icecandy has joined #ruby
ZachBeta has quit [Read error: Connection reset by peer]
ZachBeta has joined #ruby
banjara has quit [Ping timeout: 246 seconds]
codecop has joined #ruby
linoge has left #ruby ["WeeChat 0.4.0"]
philcrissman has joined #ruby
arya has quit [Ping timeout: 248 seconds]
freeayu has quit [Ping timeout: 264 seconds]
<miroatme_> yes yes it was..
<miroatme_> upgraded to 1.9.3 and it works now
estan has joined #ruby
<miroatme_> looks like FILE.size is in 1.9.* and not 1.8
<miroatme_> good to know
<miroatme_> thanks for the help ;)
<miroatme_> keep it up guys
pithagorians has joined #ruby
Domon has joined #ruby
philcrissman has quit [Remote host closed the connection]
Umren has joined #ruby
timonv has joined #ruby
arya has joined #ruby
pierre__ has quit [Quit: pierre__]
freeayu has joined #ruby
altivec has joined #ruby
benlieb has joined #ruby
browndawg has joined #ruby
slash_nick has quit [Ping timeout: 255 seconds]
wroathe has quit [Ping timeout: 252 seconds]
pevjan has quit [Remote host closed the connection]
mogsy has quit [Quit: Leaving]
mogsy has joined #ruby
jduan1981 has quit [Quit: jduan1981]
estan has quit [Read error: Connection reset by peer]
altivec has quit [Ping timeout: 252 seconds]
tttt_ has quit [Remote host closed the connection]
banjara has joined #ruby
<apeiros> miroatme_: w mode already truncates the file.
<miroatme_> yeah.. i know.. but i am just trying out the learn ruby the hard way book..
<miroatme_> and that was the code given
pilgo has joined #ruby
<miroatme_> the issue though was the FILE.size method
<miroatme_> which was an issue of version
<apeiros> note that FILE != File
<miroatme_> yes
<apeiros> and File.size != File#size
<miroatme_> i am still not good with the ruby doc style, i do apologize.. is there somewhere where i can look that up ..
<miroatme_> i would like want to confuse anyone when i help or ask for help
<miroatme_> would not want**
<apeiros> File#size means instance method size, File::size means class method size
<miroatme_> okay
<apeiros> and File.size is usually considered the same as File::size
osvico has quit [Ping timeout: 255 seconds]
banjara has quit [Ping timeout: 256 seconds]
<miroatme_> okay.. didn't know that..
<miroatme_> i am still fairly new to ruby.. only using it for a month or so
estan has joined #ruby
timonv has quit [Remote host closed the connection]
<apeiros> no problem. I'm just telling you.
<miroatme_> thanks
<miroatme_> so, do you have a link to where i can look up things like that for the future ?
<apeiros> I don't think there's more than what I just told you. at least nothing comes to my mind atm.
<miroatme_> ah well that should be easy..
<miroatme_> keyword 'should'
<miroatme_> been really liking ruby
<miroatme_> ever since work offered a class to learn it.
lyanchih has joined #ruby
atyz has joined #ruby
danielvdotcom has joined #ruby
danielvdotcom has quit [Client Quit]
lyanchih has quit [Client Quit]
slippyd has joined #ruby
noop has joined #ruby
Leighton has joined #ruby
atyz has quit [Ping timeout: 256 seconds]
Mon_Ouie has quit [Ping timeout: 256 seconds]
wsterling has quit [Remote host closed the connection]
wsterling has joined #ruby
Banistergalaxy has quit [Ping timeout: 272 seconds]
yfeldblum has joined #ruby
tonini has joined #ruby
io_syl has quit [Quit: Computer has gone to sleep.]
tomzx_mac has quit [Ping timeout: 256 seconds]
estan has quit [Read error: Connection reset by peer]
wallerdev has quit [Quit: wallerdev]
wsterling has quit [Ping timeout: 252 seconds]
Faris9 has quit [Ping timeout: 272 seconds]
tylersmith has joined #ruby
nomenkun has joined #ruby
idkazuma has quit [Remote host closed the connection]
tylersmith has quit [Read error: Operation timed out]
Spami_ has joined #ruby
banjara has joined #ruby
sayan has joined #ruby
estan has joined #ruby
ZachBeta_ has joined #ruby
ZachBeta has quit [Ping timeout: 252 seconds]
richcollins has quit [Quit: richcollins]
DementedInsanity has joined #ruby
DementedInsanity has quit [Changing host]
DementedInsanity has joined #ruby
JohnBat26 has joined #ruby
shock_one has joined #ruby
sayan has quit [Read error: Connection reset by peer]
codecop has quit [Remote host closed the connection]
codecop has joined #ruby
mafolz has joined #ruby
wroathe has joined #ruby
idkazuma has joined #ruby
r0bgleeson has quit [Ping timeout: 272 seconds]
banjara has quit [Ping timeout: 268 seconds]
ferdev has joined #ruby
apeiros has quit [Remote host closed the connection]
freeayu has quit [Ping timeout: 246 seconds]
wroathe has quit [Ping timeout: 252 seconds]
lufi has quit [Excess Flood]
lufi has joined #ruby
pduin has joined #ruby
r0bgleeson has joined #ruby
freeayu has joined #ruby
estan has quit [Read error: Connection reset by peer]
ericmathison has joined #ruby
andikr has joined #ruby
tealmage has joined #ruby
darrik has quit [Ping timeout: 246 seconds]
tealmage has quit [Ping timeout: 256 seconds]
freeayu has quit [Read error: Connection reset by peer]
bluOxigen has joined #ruby
subbyyy has quit [Quit: none 0.3.9.2]
nomenkun has quit [Remote host closed the connection]
s2013 has quit [Ping timeout: 252 seconds]
shock_one has quit [Read error: Operation timed out]
dominikh has quit [Remote host closed the connection]
ubuu has quit [Remote host closed the connection]
jprovazn has joined #ruby
estan has joined #ruby
Banistergalaxy has joined #ruby
dominikh has joined #ruby
dr_bob has joined #ruby
kil0byte has quit [Remote host closed the connection]
darrik has joined #ruby
jimg has joined #ruby
reset has joined #ruby
freeayu has joined #ruby
DarthGandalf has quit [Ping timeout: 264 seconds]
banjara has joined #ruby
szabcsee has joined #ruby
Spami_ has quit [Quit: This computer has gone to sleep]
Spami_ has joined #ruby
leonidlm has joined #ruby
atyz has joined #ruby
Domon_ has joined #ruby
Domon has quit [Ping timeout: 268 seconds]
Z_Mass has quit [Ping timeout: 256 seconds]
ehaliewicz has quit [Read error: No route to host]
bricker`1A is now known as bricker`LA
atyz has quit [Ping timeout: 252 seconds]
nhhagen has joined #ruby
banjara has quit [Ping timeout: 268 seconds]
monkegjinni has joined #ruby
trying has joined #ruby
estan has quit [Read error: Connection reset by peer]
persand has joined #ruby
<trying> How do I sort a list of strings?
monkegjinni has quit [Read error: Connection reset by peer]
monkegji_ has joined #ruby
gasbakid has joined #ruby
szabcsee has left #ruby [#ruby]
arya has quit []
emergion has joined #ruby
r0bgleeson has quit [Ping timeout: 255 seconds]
<ChristianS> trying: try ["a", "c", "b"].sort
<trying> ChristianS: thanks a lot!
hamed_r has joined #ruby
mneorr has joined #ruby
wsterling has joined #ruby
jdunck has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
banjara has joined #ruby
browndawg has quit [Ping timeout: 255 seconds]
browndawg has joined #ruby
estan has joined #ruby
nhhagen has quit [Remote host closed the connection]
sayan has joined #ruby
pevjan has joined #ruby
monkegji_ has quit [Remote host closed the connection]
blaxter has joined #ruby
ebobby has quit [Quit: Lost terminal]
wsterling has quit [Ping timeout: 252 seconds]
newTech has quit [Quit: newTech]
emergion has quit [Quit: Computer has gone to sleep.]
Banistergalaxy has quit [Remote host closed the connection]
wroathe has joined #ruby
casheew has quit [Read error: Connection reset by peer]
casheew has joined #ruby
kreantos has joined #ruby
jimg has quit [Remote host closed the connection]
AgentWillyWonka has joined #ruby
mr0wl has quit [Quit: leaving]
ngoldman has quit [Remote host closed the connection]
emergion has joined #ruby
yacks has quit [Ping timeout: 276 seconds]
altivec has joined #ruby
wroathe has quit [Ping timeout: 255 seconds]
mr0wl has joined #ruby
teclator has joined #ruby
camilasa_ has joined #ruby
DementedInsanity has quit [Read error: Connection reset by peer]
hogeo has joined #ruby
estan has quit [Read error: Connection reset by peer]
yacks has joined #ruby
Xeago has joined #ruby
Spami_ has quit [Quit: This computer has gone to sleep]
slainer68 has joined #ruby
haxrbyte has joined #ruby
iMadper has joined #ruby
Jeff_D has joined #ruby
generalissimo has quit [Remote host closed the connection]
<Jeff_D> I'm stumped. Why is this giving me 2 matches rather than 3? "foo %s foo %s foo %s foo".match(/(%s)/).length
girija has joined #ruby
rickruby has quit [Remote host closed the connection]
slainer68 has quit [Ping timeout: 256 seconds]
workmad3 has joined #ruby
emergion has quit [Quit: Computer has gone to sleep.]
pilgo has quit [Quit: pilgo]
haxrbyte_ has joined #ruby
<bnagy> you probably want scan
<injekt> Jeff_D: it's matching only one %s
<Jeff_D> ./facepalm d'oh!
<injekt> Jeff_D: .length is not counting just the captures
generalissimo has joined #ruby
<tobiasvl> => #<MatchData "%s" 1:"%s">
gstamp has quit [Quit: Computer has gone to sleep.]
<injekt> Jeff_D: you're not JUST trying to count %s right?
tjbiddle has joined #ruby
<Jeff_D> yep, that's what I'm seeing. what's the simplest way to find the actual number of matches in the entire string?
<injekt> str.count("%s")
threesome has joined #ruby
<injekt> hah
benlieb has quit [Quit: benlieb]
<Jeff_D> thanks. Decades of C++ and Perl have warped my mind :P
<injekt> it's ok that wont work
<bnagy> you still probably want scan
banjara has quit [Quit: Leaving.]
estan has joined #ruby
timonv has joined #ruby
haxrbyte has quit [Ping timeout: 268 seconds]
<tobiasvl> count won't work
<Jeff_D> bnagy: thanks. see warped-mind comment above. I'm good to go; finally can get lunch (nearly 1600 here)
<tobiasvl> count works for one character at a time
jhn has quit [Quit: jhn]
<Jeff_D> tobiasvl: right; I see that
pevjan has quit [Remote host closed the connection]
tonini has quit [Ping timeout: 248 seconds]
Hanmac2 has joined #ruby
Hanmac has quit [Ping timeout: 256 seconds]
Jeff_D has quit [Quit: JMP $]
ZachBeta_ has quit [Read error: Connection reset by peer]
tjbiddle has quit [Quit: tjbiddle]
ZachBeta has joined #ruby
tjbiddle has joined #ruby
fasta is now known as fasta_
dhruvasagar has quit [Read error: Connection reset by peer]
tjbiddle_ has joined #ruby
marr has joined #ruby
katherinem13 has quit [Ping timeout: 256 seconds]
dhruvasagar has joined #ruby
katherinem13 has joined #ruby
timonv has quit [Remote host closed the connection]
DouweM has joined #ruby
tjbiddle has quit [Ping timeout: 268 seconds]
atyz has joined #ruby
jimg has joined #ruby
tjbiddle_ has quit [Ping timeout: 252 seconds]
mneorr has quit [Remote host closed the connection]
atyz has quit [Ping timeout: 260 seconds]
brandon has quit [Ping timeout: 252 seconds]
mneorr has joined #ruby
estan has quit [Read error: Connection reset by peer]
girija has quit [Ping timeout: 264 seconds]
zavier has left #ruby ["WeeChat 0.4.0"]
m8 has joined #ruby
troessner has joined #ruby
jimg has quit [Ping timeout: 272 seconds]
obs has joined #ruby
tjbiddle has joined #ruby
tjbiddle has quit [Client Quit]
idkazuma has quit [Remote host closed the connection]
haxrbyte has joined #ruby
haxrbyte_ has quit [Ping timeout: 252 seconds]
asellus has joined #ruby
Vivekananda has quit [Remote host closed the connection]
tonini has joined #ruby
nfk has joined #ruby
nfk has quit [Changing host]
nfk has joined #ruby
Astralum has quit [Ping timeout: 276 seconds]
estan has joined #ruby
jimg has joined #ruby
krainboltgreene has quit [Quit: krainboltgreene]
daidoji has joined #ruby
Portos- has joined #ruby
<daidoji> sup
girija has joined #ruby
nhhagen has joined #ruby
AgentWillyWonka has quit [Read error: Connection reset by peer]
AgentWillyWonka has joined #ruby
DementedInsanity has joined #ruby
DementedInsanity has quit [Changing host]
DementedInsanity has joined #ruby
chandankumar has joined #ruby
jenrzzz has joined #ruby
nhhagen has quit [Ping timeout: 256 seconds]
ferdev has quit [Ping timeout: 252 seconds]
mr0wl has quit [Ping timeout: 276 seconds]
monkegjinni has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
generalissimo has quit [Remote host closed the connection]
Macaveli has joined #ruby
DementedInsanity has quit [Ping timeout: 246 seconds]
jbpros has joined #ruby
jbpros has quit [Client Quit]
gasbakid has quit [Remote host closed the connection]
hamed_r has quit [Quit: Leaving]
DouweM has quit [Read error: Connection reset by peer]
wroathe has joined #ruby
DouweM has joined #ruby
fasta_ is now known as fasta
lessless has joined #ruby
jenrzzz has quit [Quit: leaving]
altivec has quit [Quit: Computer has gone to sleep.]
nobitanobi has quit [Remote host closed the connection]
dhruvasagar has quit [Ping timeout: 268 seconds]
dhruvasagar has joined #ruby
wroathe has quit [Ping timeout: 264 seconds]
hiyakash_ has joined #ruby
d11wtq has quit [Ping timeout: 256 seconds]
sayan has quit [Read error: Connection reset by peer]
swh has joined #ruby
<lessless> is anybody here familiar with Grape? I need an overview of how do I separate my settings from api code: like database connection, models, external services, etc...
estan has quit [Read error: Connection reset by peer]
atyz has joined #ruby
hiyakashi has quit [Ping timeout: 252 seconds]
ARCADIVS has quit [Ping timeout: 264 seconds]
lushious has quit [Ping timeout: 252 seconds]
m8 has quit [Read error: Connection reset by peer]
m8 has joined #ruby
swh has quit [Remote host closed the connection]
d2dchat has quit [Remote host closed the connection]
ARCADIVS has joined #ruby
apeiros has joined #ruby
estan has joined #ruby
DouweM has quit [Ping timeout: 272 seconds]
Spooner has joined #ruby
sambao21 has joined #ruby
jimg has quit [Remote host closed the connection]
rickruby has joined #ruby
Spami_ has joined #ruby
nomenkun has joined #ruby
finnomenon has quit [Ping timeout: 240 seconds]
sambao21 has quit [Read error: Operation timed out]
timonv has joined #ruby
SAUCYSALAMANDER has quit [Read error: Connection reset by peer]
SAUCYSALAMANDER has joined #ruby
Nanuq has quit [Read error: Operation timed out]
rickruby has quit [Ping timeout: 276 seconds]
Nanuq has joined #ruby
workmad3 has quit [Ping timeout: 272 seconds]
sonofzeus has joined #ruby
<sonofzeus> Hi there
d3ijw3l has joined #ruby
monkegjinni has quit [Remote host closed the connection]
luisalima has joined #ruby
<sonofzeus> I've tried to learn some programming languages in the past and read some tuts and catched up fine so I'm not a complete noob.
<sonofzeus> How many hours will it take me to learn ruby?
timonv has quit [Read error: Connection reset by peer]
<sonofzeus> I'm not an expert programmer but obviously not a anoob.
timonv has joined #ruby
<sonofzeus> Can I learn ruby perfectly in 24 learning hours?
wookiehangover has quit [Ping timeout: 256 seconds]
Jalada has quit [Ping timeout: 256 seconds]
<bnagy> perfectly? no
Jalada has joined #ruby
wookiehangover has joined #ruby
estan has quit [Read error: Connection reset by peer]
<bnagy> that's like 3 days fulltime, don't be silly
niklasb has joined #ruby
<tobiasvl> sonofzeus: what do you mean by "perfectly"? the syntax? yes, sure
<tobiasvl> all semantics and idioms and quirks and gotchas? no way jose
<tobiasvl> is that possible with any language?
luisalima has left #ruby ["WeeChat 0.3.9"]
<sonofzeus> Yeah the syntax part.
<sonofzeus> And I mentioned 24 learnin hours .
yashshah- has joined #ruby
gstudent2 is now known as germanstudent
<sonofzeus> Just sayin
<tobiasvl> oh, THAT part. the syntax part.
<tobiasvl> well sure
<tobiasvl> that should be possible. ruby has a fair bit of synta{x,ctic sugar}, but it shouldn't be that hard
<bnagy> if you were already a solid programmer you could probably learn enough in 24 hours to write really bad ruby to approach small problems
Criztian has joined #ruby
yashshah_ has quit [Ping timeout: 272 seconds]
persand has quit [Quit: persand]
<bnagy> which is about what I'd expect if I tried to go learn python from scratch
Spami__ has joined #ruby
<hoelzro> they say it takes 10000 hours to learn anything well.
<tobiasvl> sonofzeus: what languages do you know? it helps if you're used to both functional and object oriented paradigms (ruby uses both extensively)
Spami_ has quit [Ping timeout: 264 seconds]
sonofzeus has quit [Quit: Page closed]
<bnagy> hoelzro: that sounds like 'expert' to me :)
<bnagy> that's like 6 years of doing something fulltime
<tobiasvl> ten THOOOOOUUUUSAND HOURS
<tobiasvl> over 9000
Hanmac1 has joined #ruby
virtuose has quit [Read error: Connection reset by peer]
slainer68 has joined #ruby
Hanmac2 has quit [Ping timeout: 272 seconds]
altivec has joined #ruby
MrZYX|off is now known as MrZYX
estan has joined #ruby
buscon has joined #ruby
lushious has joined #ruby
virtuose has joined #ruby
altivec has quit [Ping timeout: 252 seconds]
ZachBeta has quit [Read error: Connection reset by peer]
peta_ has joined #ruby
ZachBeta has joined #ruby
arietis has quit [Quit: Computer has gone to sleep.]
megha has joined #ruby
d3ijw3l has quit [Quit: leaving]
chandankumar has quit [Quit: Leaving]
jimg has joined #ruby
blaxter has quit [Ping timeout: 252 seconds]
blaxter has joined #ruby
caveat- has quit [Ping timeout: 252 seconds]
persand has joined #ruby
yacks has quit [Ping timeout: 246 seconds]
yacks has joined #ruby
pcarrier has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
caveat- has joined #ruby
Heero has quit [Ping timeout: 260 seconds]
arietis has joined #ruby
estan has quit [Read error: Connection reset by peer]
_br_ has joined #ruby
Neomex has joined #ruby
pcarrier has joined #ruby
timmow has joined #ruby
<ctienrsg> that's why in china they start training their kids at 3 years in all kinds of stuff…
jenrzzz has quit [Quit: leaving]
niklasb has quit [Ping timeout: 252 seconds]
tealmage has joined #ruby
_br_ has quit [Quit: leaving]
AndChat| has joined #ruby
lkba has quit [Ping timeout: 260 seconds]
tealmage has quit [Ping timeout: 256 seconds]
jovy88 has quit [Read error: Connection reset by peer]
estan has joined #ruby
jovy88 has joined #ruby
Nanuq has quit [Read error: Operation timed out]
Hanmac has joined #ruby
iamlacroix has joined #ruby
<Hanmac> ping shevy
ZuzzleBuzzer has joined #ruby
MrZYX is now known as MrZYX|off
jenrzzz has joined #ruby
jenrzzz has quit [Client Quit]
AndChat| has quit [Ping timeout: 264 seconds]
alanp has quit [Quit: No Ping reply in 180 seconds.]
alanp has joined #ruby
tonini has quit [Ping timeout: 248 seconds]
adam12 has quit [Ping timeout: 264 seconds]
Leighton has quit [Quit: Leaving]
reset has quit [Ping timeout: 248 seconds]
marr has quit [Ping timeout: 256 seconds]
workmad3 has joined #ruby
iamlacroix has quit [Remote host closed the connection]
arturaz has joined #ruby
dhruvasagar has quit [Ping timeout: 272 seconds]
ctienrsg_ has joined #ruby
dhruvasagar has joined #ruby
atyz has quit [Quit: Leaving...]
ctienrsg has quit [Ping timeout: 272 seconds]
marr has joined #ruby
adam12 has joined #ruby
estan has quit [Read error: Connection reset by peer]
hogeo has quit [Remote host closed the connection]
Qria has joined #ruby
Qria has left #ruby [#ruby]
hogeo has joined #ruby
workmad3 has quit [Ping timeout: 260 seconds]
hogeo has quit [Ping timeout: 252 seconds]
megha has quit [Ping timeout: 256 seconds]
sayan has joined #ruby
pskosinski has joined #ruby
Fenne has joined #ruby
Xeago has quit [Remote host closed the connection]
Fuzai has quit [Ping timeout: 245 seconds]
estan has joined #ruby
pcarrier has quit [Ping timeout: 256 seconds]
Macaveli has quit [Read error: Connection reset by peer]
bricker`1A has joined #ruby
marr has quit [Ping timeout: 256 seconds]
girija has quit [Ping timeout: 272 seconds]
<shevy> ctienrsg but the chinese don't run the world despite all that training
pcarrier has joined #ruby
arietis has quit [Quit: Computer has gone to sleep.]
Neomex has quit [Quit: Neomex]
kirun has joined #ruby
bricker`LA has quit [Ping timeout: 272 seconds]
slainer68 has quit [Remote host closed the connection]
slainer68 has joined #ruby
codecaster has joined #ruby
Fuzai has joined #ruby
monkegjinni has joined #ruby
arya_ has joined #ruby
estan has quit [Read error: Connection reset by peer]
bluenemo has joined #ruby
bluenemo has quit [Changing host]
bluenemo has joined #ruby
davetherat has quit [Remote host closed the connection]
davetherat has joined #ruby
madb055 has quit [Ping timeout: 252 seconds]
haxrbyte has quit [Remote host closed the connection]
marr has joined #ruby
tonini has joined #ruby
monkegji_ has joined #ruby
DouweM has joined #ruby
haxrbyte has joined #ruby
Astralum has joined #ruby
tommyvyo has joined #ruby
arya_ has quit [Ping timeout: 272 seconds]
monkegjinni has quit [Read error: Operation timed out]
sami has joined #ruby
kil0byte has joined #ruby
tealmage has joined #ruby
charliesome has joined #ruby
ZuzzleBuzzer has quit [Quit: ZuzzleBuzzer]
tvw has joined #ruby
tommyvyo has quit [Quit:]
arya_ has joined #ruby
yashshah__ has joined #ruby
estan has joined #ruby
daidoji has quit [Ping timeout: 264 seconds]
arietis has joined #ruby
marr has quit [Ping timeout: 264 seconds]
sayan has quit [Read error: Connection reset by peer]
DouweM has quit [Read error: Connection reset by peer]
mercwithamouth has joined #ruby
tealmage has quit [Ping timeout: 264 seconds]
DouweM has joined #ruby
Spami__ has quit [Quit: This computer has gone to sleep]
elaptics`away is now known as elaptics
arya_ has quit [Ping timeout: 264 seconds]
tomzx_mac has joined #ruby
yashshah- has quit [Ping timeout: 276 seconds]
jnoob22 has joined #ruby
ipalaus has joined #ruby
Nanuq has joined #ruby
<lessless> hey, guys, how I can share pulled from database and stored in variable data among the requests/clients in grape?
zaargy_ is now known as zaargy
tomzx_mac_ has joined #ruby
arya has joined #ruby
camilasa_ has quit [Remote host closed the connection]
camilasa_ has joined #ruby
arya has left #ruby [#ruby]
mneorr has quit [Remote host closed the connection]
tomzx_mac has quit [Ping timeout: 272 seconds]
mneorr has joined #ruby
arya has joined #ruby
Domon_ has quit [Remote host closed the connection]
mklappstuhl has joined #ruby
jimg has quit [Remote host closed the connection]
girija has joined #ruby
camilasa_ has quit [Ping timeout: 255 seconds]
kil0byte_ has joined #ruby
atyz has joined #ruby
<mishke> gusy
<mishke> guys
<mishke> how i can generate random num between 2 nums?
<mishke> i need random between 100 and 200, for ex
eliasp has quit [Read error: Connection reset by peer]
JohnBat26 has quit [Remote host closed the connection]
arya has left #ruby [#ruby]
<ayonix> 100+rand(100)?
<DouweM> rand(100..200)
<mishke> DouweM: tnx :)
kil0byte has quit [Ping timeout: 255 seconds]
camilasa_ has joined #ruby
arya has joined #ruby
eliasp has joined #ruby
estan has quit [Read error: Connection reset by peer]
kil0byte has joined #ruby
atyz has quit [Ping timeout: 276 seconds]
<ayonix> ah..ruby 1.8.7 hadn't got rand(range) yet :D
<Luyt> I made a transcript of DHH's interview for FLOSS79, about his history as a programmer and what he likes about Ruby, see http://www.transcribed-interview.com/dhh-rails-david-heinemeier-hansson-interview-randal-schwartz-floss.html
pietr0 has quit [Ping timeout: 264 seconds]
RubyPanther has quit [Ping timeout: 260 seconds]
kil0byte_ has quit [Ping timeout: 260 seconds]
davetherat has quit [Remote host closed the connection]
arya has left #ruby [#ruby]
davetherat has joined #ruby
<Spooner> ayonix, It was added in 1.9.3
girija has quit [Ping timeout: 276 seconds]
JohnBat26 has joined #ruby
mmitchell has joined #ruby
pcarrier has quit [Quit: Computer has gone to sleep.]
haxrbyte has quit [Remote host closed the connection]
haxrbyte has joined #ruby
falood has joined #ruby
mikestok has joined #ruby
vlad_starkov has joined #ruby
khismetix has joined #ruby
SirFunk has quit [Quit: ZNC - http://znc.in]
mljsimone has joined #ruby
estan has joined #ruby
<Hanmac> Spooner i know that 1.8.7 will die this year, does an fixed date exist for that?
codecaster has quit [Quit: Leaving.]
<Spooner> Hanmac, Yes, but I don't know it.
trying has quit [Ping timeout: 245 seconds]
pietr0 has joined #ruby
JStoker has quit [Quit: JStoker is gone :(]
robbyoconnor has quit [Ping timeout: 272 seconds]
aryasam has joined #ruby
KevinSjoberg has joined #ruby
girija has joined #ruby
RubyPanther has joined #ruby
admin0 has joined #ruby
sayan has joined #ruby
mklappstuhl has quit [Ping timeout: 272 seconds]
kristofers has joined #ruby
sleetdrop has quit [Ping timeout: 256 seconds]
CyberMaN has joined #ruby
wroathe has joined #ruby
pcarrier has joined #ruby
<lessless> what is the purpose of invoking call on class https://github.com/dblock/grape-on-rack/blob/master/app/acme_app.rb#L14 ?
estan has quit [Read error: Connection reset by peer]
aryasam has quit [Ping timeout: 268 seconds]
mljsimone has quit [Ping timeout: 264 seconds]
wroathe has quit [Ping timeout: 252 seconds]
cHarNe2 has quit [Quit: leaving]
haxrbyte has quit [Read error: Connection reset by peer]
sailias has joined #ruby
sayan has quit [Remote host closed the connection]
m8 has quit [Read error: Connection reset by peer]
mercwithamouth has quit [Ping timeout: 251 seconds]
moos3 has quit [Read error: Connection reset by peer]
m8 has joined #ruby
Niamkik_ has quit [Quit: Disconnecting from stoned server.]
moos3 has joined #ruby
obs has quit [Remote host closed the connection]
Niamkik has joined #ruby
manutter has joined #ruby
khismetix has quit [Quit: Computer has gone to sleep.]
machuga|away is now known as machuga
tealmage has joined #ruby
kofno has joined #ruby
estan has joined #ruby
fixl has joined #ruby
eka has joined #ruby
IrishGringo has quit [Quit: ChatZilla 0.9.90 [Firefox 20.0/20130326150557]]
mljsimone has joined #ruby
aryasam has joined #ruby
tealmage has quit [Ping timeout: 264 seconds]
khismetix has joined #ruby
postmodern has quit [Quit: Leaving]
JStoker has joined #ruby
Spami__ has joined #ruby
Mon_Ouie has joined #ruby
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby
ludovickoenig has joined #ruby
timonv has quit [Read error: Connection reset by peer]
timonv has joined #ruby
peta__ has joined #ruby
dmiller has joined #ruby
dhruvasagar has quit [Ping timeout: 264 seconds]
peta_ has quit [Read error: Connection reset by peer]
dmiller_ has quit [Read error: Connection reset by peer]
khismetix has quit [Quit: Computer has gone to sleep.]
workmad3 has joined #ruby
josedonizetti has joined #ruby
dhruvasagar has joined #ruby
girija has quit [Ping timeout: 276 seconds]
tesuki has joined #ruby
Targen has quit [Ping timeout: 264 seconds]
geekbri has joined #ruby
tommyvyo has joined #ruby
Xeago has joined #ruby
endomorphism has joined #ruby
Heero has joined #ruby
estan has quit [Read error: Connection reset by peer]
dhruvasagar has quit [Ping timeout: 264 seconds]
ToApolytoXaos has joined #ruby
dhruvasagar has joined #ruby
girija has joined #ruby
DonRichie has joined #ruby
mikestok has quit [Quit: Computer has gone to sleep.]
<Portos-> lessless: you're calling Kernel#test
estan has joined #ruby
osvico has joined #ruby
s2013 has joined #ruby
codecop has quit [Remote host closed the connection]
codecop has joined #ruby
khismetix has joined #ruby
MrZYX|off is now known as MrZYX
codecop has quit [Remote host closed the connection]
codecop has joined #ruby
ludovickoenig has left #ruby [#ruby]
mark_locklear has joined #ruby
Mattix has joined #ruby
lkba has joined #ruby
krz has quit [Quit: krz]
cmarques has joined #ruby
nemesit|znc has joined #ruby
mikestok has joined #ruby
<nemesit|znc> Hi whats the best way to save options from yes/no answers in script/rakefile whatever?^^
vlad_starkov has quit [Remote host closed the connection]
fermion has quit [Quit: Computer has gone to sleep.]
<injekt> nemesit|znc: in a variable?
<nemesit|znc> nah i want to save them
<lessless> Portos-, sick!
<injekt> ...
jesteracer has joined #ruby
<injekt> how ambiguous of you
<nemesit|znc> i want an interactive script and save the answer to yes/no questions somewhere
altivec has joined #ruby
<injekt> 'somewhere' to a file?
<jesteracer> hello, can anyone explain this https://gist.github.com/jesteracer/5524773
altivec has quit [Client Quit]
<nemesit|znc> yes
chandankumar has joined #ruby
<injekt> nemesit|znc: use a hash and YAML
<nemesit|znc> k
<injekt> jesteracer: [] returns nil if the index (or starting index) are out of range
atyz has joined #ruby
<injekt> remember arrays are teminated with null chars so the 4 is not 'out of range'
hiyakash_ has quit [Read error: Connection reset by peer]
<injekt> jesteracer: it's in the documentation for Array#[] I believe
<jesteracer> wow
<jesteracer> injekt, i have not found it in the docs
a_a_g has joined #ruby
rton has joined #ruby
bluenemo has quit [Quit: Verlassend]
<jesteracer> injekt, thank you!
<injekt> jesteracer: no problem, I think http://www.ruby-forum.com/topic/1393096#990065 is probably the best write up
altivec has joined #ruby
kiri has quit [Ping timeout: 276 seconds]
<jesteracer> injekt, great!
jnoob22 has quit [Remote host closed the connection]
s2013 has quit [Ping timeout: 268 seconds]
jnoob22 has joined #ruby
chandankumar has quit [Quit: Leaving]
niklasb has joined #ruby
khismetix has quit [Ping timeout: 268 seconds]
fixl has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
jnoob22_ has joined #ruby
jnoob22 has quit [Read error: Connection reset by peer]
SirFunk has joined #ruby
<apeiros> injekt, jesteracer: http://imgur.com/fBoM2
wallerdev has joined #ruby
mdaubs has joined #ruby
<apeiros> example 4
<apeiros> well, 4 vs. 5
khismetix has joined #ruby
rakun has joined #ruby
<jesteracer> apeiros, thanx!
wroathe has joined #ruby
estan has quit [Read error: Connection reset by peer]
r0bgleeson has joined #ruby
<injekt> apeiros: ah that's way easier to show people
GeissT___ has quit [Quit: MillBroChat AdIRC User]
<apeiros> I created that like 4y ago. derived work from somebody else, though. don't remember from whom :-|
tommyvyo has quit [Quit:]
obs has joined #ruby
dr_bob has quit [Quit: Leaving.]
codecop has quit [Remote host closed the connection]
bluOxigen has quit [Ping timeout: 276 seconds]
khismetix has quit [Quit: Computer has gone to sleep.]
arietis has quit [Quit: Computer has gone to sleep.]
dr_bob has joined #ruby
<Portos-> Four years?
wroathe has quit [Ping timeout: 256 seconds]
<Portos-> What a memory you have. eheh
dustint has joined #ruby
casheew has quit [Read error: Connection reset by peer]
mikestok has quit [Quit: Computer has gone to sleep.]
rton has left #ruby [#ruby]
casheew has joined #ruby
canton7 has joined #ruby
aryasam has quit [Read error: Connection reset by peer]
<wuest> apeiros: that is a fantastic way of explaining slicing visually.
aryasam has joined #ruby
sailias has quit [Quit: Leaving.]
BizarreCake has joined #ruby
vlad_starkov has joined #ruby
jerius has joined #ruby
<apeiros> Portos-: bookmarks
<apeiros> as you can see, the image is only 1y up there. I uploaded it like 20 times (every time I didn't port my bookmarks :D)
hiroyuki has joined #ruby
kil0byte_ has joined #ruby
AgentWillyWonka has quit [Quit: Linkinus - http://linkinus.com]
tonini has quit [Ping timeout: 248 seconds]
estan has joined #ruby
pandy_ has joined #ruby
kimteq has joined #ruby
kimteq has quit [Remote host closed the connection]
tonini has joined #ruby
invisime has joined #ruby
kil0byte has quit [Ping timeout: 255 seconds]
pandy has quit [Ping timeout: 256 seconds]
yannis has joined #ruby
rton has joined #ruby
thejoecarroll has joined #ruby
kiri has joined #ruby
nezumi has quit [Ping timeout: 245 seconds]
timmow has quit [Remote host closed the connection]
timmow has joined #ruby
yfeldblum has quit [Ping timeout: 256 seconds]
bubblehead has joined #ruby
<thejoecarroll> i'm just starting to migrate from using rvm to rbenv, mainly because of boxen. i finally managed to get veewee working once i figured out how to get the gems to install properly, but what i'd like to know is whether ther is a way to invoke the command from anywhere so that it operates in the correct environment without havieng to cd into its folder and use "rbenv exec bundle exec bin/veewee". can anyone help me?
anonymuse has joined #ruby
nahiluhmot has joined #ruby
kiri has quit [Read error: Operation timed out]
kiri has joined #ruby
<TTilus> .ruby-version in the app folder saves you from rbenv exec afaik
<TTilus> thejoecarroll: have you tried chruby? it does not have that shim thing, works simply by managing PATH
blaxter has quit [Ping timeout: 246 seconds]
timmow has quit [Ping timeout: 252 seconds]
ravster has joined #ruby
aryasam has quit [Read error: Connection reset by peer]
splittingred has joined #ruby
<TTilus> thejoecarroll: is your problem the `cd` or the `rbenv exec` part of it? or both?
<thejoecarroll> no, i haven't tried chruby and, unless it plays well with this, i don't think i will: http://boxen.github.com
<thejoecarroll> the only reason i'm abandoning rvm is because it's incompatible with boxen
timonv has quit [Remote host closed the connection]
<thejoecarroll> but my problem is basically both of those parts
wolcanus has joined #ruby
<thejoecarroll> what i'd like to know is how i can tel rbenv and bundler what environments to create/use regardless of pwd
timonv has joined #ruby
<phacele55> http://pastebin.com/pwCuvCjJ need some help with this
<thejoecarroll> in other words, with bundler, is there a way to make it use a gemfile in another folder?
arietis has joined #ruby
<thejoecarroll> what i'd like to do is to create a bash alias or a simple shell script that would allow me to run veewee just by invoking the command "veewee"
yalue has joined #ruby
fermion has joined #ruby
<thejoecarroll> right now, the only way i can get it work, since it requires a gem that requires a later version of ruby that the system one included with os x 10.8, is to cd into the folder that i cloned it into and run "rbenv exec bundle exec bin/veewee"
jerius has quit []
estan has quit [Ping timeout: 255 seconds]
rton has left #ruby [#ruby]
Coolhand|afk is now known as Coolhand
<TTilus> how about alias veewee='cd /the/path; rbenv exec bundle exec bin/veewee'
jbpros has joined #ruby
khismetix has joined #ruby
yfeldblum has joined #ruby
altivec has quit [Quit: Computer has gone to sleep.]
<thejoecarroll> TTilus: well, that would do it, although it would also change my pwd, which i'd prefer not to do :-) i'm also interested in whether what i'd like to do is possible or what's the correct way to do it, rather than a workaround per se.
rton has joined #ruby
blaxter has joined #ruby
<TTilus> thejoecarroll: if you want to keep your current shell intact, use subshell
altivec has joined #ruby
ariedler has joined #ruby
<TTilus> thejoecarroll: and i don't really know boxen other than it wants to control mostly everything so it is highly likely it won't play well with existing installations of dev tools
<TTilus> at least thats my impression
nateberkopec has joined #ruby
estan has joined #ruby
josedonizetti has quit [Quit: josedonizetti]
persand has quit [Quit: persand]
s2013 has joined #ruby
m8 has quit [Quit: Sto andando via]
`p has quit [Remote host closed the connection]
persand has joined #ruby
s00pcan_ has joined #ruby
s00pcan has quit [Read error: Connection reset by peer]
justsee has quit [Ping timeout: 256 seconds]
camilasa_ has quit [Remote host closed the connection]
willob has joined #ruby
krawchyk has joined #ruby
philcrissman has joined #ruby
altivec has quit [Quit: Computer has gone to sleep.]
<thejoecarroll> yeah, it doesn't play well with existing installations, but i've decided it's worth the pain and effort to transition everthing into my own boxen/puppet configs so i can easily set things up on a new mac any time i need to
TH34D has joined #ruby
chandankumar has joined #ruby
<Olipro> how do I upgrade from Ruby 2.0 to Python 3.2 ?
aryasam has joined #ruby
<Olipro> I kid, I kid ;)
kpshek has joined #ruby
akhet has joined #ruby
akhet has quit [Changing host]
akhet has joined #ruby
TH34D has quit [Client Quit]
Criztian has quit [Remote host closed the connection]
yakko has joined #ruby
_nitti has joined #ruby
ZachBeta has quit [Quit: Computer has gone to sleep.]
nahiluhmot has quit [Remote host closed the connection]
jbpros has quit [Quit: jbpros]
joofsh has joined #ruby
tomzx_mac_ has quit [Read error: Operation timed out]
rton has left #ruby [#ruby]
sandGorgon has quit [Ping timeout: 260 seconds]
cat22 has joined #ruby
carloslopes has joined #ruby
lele has quit [Quit: Coyote finally caught me]
rton has joined #ruby
io_syl has joined #ruby
atno has quit [Ping timeout: 246 seconds]
alexwh has quit [Ping timeout: 252 seconds]
daidoji has joined #ruby
johnmilton has joined #ruby
Tricon has joined #ruby
nobuoka has joined #ruby
tealmage_ has joined #ruby
estan has quit [Read error: Connection reset by peer]
rton has left #ruby [#ruby]
aptx4869 has quit [Remote host closed the connection]
freerobby has joined #ruby
johnmilton has quit [Client Quit]
alexwh has joined #ruby
browndawg has quit [Ping timeout: 256 seconds]
tommyvyo has joined #ruby
johnmilton has joined #ruby
a_a_g has quit [Quit: This computer has gone to sleep]
hiroyuki has quit [Read error: Connection reset by peer]
atno has joined #ruby
<cat22> Can you unset a variable?
mikestok has joined #ruby
Spami__ has quit [Quit: Leaving]
d2dchat has joined #ruby
workmad3 has quit [Ping timeout: 264 seconds]
<ericwood> set it to nil
axl_ has joined #ruby
wroathe has joined #ruby
<cat22> I want to extinguish it.
<ericwood> cat22: basically, set it to nil and let the garbage collector handle it
<cat22> awesome, thxs.
<Olipro> GC.start will forcibly start it
dignati_ has joined #ruby
corehook has quit [Ping timeout: 256 seconds]
<ericwood> GC.take_out_the_trash
forlin has joined #ruby
wroathe has quit [Ping timeout: 258 seconds]
aryasam_ has joined #ruby
aryasam has quit [Read error: Connection reset by peer]
rickruby has joined #ruby
<spike|spiegel> GC.try_your_luck_at_ths
<cat22> how do I get GC in rib?
<cat22> irb*
<spike|spiegel> GC
zph has joined #ruby
zph has quit [Excess Flood]
browndawg has joined #ruby
haxrbyte has joined #ruby
khismetix has quit [Ping timeout: 255 seconds]
* cat22 2.0.0p0 :001 > GC
* cat22 => GC
halfie is now known as halfie|bbl
v0n has joined #ruby
kimteq has joined #ruby
ryanhirsch has joined #ruby
alanp has quit [Remote host closed the connection]
estan has joined #ruby
<ericwood> >> GC.start
<eval-in> ericwood => nil (http://eval.in/22254)
yashshah has joined #ruby
adambeynon has joined #ruby
sayan has joined #ruby
philcrissman has quit [Remote host closed the connection]
alanp has joined #ruby
bluOxigen has joined #ruby
slash_nick has joined #ruby
kimteq is now known as banghouse
<spike|spiegel> hmm... can we... wait a min..
<spike|spiegel> >> GC.disable; 10000000.times {|i| "LOL" * i }; GC.enable
<eval-in> spike|spiegel => /tmp/execpad-a8859f3d617d/source-a8859f3d617d:2:in `*': failed to allocate memory (NoMemoryError) ... (http://eval.in/22255)
haxrbyte_ has joined #ruby
<spike|spiegel> yes!
endomorphism has quit [Ping timeout: 258 seconds]
yashshah__ has quit [Read error: Operation timed out]
wallerdev has quit [Quit: wallerdev]
ner0x has joined #ruby
rickruby has quit [Ping timeout: 252 seconds]
mmitchell has quit [Remote host closed the connection]
haxrbyte has quit [Ping timeout: 264 seconds]
gaahrdner has joined #ruby
blaxter has quit [Ping timeout: 256 seconds]
sayan has quit [Read error: Connection reset by peer]
sailias has joined #ruby
falood has quit [Remote host closed the connection]
camilasan has joined #ruby
Spami has joined #ruby
chandankumar has quit [Quit: Leaving]
hogeo has joined #ruby
philcrissman has joined #ruby
ixti has joined #ruby
darkapex has quit [Ping timeout: 264 seconds]
d11wtq has joined #ruby
wmoxam has joined #ruby
daidoji has quit [Ping timeout: 264 seconds]
<Olipro> >> GC.methods.sort
<eval-in> Olipro => [:!, :!=, :!~, :<, :<=, :<=>, :==, :===, :=~, :>, :>=, :__id__, :__send__, :ancestors, :autoload, :autoload?, :class, :class_eval, :class_exec, :class_variable_defined?, :class_variable_get, :class_var ... (http://eval.in/22266)
<Olipro> >> GC.class_eval { puts self.methods }
<eval-in> Olipro => start ... (http://eval.in/22267)
aaronmcadam has joined #ruby
darkapex has joined #ruby
<Olipro> >> GC.class_eval { self.start }
<eval-in> Olipro => nil (http://eval.in/22268)
cat22 has quit [Quit: cat22]
dr_bob has quit [Quit: Leaving.]
otters has quit [Ping timeout: 246 seconds]
wroathe has joined #ruby
<Olipro> >> `whoami`
otters has joined #ruby
<eval-in> Olipro => (http://eval.in/22269)
arietis has quit [Quit: Computer has gone to sleep.]
josedonizetti has joined #ruby
<Olipro> >> `ls`
<eval-in> Olipro => (http://eval.in/22270)
endomorphism has joined #ruby
<apeiros> Olipro: stop that
philcrissman has quit [Remote host closed the connection]
huoxito has joined #ruby
dr_bob has joined #ruby
<Olipro> apologies
bananastalktome has joined #ruby
estan has quit [Read error: Connection reset by peer]
osvico has quit [Ping timeout: 248 seconds]
<apeiros> use irb for such things or use the bot in a query. not in the channel.
breakingthings has joined #ruby
LaPetiteFromage has joined #ruby
nricciar has joined #ruby
blaxter has joined #ruby
monkegji_ has quit [Ping timeout: 260 seconds]
<ericwood> I think backticks are disabled :P
_maes_ has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
altivec has joined #ruby
dmiller has quit [Remote host closed the connection]
Macaveli has joined #ruby
arietis has joined #ruby
altivec has quit [Client Quit]
akells` has joined #ruby
arietis has quit [Client Quit]
girija has quit [Ping timeout: 246 seconds]
falood has joined #ruby
bluenemo has joined #ruby
bluenemo has quit [Changing host]
bluenemo has joined #ruby
bean has joined #ruby
wallerdev has joined #ruby
phacele55 has quit [Ping timeout: 272 seconds]
blacktulip has joined #ruby
tesuki_ has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
<ericwood> fuck yes, we upgraded our rails app to jRuby 1.7.3 and everything feels faster
<ericwood> <3
tesuki has quit [Ping timeout: 276 seconds]
benwoody has left #ruby [#ruby]
estan has joined #ruby
cofin has joined #ruby
wroathe has quit [Ping timeout: 260 seconds]
hiroyuki has joined #ruby
sambao21 has joined #ruby
<ericwood> drip seems to be working well with the JVM, too
generalissimo has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
theRoUS has joined #ruby
wroathe has joined #ruby
altivec has joined #ruby
hiroyuki has quit [Read error: Connection reset by peer]
sayan has joined #ruby
monkegjinni has joined #ruby
d2dchat has quit [Remote host closed the connection]
awarner has joined #ruby
interactionjaxsn has joined #ruby
megha has joined #ruby
cat22 has joined #ruby
workmad3 has joined #ruby
johnnyfuchs has joined #ruby
tesuki_ has quit [Remote host closed the connection]
shevy has quit [Ping timeout: 264 seconds]
toquonce has joined #ruby
mdaubs has quit [Read error: Connection reset by peer]
ryanhirsch has quit [Ping timeout: 248 seconds]
ryanhirsch has joined #ruby
altivec has quit [Quit: Computer has gone to sleep.]
tesuki has joined #ruby
ryanhirsch has quit [Max SendQ exceeded]
ryanhirsch has joined #ruby
bananastalktome has quit [Quit: bananastalktome]
Asher has joined #ruby
johnjohnson has joined #ruby
kunday has joined #ruby
Z_Mass has joined #ruby
kunday has quit [Client Quit]
daidoji has joined #ruby
BizarreCake has quit [Ping timeout: 276 seconds]
evenix has quit [Read error: Connection reset by peer]
virtuose has quit [Read error: Connection reset by peer]
evenix has joined #ruby
_nitti has quit [Ping timeout: 268 seconds]
jlast has joined #ruby
jgarvey has joined #ruby
MarioEIU has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
MarioEIU has left #ruby [#ruby]
huoxito has quit [Quit: Leaving]
Spami has joined #ruby
Spami has quit [Changing host]
Spami has joined #ruby
gyre007 has joined #ruby
m8 has joined #ruby
andikr has quit [Remote host closed the connection]
jeevan_ullas has left #ruby [#ruby]
endomorphism has quit [Quit: Leaving]
ffranz has joined #ruby
mneorr_ has joined #ruby
estan has quit [Read error: Connection reset by peer]
tesuki_ has joined #ruby
shevy has joined #ruby
daidoji70 has joined #ruby
seejohnrun has joined #ruby
daidoji70 has quit [Client Quit]
dmiller_ has joined #ruby
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
dougsko has left #ruby [#ruby]
monkegjinni has quit [Ping timeout: 258 seconds]
daidoji has quit [Ping timeout: 256 seconds]
icecandy has quit [Remote host closed the connection]
wedgex has joined #ruby
wsterling has joined #ruby
mneorr has quit [Ping timeout: 252 seconds]
tesuki has quit [Ping timeout: 248 seconds]
malkomalko has joined #ruby
nateberkopec has quit [Quit: Leaving...]
jovy88 has quit [Read error: Connection reset by peer]
Macaveli has quit [Read error: Connection reset by peer]
aryasam_ has quit [Read error: Connection reset by peer]
aryasam has joined #ruby
jovy88 has joined #ruby
Spami_ has joined #ruby
Spami has quit [Ping timeout: 248 seconds]
Spami_ has quit [Max SendQ exceeded]
aaronmcadam has quit [Quit: Leaving...]
arturaz has quit [Ping timeout: 272 seconds]
<whowantstolivefo> guys, i've done play with the ruby koans, whats my next stage to understand better ruby fundamentals ?
Spami_ has joined #ruby
jtharris has joined #ruby
estan has joined #ruby
Todd- has joined #ruby
Macaveli has joined #ruby
arietis has joined #ruby
faceless has joined #ruby
nwertman has joined #ruby
<ChristianS> whowantstolivefo: write some programs in ruby?
JohnBat26 has quit [Ping timeout: 268 seconds]
tonini has quit [Quit: leaving]
carloslopes has quit [Ping timeout: 258 seconds]
sayan has quit [Read error: Connection reset by peer]
lyanchih has joined #ruby
arietis has quit [Client Quit]
halfie|bbl is now known as halfie
_nitti has joined #ruby
dmiller_ has quit [Ping timeout: 258 seconds]
BizarreCake has joined #ruby
jprovazn has quit [Quit: Leaving]
vlad_starkov has joined #ruby
AlSquire has quit [Ping timeout: 256 seconds]
teclator has quit [Ping timeout: 276 seconds]
BSaboia has joined #ruby
shock_one has joined #ruby
newUser1234 has joined #ruby
sayan has joined #ruby
carloslopes has joined #ruby
faceless is now known as phacele55
phacele55 has quit [Changing host]
phacele55 has joined #ruby
freerobby has quit [Quit: Leaving.]
nahiluhmot has joined #ruby
freerobby has joined #ruby
yoshie902a has joined #ruby
sleetdrop has joined #ruby
<yoshie902a> I'm trying to run ruby from textmate, and using rbenv. keep getting an "env: ruby: No such file or directory" is there someone that can help and if so, what information can I provide to help?
rakl has joined #ruby
<yoshie902a> I've followed the instructions http://stackoverflow.com/questions/11300711/configure-textmate-2-for-rbenv ,but no luck.
<ariedler> is your rails slow? it is probably JSON.
Davey has joined #ruby
wsterling has quit [Remote host closed the connection]
codecop has joined #ruby
Spami_ has quit [Ping timeout: 264 seconds]
freeayu has quit [Remote host closed the connection]
rakl has quit [Client Quit]
greenarrow has quit [Quit: IRC is just multiplayer notepad.]
greenarrow has joined #ruby
RORgasm has joined #ruby
IrishGringo has joined #ruby
estan has quit [Read error: Connection reset by peer]
philcrissman has joined #ruby
jbpros has joined #ruby
nwertman has quit [Remote host closed the connection]
arietis has joined #ruby
araujo has quit [Ping timeout: 276 seconds]
slash_nick has quit [Ping timeout: 252 seconds]
a_a_g has joined #ruby
shock_one has quit [Ping timeout: 258 seconds]
Shrink has quit [Read error: Connection reset by peer]
araujo has joined #ruby
araujo has quit [Changing host]
araujo has joined #ruby
justsee has joined #ruby
carlyle has joined #ruby
virtuose has joined #ruby
kil0byte has joined #ruby
_br_ has joined #ruby
Shrink has joined #ruby
ARCADIVS has quit [Quit: WeeChat 0.3.8]
persand has quit [Quit: persand]
pduin has quit [Remote host closed the connection]
kil0byte_ has quit [Ping timeout: 245 seconds]
elux has joined #ruby
persand has joined #ruby
workmad3 has quit [Ping timeout: 256 seconds]
ckrailo has joined #ruby
estan has joined #ruby
persand has quit [Client Quit]
carlyle has quit [Read error: Connection reset by peer]
haxrbyte_ has quit [Read error: Connection reset by peer]
chrishough has joined #ruby
carlyle has joined #ruby
haxrbyte has joined #ruby
persand has joined #ruby
Hanmac has quit [Ping timeout: 260 seconds]
nateberkopec has joined #ruby
Targen has joined #ruby
freerobby has quit [Quit: Leaving.]
tms has joined #ruby
wolcanus has quit [Remote host closed the connection]
arietis has quit [Quit: Computer has gone to sleep.]
mmitchell has joined #ruby
nanothief has joined #ruby
interactionjaxsn has quit [Remote host closed the connection]
interactionjaxsn has joined #ruby
d2dchat has joined #ruby
codecaster has joined #ruby
haxrbyte has quit [Remote host closed the connection]
Macaveli has quit [Quit: This computer has gone to sleep]
rakl has joined #ruby
haxrbyte has joined #ruby
wroathe has quit [Ping timeout: 252 seconds]
mneorr_ has quit [Remote host closed the connection]
interactionjaxsn has quit [Ping timeout: 256 seconds]
mockra has joined #ruby
malkomalko has quit [Remote host closed the connection]
JMcAfreak has joined #ruby
sayan has quit [Ping timeout: 256 seconds]
codecaster has quit [Quit: Leaving.]
mneorr_ has joined #ruby
wedgex_ has joined #ruby
io_syl has quit [Quit: Computer has gone to sleep.]
sayan has joined #ruby
Portos- is now known as Virunga
virtuose has quit [Remote host closed the connection]
Hanmac has joined #ruby
wedgex has quit [Ping timeout: 256 seconds]
slash_nick has joined #ruby
<shevy> hmmm
CamonZ has quit [Quit: Linkinus - http://linkinus.com]
<shevy> I feel as if I need a new challenge to get better in ruby
mikepack has joined #ruby
admin0 has quit [Read error: Connection reset by peer]
estan has quit [Read error: Connection reset by peer]
persand has quit [Quit: persand]
Todd- has quit [Quit: leaving]
generalissimo has quit [Remote host closed the connection]
nhhagen has joined #ruby
virtuose has joined #ruby
wroathe has joined #ruby
<Virunga> me too
<Virunga> I need a project
dmiller_ has joined #ruby
jduan1981 has joined #ruby
<shevy> I have too many projects
<shevy> I need a new way to think
interactionjaxsn has joined #ruby
aryasam has quit [Read error: Connection reset by peer]
<shevy> someone teach me how to test a project properly
aryasam has joined #ruby
leonidlm has quit [Ping timeout: 268 seconds]
<hoelzro> test a project?
interactionjaxsn has quit [Remote host closed the connection]
mockra has quit [Remote host closed the connection]
dhruvasagar has quit [Ping timeout: 256 seconds]
apeiros has quit [Remote host closed the connection]
estan has joined #ruby
seejohnrun has left #ruby [#ruby]
interactionjaxsn has joined #ruby
justsee has quit [Ping timeout: 258 seconds]
mockra has joined #ruby
v0n has quit [Quit: WeeChat 0.4.0]
spider-mario has joined #ruby
falood has quit [Remote host closed the connection]
<shevy> yeah
dmiller_ has quit [Ping timeout: 258 seconds]
wargasm1 has joined #ruby
Criztian has joined #ruby
<shevy> right now I rewrite some old code
<hoelzro> that's kind of a vague request =/
buscon has quit [Quit: Leaving]
v0n has joined #ruby
<shevy> I am at like 20% and I already forgot what I spent at the first 10%, which I did a few weeks ago...
jbpros has quit [Quit: jbpros]
interactionjaxsn has quit [Ping timeout: 258 seconds]
<Virunga> I'd like a good tdd book, better if about ruby. Anyone?
KevinSjoberg has quit [Quit: Computer has gone to sleep.]
mockra has quit [Ping timeout: 276 seconds]
interactionjaxsn has joined #ruby
tspike has joined #ruby
tylersmith has joined #ruby
<Virunga> JS is also ok.
wargasm has quit [Ping timeout: 252 seconds]
akashj87 has joined #ruby
<hoelzro> =( # JS
carloslopes has quit [Remote host closed the connection]
pitzips has joined #ruby
freerobby has joined #ruby
Macaveli has joined #ruby
jonconley has joined #ruby
generali_ has joined #ruby
Lemtzas has quit [Quit: No Ping reply in 180 seconds.]
wolcanus has joined #ruby
<yoshie902a> still struggling to get rbenv and textmate2 to play nice :(
cat22 has quit [Quit: cat22]
Lemtzas has joined #ruby
dignati_ has quit [Ping timeout: 256 seconds]
<Virunga> yoshie902a: cool.
<Virunga> Thanks
pitzips has quit [Ping timeout: 245 seconds]
<yoshie902a> If anyone know the answer to this, it would be much appreciated… http://stackoverflow.com/questions/16400788/how-do-i-get-rbenv-and-textmate-to-work-together
dr_bob has quit [Quit: Leaving.]
niklasb has quit [Ping timeout: 256 seconds]
arietis has joined #ruby
mmitchell has quit [Remote host closed the connection]
shock_one has joined #ruby
atyz has quit [Quit: Leaving...]
kreantos has quit [Ping timeout: 246 seconds]
joofsh has quit [Remote host closed the connection]
<_br_> Does anyone remember a gem that checks if your currently used gems have security issues ? I remember there was something you could include in your gemfile but I can't remember the name...
wolcanus has quit [Ping timeout: 245 seconds]
icecandy has joined #ruby
jcromartie has joined #ruby
<MrZYX> I know only a service that does that
estan has quit [Read error: Connection reset by peer]
casheew has quit [Read error: Connection reset by peer]
cat22 has joined #ruby
casheew has joined #ruby
<injekt> _br_: brakeman?
<_br_> MrZYX: gemcanary I guess?
<_br_> injekt: No, thats too big I think...
jpinnix has joined #ruby
<injekt> _br_: too big? :/
<_br_> ah bundler-audit
monkegjinni has joined #ruby
<_br_> Thanks guys for your tips, really appreciate it :)
shock_one has quit [Read error: Connection reset by peer]
joofsh has joined #ruby
Spami_ has joined #ruby
<_br_> MrZYX: Interesting, these days they try to monetize everything ... (the gemnasium)
threesome has quit [Ping timeout: 264 seconds]
shock_one has joined #ruby
<MrZYX> well, it's still completely free for open source
<MrZYX> projects
<MrZYX> I'm okay with taking money from people that generate money with their projects
Heero has quit [Ping timeout: 252 seconds]
tylersmith has quit [Remote host closed the connection]
miroatme_1 has joined #ruby
rakl has quit [Quit: sleeping]
jduan1981 has quit [Quit: jduan1981]
<_br_> MrZYX: Its fine, someone puts quite some effort into this, actually quite nice.
<MrZYX> yup
miroatme_ has quit [Ping timeout: 268 seconds]
pitzips has joined #ruby
wolcanus has joined #ruby
breakingthings has quit [Ping timeout: 248 seconds]
<ericwood> give me monies plz
alexwh has quit [Ping timeout: 252 seconds]
DouweM has quit [Ping timeout: 252 seconds]
<akhet> no
<akhet> i like money
<ericwood> I bet I like it more
werdnativ has joined #ruby
<MrZYX> you can have mine if I get ya goldz
apeiros has joined #ruby
headius has joined #ruby
aryasam has quit [Ping timeout: 264 seconds]
lyanchih has quit [Quit: lyanchih]
Macaveli has quit [Quit: This computer has gone to sleep]
alexgordon has joined #ruby
brianpWins has quit [Quit: brianpWins]
breakingthings has joined #ruby
cat22 has quit [Quit: cat22]
ggordan has joined #ruby
tjbiddle has joined #ruby
robscomputer has joined #ruby
estan has joined #ruby
dhruvasagar has joined #ruby
<ericwood> hmmm
* ericwood pulls out gold tooth, hands it MrZYX
* MrZYX hands ten bucks back
* ericwood buys drugs
carlyle has quit [Read error: Connection reset by peer]
carlyle has joined #ruby
<apeiros> ericwood: you don't get high on ruby alone? OO
wyhaines has joined #ruby
<MrZYX> guess he went to crystal
shock_one has quit [Remote host closed the connection]
DarthGandalf has joined #ruby
camilasan has quit [Ping timeout: 264 seconds]
arietis has quit [Quit: Computer has gone to sleep.]
AlSquire has joined #ruby
arietis has joined #ruby
joofsh has quit [Remote host closed the connection]
carloslopes has joined #ruby
<ericwood> I snort the stuff that falls out of my keyboard when I turn it over and shake it
baroquebobcat has joined #ruby
<MrZYX> woah, you pay money for that kind of stuff?
joofsh has joined #ruby
<ericwood> I buy keyboards on craigslist
sleetdrop has quit [Quit: Computer has gone to sleep.]
bluOxigen has quit [Ping timeout: 258 seconds]
interactionjaxsn has quit [Remote host closed the connection]
interactionjaxsn has joined #ruby
<shevy> I buy hoes from there
<waxjar> oh my, shevy!
<shevy> hey
interactionjaxsn has quit [Read error: Connection reset by peer]
<shevy> he snorts the stuff between the keys!
interact_ has joined #ruby
<shevy> it's hard to top that...
bluenemo has quit [Remote host closed the connection]
<shevy> _br_ sorry, I am too scared, I am not going to click
havenwood has joined #ruby
<_br_> shevy: hehe
tjbiddle has quit [Quit: tjbiddle]
locriani has joined #ruby
<shevy> banister showed too many awful pictures via IRC links, I am spoiled and scared for life
<shevy> and Hanmac has dreadful cartoon links :(
nwertman has joined #ruby
yashshah_ has joined #ruby
<waxjar> worst i've seen is /r/spacedicks
carloslopes has quit [Ping timeout: 245 seconds]
miroatme_1 has quit [Remote host closed the connection]
yashshah has quit [Read error: Connection reset by peer]
<waxjar> i regret that click so much. so much
wedgex has joined #ruby
kil0byte_ has joined #ruby
pcarrier has quit [Quit: Computer has gone to sleep.]
<Hanmac> shevy: did you see the video with the selfmade laser gun? ;P
Voodoofish430 has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
<shevy> Hanmac, my flash plugin crashed
<shevy> then I read some comments from the author
<shevy> and as he came through as being an idiot, I did not reload the page :\
jamie_ca_ has joined #ruby
wedgex_ has quit [Ping timeout: 245 seconds]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
ravster has quit [Quit: Leaving.]
kil0byte has quit [Ping timeout: 264 seconds]
estan has quit [Read error: Connection reset by peer]
nopper` is now known as nopper
pcarrier has joined #ruby
dignati has joined #ruby
lele has joined #ruby
niklasb has joined #ruby
aryasam has joined #ruby
robottinosino has joined #ruby
joofsh has quit [Remote host closed the connection]
hiroyuki has joined #ruby
<shevy> _br_ lol
jamie_ca_ has quit [Ping timeout: 264 seconds]
<shevy> I would fall for this as well
carlyle has quit [Remote host closed the connection]
<shevy> but one day I will clean my keyboard...
arietis has quit [Quit: Computer has gone to sleep.]
carloslopes has joined #ruby
mafolz has quit [Read error: Operation timed out]
dmiller_ has joined #ruby
jamie_ca_ has joined #ruby
<headius> I don't use other people's keyboards if I can help it
<otters> I always wash my hands before eating anything
ckrailo has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
zeade has joined #ruby
Guest____ has joined #ruby
leh has quit [Ping timeout: 276 seconds]
blaxter has quit [Quit: foo]
wroathe has quit [Ping timeout: 264 seconds]
faceless_ has joined #ruby
ckrailo has joined #ruby
IrishGringo has left #ruby [#ruby]
LaPetiteFromage has quit [Ping timeout: 256 seconds]
dmiller_ has quit [Ping timeout: 258 seconds]
LaPetiteFromage has joined #ruby
nomenkun has quit [Ping timeout: 272 seconds]
estan has joined #ruby
jpinnix has left #ruby ["Linkinus - http://linkinus.com"]
mockra has joined #ruby
sethetter has joined #ruby
pitzips has quit [Ping timeout: 276 seconds]
blaxter_ has joined #ruby
mmitchell has joined #ruby
<sethetter> Does anyone know what version of rubygems works with ruby 1.8.7?
KevinSjoberg has joined #ruby
phacele55 has quit [Ping timeout: 258 seconds]
cloke has joined #ruby
<MrZYX> consider upgrading ruby, not downgrading rubygems
<sethetter> I don't have a choice, I'm on an old system. 1.8.7 is the most current compatible version
<Hanmac> ruby1.8.7 works?? that is new for me ;P
marr has joined #ruby
<sethetter> Well, maybe I've spoken too soon. I'm still in the proof of concept phase
<sethetter> lol
Davey has quit [Quit: Computer has gone to sleep.]
khismetix has joined #ruby
jblack has joined #ruby
<Hanmac> newer systems should have 1.9.1 as default or similar, its better than 1.8 ... if your system does not provide that packages, i am feel sorry for you ;P
sayan has quit [Read error: Connection reset by peer]
<MrZYX> support for 1.8 will end very soon, starting new projects on it is ridiculous, also given 1.9 is around so many years now I don't want know what other libraries run on that system and what security issues they might have in that versions....
<sethetter> Well my personal system is fine, the system that this particular program is going to run on is very very old
DouweM has joined #ruby
<Hanmac> it was made on stone plates?
<sethetter> Yep
<MrZYX> I think I know the type http://xkcd.com/505/
<sethetter> MrZYX: Thanks for the info. I'll have to do some more research
vlad_starkov has quit [Remote host closed the connection]
tyl has joined #ruby
_maes_ has joined #ruby
<MrZYX> wait, that was the wrong xkcd
vlad_starkov has joined #ruby
<MrZYX> or maybe not
yoshie902a has quit [Quit: yoshie902a]
nik_-_ has joined #ruby
mljsimone has quit [Read error: Connection reset by peer]
nhhagen has quit [Remote host closed the connection]
mljsimone has joined #ruby
moted has joined #ruby
<Hanmac> MrZYX: did you read that? http://xkcd.com/1208/
dormiens has joined #ruby
<MrZYX> that's too confusing for me :P
twoism has joined #ruby
wsterling has joined #ruby
timonv has quit [Remote host closed the connection]
vlad_starkov has quit [Ping timeout: 245 seconds]
NeRMe has joined #ruby
jamie_ca_ has quit [Ping timeout: 252 seconds]
stkowski has joined #ruby
pitzips has joined #ruby
jamie_ca_ has joined #ruby
eldariof has joined #ruby
estan has quit [Read error: Connection reset by peer]
faceless_ has quit [Ping timeout: 256 seconds]
TheGreekDoll has joined #ruby
<TheGreekDoll> greetings~?
tjbiddle has joined #ruby
cloke has quit [Ping timeout: 256 seconds]
tjbiddle has quit [Remote host closed the connection]
stoic_squirrel has joined #ruby
mahmoudimus has joined #ruby
tjbiddle has joined #ruby
tylersmith has joined #ruby
shouya has joined #ruby
dhruvasagar has quit [Ping timeout: 268 seconds]
joofsh has joined #ruby
TheGreekDoll has quit []
tspike_ has joined #ruby
tspike_ has quit [Client Quit]
mklappstuhl has joined #ruby
shouya has quit [Remote host closed the connection]
<shevy> I dont wanna code anymore
<shevy> I want to visualize and create
<CyberMaN> get money, hire coders
pcarrier has quit [Ping timeout: 264 seconds]
<shevy> otters you are a clean otters
<otters> yep
<shevy> CyberMaN yeah, that is plan B, first I have to get really rich though :(
<CyberMaN> no sh1t ;p
xardas has joined #ruby
Neomex has joined #ruby
Neomex has quit [Client Quit]
carlyle has joined #ruby
<shevy> Hanmac here why you should marry http://xkcd.com/162/
moos3 has quit [Quit: Computer has gone to sleep.]
NeRMe has quit [Ping timeout: 252 seconds]
obs has quit [Quit: Konversation terminated!]
lidenbrock has joined #ruby
brianpWins has joined #ruby
lidenbrock has left #ruby [#ruby]
sayan has joined #ruby
pcarrier has joined #ruby
browndawg has quit [Quit: Leaving.]
estan has joined #ruby
<Hanmac> shevy if i could do it i would let the south part spin in the other direction than the north part ;P ... it would be funny in the middle ;P
thomasle_ has joined #ruby
jblack has quit [Quit: Lost terminal]
sambao21 has joined #ruby
Nautes has joined #ruby
mikestok has quit [Quit: Computer has gone to sleep.]
failshell has joined #ruby
jblack has joined #ruby
failshell has quit [Remote host closed the connection]
nik_-_ has quit [Quit: nik_-_]
moos3 has joined #ruby
cloke has joined #ruby
Mattix has quit [Ping timeout: 252 seconds]
rakl has joined #ruby
CamonZ has joined #ruby
tealmage_ has quit [Remote host closed the connection]
bricker`1A has quit [Ping timeout: 255 seconds]
<shevy> hmm with .uid I get the uid as integer
mmitchel_ has joined #ruby
<shevy> how to get the verbose name of the user at that uid?
carlyle has quit [Ping timeout: 245 seconds]
jblack has left #ruby [#ruby]
<shevy> File.stat('/tmp/pockemon/').uid.to_s
<shevy> 83 would not help me know much!
kennyvb has quit [Quit: ZNC - http://znc.in]
pandy_ has quit [Remote host closed the connection]
nga4 has joined #ruby
<Mon_Ouie> require 'etc'; Etc.getpwuid(your_uid).login
<Mon_Ouie> require 'etc'; Etc.getpwuid(your_uid).name* rather
mmitchell has quit [Ping timeout: 252 seconds]
mklappstuhl has quit [Remote host closed the connection]
breakingthings has quit [Ping timeout: 252 seconds]
bsaboia_ has joined #ruby
emmanuelux has joined #ruby
rupee has joined #ruby
breakingthings has joined #ruby
pablonvz has joined #ruby
CyberMaN has quit [Quit: insert awesome quit text]
cat22 has joined #ruby
alvaro_o has joined #ruby
DouweM has quit [Ping timeout: 255 seconds]
dzied has joined #ruby
nobuoka has quit [Quit: Leaving...]
yalue has quit [Ping timeout: 264 seconds]
alvaro_o has quit [Client Quit]
pandy has joined #ruby
jduan1981 has joined #ruby
jblack_ has joined #ruby
estan has quit [Read error: Connection reset by peer]
aryasam has quit [Read error: Connection reset by peer]
aryasam has joined #ruby
cloke has quit [Ping timeout: 256 seconds]
jbpros has joined #ruby
generali_ has quit [Remote host closed the connection]
nwertman has quit [Ping timeout: 264 seconds]
sayan has quit [Read error: Connection reset by peer]
pkrnj has joined #ruby
geggam has joined #ruby
kuzushi_ has joined #ruby
pablonvz1 has joined #ruby
adambeynon has quit [Remote host closed the connection]
mark_locklear has quit [Ping timeout: 246 seconds]
arietis has joined #ruby
wroathe has joined #ruby
kuzushi has quit [Ping timeout: 256 seconds]
nhhagen has joined #ruby
banjara has joined #ruby
vlad_starkov has joined #ruby
carlyle has joined #ruby
<otters> haha
estan has joined #ruby
pablonvz has quit [Ping timeout: 245 seconds]
benlieb has joined #ruby
<shevy> thanks
_br_ has quit [Quit: leaving]
cat22 has quit [Quit: cat22]
jamie_ca_ has quit [Ping timeout: 245 seconds]
cat22 has joined #ruby
mrsolo has joined #ruby
dignati has quit [Ping timeout: 256 seconds]
yalue has joined #ruby
mr0wl has joined #ruby
teddyp1cker has joined #ruby
mklappstuhl has joined #ruby
wroathe has quit [Ping timeout: 256 seconds]
jamie_ca_ has joined #ruby
cloke has joined #ruby
timonv has joined #ruby
forrest has joined #ruby
zigomir has joined #ruby
timonv has quit [Remote host closed the connection]
tonini has joined #ruby
Mattix has joined #ruby
<shevy> omg
<shevy> the english language has the word "politburo" ???
vlad_starkov has quit [Remote host closed the connection]
<injekt> of course
Guest____ has quit [Read error: Connection reset by peer]
freerobby has quit [Quit: Leaving.]
sayan has joined #ruby
<shevy> that's so strange
<shevy> it's like the german word, but missing the ~ stuff over the u, the umlaut... "politbüro"
icole has joined #ruby
MouseTheLuckyDog has joined #ruby
<otters> ü
<otters> ?
<shevy> hmm
mklappstuhl has quit [Read error: Connection reset by peer]
marr has quit []
mklappstuhl has joined #ruby
<MrZYX> y u send no unicode shevy
<otters> yeah I saw politb?ro
<shevy> "\303\266"
<yxhuvud> shevy: you got it wrong. both english and german took it from russian.
<shevy> MrZYX I dont need it :D
<otters> \303\266?
<otters> heh
<yxhuvud> and russian doesn't have umlauts.
workmad3 has joined #ruby
<otters> you would not believe the number of people that tell me "maybe it's just your client"
<otters> no, I'm pretty sure my client can display UTF-8 characters just fine
<shevy> yxhuvud how is it written in cyrilic?
icole_ has joined #ruby
<MouseTheLuckyDog> I have standard case state: case c when 'a' ... but I also want to add a case where '0'<=c<='9'
<otters> shevy: it's spelled Политбюро
<shevy> MouseTheLuckyDog try '0'..'9' perhaps
corehook has joined #ruby
<shevy> otters I cant read that :(
<otters> me neither
<injekt> MouseTheLuckyDog: case '0'..'9'
<injekt> blah
vlad_starkov has joined #ruby
<MouseTheLuckyDog> injekt, don't you mean: when '0'..'9'?
<shevy> yxhuvud yeah, I did not know that... the translation says that the word mostly refers to communism (i.e. apparatschik politburo)... though it reminds me of Orwell's 1984 too
invisime has quit [Quit: Leaving.]
<shevy> the english language is really a skillful thief, first the kindergarten, now the politburo...
<injekt> MouseTheLuckyDog: I do :)
<injekt> MouseTheLuckyDog: been writing lots of Go today :/
<shevy> I want to play Go
dhruvasagar has joined #ruby
arietis has quit [Quit: Computer has gone to sleep.]
Ontolog has joined #ruby
<MouseTheLuckyDog> I klost two games today. Sigh.
toquonce has quit [Ping timeout: 252 seconds]
bean has quit [Quit: Computer has gone to sleep.]
icole has quit [Ping timeout: 268 seconds]
interact_ has quit [Remote host closed the connection]
<MouseTheLuckyDog> What word refers to communism?
interactionjaxsn has joined #ruby
krainboltgreene has joined #ruby
<shevy> MouseTheLuckyDog politburo
<shevy> if I can't send ö, even though it prints nicely for my screen, I could write it as "politbuero" which is a bit better phonetically than "politburo" alone
bluOxigen has joined #ruby
<shevy> the english language always kills the umlauts!
<shevy> well actually
jkamenik has joined #ruby
jkamenik has quit [Client Quit]
estan has quit [Remote host closed the connection]
<shevy> dictionary gives two translations
jkamenik has joined #ruby
rdark has joined #ruby
DouweM has joined #ruby
<yxhuvud> even english have some words that have umlauts, like coöperation.
<MouseTheLuckyDog> Well yeah becauswe the Politburo was the organizing comittee for the Bolsevicks. So naturally it would reffer to comunism.
<shevy> "politburo" and "politbureau" and another dictionary... "polit office"
a_a_g has quit [Quit: This computer has gone to sleep]
<shevy> yxhuvud damn, I can't read that either :(
<shevy> MouseTheLuckyDog I see
jkamenik has left #ruby [#ruby]
<MouseTheLuckyDog> I hate umlats. Umlats remind of the Gilmore Girls.
<shevy> *umlauts
<shevy> :D
<shevy> I am going to dig into wikipedia now... need to find out more about the politburo
mumblerit has quit [Ping timeout: 256 seconds]
<shevy> ???????????? ????
<MouseTheLuckyDog> Nothing Orwellian about it.
interactionjaxsn has quit [Ping timeout: 258 seconds]
<shevy> Politicheskoye Byuro
<shevy> cool
<Eiam> hmm, this has to have been a common problem
<shevy> there usually is
<shevy> like "what am I going to eat today?"
<Eiam> i have an input file where the first line defines the columns of data below it. I don't want to check when I read through the file if the line is teh first line to do something different to it
<injekt> Eiam: is it a csv file?
<Eiam> tsv
<injekt> Eiam: Ruby csv library can parse than
<injekt> that*
halfie has left #ruby ["Leaving"]
<MouseTheLuckyDog> shevy wha?
rdark has quit [Quit: leaving]
Z_Mass has quit [Ping timeout: 264 seconds]
dr_bob has joined #ruby
<shevy> MouseTheLuckyDog that Eiam had a "common problem" :D
DouweM_ has joined #ruby
jbpros has quit [Quit: jbpros]
<injekt> Eiam: CSV.foreach(file, headers: true, col_sep: '\t') { |row| p row.to_hash }
<injekt> Eiam: require 'csv' of course
<shevy> but he has since then be more descriptive about it
<Eiam> yeah ready ruby doc on csv now
<MouseTheLuckyDog> No why the ????
estan has joined #ruby
x13378071 is now known as x1337807x
DouweM has quit [Ping timeout: 245 seconds]
<injekt> Eiam: using headers: true means row.to_hash will include all the headers for you and skip the first row
<shevy> MouseTheLuckyDog that's not ???? on my script, that is cyrilic :)
<shevy> *on my screen
<MrZYX> just fix your client shevy
<Eiam> injekt: hmm, yeah I'll have to play with it. some of the keys are the same so that won't go over well if its in a hash
cat22 has quit [Quit: cat22]
<injekt> Eiam: some of the columns headers are identical? that sounds like some bad data :)
<Eiam> injekt: no, like the column 1 says "version" column two says "model" column three says "total"
<Eiam> so version for some models is the same, while the model differs
unstable has left #ruby [#ruby]
DouweM has joined #ruby
<injekt> Eiam: right.. I dont know what you mean by 'keys are the same' then
<Eiam> i'd have a hash with the key :version => 1
<Eiam> 1000 times
<injekt> no
<injekt> it's a hash per row
<injekt> oh
<shevy> MouseTheLuckyDog, that's how it looks here http://oi42.tinypic.com/1zx3zuw.jpg
felixjet has joined #ruby
<injekt> sure, what's wrong with that?
mklappstuhl has quit [Remote host closed the connection]
<Eiam> injekt: nothing I suppose, i'll just have to remap it again into something actionable =p
<Eiam> i was going to map it before reading it in
<Eiam> but, doesn't really matter
slainer68 has quit [Remote host closed the connection]
tesuki_ has quit [Remote host closed the connection]
<injekt> Eiam: it's a hash per row, feed than into an array, I don't see any issues
khismetix has quit [Quit: Computer has gone to sleep.]
mark_locklear has joined #ruby
arietis has joined #ruby
BizarreCake has quit [Quit: Leaving]
blandflakes has joined #ruby
osvico has joined #ruby
DouweM_ has quit [Ping timeout: 246 seconds]
graft has quit [Ping timeout: 252 seconds]
nwertman has joined #ruby
<Eiam> yes, its fine there is not
Leighton has joined #ruby
tealmage has joined #ruby
Z_Mass has joined #ruby
troessner has quit [Ping timeout: 252 seconds]
jdunck has joined #ruby
bsaboia_ has quit [Ping timeout: 245 seconds]
baba has joined #ruby
freerobby has joined #ruby
nhhagen has quit [Remote host closed the connection]
megha has quit [Ping timeout: 256 seconds]
forlin has quit [Ping timeout: 276 seconds]
forlin has joined #ruby
tealmage has quit [Ping timeout: 264 seconds]
nhhagen has joined #ruby
philcrissman is now known as philcrissman|afk
philcrissman|afk has quit [Remote host closed the connection]
mklappstuhl has joined #ruby
aryasam has quit [Read error: Connection reset by peer]
c0rn has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
frem has joined #ruby
stkowski has quit [Quit: stkowski]
infecto has joined #ruby
interactionjaxsn has joined #ruby
mklappst_ has joined #ruby
sethetter has left #ruby [#ruby]
mklappstuhl has quit [Read error: Connection reset by peer]
estan has quit [Read error: Connection reset by peer]
elaptics is now known as elaptics`away
elaptics`away is now known as elaptics
pablonvz1 has left #ruby [#ruby]
aryasam has joined #ruby
dhruvasagar has quit [Ping timeout: 264 seconds]
mikestok has joined #ruby
<Eiam> shevy: weird, I saw a bunch iof ??????? too
<MrZYX> it's not weird, he just fails to send unicode
<MrZYX> I've seen this many times before ,)
<Eiam> well forget that guy! (┛ò__ó)┛彡┻━┻
pcarrier has quit [Ping timeout: 264 seconds]
mikestok has quit [Client Quit]
mikestok has joined #ruby
zommi has joined #ruby
Ontolog_ has joined #ruby
Ontolog has quit [Read error: Connection reset by peer]
philcrissman|afk has joined #ruby
tspike has quit [Ping timeout: 264 seconds]
pcarrier has joined #ruby
xardas has quit [Ping timeout: 260 seconds]
pcarrier has quit [Client Quit]
jlast_ has joined #ruby
elaptics is now known as elaptics`away
headius has quit [Quit: headius]
bean has joined #ruby
jlast has quit [Ping timeout: 248 seconds]
elaptics`away is now known as elaptics
khismetix has joined #ruby
c0rn has quit [Ping timeout: 264 seconds]
mneorr_ has quit [Remote host closed the connection]
athst has joined #ruby
estan has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
Z_Mass has quit [Ping timeout: 258 seconds]
khismetix has quit [Client Quit]
Ontolog_ has quit [Remote host closed the connection]
Ontolog has joined #ruby
tspike has joined #ruby
rezzack has joined #ruby
c0rn has joined #ruby
fmcgeough has joined #ruby
sambao21 has joined #ruby
Ontolog_ has joined #ruby
yxhuvud2 has joined #ruby
elaptics is now known as elaptics`away
elaptics`away is now known as elaptics
yxhuvud has quit [Ping timeout: 246 seconds]
<otters> shevy needs to fix his client :D
<otters> ಠ_ಠ
persand has joined #ruby
huoxito has joined #ruby
<Hanmac> Eiam beware or i flop the pig ;P
krainboltgreene has quit [Ping timeout: 248 seconds]
ecart has joined #ruby
Ontolog has quit [Ping timeout: 258 seconds]
<ecart> hello!
<waxjar> hi
huoxito has quit [Client Quit]
<ecart> i need a freelance
<Eiam> Hanmac: ?
huoxito has joined #ruby
ossareh has joined #ruby
<Eiam> injekt: ah, some jack ass fucked up the source file
<Eiam> its got an intermix of \t and \t\t
<Eiam> sigh, i hate people
Guest83823 has quit [Ping timeout: 272 seconds]
krainboltgreene has joined #ruby
<ecart> i need a freelance
<Eiam> ecart: I heard you 2 minutes ago
<Eiam> so did everyone else
<ecart> sorry
<mnemon> ecart: to do what?
digifiv5e has joined #ruby
digifiv5e is now known as Guest79055
<ecart> is ready.
<ecart> need someone to debug errors
DouweM has quit [Read error: Connection reset by peer]
philcrissman|afk has quit [Remote host closed the connection]
<shevy> lol
<shevy> he is like an incomplete AI
<waxjar> you're probably better off advertising on some freelance board ecart
akells` has quit [Remote host closed the connection]
DouweM has joined #ruby
<ecart> ;/
<ecart> need someone to fix some errors in my script
Ontolog has joined #ruby
sayan has quit [Read error: Connection reset by peer]
freerobby has quit [Quit: Leaving.]
willob has quit [Ping timeout: 256 seconds]
axl_ has quit [Quit: axl_]
dgaffney has joined #ruby
workmad3 has quit [Ping timeout: 258 seconds]
<injekt> ecart: if you need help with a question, ask your question
<dgaffney> hello humans
<injekt> but if you want to hire someone, advertise on a website like waxjar suggests
<Virunga> dgaffney: racist!
<dgaffney> heh
Ontolog_ has quit [Ping timeout: 248 seconds]
philcrissman|afk has joined #ruby
freakazoid0223 has joined #ruby
philcrissman|afk is now known as philcrissman
estan has quit [Read error: Connection reset by peer]
<dgaffney> I am hitting a stack level too deep error, which is everyone's favorite bug I assume. I have been dancing around with this section of code the past few weeks, and finally came to the undeniable fact that if I want to actually solve this, I need a much more intimate understanding of the stack level too deep error than I have right now. I get the _gist_ of the error, but, you know, I want to know more. Anyone have a good link
<dgaffney> really any good definition on hand? Not seeing anything on StackOverflow or other boards :(
willob has joined #ruby
willob has quit [Max SendQ exceeded]
nhhagen has quit [Remote host closed the connection]
<injekt> >> def foo; foo; end; foo
<eval-in> injekt => /tmp/execpad-e2eed4b1a6b6/source-e2eed4b1a6b6:2: stack level too deep (SystemStackError) (http://eval.in/22376)
willob has joined #ruby
tspike has quit [Ping timeout: 246 seconds]
<injekt> dgaffney: ^
pkrnj has quit [Quit: Computer has gone to sleep.]
willob has quit [Max SendQ exceeded]
a_a_g has joined #ruby
<dgaffney> meh
willob has joined #ruby
willob has quit [Max SendQ exceeded]
<dgaffney> but when does it actually decide that its too deep?
<injekt> very early
nhhagen has joined #ruby
<dgaffney> 10? 100? 1000?
<injekt> because it's not ambiguous
<dgaffney> hrm.
<injekt> there are probably cases where it's alittle more ambiguous
<dgaffney> Are you familiar with typhoeus/hydra?
<injekt> dgaffney: sort-of
<dgaffney> its a realllllly cool way to grab lots of content quickly
tspike has joined #ruby
<injekt> sure it's all parallel execution stuff
<dgaffney> but I *suspect* that queuing up 5,000 websites to process than unleashing all the requests together is the root cause
<injekt> dgaffney: do you have a short snippet to reproduce your issue?
<dgaffney> for a stack level error - sort of like a false positive on the error
willob has joined #ruby
nfk has quit [Remote host closed the connection]
<dgaffney> hrm...
willob has quit [Max SendQ exceeded]
<dgaffney> sure
<dgaffney> let me cook something up real quick
nfk has joined #ruby
nfk has quit [Changing host]
nfk has joined #ruby
<dgaffney> the other bit here is that its pretty rare to actually hit this in production
Criztian has quit [Remote host closed the connection]
<injekt> that's unhelpful :D
<dgaffney> 1/20 ish, and only when its these monstrous calls for lots of pages (not causation, but correlation)
stoic_squirrel has quit [Quit: Textual IRC Client: www.textualapp.com]
<dgaffney> yep, you know it. It's "one of those" bugs.
arietis has quit [Quit: Computer has gone to sleep.]
jzig has joined #ruby
mrsolo has quit [Quit: This computer has gone to sleep]
DementedInsanity has joined #ruby
DementedInsanity has quit [Changing host]
DementedInsanity has joined #ruby
josedonizetti_ has joined #ruby
willob has joined #ruby
josedonizetti has quit [Ping timeout: 268 seconds]
josedonizetti_ is now known as josedonizetti
mrsolo has joined #ruby
atmosx has joined #ruby
jlast_ has quit [Remote host closed the connection]
tspike has quit [Ping timeout: 245 seconds]
tvw has quit []
a_a_g_0 has joined #ruby
altivec has joined #ruby
jdunck has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
stoic_squirrel has joined #ruby
a_a_g has quit [Ping timeout: 245 seconds]
jlast has joined #ruby
<dgaffney> injekt: testing locally to see if this cut will make the error occur
peteyg is now known as Guest97530
<dgaffney> ugh
<dgaffney> 1,000 ish sites pass through just fine
<injekt> I'm guessing not?
<injekt> heh
<dgaffney> it only takes one!
estan has joined #ruby
<dgaffney> alright, well, the take-away is that stack level is pretty ambiguous?
shadoi has joined #ruby
skattyadz has joined #ruby
<dgaffney> but if it calls a method recursively *enough* it says screw it eventually?
tonini has quit [Remote host closed the connection]
graft has joined #ruby
graft has quit [Changing host]
graft has joined #ruby
havenwood has quit [Remote host closed the connection]
leonidlm has joined #ruby
slainer68 has joined #ruby
akells` has joined #ruby
<apeiros> it says "I run out of space for stackframes" iirc
wolcanus_ has joined #ruby
nomenkun has joined #ruby
havenwood has joined #ruby
reset has joined #ruby
helvete has joined #ruby
Criztian has joined #ruby
wsterling has quit [Remote host closed the connection]
elaptics is now known as elaptics`away
elaptics`away is now known as elaptics
slainer68 has quit [Ping timeout: 248 seconds]
ericmathison has quit [Remote host closed the connection]
wolcanus has quit [Ping timeout: 245 seconds]
icole_ has quit [Remote host closed the connection]
oneawayman has joined #ruby
Eldariof-ru has joined #ruby
eldariof has quit [Ping timeout: 258 seconds]
cantonic has joined #ruby
ericmathison has joined #ruby
dgaffney has left #ruby [#ruby]
jds has joined #ruby
akashj87 has quit [Ping timeout: 264 seconds]
wolcanus_ has quit [Remote host closed the connection]
Macaveli has joined #ruby
joofsh has quit [Remote host closed the connection]
wolcanus has joined #ruby
atmosx has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
elaptics is now known as elaptics`away
elaptics`away is now known as elaptics
m8 has quit [Read error: Connection reset by peer]
m8 has joined #ruby
jimeh has left #ruby ["Textual IRC Client: www.textualapp.com"]
<pandy> Could someone please explain what's happening inside the method 'add_room', specifically, the '@rooms << Room' bit? What does the '<<' mean exactly? Thanks all
jimeh has joined #ruby
vlad_starkov has joined #ruby
<slash_nick> pandy: Shovel operator... it's like Array#push
<graft> << is the same as @rooms.push(Room.new(etc))
icecandy has quit [Remote host closed the connection]
freerobby has joined #ruby
nik_-_ has joined #ruby
xardas has joined #ruby
estan has quit [Read error: Connection reset by peer]
aryasam has quit [Read error: Connection reset by peer]
aryasam has joined #ruby
huoxito has quit [Quit: Leaving]
<injekt> pandy: appends room to the @rooms, like push but they're not identical
vlad_starkov has quit [Ping timeout: 245 seconds]
Snugug has joined #ruby
Snugug has left #ruby [#ruby]
markalanevans has quit [Quit: markalanevans]
elaptics is now known as elaptics`away
elaptics`away is now known as elaptics
pkrnj has joined #ruby
khismetix has joined #ruby
jbpros has joined #ruby
tspike has joined #ruby
willob has quit [Ping timeout: 245 seconds]
wsterling has joined #ruby
<pandy> Thanks!
elaptics is now known as elaptics`away
tealmage has joined #ruby
elaptics`away is now known as elaptics
leonidlm has quit [Ping timeout: 252 seconds]
DouweM has quit [Read error: Connection reset by peer]
estan has joined #ruby
Macaveli has quit [Quit: This computer has gone to sleep]
geekbri_ has joined #ruby
hogeo_ has joined #ruby
tspike has quit [Ping timeout: 256 seconds]
<pandy> So every time the 'add_room' method is called, the parameters are passed into the array initialised on line 6?
<pandy> :D
breakingthings has quit [Ping timeout: 245 seconds]
wroathe has joined #ruby
dr_bob has quit [Quit: Leaving.]
sayan has joined #ruby
wsterling has quit [Read error: Connection reset by peer]
hogeo has quit [Ping timeout: 276 seconds]
wsterling has joined #ruby
geekbri has quit [Ping timeout: 255 seconds]
<injekt> pandy: yes
breakingthings has joined #ruby
elaptics is now known as elaptics`away
robbyoconnor has joined #ruby
<pandy> awesome
elaptics`away is now known as elaptics
wroathe has quit [Ping timeout: 264 seconds]
alexgordon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
davetherat has quit [Remote host closed the connection]
davetherat has joined #ruby
postmodern has joined #ruby
hydrozen has joined #ruby
oneawayman is now known as lambsread
lxsameer has joined #ruby
graydot has joined #ruby
DouweM has joined #ruby
<lxsameer> i have a number and i want to get the unicode that that have that number
elaptics is now known as elaptics`away
mklappst_ has quit [Remote host closed the connection]
mmitchel_ has quit [Remote host closed the connection]
<pitzips> lxsameer: 115.chr
nhhagen has quit [Remote host closed the connection]
<lxsameer> pitzips: thats for ASCII
<lxsameer> pitzips: mine code is in unicode range
<pitzips> ahh, sry, mis-read
fermion has quit [Read error: Operation timed out]
<pitzips> [22269].pack('U*')
nwertman has quit [Quit: leaving]
<pitzips> or, 22269.chr('UTF-8')
persand has quit [Quit: persand]
tspike has joined #ruby
<lxsameer> pitzips: thanks man ;)
forlin has quit [Remote host closed the connection]
<pitzips> cheers :-)
pkrnj has quit [Quit: Computer has gone to sleep.]
mercwithamouth has joined #ruby
<pitzips> How would I convert a range to a json encoded string. https://gist.github.com/pitzips/4e0ed6e70dd17f3f278d
breakingthings has quit [Ping timeout: 276 seconds]
<pitzips> ?
zipace has quit [Remote host closed the connection]
emmanuel__ has joined #ruby
nhhagen has joined #ruby
emmanuel__ has quit [Read error: Connection reset by peer]
<waxjar> do you want all values, or just a rubyish String?
workmad3 has joined #ruby
emmanuelux has quit [Remote host closed the connection]
<pitzips> In the gist, line 8 creates an array of values I'd like to be put into line 2
<pitzips> I tried adding .to_json to the end of the array, but no go
elaptics`away is now known as elaptics
emmanuelux has joined #ruby
jamesfung14 has joined #ruby
jds has quit [Remote host closed the connection]
benlieb has quit [Quit: benlieb]
<pitzips> Or, rather, it converts to json, but not in the same format as line 2 requires
estan has quit [Read error: Connection reset by peer]
breakingthings has joined #ruby
nwertman has joined #ruby
daniel_- has joined #ruby
stkowski has joined #ruby
s2013 has quit [Ping timeout: 276 seconds]
sayan has quit [Read error: Connection reset by peer]
<waxjar> would this work? Hash[array.zip array].to_json
<apeiros> pitzips: reduce your question to a simple input/output example please
elaptics is now known as elaptics`away
<pitzips> apeiros: can do, rewriting the gist so it's easier to understand
<pitzips> ok, gist has been updated. Is that easier to read?
<pitzips> waxjar: not sure how to use that =/
elaptics`away is now known as elaptics
_Amaan has joined #ruby
ipalaus has quit [Quit: Computer has gone to sleep.]
mmitchell has joined #ruby
<pandy> What does the method 'find_room_in_direction' on line 26 do?
moos3 has quit [Quit: Computer has gone to sleep.]
guitsaru has joined #ruby
<waxjar> pitzips, Hash.[] takes an array in the form of [[key, value], [key, value]] and returns a Hash
benlieb has joined #ruby
SDr is now known as DrS
<workmad3> waxjar: it'll also take arguments in the form '[k1,val,k2,val,k3,val,...]'
<waxjar> and hashes convert nicely to json
rakun has quit [Quit: Saliendo]
<pitzips> awesome, you guys rock, testing now
<waxjar> cool, didnt know that workmad3
chipotle_ has joined #ruby
Criztian has quit [Remote host closed the connection]
guitsaru_ has quit [Ping timeout: 256 seconds]
sailias has quit [Ping timeout: 258 seconds]
asteve has joined #ruby
<workmad3> waxjar: yeah, it's nice as it'll let you splat an array in if it's already in a flat key-value form, without having to map it into a nested array form first :)
moos3 has joined #ruby
<asteve> I need to add the individual elements of an array from index 10 to index 20
<asteve> what's the best way to do that in ruby?
<workmad3> asteve: not quite sure what you mean... any example of what you want as input and expect as output?
estan has joined #ruby
Eldariof-ru has quit [Ping timeout: 246 seconds]
<asteve> [1, 2, 3, 4, 5], I need to add index 3 + index 4 + index 5
Z_Mass has joined #ruby
<asteve> result = 12
DrS is now known as SDr
<waxjar> asteve: array[10..20].reduce :+
<waxjar> eh, &:+
<workmad3> ^^ (although I prefer using inject, and using &:+ for consistency with map)
wsterling has quit [Remote host closed the connection]
foxiness has joined #ruby
<apeiros> :+ works fine
<workmad3> apeiros: does it work with map in 2.0?
<apeiros> no idea
<apeiros> I was refering to waxjar
zekefast has joined #ruby
bradhe has joined #ruby
<asteve> thanks!
<workmad3> apeiros: fair enough :) answer is 'no' though :(
zommi has quit [Read error: Connection reset by peer]
geekbri_ has quit [Remote host closed the connection]
jduan1981 has quit [Quit: jduan1981]
a_a_g_1 has joined #ruby
jonconley has quit [Quit: Computer has gone to sleep.]
newTech has joined #ruby
<apeiros> who has a waxjar? o0
<waxjar> i have several :D
<Hanmac> waxjar: .reduce :+ is faster than .reduce &:+
<waxjar> i didnt know it took just a symbol
<Hanmac> but i prefer :inject
teddyp1cker has quit [Remote host closed the connection]
* apeiros prefers inject too
a_a_g_0 has quit [Ping timeout: 256 seconds]
<apeiros> but probably only because I'm too lazy to learn a new name
jonconley has joined #ruby
jonconley has quit [Max SendQ exceeded]
persand has joined #ruby
<waxjar> when i first read about the concept they called it reduce, i just stuck with that i guess
wgosling has quit [Quit: Konversation terminated!]
mneorr has joined #ruby
persand has quit [Client Quit]
sambao21 has quit [Quit: Computer has gone to sleep.]
<workmad3> Hanmac: apeiros claimed the speed increase before btw... and it turned out to be not true
DouweM has quit [Read error: Connection reset by peer]
sayan has joined #ruby
<Hanmac> reduce sounds so "reducing" ... and when i use :+ or :* i get "more" so inject sounds better
<Hanmac> workmad3: yeah? dam i need to read the logs about ... (PS: i still wonder why symbol should be more slower than block ... )
wroathe has joined #ruby
<waxjar> but.. but.. you make a lot of values into one value, reduce sounds better.
<waxjar> :p
codecop has quit [Remote host closed the connection]
<workmad3> yeah, it's a place I'm inconsistent tbh
johnmilton has quit [Remote host closed the connection]
<workmad3> I prefer map to collect, but tend to use inject over reduce
<workmad3> so I'm functional with map, but smalltalk-ey with inject
codecop has joined #ruby
<Hanmac> workmad3: there is select and find_all but they are not the same for all classes
robbyoconnor has quit [Max SendQ exceeded]
r0bby has joined #ruby
spider-mario has quit [Read error: Connection reset by peer]
vlad_starkov has joined #ruby
sent_hil has joined #ruby
sideshowcoder has quit [Ping timeout: 256 seconds]
<waxjar> that's unfortunate :/
aryasam has quit [Read error: Connection reset by peer]
aryasam has joined #ruby
estan has quit [Read error: Connection reset by peer]
sayan has quit [Read error: Connection reset by peer]
<pandy> Could someone explain the method on line 26 please?
<pandy> specifically " .connections[direction] "
<pandy> Or at least explain the square brackets
athst has quit [Quit: athst]
ryanhirsch has quit [Quit: Textual IRC Client: www.textualapp.com]
<canton7> array or hash access
KevinSjoberg has quit [Quit: Textual IRC Client: www.textualapp.com]
<canton7> e.g. myarray = [1, 2, 3, 4, 5]; p myarray[1] #=> 2
<waxjar> the square brackets are syntactic sugar for the method named [] pandy
wsterling has joined #ruby
sambao21 has joined #ruby
workmad3 has quit [Ping timeout: 276 seconds]
<pandy> The method named [] ?
sideshowcoder has joined #ruby
<pandy> oh whatever is passed into the parameter 'direction' you mean?
<waxjar> you can read it as connections.[](direction)
jrajav has joined #ruby
ozzloy has quit [Ping timeout: 255 seconds]
jds has joined #ruby
kennyvb has joined #ruby
wedgex has quit [Remote host closed the connection]
cloke has quit [Ping timeout: 256 seconds]
hydrozen has quit [Quit: Textual IRC Client: www.textualapp.com]
<asteve> I would like to calculate a percentage to two decimal points
<asteve> what's the best way to do that in ruby?
<ecart> the mind learns by association. do not waste your time with methods that do not follow this rule, you will only waste time.
guitsaru has quit [Remote host closed the connection]
<canton7> asteve, "%.2f" % 12.3456 (for example, obviously calculate the rhs yourself)
vlad_starkov has quit [Ping timeout: 256 seconds]
<asteve> there's a nice round method
wedgex has joined #ruby
guitsaru has joined #ruby
dzied has quit [Ping timeout: 264 seconds]
<canton7> yeah, or 12.3456.round(2)
elaptics is now known as elaptics`away
Hanmac2 has joined #ruby
backjlack has quit [Remote host closed the connection]
khismetix has quit [Quit: Computer has gone to sleep.]
kristofers has quit []
spalenza has joined #ruby
Hanmac1 has quit [Ping timeout: 256 seconds]
choobie has joined #ruby
choobie has quit [Changing host]
choobie has joined #ruby
wolcanus_ has joined #ruby
altivec has quit [Quit: Computer has gone to sleep.]
estan has joined #ruby
backjlack has joined #ruby
jnoob22 has joined #ruby
frem has quit [Read error: Operation timed out]
krawchyk has quit [Read error: Connection reset by peer]
ozzloy has joined #ruby
ozzloy has quit [Changing host]
ozzloy has joined #ruby
akashj87 has joined #ruby
wolcanus has quit [Ping timeout: 255 seconds]
bricker has quit [Quit: leaving]
krainboltgreene has quit [Quit: krainboltgreene]
dmiller has joined #ruby
guitsaru has quit [Remote host closed the connection]
jnoob22_ has quit [Ping timeout: 268 seconds]
daniel_hinojosa has joined #ruby
wgosling has joined #ruby
pandy has quit [Read error: Connection reset by peer]
frem has joined #ruby
pandy has joined #ruby
bricker has joined #ruby
adac has joined #ruby
<adac> someone familiar with xpath?
ecart has quit [Ping timeout: 246 seconds]
LoGabr has joined #ruby
athst has joined #ruby
<LoGabr> Is there a way to pass in parameters into test/unit tests? I can't access ARGV or global variables from within setup or individual tests
<pskosinski> What means ~> 1.2.3 when comes to gems?
Z_Mass has quit [Quit: Leaving]
<pskosinski> "about" 1.2.3?
<bean> d
<tylersmith> pskosinski: it means any version in the 1.2.x line
jds has quit [Read error: Connection timed out]
<pskosinski> thanks :)
<tylersmith> specifically, the latest version I guess
a_a_g_1 has quit [Quit: This computer has gone to sleep]
tyl has quit [Quit: Computer has gone to sleep.]
wolcanus_ has quit [Remote host closed the connection]
sayan has joined #ruby
icole has joined #ruby
aryasam_ has joined #ruby
cmarques has quit [Ping timeout: 248 seconds]
kil0byte_ has quit [Remote host closed the connection]
lkba has quit [Ping timeout: 264 seconds]
mark_locklear has quit [Ping timeout: 245 seconds]
DouweM has joined #ruby
aryasam has quit [Ping timeout: 252 seconds]
carloslopes has quit [Remote host closed the connection]
axl_ has joined #ruby
Bry8Star has quit [Ping timeout: 276 seconds]
jamesfung14 has quit [Quit: Leaving]
threesome has joined #ruby
aryasam_ has quit [Ping timeout: 245 seconds]
akashj87 has quit [Ping timeout: 248 seconds]
wedgex has quit [Remote host closed the connection]
ToApolytoXaos has quit [Quit: Leaving]
akashj87 has joined #ruby
wedgex has joined #ruby
tvw has joined #ruby
estan has quit [Ping timeout: 260 seconds]
<shevy> guys
jduan1981 has joined #ruby
<shevy> I have a question -> http://pastie.org/7810216
jzig has quit [Ping timeout: 260 seconds]
<shevy> what is the difference, functionality-wise, between "extend self", and "module_function" ?
<shevy> both ways work for that module btw
<shevy> if I won't use either of these two, however, the method test() won't work
<Hanmac> module_function copys the method, extend links them
<shevy> so now I try to have my poor brain understand this all...
<shevy> hmm
dustint has quit [Quit: Leaving]
<shevy> can you say that again
<shevy> :D
<Eiam> can someone mention how .inject(:+) works and why you don't have to do .inject(&:+)?
cloke has joined #ruby
<Eiam> i know & converts it to a proc...
<Eiam> so + is already a proc?
<shevy> Eiam :+ is a symbol
<Sou|cutter> extend self will apply to all methods defined there also, not just e(), correct?
<shevy> I think so Sou|cutter yeah
monkegjinni has quit [Remote host closed the connection]
sayan has quit [Ping timeout: 256 seconds]
codezombie has joined #ruby
<shevy> I wonder what the difference to module_function for every method is though, compared to do it in a full extend self style
<Spooner> Eiam, Symbol#to_proc is called, which makes a proc for you.
Bry8Star has joined #ruby
<canton7> Eiam, #inject is special. it accepts symbols as its argument
<Eiam> right, but &:downcase is a symbol too..
<Eiam> :downcase -> to proc
<canton7> Eiam, when Symbol#to_proc was added, it accepted them too
<canton7> Eiam, &:downcase is a proc. :downcase is a symbol
chrishough has quit [Quit: chrishough]
philcrissman has quit [Remote host closed the connection]
<Eiam> okay, so why don't I have to do &:+
<Eiam> but I do have to do &:downcase
<Sou|cutter> shevy: I think the fact that extend self applies to all methods is a fairly major difference. I guess it changes the method lookup hierarchy, whereas module_function does not
spalenza has quit [Remote host closed the connection]
<shevy> hmm
<shevy> I kinda like control though
<shevy> I suppose I will use module_function from now on
<canton7> Eiam, because #inject is special. it was written to accept a symbolas its argument
slyv has joined #ruby
tommyvyo has quit [Quit:]
<canton7> (because it's often used for summing/multiplying arrays, etc)
<Hanmac> shevy when you overwrite the instance method inside the module, the static method that you copy with module_function is not affected
tealmage has quit [Remote host closed the connection]
<shevy> hmm
leonidlm has joined #ruby
philcrissman_ has joined #ruby
khismetix has joined #ruby
estan has joined #ruby
wmoxam has quit [Ping timeout: 258 seconds]
jnoob22 has quit [Remote host closed the connection]
akashj87 has quit [Ping timeout: 248 seconds]
DouweM has quit [Read error: Connection reset by peer]
<shevy> I think I will need a simpler programming language
<Eiam> canton7: I see.. I think
<Eiam> =)
jnoob22 has joined #ruby
ozzloy has quit [Ping timeout: 245 seconds]
akhet has quit [Remote host closed the connection]
stoic_squirrel has quit [Quit: Textual IRC Client: www.textualapp.com]
<Sou|cutter> shevy: nah - just use what works for you until you find yourself really needing the distinct behavior
<shevy> I thought I would!
frem has quit [Read error: Operation timed out]
<shevy> SomeModule::some_method('bla bla')
akashj87 has joined #ruby
<shevy> or rather it was so:
<shevy> if USE_COLOURS
<shevy> SomeColourModule::some_method_name('bla bla')
lxsameer has quit [Quit: Leaving]
<shevy> else
<shevy> some_method_name('bla bla')
<shevy> end
<canton7> Eiam, simplistically, http://pastie.org/7810260
<shevy> but you think I would figure out how to do that?
<shevy> so my genious plan was to do: module_function :some_method_name in that module
wroathe has quit [Ping timeout: 256 seconds]
johnnyfuchs1 has joined #ruby
daniel_- has quit [Quit: WeeChat 0.4.0]
bean has quit [Quit: Computer has gone to sleep.]
<shevy> the really sad part is - there are not that many scripting languages, and most of them are rather ugly
ToApolytoXaos has joined #ruby
DouweM has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
f0ster has quit [Read error: Operation timed out]
wsterling has quit [Remote host closed the connection]
johnnyfuchs has quit [Ping timeout: 260 seconds]
cmarques has joined #ruby
havenwood has quit [Remote host closed the connection]
joofsh has joined #ruby
<shevy> hey
<shevy> is this here:
<shevy> @foo = nil
<shevy> @bar = nil
<shevy> technically the same as:
<shevy> @foo = @bar = nil
<shevy> ?
<Fenne> sure
sambao21 has joined #ruby
BSaboia has quit [Read error: Connection reset by peer]
ozzloy has joined #ruby
dp has joined #ruby
<dp> if I have an array of strings, and I want to create an associative array of word counts, shouldn't words.each do |word| word_map{word}++ end give me that?
<Eiam> canton7: weird that they'd do that =p
<Eiam> but I get it
<Eiam> seems like they should just do the same for map & such
<Eiam> .map(:downcase)
<shevy> dp what syntax magic is that?
<Eiam> and to_proc it for me
yalue has quit [Quit: Leaving]
wsterling has joined #ruby
codecop has quit [Quit: Išeinu]
jbpros has quit [Quit: jbpros]
<injekt> dp: words.each_with_object(Hash.new(0)) { |w, h| h[w] += 1 }
frem has joined #ruby
kofno has quit [Remote host closed the connection]
<injekt> Eiam: I think that's been discussed
nik_-_ has quit [Quit: nik_-_]
<Eiam> well, magic in one place & not another isn't very magical
<Eiam> its just annoying and inconsistent ;)
wroathe has joined #ruby
machuga is now known as machuga|away
<shevy> Eiam yeah
<shevy> Eiam now try to find a better scripting language ... :(
<Eiam> oh shush ;p
<Eiam> i can complain about ruby as much as I want. i use it every day, its definitely my current favorite language
ozzloy has quit [Ping timeout: 245 seconds]
<shevy> why does python mandate that one now has to use print with ()
<shevy> Eiam ruby is not good enough :(
<Eiam> shevy: hence the complaints? =)
<MouseTheLuckyDog> Because python ios stup[id?
<shevy> but all scripting languages kinda suck
haxrbyte has quit [Read error: Connection reset by peer]
<injekt> shevy: because print is now a function, it was a good change
<MouseTheLuckyDog> The eky word in scripting language is scripting/
v0n has quit [Ping timeout: 264 seconds]
wedgex has quit [Remote host closed the connection]
wsterling has quit [Remote host closed the connection]
ner0x has quit [Ping timeout: 258 seconds]
<shevy> yeah, the larger question is why python mandates that one has to use () when calling a function
nik_-_ has joined #ruby
<injekt> shevy: like almost every other language you mean?
<injekt> where functions are first-class
<injekt> shevy: I prefer that, I'd happily take that change in Ruby
<shevy> I wouldn't expect java to omit the ()
nateberkopec has left #ruby ["Linkinus - http://linkinus.com"]
<otters> haskell omits ()
<injekt> it's different for languages without an oop concept
estan has quit [Read error: Connection reset by peer]
cmarques has quit [Ping timeout: 245 seconds]
r0bby has quit [Max SendQ exceeded]
<injekt> I think; foo = bar; foo() is nicer than foo = method(:bar); foo.call
r0bby has joined #ruby
mneorr has quit [Remote host closed the connection]
<injekt> it would be nice for procs too
<otters> foo.()
<injekt> otters: that doesn't count, it's horrendous, it's like "we cant do foo() so here's our alternative!"
<otters> it's not that bad
<MouseTheLuckyDog> Actually IIRC smalltalk also neglects ().
gaahrdner has quit [Remote host closed the connection]
SqREL has joined #ruby
r0bby has quit [Max SendQ exceeded]
r0bby has joined #ruby
mr0wl has quit [Quit: leaving]
<shevy> somehow smalltalk never broke through as a scripting language though
pskosinski has quit [Remote host closed the connection]
wsterling has joined #ruby
<otters> smalltalk is the most debugger friendly language in existence
apeiros has quit [Remote host closed the connection]
estan has joined #ruby
<injekt> this.
evenix has quit [Remote host closed the connection]
<injekt> the smalltalk debugger <333
<shevy> that thing, squeak... I saw it some years ago. ruby needs something like that as well
apeiros has joined #ruby
greenarrow has quit [Ping timeout: 264 seconds]
evenix has joined #ruby
vlad_starkov has joined #ruby
bean has joined #ruby
jrajav has quit [Quit: I tend to be neutral about apples]
pkrnj has joined #ruby
zph has joined #ruby
zph has quit [Excess Flood]
mr0wl has joined #ruby
snearch has joined #ruby
mneorr has joined #ruby
cmarques has joined #ruby
vlad_starkov has quit [Ping timeout: 245 seconds]
evenix has quit [Ping timeout: 245 seconds]
joofsh has quit [Remote host closed the connection]
pskosinski has joined #ruby
r0bby has quit [Ping timeout: 245 seconds]
johnjohnson has quit [Quit: johnjohnson]
haxrbyte has joined #ruby
emergion has joined #ruby
fmcgeough has quit [Quit: fmcgeough]
joofsh has joined #ruby
chrishough has joined #ruby
haxrbyte_ has joined #ruby
elux has quit [Quit: Bye!]
end_guy has quit [Ping timeout: 276 seconds]
_nitti has quit [Remote host closed the connection]
vlad_starkov has joined #ruby
Bry8Star has quit [Ping timeout: 276 seconds]
jzig has joined #ruby
jnoob22 has quit [Remote host closed the connection]
haxrbyte has quit [Ping timeout: 258 seconds]
greenarrow has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
emergion has quit [Quit: Computer has gone to sleep.]
cmarques has quit [Ping timeout: 264 seconds]
Bry8Star has joined #ruby
chimmy has joined #ruby
DouweM has quit [Read error: Connection reset by peer]
vlad_starkov has quit [Ping timeout: 246 seconds]
chrishough has quit [Quit: chrishough]
chrishough has joined #ruby
<Eiam> injekt: seriously
<Eiam> I'd much rather ruby force () for function calls than make it optional
<Eiam> very annoying =) but I've had this rant before!
end_guy has joined #ruby
sambao21 has joined #ruby
graft has quit [Quit: Lost terminal]
monkegjinni has joined #ruby
<Hanmac> ping shevy
corehook has quit [Ping timeout: 264 seconds]
gaahrdner has joined #ruby
banisterfiend has joined #ruby
nomenkun has quit [Remote host closed the connection]
tommyvyo has joined #ruby
ctp has joined #ruby
mixel has joined #ruby
estan has quit [Read error: Connection reset by peer]
leonidlm has quit [Ping timeout: 264 seconds]
tyl has joined #ruby
Mon_Ouie has quit [Ping timeout: 246 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
LoGabr has quit [Ping timeout: 245 seconds]
anonymuse has quit [Quit: Leaving...]
ozzloy has joined #ruby
mumblerit has joined #ruby
slainer68 has joined #ruby
akells` has quit [Remote host closed the connection]
peta__ has quit [Ping timeout: 268 seconds]
robscomputer has quit [Read error: Connection reset by peer]
robscomputer has joined #ruby
jdunck has joined #ruby
ariedler has quit [Remote host closed the connection]
pitzips has quit [Remote host closed the connection]
chimmy has quit [Quit: Colloquy for iPhone - http://colloquy.mobi]
axl_ has quit [Quit: axl_]
neci has joined #ruby
elaptics`away is now known as elaptics
mneorr has quit [Remote host closed the connection]
<neci> sooo....
ozzloy has quit [Ping timeout: 255 seconds]
joofsh has quit [Remote host closed the connection]
interactionjaxsn has quit [Remote host closed the connection]
estan has joined #ruby
interactionjaxsn has joined #ruby
xardas has quit [Ping timeout: 260 seconds]
thone has joined #ruby
<neci> can someone help me about something
DementedInsanity has quit [Read error: Connection reset by peer]
Astralum has quit [Ping timeout: 256 seconds]
neci has quit [Client Quit]
wedgex has joined #ruby
chrishough has quit [Quit: chrishough]
forrest has quit [Quit: Leaving]
asteve has quit [Quit: Computer has gone to sleep.]
splittingred has quit [Quit: splittingred]
thone_ has quit [Ping timeout: 264 seconds]
newTech has quit [Quit: newTech]
interactionjaxsn has quit [Ping timeout: 272 seconds]
breakingthings has quit [Quit: breakingthings]
aryasam has joined #ruby
icole has quit [Remote host closed the connection]
wedgex has quit [Ping timeout: 255 seconds]
theRoUS has quit [Ping timeout: 255 seconds]
ixti has quit [Quit: WeeChat 0.4.0]
johnnyfuchs1 has quit [Remote host closed the connection]
wedgex has joined #ruby
icole has joined #ruby
bean has quit [Quit: Computer has gone to sleep.]
chrishough has joined #ruby
blacktulip has quit [Remote host closed the connection]
kirun has quit [Quit: Client exiting]
wsterling has quit [Remote host closed the connection]
wsterling has joined #ruby
platzhirsch has joined #ruby
<platzhirsch> sidekiq -> is anyone aware of the possibility of registering a method or so for a worker which gets executed after the task has been processed?
Astralum has joined #ruby
hackintoit has joined #ruby
airtonix_ has joined #ruby
elliottc1ble is now known as elliottcable
seich is now known as Seich
johnnyfuchs has joined #ruby
tvw has quit []
Seich is now known as Seichleon
Seichleon is now known as Seich
gaahrdner has quit [Remote host closed the connection]
airtonix has quit [Ping timeout: 256 seconds]
skattyadz has left #ruby [#ruby]
gaahrdner has joined #ruby
hackintoit has quit [Client Quit]
haxrbyte_ has quit [Read error: Connection reset by peer]
_Amaan_ has joined #ruby
robscomputer has quit [Read error: Connection reset by peer]
robscomputer has joined #ruby
gaahrdner has quit [Read error: Connection reset by peer]
gaahrdner has joined #ruby
wedgex has quit [Remote host closed the connection]
kpshek has quit []
_Amaan has quit [Ping timeout: 245 seconds]
_Amaan_ is now known as _Amaan
mmitchell has quit [Ping timeout: 258 seconds]
nahiluhmot has quit [Remote host closed the connection]
<MrZYX> platzhirsch: a specific worker or all workers?
estan has quit [Read error: Connection reset by peer]
robscomputer has quit [Read error: Connection reset by peer]
<platzhirsch> MrZYX: all workers of the same type. The thing is, I am executing HTTP header requests with these workers and I want to compare the result with a value in the calling code. In the end, all I want is to increment a counter
gaahrdner has quit [Remote host closed the connection]
robscomputer has joined #ruby
freerobby has quit [Quit: Leaving.]
<platzhirsch> until now I updated database entries inside the worker's perform method, but now I am startled how to solve this
gaahrdner has joined #ruby
niceguyjames has joined #ruby
josedonizetti has quit [Quit: josedonizetti]
wsterling has quit [Remote host closed the connection]
<MrZYX> oh so you want to call a method in the process calling the perform_async method
<MrZYX> they are distinct processes
trent1 is now known as trent
Dreamer3 has joined #ruby
<MrZYX> sidekiq is to dispatch jobs into the background, not to make your application parallel
Seich is now known as seich
<MrZYX> you have no guarantee over when and in what order jobs are run
carlyle has quit [Remote host closed the connection]
<platzhirsch> MrZYX: yes, I feared so. Do you have an idea what is more fit to my task?
<MrZYX> if you want to block your application until you have a value, simply do not make it a sidekiq job
<MrZYX> or any sort of background operation at all
<platzhirsch> but I wanted to exploit the concurrent aspect, as it consumes too much time every time it blocks for I/O reasons
gaahrdner has quit [Ping timeout: 255 seconds]
ozzloy has joined #ruby
ozzloy has quit [Changing host]
ozzloy has joined #ruby
<MrZYX> if you're doing parallel http requests look into typhoeus
estan has joined #ruby
pithagorians has quit [Ping timeout: 255 seconds]
johnnyfuchs has quit [Remote host closed the connection]
<platzhirsch> MrZYX: nice, just stumbled over this after googling my question
chipotle_ has quit [Quit: cya]
<platzhirsch> this might be better, since I've been using curb so far, which makes it a lot slower than pure net/http
kil0byte has joined #ruby
ariedler has joined #ruby
Umren has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)]
kpshek has joined #ruby
gyre007 has quit [Ping timeout: 256 seconds]
aryasam has quit [Read error: Connection reset by peer]
havenwood has joined #ruby
ZachBeta has joined #ruby
monkegjinni has quit [Remote host closed the connection]
luckyruby has quit [Remote host closed the connection]
ariedler has quit [Remote host closed the connection]
Z_Mass has joined #ruby
<platzhirsch> it's super fast, rollercoaster
dmiller has quit [Read error: Connection reset by peer]
elaptics is now known as elaptics`away
nhhagen has quit [Remote host closed the connection]
dmiller has joined #ruby
justsee has joined #ruby
justsee has quit [Changing host]
justsee has joined #ruby
ozzloy has quit [Ping timeout: 258 seconds]
lessless has quit [Read error: Connection reset by peer]
jtharris has quit [Quit: WeeChat 0.4.0]
Hanmac2 has quit [Read error: Connection reset by peer]
Hanmac1 has joined #ruby
nhhagen has joined #ruby
chrisja has joined #ruby
teclator has joined #ruby
kpshek has quit []
emergion has joined #ruby
m8 has quit [Quit: Sto andando via]
johnnyfuchs has joined #ruby
tommyvyo has quit [Quit:]
unflores has joined #ruby
zigomir has quit [Ping timeout: 258 seconds]
estan has quit [Read error: Connection reset by peer]
khismetix has quit [Quit: Computer has gone to sleep.]
greenarrow has quit [Quit: IRC is just multiplayer notepad.]
greenarrow has joined #ruby
frem has quit [Quit: Computer has gone to sleep.]
<platzhirsch> MrZYX: thanks again for the tip, this is much better :)
<MrZYX> the right tool is always better than trying to apply the wrong one :P
idkazuma has joined #ruby
nfk has quit [Quit: yawn]
bean has joined #ruby
bean has quit [Max SendQ exceeded]
ipalaus has joined #ruby
jnoob22 has joined #ruby
bean has joined #ruby
<platzhirsch> MrZYX: Hey! Sidekiq made an excellent hammer for laminating the floor
Tricon has quit [Quit: Linkinus - http://linkinus.com]
newUser1234 has quit [Remote host closed the connection]
nomenkun has joined #ruby
emergion has quit [Quit: Computer has gone to sleep.]
zennny has joined #ruby
geggam has quit [Remote host closed the connection]
robottinosino has quit [Quit: WeeChat 0.4.0]
aryasam has joined #ruby
RORgasm has quit [Remote host closed the connection]
estan has joined #ruby
yfeldblum has quit [Ping timeout: 258 seconds]
rickmasta has joined #ruby
brianpWins has quit [Quit: brianpWins]
nomenkun has quit [Ping timeout: 245 seconds]
dmiller has quit [Ping timeout: 276 seconds]
gstamp has joined #ruby
dmiller has joined #ruby
mr0wl has quit [Quit: leaving]
gstamp has quit [Client Quit]
gstamp has joined #ruby
aryasam has quit [Read error: Connection reset by peer]
platzhirsch has left #ruby [#ruby]
aryasam has joined #ruby
c0rn has quit [Quit: Lates.]
c0rn has joined #ruby
Fuzai has quit [Ping timeout: 256 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
jetblack has quit [Quit: leaving]
graydot has quit [Quit: graydot]
JMcAfreak has quit [Ping timeout: 255 seconds]
ozzloy has joined #ruby
ozzloy has quit [Changing host]
ozzloy has joined #ruby
emergion has joined #ruby
io_syl has joined #ruby
robscomputer has quit [Remote host closed the connection]
wsterling has joined #ruby
philcrissman_ has quit [Read error: Connection reset by peer]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
philcrissman has joined #ruby
alexgordon has joined #ruby
unflores has quit [Quit: unflores]
ozzloy has quit [Ping timeout: 246 seconds]
tommyvyo has joined #ruby
philcrissman_ has joined #ruby
lethan has joined #ruby
yfeldblum has joined #ruby
ctienrsg has joined #ruby
jgarvey has quit [Quit: Leaving]
mljsimone has quit [Remote host closed the connection]
lushious has quit [Ping timeout: 252 seconds]
pevjan has joined #ruby
yacks has quit [Ping timeout: 264 seconds]
estan has quit [Read error: Connection reset by peer]
ozzloy has joined #ruby
ctienrsg_ has quit [Ping timeout: 272 seconds]
mahmoudimus has joined #ruby
lkba has joined #ruby
wsterling has quit [Remote host closed the connection]
philcrissman has quit [Ping timeout: 260 seconds]
mklappstuhl has joined #ruby
icole has quit [Remote host closed the connection]
cofin has quit [Quit: cofin]
freeayu has joined #ruby
nari_ has joined #ruby
MrZYX is now known as MrZYX|off
hogeo_ has quit [Remote host closed the connection]
hogeo has joined #ruby
Spami_ has quit [Quit: This computer has gone to sleep]
ipalaus has quit [Quit: Computer has gone to sleep.]
tomzx_mac has joined #ruby
niceguyjames has quit [Quit: Textual IRC Client: www.textualapp.com]
jzig has quit [Ping timeout: 258 seconds]
Mattix has quit [Ping timeout: 252 seconds]
krainboltgreene has joined #ruby
mikestok has quit [Quit: Computer has gone to sleep.]
LaPetiteFromage has quit [Quit: LaPetiteFromage]
hogeo has quit [Ping timeout: 248 seconds]
estan has joined #ruby
nari_ has quit [Ping timeout: 248 seconds]
zekefast has quit [Read error: Connection timed out]
Todd has joined #ruby
_Amaan has quit [Quit: _Amaan]
mixel has quit [Quit: mixel]
bean has quit [Quit: Computer has gone to sleep.]
emergion has quit [Ping timeout: 264 seconds]
Spami_ has joined #ruby
gaahrdner has joined #ruby
_maes_ has quit [Ping timeout: 255 seconds]
brianpWins has joined #ruby
wyhaines has quit [Remote host closed the connection]
joofsh has joined #ruby
d11wtq has quit [Ping timeout: 255 seconds]
mixel has joined #ruby
benlieb has quit [Quit: benlieb]
malou_ has joined #ruby
jacktrick has joined #ruby
carlyle has joined #ruby
gaahrdner has quit [Ping timeout: 245 seconds]
graydot has joined #ruby
wroathe has quit [Ping timeout: 246 seconds]
predator117 has joined #ruby
vlad_starkov has joined #ruby
wgosling has left #ruby ["Konversation terminated!"]
Davey has joined #ruby
philcrissman_ has quit [Remote host closed the connection]
predator217 has quit [Ping timeout: 252 seconds]
johnnyfuchs has quit [Remote host closed the connection]
mklappstuhl has quit [Remote host closed the connection]
vlad_starkov has quit [Ping timeout: 268 seconds]
helvete has quit [Quit: Leaving...]
mrsolo has quit [Quit: Leaving]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
JimmyNeutron has joined #ruby
jabular has quit [Ping timeout: 256 seconds]
nezumi has joined #ruby
ariedler has joined #ruby
wallerdev has quit [Quit: wallerdev]
wormwood_ has quit [Quit: WeeChat 0.4.0]
wallerdev has joined #ruby
estan has quit [Read error: Connection reset by peer]
zennny has quit []
d11wtq has joined #ruby
freeayu has quit [Ping timeout: 272 seconds]
jimg has joined #ruby
freeayu has joined #ruby
infecto has quit [Ping timeout: 245 seconds]
JimmyNeutron has quit [Read error: Connection reset by peer]
yoshie902a has joined #ruby
infecto has joined #ruby
lethan has quit [Remote host closed the connection]
chrishough has quit [Quit: chrishough]
zeepzerp has joined #ruby
dayepa has quit [Quit: dayepa]
dmiller has quit [Remote host closed the connection]
<zeepzerp> hi, anyone around who can help me with some simple ruby?
estan has joined #ruby
ozzloy has quit [Ping timeout: 258 seconds]
mixel has quit [Quit: mixel]
chrishough has joined #ruby
DementedInsanity has joined #ruby
DementedInsanity has quit [Changing host]
DementedInsanity has joined #ruby
tspike has quit [Ping timeout: 264 seconds]
pevjan_ has joined #ruby
d11wtq has quit [Ping timeout: 260 seconds]
pevjan has quit [Read error: Connection reset by peer]
TMM has quit [Read error: Operation timed out]
hiroyuki has quit [Read error: Connection reset by peer]
bluOxigen has quit [Ping timeout: 246 seconds]
pevjan_ has quit [Read error: Connection reset by peer]
joofsh has quit [Remote host closed the connection]
pevjan has joined #ruby
TMM has joined #ruby
TMM has quit [Changing host]
TMM has joined #ruby
aryasam has quit [Read error: Connection reset by peer]
dayepa has joined #ruby
aryasam has joined #ruby
adac has quit [Ping timeout: 245 seconds]
bradhe_ has joined #ruby
bradhe has quit [Ping timeout: 245 seconds]