apeiros changed the topic of #ruby-lang to: RIP Jim || Ruby 2.1.1; 2.0.0-p451; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com
jcs222 has quit [Quit: leaving]
woollyams has quit [Ping timeout: 252 seconds]
seanlinsley has quit [Quit: …]
minim has quit []
yubrew has joined #ruby-lang
digs has quit [Remote host closed the connection]
yubrew has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
ruby_n_max has quit [Quit: ruby_n_max]
woollyams has joined #ruby-lang
Gu_______ has quit [Ping timeout: 265 seconds]
ruby_n_max has joined #ruby-lang
Cakey has quit [Ping timeout: 240 seconds]
dingus_khan has joined #ruby-lang
woollyams has quit [Read error: Connection reset by peer]
woollyams has joined #ruby-lang
eugmill has joined #ruby-lang
minim has joined #ruby-lang
stevew_ has left #ruby-lang ["WeeChat 0.4.3"]
dingus_khan has quit [Remote host closed the connection]
eugmill has quit [Remote host closed the connection]
eugmill has joined #ruby-lang
dingus_khan has joined #ruby-lang
jcs222 has joined #ruby-lang
michaeldeol has joined #ruby-lang
ruby_n_max has quit [Quit: ruby_n_max]
joelroa has quit [Ping timeout: 265 seconds]
Cakey has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 240 seconds]
|jemc| has quit [Ping timeout: 265 seconds]
toastynerd has quit [Remote host closed the connection]
kalehv has quit [Remote host closed the connection]
khaase has joined #ruby-lang
kitak has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
toastynerd has joined #ruby-lang
bantic has quit [Quit: bantic]
khaase has quit [Read error: Operation timed out]
sdouglas has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
Coincide_ has joined #ruby-lang
elliotec has joined #ruby-lang
jhass is now known as jhass|off
woollyams has quit [Ping timeout: 252 seconds]
elliotec has quit [Remote host closed the connection]
Cakey has quit [Ping timeout: 244 seconds]
elliotec has joined #ruby-lang
tedstriker has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
anannie has quit [Remote host closed the connection]
elliotec has quit [Remote host closed the connection]
joelroa has joined #ruby-lang
toastynerd has joined #ruby-lang
ruby_n_max has joined #ruby-lang
woollyams has joined #ruby-lang
shinnya has joined #ruby-lang
seanlinsley has joined #ruby-lang
Cakey has joined #ruby-lang
elliotec has joined #ruby-lang
mehlah has quit [Quit: Leaving...]
anannie has joined #ruby-lang
nathanstitt has joined #ruby-lang
mykoweb has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdouglas has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
dingus_khan has quit []
jsullivandigs has joined #ruby-lang
Guest__ has joined #ruby-lang
Guest__ has quit [Max SendQ exceeded]
toastynerd has quit [Remote host closed the connection]
Guest__ has joined #ruby-lang
sdouglas_ has joined #ruby-lang
sdouglas has quit [Ping timeout: 265 seconds]
thisirs has quit [Remote host closed the connection]
hahuang65 has quit [Ping timeout: 240 seconds]
elliotec has quit [Remote host closed the connection]
devgiant has quit [Quit: Leaving]
broconne has joined #ruby-lang
fraterla_ has joined #ruby-lang
broconne1 has joined #ruby-lang
fraterla_ has quit [Client Quit]
Cakey has quit [Ping timeout: 265 seconds]
Coincide_ has quit [Remote host closed the connection]
broconne has quit [Ping timeout: 240 seconds]
fraterlaetus has quit [Ping timeout: 240 seconds]
elliotec has joined #ruby-lang
joelroa has quit [Quit: Textual IRC Client: www.textualapp.com]
joelroa has joined #ruby-lang
JEG2_ has joined #ruby-lang
polydius has left #ruby-lang ["EOF"]
ikrima has quit [Ping timeout: 240 seconds]
polydius has joined #ruby-lang
dik_dak has quit [Quit: Leaving]
jsullivandigs has quit [Remote host closed the connection]
sdouglas_ has quit [Remote host closed the connection]
ruby_n_max has quit [Quit: ruby_n_max]
momomomomo has quit [Quit: momomomomo]
ikrima has joined #ruby-lang
cored has quit [Ping timeout: 240 seconds]
cored has joined #ruby-lang
_mtr has joined #ruby-lang
khaase has joined #ruby-lang
khaase has joined #ruby-lang
khaase has quit [Changing host]
|jemc| has joined #ruby-lang
khaase_ has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
ikrima has quit [Ping timeout: 240 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
khaase has quit [Ping timeout: 240 seconds]
shinnya has quit [Ping timeout: 252 seconds]
nathanstitt has joined #ruby-lang
khaase_ has quit [Ping timeout: 240 seconds]
amsi has quit [Quit: Leaving]
ikrima has joined #ruby-lang
yubrew has joined #ruby-lang
tedstriker has quit [Quit: Anti-Fraping status set.]
cored has quit [Ping timeout: 240 seconds]
kalehv has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
yubrew has quit [Ping timeout: 240 seconds]
nathanstitt has quit [Read error: Connection reset by peer]
jsullivandigs has joined #ruby-lang
Cakey has joined #ruby-lang
nathanstitt has joined #ruby-lang
alexju has quit [Remote host closed the connection]
jsullivandigs has quit [Remote host closed the connection]
daturkel has joined #ruby-lang
amclain has joined #ruby-lang
<daturkel> having some trouble with FileUtils.cp, I'm copying a file from a PWD to PWD/build, and if PWD/build doesn't exist, i create it. it works fine in that case, but if PWD/build does exist, the copy operation fails
<daturkel> here's a pastebin
<daturkel> the init_build function gets called on the output of the locate_html function
_mtr has quit [Quit: Textual IRC Client: www.textualapp.com]
<daturkel> the error I get says "no such file or directory" and then the name of the destination file
<daturkel> which doesn't seem like a problem—it's not supposed to exist yet, that's why i'm copying to it
<bnagy> daturkel: probably need more actual info / real errors
<daturkel> sure
<bnagy> because no, there is no obvious reason cp should do that
<daturkel> so the idea is that I scan the working directory for html files
mdub has joined #ruby-lang
broconne1 has quit [Quit: Leaving.]
rafeed has joined #ruby-lang
<daturkel> then, if there is a build directory, i copy them into it
<daturkel> or rather
<daturkel> i empty the build directory of html files, THEN i copy into it
<daturkel> and if there is no build directory, i make it and then copy into it
<daturkel> so i can delete the build directory
<daturkel> run my script
<daturkel> and it succeeds
<daturkel> then i run it again, without deleting the new build directory or files inside
<daturkel> and it successfully empties the build folder, but fails to re-copy the files in
woollyams has quit [Ping timeout: 252 seconds]
<daturkel> and my error: /Users/danturkel/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:1551:in `stat': No such file or directory - /Users/danturkel/Documents/Code/Ruby/dinner/lib/build/index.html (Errno::ENOENT) from /Users/danturkel/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:1551:in `block in fu_each_src_dest' from /Users/danturkel/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/fileutils.rb:1565:in `fu_each_src_dest0'
<daturkel> or, pasted: http://pastebin.com/05kmbKC4
toastynerd has joined #ruby-lang
rafeed has quit [Client Quit]
<daturkel> so i can successfully copy if there is no build folder yet and i make it, but not if there is an empty build folder
<daturkel> which seems odd...
<bnagy> :S inspect page, and maybe dump some info about build in both cases
<bnagy> owner, perms...
Jamo has quit [Ping timeout: 264 seconds]
<bnagy> maybe just a dodgy ENOENT error
Jamo has joined #ruby-lang
<bnagy> or.. your page var is wrong - like the ENOENT is from the src not the dest
minim has quit []
<daturkel> ah this could be right, inspecting sometimes gives me the build one, not the src one
<daturkel> lemme see
<daturkel> ahhhh, the problem was in my locate_html function, which was picking up files in the build directory because i forgot to prune it
<daturkel> whew, fixed it
<daturkel> thanks!
mykoweb has quit [Remote host closed the connection]
<daturkel> fixed code: http://pastebin.com/XU7HsCA8
toastynerd has quit [Remote host closed the connection]
toastynerd has joined #ruby-lang
pazeve has joined #ruby-lang
mdub has quit [Ping timeout: 252 seconds]
toastynerd has quit [Remote host closed the connection]
<bnagy> btw Dir['*.html'] etc is a lot easier on the eyes imho
<bnagy> but missing the $ anchor you have
<bnagy> Dir.glob can probably do it though
pazeve has quit [Client Quit]
<bnagy> I dunno where Find is from. Is it Rails sorcery?
eugmill has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
toastynerd has joined #ruby-lang
<bougyman> Find is from require "find", usually
khaase has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
yubrew has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
<bnagy> ooh. huh, TIL. More stdlib nooks.
toastynerd has joined #ruby-lang
khaase has quit [Read error: Operation timed out]
nathanstitt has quit [Quit: I growing sleepy]
agarie has quit [Quit: Leaving...]
elliotec has joined #ruby-lang
nathanstitt has joined #ruby-lang
yubrew has quit [Read error: Operation timed out]
elliotec has quit [Remote host closed the connection]
toastynerd has quit [Remote host closed the connection]
toastynerd has joined #ruby-lang
elliotec has joined #ruby-lang
dwknoxy has quit [Quit: Textual IRC Client: www.textualapp.com]
woollyams has joined #ruby-lang
sepp2k has quit [Read error: Connection reset by peer]
nathansoz has quit [Ping timeout: 244 seconds]
nathansoz has joined #ruby-lang
havenwood has joined #ruby-lang
anannie has quit [Remote host closed the connection]
jcs222 has quit [Read error: Operation timed out]
ruby_n_max has joined #ruby-lang
jcs222 has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
ItSANg___ has quit [Quit: Leaving...]
existensil has quit [Ping timeout: 244 seconds]
jcs222 has quit [Remote host closed the connection]
jcs222 has joined #ruby-lang
achru has joined #ruby-lang
jonahR has joined #ruby-lang
ItSANgo has joined #ruby-lang
jonahR has quit [Client Quit]
toastynerd has quit [Remote host closed the connection]
nathanstitt has joined #ruby-lang
jcs222 has quit [Remote host closed the connection]
jcs222 has joined #ruby-lang
vlad_starkov has joined #ruby-lang
jsullivandigs has joined #ruby-lang
jcs222 has quit [Ping timeout: 264 seconds]
vlad_starkov has quit [Ping timeout: 240 seconds]
jcs222 has joined #ruby-lang
existensil has joined #ruby-lang
mdub has joined #ruby-lang
woollyams has quit [Read error: Connection reset by peer]
marcdel has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
jsullivandigs has quit [Ping timeout: 252 seconds]
jcs222 has quit [Remote host closed the connection]
jcs222 has joined #ruby-lang
mechan1c has quit [Ping timeout: 240 seconds]
jcs222 has quit [Remote host closed the connection]
jcs222 has joined #ruby-lang
woollyams has joined #ruby-lang
mdub has quit [Ping timeout: 252 seconds]
jcs222 has quit [Ping timeout: 244 seconds]
elliotec has joined #ruby-lang
jcs222 has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
nathanstitt has joined #ruby-lang
yubrew has joined #ruby-lang
jcs222 has quit [Ping timeout: 240 seconds]
chouhoulis has quit [Ping timeout: 240 seconds]
jcs222 has joined #ruby-lang
ikrima has quit [Ping timeout: 264 seconds]
yubrew has quit [Ping timeout: 264 seconds]
daturkel has quit [Ping timeout: 245 seconds]
jcs222 has quit [Ping timeout: 240 seconds]
jcs222 has joined #ruby-lang
polydius has quit [Quit: EOF]
jcs222 has quit [Ping timeout: 240 seconds]
jonahR has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
yfeldblu_ has joined #ruby-lang
jcs222 has joined #ruby-lang
joelroa has quit [Ping timeout: 252 seconds]
yfeldblum has quit [Ping timeout: 265 seconds]
banek has quit [Ping timeout: 252 seconds]
jcs222 has quit [Ping timeout: 240 seconds]
robbyoconnor has joined #ruby-lang
jcs222 has joined #ruby-lang
elliotec has joined #ruby-lang
mdub has joined #ruby-lang
woollyams has quit [Ping timeout: 252 seconds]
jcs222 has quit [Ping timeout: 240 seconds]
jcs222 has joined #ruby-lang
jcs222 has quit [Ping timeout: 240 seconds]
ikrima has joined #ruby-lang
jonahR has quit [Quit: jonahR]
robbyoconnor has quit [Read error: Operation timed out]
vlad_starkov has joined #ruby-lang
jcs222 has joined #ruby-lang
polydius has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
robbyoconnor has joined #ruby-lang
jtw has quit []
rickhull has quit [Quit: Leaving.]
elliotec has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 252 seconds]
jcs222 has quit [Ping timeout: 252 seconds]
jcs222 has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
Senjai has quit [Read error: Connection reset by peer]
joelroa has joined #ruby-lang
ruby_n_max has quit [Quit: ruby_n_max]
jcs222 has quit [Ping timeout: 252 seconds]
chouhoulis has joined #ruby-lang
jcs222 has joined #ruby-lang
ruby_n_max has joined #ruby-lang
ledestin has quit [Ping timeout: 244 seconds]
joelroa has quit [Ping timeout: 240 seconds]
jcs222 has quit [Ping timeout: 240 seconds]
elliotec has quit [Remote host closed the connection]
jcs222 has joined #ruby-lang
yubrew has joined #ruby-lang
sdouglas has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
jcs222 has quit [Ping timeout: 265 seconds]
jcs222 has joined #ruby-lang
kalehv has quit [Remote host closed the connection]
kalehv has joined #ruby-lang
alexju has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
jcs222 has quit [Remote host closed the connection]
kalehv has quit [Ping timeout: 240 seconds]
jcs222 has joined #ruby-lang
mykoweb has joined #ruby-lang
noober3 has joined #ruby-lang
mykoweb_ has joined #ruby-lang
<noober3> was wondering how to write this correctly not sure how: <% if zombie.tweets.count > 1 %>
diegoviola has quit [Remote host closed the connection]
jcs222 has quit [Ping timeout: 240 seconds]
<noober3> the conditional causes an the problem and not sure how to deal with it
jcs222 has joined #ruby-lang
mykoweb has quit [Ping timeout: 264 seconds]
r0bby has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 264 seconds]
<centrx> noober3, Causes what problem? Looks fine as is
jcs222 has quit [Remote host closed the connection]
jcs222 has joined #ruby-lang
<noober3> oh actually i think i had a problem in the code right before, thanks
<centrx> noober3, Also, since I've seen you in here frequently, I will mention that #ruby is another Ruby channel which is often more active than this one, so if no one is here at a time, visit #ruby too
bzalasky has joined #ruby-lang
<centrx> noober3, And since it looks like you are using Rails, also #rubyonrails
<noober3> ok thanks for the info
<noober3> new to ruby/rails so this is good to know
rahul_j has joined #ruby-lang
jcs222 has quit [Ping timeout: 240 seconds]
<centrx> noober3, Welcome to the party!
sdouglas has joined #ruby-lang
jcs222 has joined #ruby-lang
vlad_starkov has joined #ruby-lang
JEG2_ has quit [Quit: Connection closed for inactivity]
r0bby has quit [Quit: Konversation terminated!]
Guest__ has quit [Ping timeout: 265 seconds]
<noober3> thanks
rkmetzl has joined #ruby-lang
noober3 has left #ruby-lang [#ruby-lang]
vlad_starkov has quit [Remote host closed the connection]
jcs222 has quit [Ping timeout: 240 seconds]
jcs222 has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
chouhoulis has quit [Remote host closed the connection]
yfeldblu_ has quit [Remote host closed the connection]
yubrew has joined #ruby-lang
rahul_j has joined #ruby-lang
joelroa has joined #ruby-lang
achru has quit [Remote host closed the connection]
achru has joined #ruby-lang
Senjai`work has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
Senjai`work is now known as Senjai
Senjai has quit [Changing host]
Senjai has joined #ruby-lang
ledestin has joined #ruby-lang
joelroa has quit [Ping timeout: 240 seconds]
phansch has joined #ruby-lang
phansch has quit [Client Quit]
kitak has quit [Read error: Connection reset by peer]
kitak has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
khaase has joined #ruby-lang
vlad_starkov has joined #ruby-lang
havenwood has quit [Ping timeout: 244 seconds]
centrx has quit [Quit: All this computer hacking is making me thirsty]
khaase has quit [Ping timeout: 240 seconds]
vlad_starkov has quit [Ping timeout: 264 seconds]
heftig has quit [Quit: Quitting]
yfeldblum has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
rahul_j has joined #ruby-lang
havenwood has joined #ruby-lang
ruby_n_max has quit [Quit: ruby_n_max]
fezziwig has joined #ruby-lang
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #ruby-lang
Atww has quit [Ping timeout: 264 seconds]
yubrew has joined #ruby-lang
jigfox has joined #ruby-lang
vlad_starkov has joined #ruby-lang
havenwood has quit [Ping timeout: 244 seconds]
yubrew has quit [Ping timeout: 240 seconds]
joelroa has joined #ruby-lang
mykoweb_ has quit [Remote host closed the connection]
arBmind has joined #ruby-lang
chouhoulis has joined #ruby-lang
znake has quit [Quit: Linkinus - http://linkinus.com]
x0f has quit [Ping timeout: 264 seconds]
joelroa has quit [Ping timeout: 264 seconds]
Waheedi has joined #ruby-lang
<Waheedi> I'm using URI.parse("http://asdasdas.com/#{value}")
<Waheedi> its giving me invalid uri
<Waheedi> because of the value
<Waheedi> while the value is set
chouhoulis has quit [Ping timeout: 265 seconds]
<Waheedi> once i replace it with something else it works
x0f has joined #ruby-lang
d4rkr4i has joined #ruby-lang
elliotec has joined #ruby-lang
elliotec_ has joined #ruby-lang
havenwood has joined #ruby-lang
fezziwig has quit [Remote host closed the connection]
bzalasky_ has joined #ruby-lang
setmeaway has joined #ruby-lang
elliotec has quit [Ping timeout: 240 seconds]
phansch has joined #ruby-lang
bzalasky has quit [Ping timeout: 264 seconds]
elliotec_ has quit [Remote host closed the connection]
khaase has joined #ruby-lang
elliotec has joined #ruby-lang
_ht has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
khaase has quit [Read error: Operation timed out]
toastynerd has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
omegahm has quit [Ping timeout: 245 seconds]
[spoiler] has joined #ruby-lang
RobertBirnie has quit [Read error: Connection reset by peer]
apeiros has quit [Ping timeout: 240 seconds]
RobertBirnie has joined #ruby-lang
shaman42 has quit [Quit: Changing server]
joelroa has joined #ruby-lang
mehlah has joined #ruby-lang
jigfox has quit [Quit: jigfox]
knu has quit [Ping timeout: 253 seconds]
srawlins has joined #ruby-lang
joelroa has quit [Ping timeout: 240 seconds]
tbuehlmann has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 244 seconds]
d4rkr4i1 has joined #ruby-lang
d4rkr4i has quit [Ping timeout: 240 seconds]
toastynerd has quit [Remote host closed the connection]
Guest__ has joined #ruby-lang
banek has joined #ruby-lang
yubrew has joined #ruby-lang
lsegal has joined #ruby-lang
apeiros has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
Guest__ has quit [Ping timeout: 244 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
amclain has quit [Quit: Leaving]
omegahm has joined #ruby-lang
polydius has quit [Quit: EOF]
mdub has quit [Ping timeout: 252 seconds]
arBmind has quit [Quit: Leaving.]
havenwood has quit [Remote host closed the connection]
CaptainJet has quit []
|jemc| has quit [Ping timeout: 264 seconds]
hahuang65 has joined #ruby-lang
mr-foobar has joined #ruby-lang
michd is now known as MichD
marcofernandez has quit [Ping timeout: 265 seconds]
ologNation has joined #ruby-lang
marcofernandez has joined #ruby-lang
khaase has joined #ruby-lang
srawlins has quit [Ping timeout: 245 seconds]
arBmind has joined #ruby-lang
hahuang65 has quit [Ping timeout: 245 seconds]
postmodern has quit [Quit: Leaving]
khaase_ has joined #ruby-lang
khaase has quit [Ping timeout: 264 seconds]
joelroa has joined #ruby-lang
srawlins has joined #ruby-lang
srawlins has quit [Changing host]
srawlins has joined #ruby-lang
joelroa has quit [Ping timeout: 244 seconds]
Cakey has quit [Ping timeout: 265 seconds]
tylersmi_ has quit [Remote host closed the connection]
woollyams has joined #ruby-lang
tylersmith has joined #ruby-lang
tylersmith has quit [Ping timeout: 265 seconds]
knu has joined #ruby-lang
yubrew has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
phansch has quit [Quit: WeeChat 0.4.2]
srawlins has quit [Ping timeout: 245 seconds]
yubrew has quit [Ping timeout: 240 seconds]
vlad_starkov has joined #ruby-lang
jsilver has quit [Read error: Connection reset by peer]
jsilver_ has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
anannie has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
rahul_j has joined #ruby-lang
Guest___ has joined #ruby-lang
lcdhoffman has joined #ruby-lang
broconne has joined #ruby-lang
dc5ala has joined #ruby-lang
solars has joined #ruby-lang
broconne has quit [Ping timeout: 240 seconds]
francisfish has quit [Remote host closed the connection]
francisfish has joined #ruby-lang
Guest___ has quit [Ping timeout: 244 seconds]
Cakey has joined #ruby-lang
Gue______ has joined #ruby-lang
francisfish has quit [Read error: Operation timed out]
<Waheedi> anyone here
elliotec has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
Gue______ has quit [Ping timeout: 240 seconds]
elliotec has quit [Ping timeout: 240 seconds]
Waheedi has quit [Quit: Waheedi]
Gue______ has joined #ruby-lang
Gue______ has quit [Max SendQ exceeded]
Gue______ has joined #ruby-lang
alexju has quit [Remote host closed the connection]
relix has joined #ruby-lang
prc has quit [Quit: Leaving.]
prc1 has joined #ruby-lang
anannie has quit [Remote host closed the connection]
anannie has joined #ruby-lang
Gue______ has quit [Ping timeout: 240 seconds]
jsrn has joined #ruby-lang
joelroa has joined #ruby-lang
benlovell has joined #ruby-lang
Cakey has quit [Ping timeout: 240 seconds]
joelroa has quit [Ping timeout: 240 seconds]
woollyams has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
yubrew has joined #ruby-lang
G________ has joined #ruby-lang
G________ has quit [Max SendQ exceeded]
prc1 has quit [Ping timeout: 244 seconds]
G________ has joined #ruby-lang
francisfish has joined #ruby-lang
mikecmpbll has joined #ruby-lang
futilegames has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
phansch has joined #ruby-lang
elliotec has joined #ruby-lang
mr-foobar has quit [Remote host closed the connection]
mr-foobar has joined #ruby-lang
G________ has quit [Read error: Connection reset by peer]
G________ has joined #ruby-lang
Rich_Morin has left #ruby-lang [#ruby-lang]
<ljarvis> moin
elliotec has quit [Ping timeout: 244 seconds]
mr-foobar has quit [Ping timeout: 265 seconds]
G________ has quit [Read error: Connection reset by peer]
G________ has joined #ruby-lang
<ljarvis> man I need to find better keys for indentation in vim
<ljarvis> everything sucks
tedstriker has joined #ruby-lang
anannie has quit [Remote host closed the connection]
elia has joined #ruby-lang
G________ has quit [Read error: Connection reset by peer]
skade has joined #ruby-lang
<yorickpeterse> morning
Guest___ has joined #ruby-lang
Guest___ has quit [Ping timeout: 265 seconds]
Guest___ has joined #ruby-lang
Guest___ has quit [Max SendQ exceeded]
Guest___ has joined #ruby-lang
rolfb has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
<maloik> gg=G
<maloik> (but I suppose you mean increasing or removing indentation)
<maloik> I still use the default, double tapping <
<maloik> :(
<yorickpeterse> shift + <
<yorickpeterse> or N + shift + < (or >
<ljarvis> yeah i mean in visual mode, when I double tap < it gets out of visual node (and using N + << sucks)
<yorickpeterse> e.g. 10 + shift > indents 10 levels to the right
<maloik> heh
<yorickpeterse> double tap? doesn't even work for me
<ljarvis> :<<
<yorickpeterse> Hm, seems SQS was borken last night
<maloik> double is so you can be on any char in the line and indent it
<ljarvis> shift does the same, indents then drops out of insert mode
<maloik> as opposed to having to select and press once
<yorickpeterse> ljarvis: eh? you can't use shift + <> in insert mode
<ljarvis> i want to indent/dedent(?) blocks of code without using N basically
<yorickpeterse> it's visual only, at least for me
<ljarvis> sorry i meant drops out of visual mode
<ljarvis> i want it to keep the block highlighted
<ljarvis> so i can keep indenting (or not)
<yorickpeterse> huh? It stays in visual for me
<ljarvis> does it keep the block selected?
Raycaster has quit [Ping timeout: 240 seconds]
<yorickpeterse> no
<ljarvis> that's what i want
<yorickpeterse> hmmm
<ljarvis> also wat, why does >> indent normal 2 spaces, yet %>> indents the entire file with 4 spaces
<ljarvis> vim y u so silleh
<maloik> I just use 3>> cause I've started to know how much to indent
<maloik> dont often miscount
Guest___ has quit [Read error: Connection reset by peer]
<ljarvis> well lard de dar
<ljarvis> mr non-miscounter
Guest___ has joined #ruby-lang
<ljarvis> i do not possess these gifts
<maloik> well you get used to it dont you ?
<maloik> yea you do
<maloik> you just havent tried yet
<ljarvis> you mean like a young superman, i am yet to fly
Raycaster has joined #ruby-lang
<maloik> uhm, sure..
<maloik> right I'm back to cursing at css and icon fonts
<yorickpeterse> "At the moment we are looking for speakers who cat tell about practical use of Rubinius. So we’ve found you on github.com/rubinius." Oh dayum
<yorickpeterse> that's the second time that shit got me somewhere
<yorickpeterse> The first time was for Rails Girls
<yorickpeterse> "You contribute to Rbx so we invited you" - had 2 commits in at that time
<yorickpeterse> I should get a turtleneck
Fushi has joined #ruby-lang
Fushi has quit [Changing host]
Fushi has joined #ruby-lang
Guest___ has quit [Read error: Connection reset by peer]
Guest___ has joined #ruby-lang
yubrew has joined #ruby-lang
joelroa has joined #ruby-lang
Guest___ has quit [Read error: Connection reset by peer]
Guest___ has joined #ruby-lang
vlad_starkov has joined #ruby-lang
yubrew has quit [Ping timeout: 244 seconds]
joelroa has quit [Ping timeout: 265 seconds]
zenspider has quit [Ping timeout: 252 seconds]
zenspider has joined #ruby-lang
Guest___ has quit [Read error: Connection reset by peer]
benlovell has quit [Ping timeout: 240 seconds]
marcdel has quit [Ping timeout: 240 seconds]
benlovell has joined #ruby-lang
dc5ala has quit [Quit: Ex-Chat]
charliesome has joined #ruby-lang
joonty has quit [Ping timeout: 244 seconds]
tbuehlmann has quit [Ping timeout: 252 seconds]
mbj has joined #ruby-lang
charlies_ has quit [Ping timeout: 264 seconds]
joonty has joined #ruby-lang
jcs222 has quit [Quit: leaving]
prc has joined #ruby-lang
vlad_starkov has quit []
marcdel has joined #ruby-lang
tbuehlmann has joined #ruby-lang
workmad3 has joined #ruby-lang
devgiant has joined #ruby-lang
benlovell has quit [Ping timeout: 240 seconds]
khaase_ is now known as khaase
khaase has quit [Changing host]
khaase has joined #ruby-lang
<yorickpeterse> is that a Javascript programmer in the wild?
benlovell has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
achru_ has joined #ruby-lang
achru has quit [Ping timeout: 252 seconds]
bzalasky_ has quit [Remote host closed the connection]
dilated_dinosaur has quit [Ping timeout: 252 seconds]
michael_mbp has quit [Excess Flood]
yubrew has joined #ruby-lang
chrismcg_ has joined #ruby-lang
michael_mbp has joined #ruby-lang
chrismcg_ has left #ruby-lang [#ruby-lang]
symm- has quit [Ping timeout: 240 seconds]
elliotec has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
chouhoulis has joined #ruby-lang
joelroa has joined #ruby-lang
elliotec has quit [Ping timeout: 252 seconds]
chouhoulis has quit [Ping timeout: 264 seconds]
joelroa has quit [Read error: Operation timed out]
achru_ has quit [Remote host closed the connection]
achru has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Changing host]
anannie has joined #ruby-lang
broconne has joined #ruby-lang
achru has quit [Remote host closed the connection]
Tn6o has quit [Remote host closed the connection]
Atw has joined #ruby-lang
mr-foobar has joined #ruby-lang
broconne has quit [Ping timeout: 240 seconds]
benlovell has quit [Ping timeout: 265 seconds]
francisfish has joined #ruby-lang
chrismcg has joined #ruby-lang
tkuchiki has quit [Ping timeout: 240 seconds]
anannie has quit [Remote host closed the connection]
kitak has quit [Remote host closed the connection]
<hackeron> hey, question about eventmachine - is there anyway to print a warning if the reactor is being blocked by anything? - how would one know if a library is blocking the reactor?
skade has quit [Quit: Computer has gone to sleep.]
benlovell has joined #ruby-lang
cored has joined #ruby-lang
cored has joined #ruby-lang
mbj has quit [Quit: leaving]
JohnBat26 has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
banek has quit [Remote host closed the connection]
JohnBat26 has joined #ruby-lang
yubrew has joined #ruby-lang
dostoyevsky has quit [Ping timeout: 240 seconds]
hahuang65 has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
Guedes has joined #ruby-lang
Guedes has joined #ruby-lang
Guedes has left #ruby-lang [#ruby-lang]
dharms has joined #ruby-lang
yubrew has quit [Ping timeout: 265 seconds]
hahuang65 has quit [Ping timeout: 240 seconds]
dharms has quit [Ping timeout: 240 seconds]
cored has quit [Ping timeout: 265 seconds]
Mon_Ouie has joined #ruby-lang
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
joelroa has joined #ruby-lang
benlovell has quit [Read error: Connection reset by peer]
sepp2k has joined #ruby-lang
benlovell has joined #ruby-lang
elia has joined #ruby-lang
joelroa has quit [Ping timeout: 265 seconds]
tbuehlmann has quit [Ping timeout: 252 seconds]
benlovell has quit [Ping timeout: 244 seconds]
chrismcg is now known as zz_chrismcg
francisfish has quit [Remote host closed the connection]
khaase_ has joined #ruby-lang
banek has joined #ruby-lang
tbuehlmann has joined #ruby-lang
khaase has quit [Ping timeout: 264 seconds]
benlovell has joined #ruby-lang
khaase_ has quit [Ping timeout: 240 seconds]
skade has joined #ruby-lang
Cakey has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
francisfish has joined #ruby-lang
tkuchiki has joined #ruby-lang
bin7me has joined #ruby-lang
Squarepy has joined #ruby-lang
benlovell has quit [Quit: Lost terminal]
benlovell has joined #ruby-lang
marcofernandez has quit [Quit: 전 이만 갑니다.]
yubrew has joined #ruby-lang
dostoyevsky has joined #ruby-lang
shinnya has joined #ruby-lang
<matti> ;]
yubrew has quit [Ping timeout: 240 seconds]
<gnufied> hackeron: there is no way
<matti> Yorick ;)
<gnufied> hackeron: at least no builtin way. if you must have, you need to watch for library calls that will result in blocking call. in real world there are only two big culprits of that - database request and external web service call
francisfish has quit [Remote host closed the connection]
ijoe has joined #ruby-lang
<yorickpeterse> matti: WHAT
<yorickpeterse> oh
<ijoe> hi all
<ijoe> hi yorickpeterse
zz_chrismcg is now known as chrismcg
<yorickpeterse> (¯ε¯ )
setmeaway has quit [Read error: Connection reset by peer]
achru has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
joelroa has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Changing host]
anannie has joined #ruby-lang
achru_ has joined #ruby-lang
achru has quit [Ping timeout: 240 seconds]
lunsford has joined #ruby-lang
joelroa has quit [Ping timeout: 264 seconds]
nhmood has joined #ruby-lang
riffraff has joined #ruby-lang
Guest___ has joined #ruby-lang
jgpawletko has joined #ruby-lang
Guest___ has quit [Ping timeout: 240 seconds]
cored has quit [Ping timeout: 252 seconds]
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
eugmill has joined #ruby-lang
Tn6o has joined #ruby-lang
yubrew has joined #ruby-lang
benlovell has quit [Ping timeout: 240 seconds]
goatish_mound has joined #ruby-lang
anannie has quit [Remote host closed the connection]
yubrew has quit [Ping timeout: 264 seconds]
rsl has quit [Ping timeout: 240 seconds]
rolfb has quit [Quit: Leaving...]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jsilver has joined #ruby-lang
jtw has joined #ruby-lang
anannie has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Changing host]
jsilver_ has quit [Read error: Connection reset by peer]
vondruch has quit [Ping timeout: 264 seconds]
anannie has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
<yorickpeterse> Writing multi-lingual date parsers is actually pretty interesting
<yorickpeterse> Apparently we even have some code dealing with Cebuano
<yorickpeterse> TIL
enebo has joined #ruby-lang
<apeiros> :)
<yorickpeterse> Vim is so bad at rendering Japanese though
anannie has joined #ruby-lang
joelroa has joined #ruby-lang
mykoweb has joined #ruby-lang
shinnya has quit [Ping timeout: 264 seconds]
khaase has joined #ruby-lang
khaase has joined #ruby-lang
khaase has quit [Changing host]
G________ has joined #ruby-lang
benlovell has quit [Ping timeout: 244 seconds]
joelroa has quit [Ping timeout: 265 seconds]
<gnufied> no wonder Ruby was written in Emacs
<gnufied> you are not too late to swithc
<gnufied> switch*
dik_dak has joined #ruby-lang
anannie has quit [Remote host closed the connection]
Cakey has quit [Ping timeout: 244 seconds]
G________ has quit [Ping timeout: 244 seconds]
anannie has joined #ruby-lang
anannie has quit [Changing host]
anannie has joined #ruby-lang
francisfish has joined #ruby-lang
cored has quit [Ping timeout: 265 seconds]
prc has quit [Quit: Leaving.]
prc has joined #ruby-lang
cored has joined #ruby-lang
cnivolle has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
alexju has joined #ruby-lang
ikrima has quit [Ping timeout: 265 seconds]
prc has quit [Ping timeout: 244 seconds]
apeiros has quit [Ping timeout: 265 seconds]
ylluminate has joined #ruby-lang
dilated_dinosaur has joined #ruby-lang
momomomomo has joined #ruby-lang
yubrew has joined #ruby-lang
rahul_j has joined #ruby-lang
<[spoiler]> yorickpeterse: TIL Cebuano is a... something somewhere. :P
anannie has quit [Remote host closed the connection]
yubrew has quit [Ping timeout: 240 seconds]
JohnBat26 has quit [Read error: Operation timed out]
[spoiler] has quit [Quit: Bomboyage!]
skade has quit [Quit: Computer has gone to sleep.]
Mon_Ouie has quit [Ping timeout: 240 seconds]
rkmetzl has quit [Quit: rkmetzl]
benlovell has joined #ruby-lang
<maloik> I hear about things being things in a lot of places most of the time
<maloik> baffling isn't it
<maloik> :-)
rkmetzl has joined #ruby-lang
tbuehlmann has quit [Ping timeout: 252 seconds]
<yorickpeterse> gnufied: are you telling me to worship Satan?
anannie has joined #ruby-lang
anannie has quit [Changing host]
anannie has joined #ruby-lang
imperator has joined #ruby-lang
lunsford has quit [Read error: Connection reset by peer]
lunsford_ has joined #ruby-lang
<benlovell> yorickpeterse: i'm accepted for rubyc so I guess I'll see you there, hail satan.
davidko has quit [Remote host closed the connection]
hahuang65 has joined #ruby-lang
davidko has joined #ruby-lang
<yorickpeterse> nice
<yorickpeterse> uo'
<yorickpeterse> fuck
<yorickpeterse> * You're going to do a jruby talk?
tbuehlmann has joined #ruby-lang
Thanatermesis has quit [Read error: Connection reset by peer]
apeiros has joined #ruby-lang
bin7me has quit [Ping timeout: 265 seconds]
sdouglas has joined #ruby-lang
bin7me has joined #ruby-lang
hahuang65 has quit [Ping timeout: 240 seconds]
anannie has quit [Remote host closed the connection]
dharms has joined #ruby-lang
eugmill has quit [Remote host closed the connection]
Thanatermesis has joined #ruby-lang
Thanatermesis has quit [Changing host]
Thanatermesis has joined #ruby-lang
bradcliffe has joined #ruby-lang
seanlinsley has quit [Quit: …]
eugmill has joined #ruby-lang
rkmetzl has left #ruby-lang [#ruby-lang]
davidko has quit []
joelroa has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Changing host]
anannie has joined #ruby-lang
achru_ has quit [Ping timeout: 244 seconds]
anannie has quit [Remote host closed the connection]
momomomomo has quit [Ping timeout: 264 seconds]
anannie has joined #ruby-lang
anannie has quit [Changing host]
anannie has joined #ruby-lang
anannie has quit [Remote host closed the connection]
agarie has joined #ruby-lang
anannie has joined #ruby-lang
joelroa has quit [Ping timeout: 265 seconds]
yubrew has joined #ruby-lang
m4n1f3st0 has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
bin7me has quit [Quit: Leaving]
sdouglas has quit [Remote host closed the connection]
anannie has quit [Ping timeout: 252 seconds]
nathanstitt has joined #ruby-lang
diegoviola has joined #ruby-lang
<cored> yorickpeterse: weren't you worshiping Satan already?
rippa has joined #ruby-lang
<yorickpeterse> do I look like some emo to you?
diegoviola has quit [Ping timeout: 240 seconds]
<yorickpeterse> "NotImplementedError: the Digest::SHA256() function is unimplemented on this machine"
<yorickpeterse> jruby wat
lcdhoffman has quit [Quit: lcdhoffman]
<yorickpeterse> things get interesting when you start 100 threads in Rubby
sepp2k has quit [Read error: Connection reset by peer]
<yorickpeterse> on a 32 core machine
<yorickpeterse> <3 AWS
<imperator> yorickpeterse, ran into that with an older version of openssl i think
sdouglas has joined #ruby-lang
<yorickpeterse> hm
<yorickpeterse> at least it's comforting to see it's not just Rbx shitting itself at this size
<yorickpeterse> got a random syntax error as well
<yorickpeterse> which on the 2nd run worked fine
<imperator> testing out jruby and rubinius?
bzalasky has joined #ruby-lang
<yorickpeterse> both pretty much
<yorickpeterse> "java.lang.OutOfMemoryError: GC overhead limit exceeded " lol
<imperator> what are you trying to do?
<yorickpeterse> big data
<imperator> this just some stress test script?
momomomomo has joined #ruby-lang
<yorickpeterse> No, this is an actual app
<yorickpeterse> well, it's a hacked app because we need some reports and shit
<yorickpeterse> but it uses prod stuff
<yorickpeterse> it uses jruby because it binds to some Java researchers code
<yorickpeterse> researchers code is the worst
diegoviola has joined #ruby-lang
<imperator> -XX:-UseConcMarkSweepGC says the intertubes
<yorickpeterse> wait, the GC is not concurrent by default?
anjen has joined #ruby-lang
symm- has joined #ruby-lang
<yorickpeterse> hm, that option is apparently unknown for me
<imperator> -Xmx1024m
<yorickpeterse> Hm, apparently I have to set it in JAVA_OPTS it seems
<gnufied> just increase the max size, you should be fine
<gnufied> max heap size
<yorickpeterse> CPU%: 1334
<yorickpeterse> kik
<ljarvis> so close
<gnufied> yorickpeterse: what is default GC depends on if JVM is running in Server mode or Client code
<gnufied> mode*
<yorickpeterse> ah
<gnufied> the default Server mode GC is concurrent
<yorickpeterse> I need more of these c3.8xlarge instances
<yorickpeterse> MOAR
<yorickpeterse> maybe then Ruby will scale
seanlinsley has joined #ruby-lang
<gnufied> that is threads right?
<yorickpeterse> Yes
<gnufied> duh, they look like processes?
<yorickpeterse> yeah normally I show them in a different color but I didn't really configure htop on this instance
rahul_j has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Changing host]
anannie has joined #ruby-lang
toastynerd has joined #ruby-lang
khaase has quit [Remote host closed the connection]
Guest___ has joined #ruby-lang
ruby_n_max has joined #ruby-lang
khaase has joined #ruby-lang
khaase has quit [Changing host]
khaase has joined #ruby-lang
tedstriker has quit [Ping timeout: 240 seconds]
anannie has quit [Remote host closed the connection]
Senjai has quit [Quit: WeeChat 0.3.7]
<imperator> yorickpeterse, obviously you need to convert this code to erlang
<yorickpeterse> actually
<yorickpeterse> well no
<yorickpeterse> this code already consists of Ruby, Python, Java, Perl and C
<imperator> what's one more language?
<imperator> it's wafer thin
<yorickpeterse> wat
scampbell has joined #ruby-lang
Guest___ has quit [Ping timeout: 240 seconds]
khaase has quit [Ping timeout: 245 seconds]
toastynerd has quit [Remote host closed the connection]
joonty_ has joined #ruby-lang
Tn6o has quit [Remote host closed the connection]
Tn6o has joined #ruby-lang
Tn6o has quit [Client Quit]
dannysmith has joined #ruby-lang
joonty has quit [Ping timeout: 244 seconds]
dannysmith has quit [Client Quit]
dannysmith has joined #ruby-lang
joelroa has joined #ruby-lang
heftig has joined #ruby-lang
joelroa has quit [Read error: Operation timed out]
vlad_starkov has joined #ruby-lang
bradcliffe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Onixs_ has quit [Ping timeout: 240 seconds]
joonty_ is now known as joonty
anjen has quit [Quit: anjen]
mehlah has quit [Quit: Leaving...]
bradcliffe has joined #ruby-lang
futilegames has quit [Quit: futilegames]
tylersmith has joined #ruby-lang
<pipework> imperator: Clearly they need some clojure.
dwknoxy has joined #ruby-lang
RobertBirnie has joined #ruby-lang
lcdhoffman has joined #ruby-lang
postmodern has joined #ruby-lang
mehlah has joined #ruby-lang
someperson has joined #ruby-lang
<hackeron> gnufied: hmm, so there's no way to at least add a hook that will check how long since the last event loop and if this value gets over say 500ms, then at least that would give an indication that something is blocking
<someperson> there an easy way to flatten a hash of arrays, where some arrays might also contain a hash
<someperson> i want to flatten the whole darn thing all at once, getting only the values, none of the keys
<gnufied> hackeron: there is a method called on_next_tick which you can use to track that
<gnufied> sorry, it is just called next_tick
<gnufied> using it perhaps you can track how fast your loops are turning
meizaps has joined #ruby-lang
ratmav has joined #ruby-lang
skade has joined #ruby-lang
dannysmith has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
phansch has quit [Quit: WeeChat 0.4.2]
dannysmith has joined #ruby-lang
dannysmith has quit [Client Quit]
chouhoulis has joined #ruby-lang
imperator has quit [Ping timeout: 252 seconds]
heftig has quit [Ping timeout: 240 seconds]
d4rkr4i has joined #ruby-lang
d4rkr4i1 has quit [Ping timeout: 265 seconds]
|jemc| has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
Squarepy has quit [Quit: Leaving]
benlovell has quit [Ping timeout: 244 seconds]
d4rkr4i1 has joined #ruby-lang
d4rkr4i has quit [Read error: Connection reset by peer]
sdouglas has quit [Remote host closed the connection]
Senjai`work has joined #ruby-lang
anjen has joined #ruby-lang
Senjai`work has quit [Changing host]
Senjai`work has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
chouhoulis has joined #ruby-lang
michaeldeol has joined #ruby-lang
anannie has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Changing host]
RobertBirnie has joined #ruby-lang
m4n1f3st0 has quit [Ping timeout: 240 seconds]
jsrn has quit [Read error: Operation timed out]
bradcliffe has quit [Quit: Textual IRC Client: www.textualapp.com]
bradcliffe has joined #ruby-lang
leandrosnunes has joined #ruby-lang
tbuehlmann has quit [Quit: Leaving]
m4n1f3st0 has joined #ruby-lang
amsi has joined #ruby-lang
leandros1 has joined #ruby-lang
benlovell has joined #ruby-lang
leandrosnunes has quit [Ping timeout: 244 seconds]
toastynerd has joined #ruby-lang
enebo has quit [Quit: enebo]
anannie has quit [Remote host closed the connection]
anannie has joined #ruby-lang
leandros1 has quit [Ping timeout: 240 seconds]
jsullivandigs has quit [Remote host closed the connection]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
w1zeman1p has joined #ruby-lang
michaeldeol has joined #ruby-lang
joelroa has joined #ruby-lang
fraterlaetus has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
sepp2k has joined #ruby-lang
havenwood has joined #ruby-lang
jhass|off is now known as jhass
joelroa has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
anannie has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
Cakey has quit [Ping timeout: 265 seconds]
<ratmav> i need some pointers getting started on parsing a binary dump into udp packets.
devgiant_ has joined #ruby-lang
<ratmav> how do i take a binary file i captured from a UDP stream and reparse the packets out so i can resend them?
lcdhoffman has quit [Quit: lcdhoffman]
devgiant has quit [Ping timeout: 244 seconds]
eugmill has quit [Remote host closed the connection]
skade has joined #ruby-lang
elliotec has joined #ruby-lang
ruby_n_max has quit [Quit: ruby_n_max]
phrozen77 has quit [Changing host]
phrozen77 has joined #ruby-lang
sdouglas has joined #ruby-lang
dilated_dinosaur has quit [Ping timeout: 245 seconds]
someperson has left #ruby-lang [#ruby-lang]
nathanso_ has joined #ruby-lang
m4n1f3st0 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ruby-lang036 has joined #ruby-lang
nathansoz has quit [Ping timeout: 241 seconds]
skade has quit [Ping timeout: 244 seconds]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mykoweb has quit [Remote host closed the connection]
elliotec has quit [Remote host closed the connection]
benlovell has quit [Ping timeout: 264 seconds]
ratmav has quit [Quit: Leaving]
elliotec has joined #ruby-lang
eugmill has joined #ruby-lang
ylluminate has quit [Quit: Bye!]
toastynerd has joined #ruby-lang
michaeldeol has joined #ruby-lang
leandros1 has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
elliotec has quit [Ping timeout: 252 seconds]
eugmill has quit [Remote host closed the connection]
toastynerd has joined #ruby-lang
leandrosnunes has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
Waheedi has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
cnivolle_ has joined #ruby-lang
leandros1 has quit [Ping timeout: 244 seconds]
leandros1 has joined #ruby-lang
leandros1 has quit [Remote host closed the connection]
francisfish has quit [Remote host closed the connection]
anjen has quit [Quit: anjen]
leandrosnunes has quit [Ping timeout: 244 seconds]
cnivolle has quit [Ping timeout: 265 seconds]
mikecmpbll has quit [Ping timeout: 265 seconds]
cnivolle_ has quit [Ping timeout: 244 seconds]
cnivolle has joined #ruby-lang
marcdel has quit []
saarinen has joined #ruby-lang
mahlon has quit [Remote host closed the connection]
jsullivandigs has quit [Remote host closed the connection]
mahlon has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
mahlon has quit [Client Quit]
m4n1f3st0 has joined #ruby-lang
sdouglas has quit [Ping timeout: 265 seconds]
__butch__ has joined #ruby-lang
yfeldblum has joined #ruby-lang
alexju has quit [Ping timeout: 241 seconds]
workmad3 has quit [Read error: Operation timed out]
elia has quit [Ping timeout: 269 seconds]
DEac-_ has joined #ruby-lang
joelroa has joined #ruby-lang
DEac- has quit [Read error: Connection reset by peer]
m4n1f3st0 has quit [Ping timeout: 241 seconds]
ruby-lang917 has joined #ruby-lang
scampbell has quit [Remote host closed the connection]
mahlon has joined #ruby-lang
joelroa has quit [Ping timeout: 240 seconds]
havenwood has quit []
<ruby-lang917> Any Sinatra folk have a reference for a sign-in system with DataMapper as the db
<ruby-lang917> i'm having major trouble implementing this
<ruby-lang917> I've tried this: http://skli.se/2013/03/08/sinatra-warden-auth/
eugmill has joined #ruby-lang
scampbell has joined #ruby-lang
m4n1f3st0 has joined #ruby-lang
enebo has joined #ruby-lang
jperry_ has joined #ruby-lang
hahuang65 has joined #ruby-lang
andy4thehuynh has joined #ruby-lang
ruby-lang917 has quit [Quit: Page closed]
centrx has joined #ruby-lang
<andy4thehuynh> Anyone have success w/ user authentication with Sinatra? I've tried http://skli.se/2013/03/08/sinatra-warden-auth/ with no luck. Any better references?
jperry_ has quit [Ping timeout: 265 seconds]
cored has quit [Ping timeout: 252 seconds]
vlad_starkov has quit [Remote host closed the connection]
mehlah has quit [Quit: Leaving...]
francisfish has joined #ruby-lang
eugmill has quit [Remote host closed the connection]
eugmill has joined #ruby-lang
vlad_starkov has joined #ruby-lang
elliotec has joined #ruby-lang
skade has joined #ruby-lang
Coincidental has joined #ruby-lang
heftig has joined #ruby-lang
bzalasky has quit [Remote host closed the connection]
imperator has joined #ruby-lang
sepp2k1 has joined #ruby-lang
sepp2k has quit [Ping timeout: 265 seconds]
centrx has quit [Quit: All this computer hacking is making me thirsty]
eugmill has quit [Remote host closed the connection]
eugmill has joined #ruby-lang
CaptainJet has joined #ruby-lang
benanne has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
vlad_starkov has quit [Read error: No route to host]
sdouglas has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
lcdhoffman has joined #ruby-lang
anannie has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Changing host]
Coincidental has quit [Remote host closed the connection]
Coincidental has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
lcdhoffman has quit [Ping timeout: 264 seconds]
yfeldblum has quit [Ping timeout: 265 seconds]
andy4thehuynh has left #ruby-lang [#ruby-lang]
andy4thehuynh has joined #ruby-lang
<andy4thehuynh> hello?
nisstyre has joined #ruby-lang
yfeldblu_ has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
Waheedi has quit [Ping timeout: 240 seconds]
bzalasky has joined #ruby-lang
skade has quit [Ping timeout: 264 seconds]
alexju has joined #ruby-lang
andy4thehuynh has quit []
lcdhoffman has joined #ruby-lang
Waheedi has joined #ruby-lang
futilegames has joined #ruby-lang
mykoweb has joined #ruby-lang
vlad_sta_ has quit [Remote host closed the connection]
tbuehlmann has joined #ruby-lang
joelroa has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
crankharder has quit [Quit: leaving]
crankharder has joined #ruby-lang
andy4thehuynh has joined #ruby-lang
joelroa has quit [Ping timeout: 240 seconds]
gix has joined #ruby-lang
<andy4thehuynh> Does anyone have a good guide to User authentication w/ Sinatra? Possibly with DataMapper as the db? I tried: http://skli.se/2013/03/08/sinatra-warden-auth/ but got no results
sdouglas has quit [Ping timeout: 265 seconds]
ruby-idiot has joined #ruby-lang
ologNation has quit [Read error: Connection reset by peer]
mikecmpbll has joined #ruby-lang
<ruby-idiot> Hey all
gix- has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby-lang
minim has joined #ruby-lang
<andy4thehuynh> sup ruby-idiot
tbuehlmann has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
arBmind has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nisstyre has quit [Quit: WeeChat 0.4.3]
jtw has quit [Ping timeout: 240 seconds]
<yorickpeterse> andy4thehuynh: asking the same question 3 times when nobody answers won't help
<yorickpeterse> it means either nobody is here or nobody really knows an answer
yfeldblum has quit [Remote host closed the connection]
<yorickpeterse> Also, asking "I tried X but it didn't work" isn't going to help, there's no question in there
Coincidental has quit [Remote host closed the connection]
jsutt has joined #ruby-lang
cnivolle has quit [Ping timeout: 240 seconds]
lcdhoffman has quit [Quit: lcdhoffman]
<andy4thehuynh> just installed an irc client. didn't know if it went through
solars has quit [Ping timeout: 252 seconds]
<andy4thehuynh> thanks anyways yorickpeterse
yubrew has quit []
tbuehlmann has joined #ruby-lang
jtw has joined #ruby-lang
m4n1f3st0 has quit [Ping timeout: 252 seconds]
czetter has joined #ruby-lang
charliesome has joined #ruby-lang
<yorickpeterse> Asking a more specific question will probably help
yubrew has joined #ruby-lang
eugmill has quit [Remote host closed the connection]
m4n1f3st0 has joined #ruby-lang
yfeldblum has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
clamstar has joined #ruby-lang
<andy4thehuynh> duly noted. gratzi yorickpeterse
imperator2 has joined #ruby-lang
eugmill has joined #ruby-lang
<andy4thehuynh> So there's Warden, Authlogic, authenticating w/ Twitter...
<andy4thehuynh> Is one service more secure than the other?
mykoweb has joined #ruby-lang
jayne_ has joined #ruby-lang
Atww has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
m4n1f3st_ has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
<yorickpeterse> No, they serve different needs
Paradox has quit [Ping timeout: 265 seconds]
Guest8320 has quit [Ping timeout: 265 seconds]
m4n1f3st0 has quit [Ping timeout: 265 seconds]
imperator has quit [Read error: Connection reset by peer]
mjc_ has quit [Ping timeout: 265 seconds]
mitchty has joined #ruby-lang
w1zeman1p has quit [Remote host closed the connection]
jayne has quit [Read error: Connection reset by peer]
Atw has quit [Remote host closed the connection]
bcardarella_ has quit [Ping timeout: 265 seconds]
existensil has quit [Ping timeout: 265 seconds]
aef has quit [Ping timeout: 265 seconds]
<yorickpeterse> warden is a low level authentication framework with other things (e.g. Devise) being built on top of it
Paradox has joined #ruby-lang
bcardarella_ has joined #ruby-lang
mjc_ has joined #ruby-lang
<yorickpeterse> Most of these will probably use bcrypt or similar so in terms of password hashing they are similar
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Coincidental has joined #ruby-lang
aef has joined #ruby-lang
Fushi has quit [Quit: Connection closed for inactivity]
sdouglas has quit [Ping timeout: 244 seconds]
<ljarvis> warden is awesome
mykoweb has quit [Remote host closed the connection]
d4rkr4i1 has quit [Quit: Leaving.]
riffraff has quit [Quit: Leaving]
diegoviola has quit [Quit: WeeChat 0.4.3]
cnivolle has joined #ruby-lang
chouhoulis has joined #ruby-lang
<andy4thehuynh> I have a dictionary app where Users sign up, define words and can see the words they looked up when they're signed in
elia has joined #ruby-lang
jtw has quit [Ping timeout: 240 seconds]
<andy4thehuynh> Would using twitter authentication suffice? Or should I look to an alternative?
<andy4thehuynh> thanks for the feedback ya'll
ologNation has joined #ruby-lang
<ljarvis> andy4thehuynh: that is a decision only you can make
<ljarvis> ask yourself the same question
<andy4thehuynh> cool. didn't realize choosing auth was that simple. twitter seems like fun. thanks ljarvis
<ljarvis> do you want users to have alternative methods of signing up? or just twitter?
<ljarvis> andy4thehuynh: well, you're building it
<ljarvis> so you to make all those decisions
<ljarvis> get ^
jtw has joined #ruby-lang
<andy4thehuynh> ooo didn't hit me they wouldn't have an alternative other than twitter
sdouglas has joined #ruby-lang
MindfulMonk has quit [Ping timeout: 265 seconds]
joelroa has joined #ruby-lang
nifoc has quit [Ping timeout: 265 seconds]
<andy4thehuynh> appreciate the input ljarvis. i got something to think about
Waheedi has quit [Quit: Waheedi]
Waheedi has joined #ruby-lang
MindfulMonk has joined #ruby-lang
DarkBushido has quit [Ping timeout: 265 seconds]
zenojis has quit [Quit: No Ping reply in 180 seconds.]
nifoc has joined #ruby-lang
zenojis has joined #ruby-lang
joelroa has quit [Ping timeout: 240 seconds]
DarkBushido has joined #ruby-lang
lcdhoffman has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdouglas has quit [Remote host closed the connection]
dharms has quit [Quit: dharms]
vlad_starkov has joined #ruby-lang
mykoweb has joined #ruby-lang
ijoe has quit [Ping timeout: 240 seconds]
elliotec has quit [Remote host closed the connection]
michaeldeol has joined #ruby-lang
_ht has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
ijoe_ has joined #ruby-lang
<dostoyevsky> Is the convention about "!" methods in ruby: We only use ! at the end of a method if there is an alternative method that has no ! its name?
<dostoyevsky> + in
<andy4thehuynh> bang methods (ex: Hash#merge!) throws errors if something goes wrong
eugmill has quit [Remote host closed the connection]
<jhass> andy4thehuynh: dostoyevsky that's the rails convention. The ruby core convention is that they're the self modifying variant of the non-bang version. Ruby core also follows the "only add a bang method if a non-bang variant exists" principle
<jhass> the smallest common denominator is that the bang indicates a certain dangerousnes
<dostoyevsky> is rails still popular these days? :)
eugmill has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
<jhass> I think it quite is
<tbuehlmann> dostoyevsky, grep for "rails" here: http://octoverse.github.com/
<andy4thehuynh> thanks for clarifying jhass. does self modifying mean you can write to it?
vlad_starkov has quit [Remote host closed the connection]
<jhass> self modifying means that object you call the method on is modified as opposed to returning a modified copy of it
ledestin has quit [Quit: ledestin]
<jhass> i. e. s = "foo\n"; s.chomp #=> "foo"; s #=> "foo\n"; s.chomp! #=> "foo"; s #=> "foo"; s.chomp! #=> nil
andy4thehuynh has quit [Remote host closed the connection]
eugmill has quit [Ping timeout: 244 seconds]
<dostoyevsky> a = [:a, :b, :c]; a.push(:d); a.slice!(2, 3); a.pop # it's slice! because there is also slice which does not modify a... for push/pop there is no such alternative...
futilegames has quit [Quit: futilegames]
havenwood has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
<tbuehlmann> there's #first and #last :)
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dharms has joined #ruby-lang
jcs222 has joined #ruby-lang
elliotec has joined #ruby-lang
cored has joined #ruby-lang
shinnya has joined #ruby-lang
<ljarvis> please dont use bang methods for 'stuff that might raise an error'
joelroa has joined #ruby-lang
loincloth has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
joelroa has quit [Ping timeout: 264 seconds]
elliotec has joined #ruby-lang
relix has quit [Quit: Textual IRC Client: www.textualapp.com]
agarie has quit [Remote host closed the connection]
thisirs has joined #ruby-lang
eugmill has joined #ruby-lang
rrzein has joined #ruby-lang
prc has joined #ruby-lang
banek has quit [Remote host closed the connection]
bjh13 has joined #ruby-lang
<apeiros> yeah, use bang methods for everything instead!
<apeiros> constantly live in the danger zone! :D
<rondale_sc> apeiros: I'm imagining you saying that like in the show Archer
MichD is now known as michd
<havenwood> Lana. Lana. Lana! Lanaaaaa!
<apeiros> haha
<rondale_sc> lol
<apeiros> so the use of bang methods is somehow connected to your mother?
<rondale_sc> that's an overheard (...over read? is that a thing)
eugmill has quit [Remote host closed the connection]
michaeldeol has joined #ruby-lang
eugmill has joined #ruby-lang
rrzein has quit [Ping timeout: 245 seconds]
jayne_ is now known as jayne
chouhoul_ has joined #ruby-lang
ologNation has quit [Ping timeout: 264 seconds]
chouhoulis has quit [Ping timeout: 240 seconds]
ledestin has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
ruby-lang983 has joined #ruby-lang
ruby-lang460 has joined #ruby-lang
centrx has joined #ruby-lang
imperator2 has quit [Ping timeout: 240 seconds]
<ruby-lang983> I'm getting some OpenSSL "cert already in hash table" errors when trying to send mail out using background workers--can anyone help me out?
existensil has joined #ruby-lang
m4n1f3st_ has quit []
andy4thehuynh has joined #ruby-lang
ruby-lang460 has quit [Ping timeout: 245 seconds]
andy4thehuynh has quit [Ping timeout: 240 seconds]
scampbell has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
<centrx> ruby-lang983, Any further information about these "background workers" you can provide?
ruby-lang983 has quit [Quit: Page closed]
<centrx> And...it's gone
minim has quit []
rzein has joined #ruby-lang
<rzein> Does anyone know anything about OpenSSL "cert already in hash table" errors?
<centrx> <centrx> ruby-lang983, Any further information about these "background workers" you can provide?
<centrx> rzein, Also try #ruby that channel is usually more active
alexju has quit [Remote host closed the connection]
nisstyre has joined #ruby-lang
joelroa has joined #ruby-lang
joelroa has quit [Ping timeout: 244 seconds]
jcs222 has quit [Quit: leaving]
Mon_Ouie has joined #ruby-lang
relix has joined #ruby-lang
minim has joined #ruby-lang
nisstyre has quit [Quit: WeeChat 0.4.3]
RitterJack has joined #ruby-lang
shinnya has quit [Ping timeout: 265 seconds]
<RitterJack> Hi
jgpawletko has quit [Quit: jgpawletko]
nisstyre has joined #ruby-lang
<centrx> Ahoy
joevandyk has quit [Quit: leaving]
<RitterJack> I am a newbie ruby dev. I need advice !
<centrx> Marvellous!
<centrx> Welcome to Ruby
<RitterJack> iI mean, should i try RoR now ? Or Ruby first ?
<darix> RitterJack: you will have to learn ruby while you get in touch with RoR anyway
yfeldblu_ has joined #ruby-lang
<RitterJack> Yep but only ruby first ?
<centrx> RitterJack, It might depend on your learning style, but you should probably start learning the basics of Ruby, and then at some point along the way decide to start with Rails
andy4thehuynh has joined #ruby-lang
<RitterJack> Ok, i'll do it
<RitterJack> any ideas for my first ruby "app" to learn ?
<centrx> RitterJack, You might enjoy Ruby Koans or RubyMonk (both free online)
yfeldblum has quit [Ping timeout: 240 seconds]
<RitterJack> already done !
<RitterJack> now i should do a real app
seanlinsley has quit [Quit: …]
jsullivandigs has joined #ruby-lang
achru has joined #ruby-lang
<jhass> RitterJack: thing about something you do regularly and that you could (partly) automate
<RitterJack> like a bash script ?
dharms has quit [Quit: dharms]
<jhass> except in ruby!
yubrew has quit [Remote host closed the connection]
<RitterJack> ok !
<RitterJack> i'll try it
<RitterJack> can we use unix cmd with ruby ? like cd, mkdir ..?
elliotec has quit [Remote host closed the connection]
<jhass> yes, look at the File, Dir and FileUtils classes
<jhass> feel free to ask for suggestions here once you're done
<jhass> (on how to make it nicer etc.)
<RitterJack> ok :)
<RitterJack> thx a lot
elliotec has joined #ruby-lang
achru has quit [Remote host closed the connection]
<RitterJack> i just need an idea
FastJack has quit [Ping timeout: 245 seconds]
<fraterlaetus> noob q:
<RitterJack> -_-
<fraterlaetus> how can I create use split to create a multi-dimensional array?
<jhass> fraterlaetus: provide input and expected output
FastJack has joined #ruby-lang
<fraterlaetus> ok
agarie has joined #ruby-lang
<fraterlaetus> collumns = `lsblk | grep NAME`.split(" ")
<fraterlaetus> <that works as expected>
<fraterlaetus> but should be rows...
<fraterlaetus> anyway
lunsford_ has quit [Quit: lunsford_]
<fraterlaetus> columns = `lsblk | grep -v NAME`.split("\n")
<fraterlaetus> <this produces lines, which I want to again split to map to "rows">
<jhass> just table = input.split("\n").map {|row| row.split }
<fraterlaetus> WOOT!
<fraterlaetus> Thank you!
bjh13 has quit [Quit: leaving]
ikrima has joined #ruby-lang
dharms has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has joined #ruby-lang
RitterJack has quit [Ping timeout: 245 seconds]
Asher has quit [Quit: Leaving.]
<rzein> anyone know anything about OpenSSL "cert already in hash table" errors in ruby?
yfeldblu_ has quit [Ping timeout: 240 seconds]
bradcliffe has quit [Quit: Textual IRC Client: www.textualapp.com]
<centrx> rzein, You already asked that question and then disappeared without a word.
imperator2 has joined #ruby-lang
<andy4thehuynh> Thanks jhass for the explanation for self-modifying methods. I learned something new today
Coincidental has quit [Remote host closed the connection]
arBmind has quit [Ping timeout: 240 seconds]
loincloth has quit [Remote host closed the connection]
joelroa has joined #ruby-lang
dharms has quit [Quit: dharms]
jhass is now known as jhass|off
yubrew has joined #ruby-lang
rzein has quit [Quit: Page closed]
joelroa has quit [Ping timeout: 264 seconds]
yubrew has quit [Ping timeout: 244 seconds]
vlad_starkov has quit [Remote host closed the connection]
elliotec has quit [Remote host closed the connection]
ruby-idiot has quit [Ping timeout: 245 seconds]
rrzein_ has joined #ruby-lang
seanlinsley has joined #ruby-lang
elliotec has joined #ruby-lang
prc has quit [Ping timeout: 240 seconds]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elliotec has quit [Remote host closed the connection]
<rrzein_> centrx, sorry about that... do you know who was trying to help? I must have not seen the message...
elliotec has joined #ruby-lang
<centrx> rrzein_, What they said basically was a) you need to ask a clearer question and b) Try #ruby which has more activity than this channel
<centrx> rrzein_, The question as you asked it in #rubyonrails sounds like a Heroku issue.
<centrx> rrzein_, Try #heroku
<zenspider> rawr
<rrzein_> centrx, ah i see. okay thanks
Coincidental has joined #ruby-lang
Asher has joined #ruby-lang
skade has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
basiliothecat has joined #ruby-lang
minim has quit []
Atww has quit [Ping timeout: 240 seconds]
benanne has quit [Quit: kbai]
<basiliothecat> Hi everybody! would be thankfull for tips with ri - having trouble to browse the docs compared to fetchig single pages, i went to folder where the ri files are and see a lot of promising names - e.g. syntax folder but don't know how to open the individual ri files. Any tips?
<zenspider> basiliothecat: `ri String#split`
<zenspider> ri String
<zenspider> ri split
<zenspider> etc
skade has quit [Read error: Connection reset by peer]
<basiliothecat> zenspider: yeah i got the basic syntax for querying. but i see files that doesn't seem to map to any classes or methods in the ri docs folder. And it's them that i'm wondering how to opern
skade has joined #ruby-lang
mehlah has joined #ruby-lang
<zenspider> basiliothecat: did you ASK about that? we're not psychic, we're ruby programmers
<zenspider> I answer the question given
<basiliothecat> zenspider: e.g. /usr/local/share/ri/xx/system/syntax/page-control-expressions_rdoc.ri
<basiliothecat> zendpider: sorry, thought i'd made that clear
vlad_starkov has joined #ruby-lang
symm- has quit [Read error: Connection reset by peer]
yfeldblum has quit [Remote host closed the connection]