wyhaines_ has quit [Remote host closed the connection]
m3nd3s_ has joined #ruby-lang
deryl has quit [Quit: Leaving.]
deryl has joined #ruby-lang
nvertigo has quit [Ping timeout: 244 seconds]
m3nd3s has quit [Ping timeout: 260 seconds]
<jtoy>
how would you guys recommend catting files in ruby? I could just do `cat #{file} >> #{master_file}` but wanted to check if there is a better way
<jtoy>
I'm doing that command for thousands of files at a time
toretore has quit [Quit: This computer has gone to sleep]
<zenspider>
why do it in ruby at all?
<jtoy>
zenspider: I have a bunch of logic to choose the files , i did start in plain bash, but it was painful writing it so switched to ruby
<zenspider>
painful to merge a bunch of files? um. ok. well... yeah. you could use system or something to do it. I don't really see the point in calling out to cat if you're insisting on writing it in ruby
<jtoy>
zenspider: i hate bash, but thx
m3nd3s has joined #ruby-lang
sn0wb1rd has quit [Quit: sn0wb1rd]
<wnd>
I'd probably do something like this: open("output", "w"){|ofile| filenames.each{|fn| open(fn){|ifile| ofile.write ifile.read}}}
chimkan___ has quit [Quit: chimkan___]
<wnd>
but really, if you're already doing things in ruby, do you really need to catenate multiple files as one in the first place?
<wnd>
then again I'm a ruby newbie
<wnd>
which probably shows
sailias has joined #ruby-lang
<jtoy>
wnd: I'm using ruby to prepare data for usage in hadoop, which needs very large files to work efficiently
fbernier has quit [Ping timeout: 260 seconds]
m3nd3s_ has quit [Ping timeout: 268 seconds]
<wnd>
ok, I suppose that rules out the option of simply passing hadoop the data as you go
sailias has quit [Quit: Leaving.]
burgestrand has quit [Ping timeout: 272 seconds]
<zenspider>
jtoy: is there some reason why you're not opening the files and writing them out to another file ... like, in ruby?
tooky has joined #ruby-lang
<jtoy>
zenspider: i am going to do that, just wanted to ask here first since cating files in ruby is probably not one of its strong points
<jtoy>
zenspider: I suppose it will all be io bound anyway
methym has quit [Quit: methym]
chimkan has joined #ruby-lang
<zenspider>
strong. points. processing... data.
kain has quit [Ping timeout: 264 seconds]
<jtoy>
zenspider: i have hadoop for the actual processing
tooky_ has joined #ruby-lang
jtoy has quit [Read error: Connection reset by peer]
tooky has quit [Ping timeout: 260 seconds]
cored has quit [Quit: leaving]
burgestrand has joined #ruby-lang
ilyam has joined #ruby-lang
headius has joined #ruby-lang
RegEchse has quit [Quit: <3 WeeChat (v0.3.9-dev)]
petercooper has joined #ruby-lang
Tearan has quit [Quit: Sleepy Badger....]
tooky_ has quit [Ping timeout: 260 seconds]
Tearan has joined #ruby-lang
ivanoats has quit [Remote host closed the connection]
m3nd3s has quit [Ping timeout: 252 seconds]
savage- has joined #ruby-lang
sandbags has quit [Remote host closed the connection]
Defusal has quit [Ping timeout: 244 seconds]
imajes has quit [Excess Flood]
methym has joined #ruby-lang
imajes has joined #ruby-lang
methym has quit [Quit: methym]
savage- has quit [Ping timeout: 260 seconds]
jtoy has joined #ruby-lang
Tearan has quit [Quit: Sleepy Badger....]
krohrbaugh has quit [Quit: Leaving.]
mistym has quit [Remote host closed the connection]
rdavila has joined #ruby-lang
Defusal has joined #ruby-lang
wyhaines has joined #ruby-lang
m3nd3s has joined #ruby-lang
ryanf has joined #ruby-lang
petercooper has quit [Remote host closed the connection]
gsav has quit [Quit: Lost terminal]
gsav_ has quit [Quit: Lost terminal]
kain_ has joined #ruby-lang
towski has quit [Remote host closed the connection]
S2kx has quit [Quit: Leaving]
S1kx has joined #ruby-lang
amaya_ has joined #ruby-lang
kain_ has quit [Ping timeout: 268 seconds]
jtoy has quit [Read error: Connection reset by peer]
qpingu has quit [Quit: Leaving.]
qpingu has joined #ruby-lang
wyhaines has quit [Remote host closed the connection]
mrsolo has quit [Quit: Leaving]
headius has quit [Quit: headius]
sepp2k1 has quit [Remote host closed the connection]
kvirani has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
pabs has joined #ruby-lang
seanstickle has quit [Quit: seanstickle]
swarley has joined #ruby-lang
wallerdev has joined #ruby-lang
nvertigo has joined #ruby-lang
dous has quit [Remote host closed the connection]
wyhaines has joined #ruby-lang
fbernier has joined #ruby-lang
tRAS has joined #ruby-lang
lsegal has joined #ruby-lang
stephenp has quit [Read error: Connection reset by peer]
stephenp_ has joined #ruby-lang
jondot has quit [Read error: Connection reset by peer]
Xzyx987X has joined #ruby-lang
jondot has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
Xzyx987X_ has quit [Ping timeout: 272 seconds]
fbernier has quit [Ping timeout: 240 seconds]
wyhaines has quit [Remote host closed the connection]
qpingu has quit [Quit: Leaving.]
m3nd3s has quit [Remote host closed the connection]
Madis has quit [Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120313180949]]
towski has joined #ruby-lang
tRAS has quit [Quit: Mother, did it need to be so high?]
justinmcp has joined #ruby-lang
jtoy has joined #ruby-lang
S1kx has quit [Ping timeout: 244 seconds]
tRAS has joined #ruby-lang
ivanoats has joined #ruby-lang
ivanoats has quit [Remote host closed the connection]
ruby-lang372 has joined #ruby-lang
ruby-lang372 has quit [Quit: Page closed]
alvaro_o has quit [Quit: Ex-Chat]
nvertigo has quit [Ping timeout: 240 seconds]
rdavila has quit [Quit: rdavila]
dous has joined #ruby-lang
dous has quit [Changing host]
dous has joined #ruby-lang
jtoy has quit [Read error: Connection reset by peer]
towski has quit [Remote host closed the connection]
<nofxx>
It's possible to avoid just a method from being included from a module? My gem works by ppl including A::B in their classes, and I would like a configure like A::B.set_foo
<nofxx>
just wondering... just use another module np
<nofxx>
=/ sorry sorry.. it's include, not extend .. stupid I
dous has quit [Ping timeout: 272 seconds]
tooky has joined #ruby-lang
t0n1 has joined #ruby-lang
ilyam has quit [Quit: ilyam]
TDJACR has quit [Read error: Operation timed out]
TDJACR has joined #ruby-lang
krohrbaugh has joined #ruby-lang
krohrbaugh1 has joined #ruby-lang
gregmoreno has quit [Ping timeout: 240 seconds]
tooky has quit [Ping timeout: 260 seconds]
Tearan has joined #ruby-lang
gregmoreno has joined #ruby-lang
krohrbaugh has quit [Ping timeout: 252 seconds]
pr0ton_ has left #ruby-lang [#ruby-lang]
towski has joined #ruby-lang
tjadc has joined #ruby-lang
towski has quit [Remote host closed the connection]
towski has joined #ruby-lang
towski has quit [Remote host closed the connection]
tRAS has quit [Quit: Mother, did it need to be so high?]
ammar has quit [Remote host closed the connection]
qwerxy_ has joined #ruby-lang
zmack has joined #ruby-lang
shaman42 has joined #ruby-lang
sailias has joined #ruby-lang
lzhz_ has joined #ruby-lang
quetzal- has joined #ruby-lang
Muz_ has joined #ruby-lang
masterkorp1 has joined #ruby-lang
rue has joined #ruby-lang
pryno has joined #ruby-lang
aef has quit [Ping timeout: 252 seconds]
lzhz has quit [Ping timeout: 252 seconds]
rhizmoe_ has joined #ruby-lang
no_i_wont has joined #ruby-lang
CoverSli1e has joined #ruby-lang
workmad3_ has joined #ruby-lang
Kero_ has joined #ruby-lang
crankhar1er has joined #ruby-lang
masterkorp has quit [Disconnected by services]
masterkorp1 has left #ruby-lang [#ruby-lang]
masterkorp has joined #ruby-lang
babinho has joined #ruby-lang
VGoff_afk has joined #ruby-lang
steez_ has joined #ruby-lang
jxie has joined #ruby-lang
rue has quit [Ping timeout: 260 seconds]
carloslopes has joined #ruby-lang
bougyman_ has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
wyhaines has joined #ruby-lang
no_i_wont_ has quit [*.net *.split]
zmack_ has quit [*.net *.split]
tris has quit [*.net *.split]
Guedes has quit [*.net *.split]
qwerxy has quit [*.net *.split]
qz has quit [*.net *.split]
workmad3 has quit [*.net *.split]
VGoff has quit [*.net *.split]
rhizmoe has quit [*.net *.split]
CoverSlide has quit [*.net *.split]
bryno has quit [*.net *.split]
crankharder has quit [*.net *.split]
Muz has quit [*.net *.split]
Kellin has quit [*.net *.split]
bougyman has quit [*.net *.split]
Kero has quit [*.net *.split]
steez has quit [*.net *.split]
Guedes has joined #ruby-lang
VGoff_afk is now known as VGoff
codewrangler has quit [Ping timeout: 244 seconds]
robbyoconnor has joined #ruby-lang
RegEchse has joined #ruby-lang
bougyman_ has quit [Changing host]
bougyman_ has joined #ruby-lang
bougyman_ is now known as bougyman
<zzak>
Good morning!
dous has joined #ruby-lang
dous has quit [Changing host]
dous has joined #ruby-lang
savage- has joined #ruby-lang
codewrangler has joined #ruby-lang
morticed has quit [Ping timeout: 248 seconds]
ramonmaruko has quit [Ping timeout: 248 seconds]
mortice has joined #ruby-lang
ruskie has joined #ruby-lang
ramonmaruko has joined #ruby-lang
xxi has joined #ruby-lang
r0bby_ has quit [Ping timeout: 248 seconds]
ixx has quit [Ping timeout: 248 seconds]
injekt_ has quit [Ping timeout: 248 seconds]
tubbo`work has joined #ruby-lang
tubbo has quit [Ping timeout: 248 seconds]
ahf__ has joined #ruby-lang
ahf has quit [Ping timeout: 248 seconds]
injekt has joined #ruby-lang
lantins has quit [Ping timeout: 248 seconds]
S1kx has joined #ruby-lang
S1kx has quit [Changing host]
S1kx has joined #ruby-lang
<darix>
good morning zzak
tallship has quit [Ping timeout: 248 seconds]
hinbody_ has joined #ruby-lang
hinbody has quit [Remote host closed the connection]
threedaymonk has joined #ruby-lang
oddmunds has joined #ruby-lang
tris has joined #ruby-lang
Elico1 has joined #ruby-lang
enebo has joined #ruby-lang
lucas__ has joined #ruby-lang
elico has quit [Ping timeout: 248 seconds]
threeday1onk has quit [Ping timeout: 248 seconds]
lucas_ has quit [Ping timeout: 248 seconds]
lantins has joined #ruby-lang
kvs has quit [Ping timeout: 248 seconds]
LanceHaig has quit [Ping timeout: 248 seconds]
zenspider has quit [Ping timeout: 248 seconds]
LanceHaig has joined #ruby-lang
zenspider has joined #ruby-lang
nariyal has quit [Ping timeout: 248 seconds]
ddfreyne has quit [Ping timeout: 248 seconds]
DEac- has quit [Ping timeout: 248 seconds]
andrewvos has quit [Ping timeout: 248 seconds]
dominikh has quit [Ping timeout: 248 seconds]
ddfreyne has joined #ruby-lang
nariyal has joined #ruby-lang
tallship has joined #ruby-lang
kvs has joined #ruby-lang
lantins has quit [Remote host closed the connection]
dhruvasagar has quit [Quit: leaving]
dhruvasagar has joined #ruby-lang
DEac- has joined #ruby-lang
injekt_ has joined #ruby-lang
mytrile has joined #ruby-lang
zmack has quit [Remote host closed the connection]
andrewvos has joined #ruby-lang
savage- has quit [Remote host closed the connection]
<zzak>
darix: how are you?
<darix>
good
<darix>
just reading the blog on (j)ruby concurrency
kvs has quit [*.net *.split]
injekt has quit [*.net *.split]
ddfreyne has quit [*.net *.split]
bfreeman has quit [*.net *.split]
kitallis has quit [*.net *.split]
sandbag__ has quit [Remote host closed the connection]
bfreeman has joined #ruby-lang
sailias has quit [Ping timeout: 260 seconds]
lantins has joined #ruby-lang
kvs has joined #ruby-lang
lun_ has joined #ruby-lang
rue has joined #ruby-lang
MrOnFireMr has joined #ruby-lang
MrOnFireMr_ has joined #ruby-lang
countdigi has quit [Read error: Operation timed out]
rue is now known as 45PAA1GU1
countdigi has joined #ruby-lang
goshakkk has quit [Quit: Computer has gone to sleep.]
justinmcp has quit [Remote host closed the connection]
judofyr_ has left #ruby-lang [#ruby-lang]
dominikh has joined #ruby-lang
t0h has quit [Ping timeout: 264 seconds]
outoftime has joined #ruby-lang
sailias has joined #ruby-lang
t0h has joined #ruby-lang
amz has joined #ruby-lang
andrewvos has quit [Quit: Reconnecting]
andrewvos has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 252 seconds]
andrewvos has quit [Client Quit]
dhruvasagar has quit [Ping timeout: 244 seconds]
rippa has joined #ruby-lang
rue|w has joined #ruby-lang
dhruvasagar has joined #ruby-lang
gsav has joined #ruby-lang
gsav_ has joined #ruby-lang
mistym has quit [Remote host closed the connection]
goshakkk has joined #ruby-lang
fbernier has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has quit [Changing host]
sandbags has joined #ruby-lang
andrewvos has joined #ruby-lang
andrewvos has quit [Client Quit]
tRAS has quit [Quit: Mother, did it need to be so high?]
andrewvos has joined #ruby-lang
^sandbags^ has joined #ruby-lang
^sandbags^ has quit [Changing host]
^sandbags^ has joined #ruby-lang
^sandbags^ has quit [Remote host closed the connection]
andrewvos has quit [Client Quit]
^sandbags^ has joined #ruby-lang
^sandbags^ has quit [Changing host]
^sandbags^ has joined #ruby-lang
rue|w has quit [Ping timeout: 264 seconds]
ivanoats has joined #ruby-lang
ivanoats has quit [Changing host]
ivanoats has joined #ruby-lang
|Vargas| has joined #ruby-lang
|Vargas| has quit [Changing host]
|Vargas| has joined #ruby-lang
andrewvos has joined #ruby-lang
sandbags has quit [Ping timeout: 260 seconds]
amz has quit [Quit: Leaving]
gurps has quit [Ping timeout: 276 seconds]
CarlB_the_great has joined #ruby-lang
amzan has joined #ruby-lang
sailias has quit [Ping timeout: 260 seconds]
urbanmonk has joined #ruby-lang
rom has joined #ruby-lang
<amzan>
Hi all. On Ubuntu with rvm 1.9.3p194 and the json gem installed, I get "prettify_json.rb: command not found". rvm is in my path. Any thoughts on how to get it working?
<yorickpeterse>
amzan: the JSON gem doesn't ship any executables
urbanmonk has quit [Ping timeout: 245 seconds]
gsav_ has quit [Quit: Lost terminal]
bryancp has joined #ruby-lang
ahf__ has quit [Quit: Bye]
ahf has joined #ruby-lang
ahf has quit [Changing host]
ahf has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
reactormonk has joined #ruby-lang
goshakkk has quit [Quit: Computer has gone to sleep.]
crankhar1er has quit [Quit: leaving]
crankharder has joined #ruby-lang
Defusal has quit [Quit: Quassel IRC]
Defusal has joined #ruby-lang
Defusal has joined #ruby-lang
Defusal has quit [Changing host]
amaya_ has quit [Quit: ChatZilla 0.9.88.2 [Firefox 15.0.1/20120905151427]]
<Harzilein>
it works with li[class*=playlist-video-item], but of course that's not the same
<lianj>
y5wars: 'this is "my data" here'.scan(/\w+|".+"/).map{|i| i[/^".+"$/] ? i[1..-2] : i }
sush24 has joined #ruby-lang
runeb has quit [Ping timeout: 260 seconds]
wyhaines has joined #ruby-lang
<chris2>
Harzilein: try #nokogiri
<y5wars>
thanks liana, forgot to add that sometimes the string is like this "this is 'my data' here"
squeeks has left #ruby-lang ["I was expecting this place to be a huge party or a huge circlejerk or something"]
<y5wars>
single quotes within double quotes
<chris2>
lianj: ".*?"
nibbo has quit [Ping timeout: 252 seconds]
<y5wars>
i meant thanks lianj
diegoviola has joined #ruby-lang
kitallis has joined #ruby-lang
kvirani has joined #ruby-lang
rdavila has joined #ruby-lang
dreamhaw1 has quit [Ping timeout: 240 seconds]
<Harzilein>
chris2: it tends to be very quiet in there
<chris2>
yes
<chris2>
but more clueful probably
dreamhawk has joined #ruby-lang
rindolf has joined #ruby-lang
Defusal has quit [Ping timeout: 260 seconds]
agib_ has quit [Remote host closed the connection]
beawesomeinstead has quit [Remote host closed the connection]
wycats has quit [Remote host closed the connection]
pvh_ has quit [Remote host closed the connection]
dkannan has quit [Remote host closed the connection]
cldwalker has quit [Remote host closed the connection]
rikkus has quit [Remote host closed the connection]
L0rdShrek has quit [Remote host closed the connection]
mccraig has quit [Remote host closed the connection]
abuiles_ has quit [Remote host closed the connection]
mroth_ has quit [Write error: Broken pipe]
anildigital_work has quit [Remote host closed the connection]
akahn has quit [Write error: Broken pipe]
thejspr has quit [Write error: Broken pipe]
franckverrot has quit [Write error: Broken pipe]
diegoviola has quit [Ping timeout: 248 seconds]
GarethAdams has quit [Ping timeout: 252 seconds]
elux has quit [Quit: Bye!]
krohrbaugh has joined #ruby-lang
s1n4 has left #ruby-lang ["leaving"]
wallerdev has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
zmack_ has quit [Remote host closed the connection]
nibbo has joined #ruby-lang
Dreamer3 has joined #ruby-lang
pbjorklund has joined #ruby-lang
wyhaines has quit [Remote host closed the connection]
Tearan has joined #ruby-lang
wyhaines has joined #ruby-lang
savage- has joined #ruby-lang
publicvoid has joined #ruby-lang
towski has joined #ruby-lang
y5wars has quit [Quit: y5wars]
wycats has joined #ruby-lang
kain has quit [Quit: exit]
kain has joined #ruby-lang
tyro has joined #ruby-lang
anildigital_work has joined #ruby-lang
tyro has left #ruby-lang [#ruby-lang]
dkannan has joined #ruby-lang
billyoc has joined #ruby-lang
mccraig has joined #ruby-lang
pvh_ has joined #ruby-lang
mztriz has joined #ruby-lang
agib_ has joined #ruby-lang
thejspr has joined #ruby-lang
<mztriz>
Having problems looping through an array index. http://pastie.org/private/ou4n8t4pikc2fidybasq The loop only goes once, but the array has an index of 4. I must be doing something silly....
<andrewvos>
mztriz: What the hell are you trying to do?
<andrewvos>
What is @name
<andrewvos>
?
<mztriz>
it's an array of usernames
<andrewvos>
And why are you performing each_index on it?
s0ber has quit [Read error: Connection reset by peer]
alexkira has quit [Remote host closed the connection]
s0ber has joined #ruby-lang
postmodern has joined #ruby-lang
Fullmoon has quit [Quit: Fullmoon]
wnd has quit [Excess Flood]
wnd has joined #ruby-lang
sailias has quit [Quit: Leaving.]
chessguy has joined #ruby-lang
jtoy has joined #ruby-lang
lcdhoffman_ has joined #ruby-lang
lcdhoffman has quit [Read error: Connection reset by peer]
lcdhoffman has joined #ruby-lang
lcdhoffman_ has quit [Read error: Connection reset by peer]
Jake232 has joined #ruby-lang
tooky has joined #ruby-lang
rippa has quit [Ping timeout: 248 seconds]
Axsuul has joined #ruby-lang
Axsuul has quit [Excess Flood]
Axsuul has joined #ruby-lang
Axsuul has quit [Excess Flood]
Axsuul has joined #ruby-lang
Axsuul has quit [Excess Flood]
Axsuul has joined #ruby-lang
Axsuul has quit [Excess Flood]
pbjorklund has quit [Read error: Connection reset by peer]
Axsuul has joined #ruby-lang
bryancp has joined #ruby-lang
pbjorklund has joined #ruby-lang
xxi has left #ruby-lang [#ruby-lang]
bryancp has quit [Remote host closed the connection]
sandbags has quit [Remote host closed the connection]
justinmcp has joined #ruby-lang
alexkira has joined #ruby-lang
tooky has quit [Ping timeout: 260 seconds]
KTMBoID has joined #ruby-lang
havenn has joined #ruby-lang
chessguy has quit [Remote host closed the connection]
chessguy has joined #ruby-lang
jmeeuwen has quit [Quit: Disconnecting from stoned server.]
jmeeuwen has joined #ruby-lang
amzan has quit [Quit: Leaving]
lcdhoffman has quit [Quit: lcdhoffman]
chessguy has quit [Remote host closed the connection]
chessguy has joined #ruby-lang
akamike has joined #ruby-lang
jethr0 has quit [Ping timeout: 260 seconds]
justinmcp has quit [Remote host closed the connection]
Tearan has joined #ruby-lang
stephenp_ has quit [Quit: stephenp_]
lcdhoffman has joined #ruby-lang
solars has joined #ruby-lang
cantonic has quit [Quit: cantonic]
voker57 has joined #ruby-lang
voker57 has quit [Changing host]
voker57 has joined #ruby-lang
solars has quit [Ping timeout: 240 seconds]
robbyoconnor has joined #ruby-lang
snorkdude has joined #ruby-lang
carloslopes has quit [Quit: Leaving.]
lcdhoffman has quit [Quit: lcdhoffman]
kvirani has quit [Remote host closed the connection]
dfr|mac has joined #ruby-lang
goshakkk has quit [Quit: Computer has gone to sleep.]
wyhaines has quit [Remote host closed the connection]
Bosox20051 has quit [Quit: Leaving]
solars has joined #ruby-lang
tooky has joined #ruby-lang
Jake232 has quit [Quit: Computer has gone to sleep.]
zz_chrismcg is now known as chrismcg
gsav has quit [Ping timeout: 252 seconds]
ryanf has joined #ruby-lang
<zenspider>
zzak: oi. I'm looking at your racc issues right now
<zenspider>
zzak: all 3 merged. thank you very much.
alexkira has quit [Remote host closed the connection]
t0n1 has joined #ruby-lang
wmoxam has quit [Quit: leaving]
lcdhoffman has joined #ruby-lang
tooky has quit [Remote host closed the connection]
postmodern has quit [Ping timeout: 264 seconds]
havenn has quit [Read error: Connection reset by peer]
havenn has joined #ruby-lang
tooky has joined #ruby-lang
tooky has quit [Ping timeout: 260 seconds]
chrismcg is now known as zz_chrismcg
chessguy has quit [Remote host closed the connection]
chessguy has joined #ruby-lang
loincloth has joined #ruby-lang
j`ey has joined #ruby-lang
<j`ey>
hey guys! Is there a site that has a list of C extensions?
<erikh>
find `gem env home` -name '*.{so,dylib}'
* erikh
cackles maniacally
<j`ey>
I get nothing!
<j`ey>
(probasbly cos my gem is old..)
<erikh>
hm, maybe that glob doesn't work with find
benanne has joined #ruby-lang
hinbody_ has left #ruby-lang [#ruby-lang]
<erikh>
anyhow; what you probably need to do is use something like gem mirror (see the rubygems organization on github) and then start fishing for extconf.rb's
<j`ey>
Soo. there isnt just a ruby extensions site :P
<erikh>
it doesn't seem very practical
hinbody has joined #ruby-lang
m3nd3s has quit [Remote host closed the connection]
<j`ey>
erikh: someone is trying to say that due to PHP having a site: http://pecl.php.net/
<j`ey>
it's waybetter than ruby
alexkira has joined #ruby-lang
<j`ey>
I dont think he understands that extensions are *uaully* a last resort
<erikh>
php extensions are discrete components from php libraries
<j`ey>
youwhat
<erikh>
e.g., mysql is an extension that's loaded directly, and ADO is a library that uses mysql (which is not an extension)
<erikh>
gems makes no distinction
<j`ey>
ah
<erikh>
from a package-level standpoint that is
<erikh>
see also CPAN, python eggs, and nearly every other non-php system
outoftime has quit [Quit: Leaving]
<erikh>
most of them don't have the notion of extensions in the same way php does.
<zenspider>
j`ey: arguing on the internet? about PHP vs ruby? nothing better to do?
<j`ey>
zenspider: yeah :P
kvirani has joined #ruby-lang
<zenspider>
have fun with that
<erikh>
zenspider: hey man, this is serious business
<j`ey>
I just got home, though I'd have a lovely shitty argument
<zenspider>
srs
Jake232 has joined #ruby-lang
<erikh>
j`ey: can I recommend reddit? it's a site dedicated to the craft.
<j`ey>
actually, I saw zenspider post there a few days ago.. felt nostalgic
havenn has quit [Remote host closed the connection]
<zenspider>
I did?
<j`ey>
maybe it was a different zenspider
<erikh>
bizarro zenspider
<j`ey>
but it still reminded me of you
<zenspider>
heh
<j`ey>
(I used to be in here a lot, like 5 years ago)
<zenspider>
a lot of ppl (bots?) post my blog posts... I almost never do. but I never know what goes up or why
<j`ey>
zenspider: it was on a post about Itsy Forth iirc
dfr|mac has quit [Remote host closed the connection]
justinmcp has joined #ruby-lang
dfr|mac has joined #ruby-lang
josh^ has joined #ruby-lang
tooky has joined #ruby-lang
enebo has quit [Quit: enebo]
sepp2k has quit [Read error: Connection reset by peer]
wyhaines has joined #ruby-lang
ruurd has quit [Quit: Leaving...]
<zenspider>
ah. right. too bad that thing is only for dos... who the fuck does that?
<j`ey>
yeah :/
Madis has quit [Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120313180949]]
<zenspider>
man... I don't really want to learn chef :/
tooky has quit [Ping timeout: 260 seconds]
<zenspider>
which is funny... because I just got a free pass to their conference because I'm a core committer :P
swarley has joined #ruby-lang
<j`ey>
(I thought you meant comitter to chef at first.. :P)
<zenspider>
I am
<zenspider>
I have commits in chef, and no clue how to really use it :)
<j`ey>
oh..
<j`ey>
I have a commit to Ruby :O
<zenspider>
yay
<j`ey>
(2 actually, one was just a compiler warning)
havenn has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
singpolyma has quit [Quit: Lost terminal]
anannie has quit [Read error: Connection reset by peer]
<masterkorp>
the JSON lib is trolling me
<masterkorp>
unexpected token at 'home/masterkorp/.s3_cleaner.json' (JSON::ParserError)
singpolyma has joined #ruby-lang
<masterkorp>
yet it passes in JSONLint
lcdhoffman has quit [Quit: lcdhoffman]
<swarley>
lol
<andrewvos>
Seems like a parser error.
<swarley>
indeed
<andrewvos>
Let us see our json
toertore has quit [Quit: Leaving]
<masterkorp>
the json file is good
<masterkorp>
i found it
<masterkorp>
just give the wrong data to the function
* masterkorp
facepalms
<swarley>
lol
nofxx has quit [Ping timeout: 264 seconds]
diegoviola has quit [Ping timeout: 260 seconds]
t0n1 has quit [Remote host closed the connection]
coryf has quit [Remote host closed the connection]
seanstickle has joined #ruby-lang
MrOnFireMr_ has quit [Ping timeout: 240 seconds]
MrOnFireMr has quit [Ping timeout: 252 seconds]
m3nd3s has joined #ruby-lang
stepnem has quit [Ping timeout: 260 seconds]
dfr|mac has quit [Remote host closed the connection]
solars has quit [Ping timeout: 264 seconds]
dfr|mac has joined #ruby-lang
dfr|mac has quit [Remote host closed the connection]
benanne has quit [Ping timeout: 272 seconds]
Criztian has quit [Remote host closed the connection]
Jake232 has quit [Quit: Computer has gone to sleep.]
nofxx has joined #ruby-lang
nofxx has quit [Remote host closed the connection]
swarley has quit [Quit: Leaving]
swarley has joined #ruby-lang
tooky has joined #ruby-lang
wyhaines has quit [Remote host closed the connection]
tooky has quit [Ping timeout: 260 seconds]
coryf has joined #ruby-lang
jackhammer2022 has joined #ruby-lang
towski has joined #ruby-lang
RegEchse has quit [Quit: <3 WeeChat (v0.3.9-dev)]
havenn has quit [Remote host closed the connection]