imperator has quit [Quit: This computer has gone to sleep]
macmartine has quit [Read error: Connection reset by peer]
rohit has quit [Ping timeout: 248 seconds]
ryanf has quit [Read error: Connection reset by peer]
ryanf has joined #ruby-lang
ryanf has quit [Read error: Connection reset by peer]
ryanf has joined #ruby-lang
rohit has joined #ruby-lang
gsav has quit [Ping timeout: 268 seconds]
burgestrand has joined #ruby-lang
VGoff is now known as VGoff_afk
rohit has quit [Quit: Leaving]
yxhuvud has joined #ruby-lang
crackity_jones has joined #ruby-lang
|Vargas| has joined #ruby-lang
|Vargas| has quit [Changing host]
|Vargas| has joined #ruby-lang
kshah has joined #ruby-lang
<kshah>
randomize question.. is there any practical difference between where you purchase your SSL cert from in anyone's experience?
<kshah>
random*ish
banisterfiend has joined #ruby-lang
<bnagy>
some cost more?
<erikh>
root cert matters, outside of that you're paying for the certificate authority's credibility in not issuing certificates for you to someone else
<erikh>
... which, practically, isn't an issue. the whole CA system is pretty crooked and broken anyhow.
vlad_starkov has quit [Remote host closed the connection]
Madis has joined #ruby-lang
hachiya has joined #ruby-lang
vlad_starkov has joined #ruby-lang
chendo_ has quit [Ping timeout: 255 seconds]
chendo_ has joined #ruby-lang
xyz has quit [Ping timeout: 244 seconds]
mr_dynamix has quit [Quit: mr_dynamix]
chendo_ has quit [Ping timeout: 244 seconds]
imperator has quit [Quit: Leaving]
chendo_ has joined #ruby-lang
chendo_ has quit [Changing host]
chendo_ has joined #ruby-lang
xyz has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
banisterfiend has quit [Remote host closed the connection]
banisterfiend has joined #ruby-lang
chendo_ has quit [Ping timeout: 244 seconds]
chendo_ has joined #ruby-lang
<sush24>
weird… % screws up the string.. %% somehow works to print "%"
Hakon has joined #ruby-lang
m3nd3s has joined #ruby-lang
zarubin has quit []
jxie has quit [Quit: leaving]
Criztian has joined #ruby-lang
<Mon_Ouie>
This code doesn't give me the same output as yours, so there must be some context missing
<Mon_Ouie>
(b is "test+%40+again")
<Mon_Ouie>
What you're saying about % sounds like the behavior of Kernel#sprintf (and similar)
sailias has joined #ruby-lang
chendo_ has quit [Ping timeout: 244 seconds]
m3nd3s has quit [Read error: Connection timed out]
chendo_ has joined #ruby-lang
m3nd3s has joined #ruby-lang
kvirani has joined #ruby-lang
mistym_ has joined #ruby-lang
zarubin has joined #ruby-lang
Guedes has quit [Remote host closed the connection]
mr_dynamix has joined #ruby-lang
_malte has joined #ruby-lang
bryancp has joined #ruby-lang
mistym_ has quit [Remote host closed the connection]
m3nd3s has quit [Read error: Connection timed out]
Criztian has quit []
m3nd3s has joined #ruby-lang
sailias has quit [Quit: Leaving.]
justinmcp has joined #ruby-lang
Jay_Levitt has quit [Quit: Jay_Levitt]
rolfb has quit [Read error: Connection reset by peer]
rolfb has joined #ruby-lang
m3nd3s has quit [Read error: Connection timed out]
mistym_ has joined #ruby-lang
justinmc_ has joined #ruby-lang
yats has quit [Read error: Connection reset by peer]
cantonic has joined #ruby-lang
carloslopes has joined #ruby-lang
m3nd3s has joined #ruby-lang
justinmcp has quit [Ping timeout: 244 seconds]
davidw has joined #ruby-lang
<davidw>
any idea why this would fail? bundle exec ruby -e 'puts Open3' - it works on a number of systems, but not on one in particular, with Ruby 1.9.2
<judofyr>
davidw: require "open3" ?
m3nd3s has quit [Read error: Connection reset by peer]
judofyr has quit [Remote host closed the connection]
<Defusal>
banisterfiend, it probably doesnt work with 1.9.3 then, since with the gem active a class had no gen_extend method, but it's fine, i'll have to make another plan
rue|w has joined #ruby-lang
zmack has quit [Remote host closed the connection]
imajes has quit [Excess Flood]
runeb has quit [Remote host closed the connection]
<banisterfiend>
Defusal: but it compiles on 1.9.3 ?
alvaro_o has joined #ruby-lang
<Defusal>
bundler built it fine, but don't worry about it
<banisterfiend>
i get crazy build failures
<banisterfiend>
maybe u're on windows so u get the binaries
<banisterfiend>
anyway it's 4 years old and a ridiculous project
<banisterfiend>
:)
<Defusal>
linux, on my server, and it built the native extension fine :P
imajes has joined #ruby-lang
rue|w has quit [Ping timeout: 240 seconds]
sailias has joined #ruby-lang
<banisterfiend>
weird
headius has joined #ruby-lang
s0ra_h is now known as sora_h
PRITESHJAIN has joined #ruby-lang
Hakon has joined #ruby-lang
<Defusal>
banisterfiend, ah i see this server still has ruby 1.9.2p180
sush24 has quit [Quit: This computer has gone to sleep]
m3nd3s has joined #ruby-lang
sush24 has joined #ruby-lang
m3nd3s has quit [Remote host closed the connection]
lsegal has joined #ruby-lang
<wnd>
I can use Enumerable#sort_by{|t| [t.score, t.timestamp]} to sort a list of elements "by two factors". However, this way all factors are sorted in ascending order. If I want to have descending score and ascending timestamp, what is The way to do that? I suppose I could simply do #sort_by{|t| [-t.score, t.timestamp]} but the same kludge wouldn't work with strings or such.
m3nd3s has joined #ruby-lang
<wnd>
(put a #reverse where needed)
<wnd>
nevermind, reverse isn't needed in this example
sora_h is now known as s0ra_h
Carnage\ has joined #ruby-lang
sush24 has quit [Ping timeout: 252 seconds]
sailias1 has joined #ruby-lang
robotmay has quit [Remote host closed the connection]
sailias has quit [Ping timeout: 268 seconds]
nXqd has joined #ruby-lang
runeb has joined #ruby-lang
qwerxy has quit [Quit: offski]
arooni-mobile has joined #ruby-lang
tenderlove has joined #ruby-lang
qwerxy has joined #ruby-lang
runeb has quit [Ping timeout: 244 seconds]
sush24 has joined #ruby-lang
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
wallerdev has joined #ruby-lang
<wnd>
possibly to answer my own question: using Comparable
RickHull has quit [Ping timeout: 260 seconds]
ivanoats has quit [Remote host closed the connection]
Carnage\ has quit []
ivanoats has joined #ruby-lang
ivanoats has quit [Changing host]
ivanoats has joined #ruby-lang
Carnage\ has joined #ruby-lang
Guedes has joined #ruby-lang
Guedes has quit [Changing host]
Guedes has joined #ruby-lang
mrsolo has joined #ruby-lang
josh^ has quit [Ping timeout: 244 seconds]
s1n4 has joined #ruby-lang
sailias1 has quit [Quit: Leaving.]
sailias has joined #ruby-lang
savage- has joined #ruby-lang
areil_ has joined #ruby-lang
josh^ has joined #ruby-lang
areil has quit [Ping timeout: 240 seconds]
burgestrand has joined #ruby-lang
dfr|sf has joined #ruby-lang
RickHull has joined #ruby-lang
RickHull has quit [Changing host]
RickHull has joined #ruby-lang
carloslopes has quit [Quit: Leaving.]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
alex_kir_ has quit [Remote host closed the connection]
alex_kira has joined #ruby-lang
sepp2k has quit [Ping timeout: 246 seconds]
totallymike has quit [Ping timeout: 244 seconds]
s0ra_h is now known as sora_h
davidw has quit [Ping timeout: 268 seconds]
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
nguerin has joined #ruby-lang
towski has joined #ruby-lang
havenn has joined #ruby-lang
lun_ has joined #ruby-lang
kain has joined #ruby-lang
slainer68 has quit [Remote host closed the connection]
knu has joined #ruby-lang
cdt has quit [Quit: Ex-Chat]
sepp2k has joined #ruby-lang
butchanton has joined #ruby-lang
sora_h is now known as s0ra_h
havenn has quit [Remote host closed the connection]
yxhuvud has joined #ruby-lang
PRITESHJAIN has quit [Ping timeout: 245 seconds]
areil_ has quit [Ping timeout: 276 seconds]
qwerxy has quit [Quit: offski]
lolzie has joined #ruby-lang
tjadc has joined #ruby-lang
<lolzie>
I just generated a scaffold, then migrated a database to add a column, how can I regenerate my scaffold to comply with it again?
runeb has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 246 seconds]
<zzak>
lolzie: try #rubyonrails
<lolzie>
Ta
<lolzie>
So many ruby/rails channels!
havenn has joined #ruby-lang
havenn has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
elux has quit [Read error: Connection reset by peer]
runeb has quit [Ping timeout: 246 seconds]
wallerdev has quit [Quit: wallerdev]
<lun_>
lolzie: and none of them are really alive )
postmodern has joined #ruby-lang
<lolzie>
lun_: I noticed! Quite odd considering how much Ruby buzz I find on Google
alvaro_o has quit [Quit: Ex-Chat]
<lun_>
lolzie: yeah, python community in this case wins ;)
s1n4 has quit [Quit: leaving]
headius has quit [Quit: headius]
<wnd>
not with the language, though ;-)
alvaro_o has joined #ruby-lang
<injekt>
huh? this channel is rarely busy but the rails channel is always packed
matti has joined #ruby-lang
<lolzie>
Well why would #ruby-lang be busy when there's a #ruby
<lolzie>
(..Which isn't even busy itself)
<injekt>
because this one is official
<lolzie>
News to me, by naming convention you'd think #ruby was official
<injekt>
so it technically should be and #ruby should be destroyed with a massive dick
<injekt>
by naming convention? this channel is the same name as the website
havenn has joined #ruby-lang
<wnd>
and this channel is listed on the website
<lolzie>
Yeah but I'm pretty sure most people who want to chat about Ruby care more about the language than the website
nXqd has quit [Ping timeout: 272 seconds]
<lolzie>
I've been on that website maybe... once?
havenn has quit [Remote host closed the connection]
<injekt>
yeah, #ruby should redirect here
<injekt>
rue likes conversations about this
<zzak>
hogwash
<injekt>
HOG WASH
macmartine has quit [Quit: Computer has gone to sleep.]
shellox has joined #ruby-lang
<shellox>
hello
carloslopes has joined #ruby-lang
<injekt>
howdy
havenn has joined #ruby-lang
havenn has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
<shellox>
good good ;) and you?
havenn has joined #ruby-lang
<shellox>
can anyone may help me with an eventmachine issue? I try to build a IRC bot from scratch(without the eventmachine irc lib) and run into the issue that i cant join a channel. It seems to ignore the command
mylordangus has quit [Read error: Connection reset by peer]
<zzak>
rdoc -o tmp lib/time.rb time.c would suffice, right?
<drbrain>
yeh
|Vargas| has quit [Ping timeout: 260 seconds]
m3nd3s has quit [Read error: Connection timed out]
m3nd3s has joined #ruby-lang
nofxx has quit [Ping timeout: 248 seconds]
Asher has joined #ruby-lang
m3nd3s has quit [Remote host closed the connection]
RickHull has left #ruby-lang [#ruby-lang]
m3nd3s_ has joined #ruby-lang
workmad3 has joined #ruby-lang
<rhizmoe>
andrewvos: long story :)
crackity_jones has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
Criztian has joined #ruby-lang
elux has quit [Quit: Leaving...]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
toretore has quit [Quit: This computer has gone to sleep]
bryancp has quit [Remote host closed the connection]
solars has joined #ruby-lang
m3nd3s_ has quit [Read error: Connection timed out]
sailias has quit [Quit: Leaving.]
Carnage\ has quit []
tenderlove has joined #ruby-lang
tonni_ has joined #ruby-lang
tonni has quit [Read error: Connection reset by peer]
s0ra_h is now known as sora_h
wmoxam has joined #ruby-lang
tenderlove has quit [Ping timeout: 252 seconds]
lun__ has quit [Remote host closed the connection]
tonni_ has quit [Ping timeout: 246 seconds]
tonni has joined #ruby-lang
imajes has quit [Excess Flood]
deryl has joined #ruby-lang
havenn has quit [Remote host closed the connection]
deryl has quit [Client Quit]
Jay_Levitt has quit [Ping timeout: 265 seconds]
havenn has joined #ruby-lang
havenn has quit [Remote host closed the connection]
imajes has joined #ruby-lang
mistym has quit [Remote host closed the connection]
Hakon has quit [Read error: Connection reset by peer]
gsav_ has joined #ruby-lang
sora_h is now known as s0ra_h
gsav has quit [Ping timeout: 260 seconds]
gsav_ has quit [Ping timeout: 240 seconds]
bryancp has joined #ruby-lang
Austin__ has quit [Quit: Leaving.]
nXqd has quit [Ping timeout: 268 seconds]
<zenspider>
minitest 3.4.0 released. (rawr)
igotnolegs has joined #ruby-lang
<oddmunds>
zenspider: i read your siren thing and i thought it was a good read
fgomez has joined #ruby-lang
justinmcp has joined #ruby-lang
voker57 has joined #ruby-lang
voker57 has quit [Changing host]
voker57 has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
<zenspider>
oddmunds: thanks!
<zenspider>
there's so much high level writing about process and almost none about the low level stuff that I thought it might be interesting to write up
<oddmunds>
yeah, i'd like more like that
<zenspider>
also... harder than I thought to juggle the buffers in a way I liked while doing it... esp on a plane :)
<oddmunds>
buffling
<oddmunds>
i especially liked the bit where you refactored the test sort of, before you made it pass
CarlB_the_great has quit [Remote host closed the connection]
postmodern has quit [Quit: Leaving]
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
bryancp has quit [Remote host closed the connection]
<zenspider>
thanks!
vlad_starkov has joined #ruby-lang
stepnem has quit [Ping timeout: 252 seconds]
lcdhoffman has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 240 seconds]
butchanton has quit [Quit: Leaving.]
havenn has joined #ruby-lang
crackity_jones has quit [Quit: Computer has gone to sleep.]
s0ra_h is now known as sora_h
tjadc has quit [Ping timeout: 252 seconds]
naz has joined #ruby-lang
bryancp has joined #ruby-lang
postmodern has joined #ruby-lang
Madis has quit [Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120313180949]]
dfr|sf has quit [Remote host closed the connection]
dfr|sf has joined #ruby-lang
sora_h is now known as s0ra_h
outoftime has quit [Quit: Leaving]
deryl has joined #ruby-lang
tenderlove has joined #ruby-lang
bryancp has quit [Remote host closed the connection]
CarlB_the_great has joined #ruby-lang
dfr|sf has quit [Remote host closed the connection]
mrsolo has quit [Quit: Leaving]
qwerxy has joined #ruby-lang
kvirani has joined #ruby-lang
CarlB_the_great has quit [Remote host closed the connection]
dhruvasagar has quit [Ping timeout: 252 seconds]
alexkira has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
CarlB_th_ has joined #ruby-lang
CarlB_th_ has quit [Remote host closed the connection]
dfr|sf has joined #ruby-lang
Y_Ichiro has joined #ruby-lang
Y_Ichiro has quit [Changing host]
Y_Ichiro has joined #ruby-lang
bryancp has joined #ruby-lang
bryancp has quit [Remote host closed the connection]
Nisstyre_ has joined #ruby-lang
ttilley has joined #ruby-lang
dfr|sf has quit [Remote host closed the connection]
dfr|sf has joined #ruby-lang
jtoy has joined #ruby-lang
user_ has joined #ruby-lang
dfr|sf has quit [Remote host closed the connection]
dfr|sf has joined #ruby-lang
deryl has quit [Ping timeout: 240 seconds]
headius has quit [Quit: headius]
havenn has quit [Remote host closed the connection]
deryl has joined #ruby-lang
s0ra_h is now known as sora_h
<zenspider>
whoooole lot of nothin'
user_ has quit [Quit: ChatZilla 0.9.88.2 [Firefox 13.0/20120601225238]]
benanne has quit [Quit: kbai]
<whitequark>
zenspider: siren thing?
<whitequark>
would it help my insomnia? :)
alexkira has quit [Read error: Connection reset by peer]
alexkira has joined #ruby-lang
crackity_jones has joined #ruby-lang
alexkira_ has joined #ruby-lang
alexkira has quit [Read error: Connection reset by peer]