apeiros_ changed the topic of #ruby to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com || this channel is logged at http://irclog.whitequark.org, other public logging is prohibited
gigetoo has quit [Ping timeout: 240 seconds]
<djapo> ok, im getting an error after bundle exec compass --help http://dpaste.com/329ME4Q
<bricker`work> djapo: check .bundle/config
proxie has joined #ruby
gigetoo has joined #ruby
<djapo> bricker`work: i have no such file
virtualize has quit [Ping timeout: 240 seconds]
<lucianosousa> djapo: http://stackoverflow.com/questions/16877028/why-does-compass-watch-say-it-cannot-load-sass-script-node-loaderror looks like there is a compatible problem with compass and sass versions
<lucianosousa> take a look
<djapo> lucianosousa: i thought bundler would take care of versions
mikecmpbll has quit [Quit: i've nodded off.]
<djapo> ok it seems i need to uninstall sass, how do i do that with bundle?
sepp2k1 has joined #ruby
sepp2k has quit [Ping timeout: 256 seconds]
bmurt has joined #ruby
<djapo> how world? how?
arya_ has joined #ruby
freerobby has joined #ruby
Zenigor has quit [Remote host closed the connection]
GriffinHeart has joined #ruby
agjacome_ has quit [Quit: leaving]
gigetoo has quit [Ping timeout: 255 seconds]
sdouglas has joined #ruby
sixxy has joined #ruby
gigetoo has joined #ruby
<lucianosousa> djapo: bundle uninstall name-of-gem
proxie has quit [Read error: Connection reset by peer]
<Lemur> djapo ^^^
virtualize has joined #ruby
<lucianosousa> djapo: bundle take care about this, but, you look if the gems you are using are compatible. I always lock my gems on Gemfile doing like this: gem ‘name’, ‘~> version’ to freeze gems on versions I know works fine
kireevco has quit [Quit: Leaving.]
GriffinHeart has quit [Ping timeout: 240 seconds]
<djapo> hmm, i just uninstall everything in my bundle and tried reinstalling everythin .. didn't work http://dpaste.com/22FN8Y6, looks like i have to version lock them to something that works .. hmmm
Zenigor has joined #ruby
bricker`LA has joined #ruby
<Lemur> All significant rails projects are one `bundle update` away from dependency hell.
<djapo> why, what makes them so fragile?
maestrojed has quit [Quit: Computer has gone to sleep.]
arya_ has quit [Ping timeout: 240 seconds]
asdasdasdasss has quit [Ping timeout: 260 seconds]
failshell has joined #ruby
bogeyd6 has quit [Quit: Leaving]
TripTastic has joined #ruby
jonathanwallace has joined #ruby
bricker`LA has quit [Ping timeout: 264 seconds]
lolmaus has quit [Ping timeout: 256 seconds]
<djapo> so what version of compass works with the latest sass?
heftig has quit [Quit: Quitting]
TripTastic is now known as JBreit
gigetoo has quit [Ping timeout: 255 seconds]
maximski has quit []
<axepyre> Why do I have to put a ! at the end of gets.chomp.capitalize
Rollabunna has joined #ruby
sdouglas has quit [Quit: Leaving...]
gigetoo has joined #ruby
Bumptious has quit [Remote host closed the connection]
proxie has joined #ruby
virtualize has quit [Ping timeout: 250 seconds]
amargherio has joined #ruby
nanoyak has quit [Quit: Computer has gone to sleep.]
Ulri[Away] is now known as Ulrike_Rayne
SCHAAP137 has quit [Remote host closed the connection]
nanoyak has joined #ruby
proxie has quit [Remote host closed the connection]
maximski has joined #ruby
rubytor has joined #ruby
virtualize has joined #ruby
Georg3 has joined #ruby
BadQuanta has joined #ruby
Ulrike_Rayne has quit [Quit: ZNC - http://znc.in]
gigetoo has quit [Ping timeout: 240 seconds]
nanoyak has quit [Quit: Computer has gone to sleep.]
tectonic has quit []
gigetoo has joined #ruby
cashnguns has quit [Remote host closed the connection]
sevvie has quit [Ping timeout: 240 seconds]
<havenwood> axepyre: You wouldn't.
<axepyre> I'm doing a course on codecademy and I kept getting an error because I never put !
<Rakko> that would be counterproductive
<axepyre> "The next line might look a little strange, we don't assign the result of capitalize to a variable. Instead you might notice the ! at the end of capitalize. This modifies the value contained within the variable answer itself. "
lucianosousa has quit [Quit: lucianosousa]
<havenwood> axepyre: a method ending in a bang signifies it does the same thing as the method without the bang except it modifies the receiver
<havenwood> axepyre: so `x.capitalize!` instead of `x = x.capitalize`
<axepyre> oh
<havenwood> axepyre: but you'd never do it with `gets`
<havenwood> axepyre: only with a variable referencing what was captured with `gets`
<Sirupsen> havenwood: I think the convention is that the bang method is "more dangerous"; it doesn't necessarily imply mutating something
<Sirupsen> But in a lot of cases that's "more dangerous" :-)
<Sirupsen> So you should never have a bang method without a non-bang counterpart
Georg3 has quit [Quit: Computer has gone to sleep.]
jobewan has joined #ruby
kaspergrubbe has quit [Remote host closed the connection]
bruno- has joined #ruby
gigetoo has quit [Ping timeout: 250 seconds]
JokerDoom has joined #ruby
failshell has quit [Remote host closed the connection]
gigetoo has joined #ruby
<havenwood> Sirupsen: Danger!
<Sirupsen> havenwood: hm? :-)
<havenwood> aye, i suppose Kernel#exit! doesn't mutate anything
<Sirupsen> yeah
<Sirupsen> same in Rails, where you have save! that raises an exception, instead of just returning false
nemesit|znc has quit [Ping timeout: 240 seconds]
__JokerDoom has quit [Ping timeout: 272 seconds]
<havenwood> i don't think i like the use outside of mutating/non-mutating though
<havenwood> was glad when Celluloid dropped the bang in favor of chaining #async
<djapo> weird why is bundler not installing the latest compass ? http://dpaste.com/2JSNMWQ with the one i get installed i get this error http://dpaste.com/22FN8Y6
zB0hs has joined #ruby
dbasch has joined #ruby
stytown has joined #ruby
bruno- has quit [Ping timeout: 260 seconds]
mikepack has quit []
dawkirst has joined #ruby
maximski has quit []
nemesit|znc has joined #ruby
Ulrike_Rayne has joined #ruby
nanoyak has joined #ruby
lolmaus has joined #ruby
nanoyak has quit [Client Quit]
nerium has quit [Quit: nerium]
<djapo> ok! i fixed it .. had to remove my gemlock file, and such
virtualize has quit [Remote host closed the connection]
chrishough has joined #ruby
chrishough has quit [Client Quit]
virtualize has joined #ruby
mikepack has joined #ruby
chrishough has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
dayepa1 has quit [Read error: Connection reset by peer]
marr has quit [Ping timeout: 240 seconds]
dayepa1 has joined #ruby
dawkirst has quit [Ping timeout: 245 seconds]
<havenwood> i'd prefer a more descriptive method name unless modifying the receiver is the only distinction
gigetoo has joined #ruby
<havenwood> Sirupsen: i think bang to raise an error is more antipattern than idiomatic use though :P
Arkaniad|Laptop has joined #ruby
sdwrage has joined #ruby
<djapo> how do i? gem 'compass', '> 0.12.7', it doesn't seem to work , i dont want ~> where only a major revision is updated though
<havenwood> djapo: bundle update compass
proxie has joined #ruby
Doppp has joined #ruby
mikepack has quit [Remote host closed the connection]
Doppp has quit [Changing host]
Doppp has joined #ruby
<djapo> thats not even what i asked, the answer is >=
virtualize has quit [Ping timeout: 250 seconds]
mityaz has quit [Ping timeout: 250 seconds]
<havenwood> djapo: was just guessing why you seemed to think it wasn't working, my bad
<djapo> i was using > instead of >=
<havenwood> djapo: > or >= work, just different meaning
<havenwood> djapo: oh, you set at greater than latest, heh
<havenwood> gotcha
hgl___ has joined #ruby
proxie has quit [Read error: Connection reset by peer]
tectonic has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
zB0hs has quit [Quit: Textual IRC Client: www.textualapp.com]
mityaz has joined #ruby
Doppp has quit [Ping timeout: 250 seconds]
gigetoo has joined #ruby
virtualize has joined #ruby
ixti has quit [Ping timeout: 250 seconds]
anaeem1 has joined #ruby
davedev24_ has quit [Read error: Connection reset by peer]
<djapo> for sass the indentation is 2 spaces? should i use scss instead?
davedev24_ has joined #ruby
tectonic has quit [Client Quit]
vincent has joined #ruby
CpuID has joined #ruby
vincent is now known as Guest40124
tectonic has joined #ruby
flagg0204 has quit [Ping timeout: 260 seconds]
Arkaniad|Laptop has quit [Ping timeout: 240 seconds]
lethjakman has quit [Ping timeout: 245 seconds]
maestrojed has joined #ruby
anaeem1 has quit [Ping timeout: 245 seconds]
t_p has joined #ruby
kalusn has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gigetoo has quit [Ping timeout: 240 seconds]
proxie has joined #ruby
oo_ has joined #ruby
opus has joined #ruby
gigetoo has joined #ruby
asdasdasdasss has joined #ruby
virtualize has quit [Ping timeout: 264 seconds]
robbyoconnor has joined #ruby
flagg0204 has joined #ruby
PanPan has joined #ruby
ghr has joined #ruby
hgl___ has quit [Remote host closed the connection]
hgl___ has joined #ruby
asdasdasdasss has quit [Ping timeout: 260 seconds]
fabrice31 has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
gigetoo has quit [Ping timeout: 240 seconds]
davispuh has quit [Remote host closed the connection]
BadQuanta has quit [Remote host closed the connection]
gigetoo has joined #ruby
fabrice31 has quit [Ping timeout: 245 seconds]
Arkaniad|Laptop has joined #ruby
diegoviola has quit [Remote host closed the connection]
robustus has quit [Ping timeout: 250 seconds]
milkohol has joined #ruby
Doppp has joined #ruby
diegoviola has joined #ruby
Georg3 has joined #ruby
havenwood has quit []
oo_ has quit [Remote host closed the connection]
robustus has joined #ruby
Arkaniad|Laptop has quit [Ping timeout: 245 seconds]
DivineEntity has quit [Ping timeout: 240 seconds]
Testor has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
benzrf|offline is now known as benzrf
DivineEntity has joined #ruby
robbyoconnor has quit [Remote host closed the connection]
maoko has quit [Quit: Textual IRC Client: www.textualapp.com]
robbyoconnor has joined #ruby
Georg3 has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
bogeyd6 has joined #ruby
freerobby has quit [Quit: Leaving.]
Testor has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
bruno- has joined #ruby
axepyre has quit [Quit: Page closed]
pasties has quit [Quit: ZNC - http://znc.in]
mtr_ has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
Rakko is now known as ScroopyNoopers
nemesit|znc has quit [Ping timeout: 240 seconds]
pasties has joined #ruby
gigetoo has joined #ruby
bruno- has quit [Ping timeout: 260 seconds]
meinside has joined #ruby
bmurt has quit []
milkohol has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wingedsnake has quit [Quit: Lämnar]
milkohol has joined #ruby
nemesit|znc has joined #ruby
orionstein is now known as orionstein_away
isthisreallife has joined #ruby
bato has joined #ruby
j_mcnally has joined #ruby
Noob101 has quit [Ping timeout: 246 seconds]
Panicky has joined #ruby
Noob101 has joined #ruby
proxie has quit []
gigetoo has quit [Ping timeout: 250 seconds]
frellnet has joined #ruby
gigetoo has joined #ruby
isthisreallife has left #ruby [#ruby]
fumk is now known as _fumk
wookiehangover has quit [Quit: i'm out]
farleyknight has quit [Ping timeout: 245 seconds]
<inside> well friends, I've got a question
nanoyak has joined #ruby
maestrojed has quit [Quit: Computer has gone to sleep.]
<inside> what would you guys use to generate graphs from a database?
<inside> Stuff like histograms, etc?
Fire-Dragon-DoL has quit [Quit: Leaving.]
hgl____ has joined #ruby
sevenseacat has joined #ruby
GriffinHeart has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
Zenigor has quit [Remote host closed the connection]
CpuID has quit [Read error: Connection reset by peer]
hgl___ has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
Deele has quit [Ping timeout: 256 seconds]
bato has left #ruby ["Textual IRC Client: www.textualapp.com"]
hgl____ has quit [Remote host closed the connection]
hgl____ has joined #ruby
GriffinHeart has quit [Ping timeout: 240 seconds]
amystephen has quit [Read error: Connection reset by peer]
hgl_____ has joined #ruby
dbasch has quit [Quit: dbasch]
<inside> welp, looks like I'm going with chartkick
<centrx> inside, gnuplot?
<inside> well, I have a rails application thing going on
farleyknight has joined #ruby
<j_mcnally> i wouldnt really do my charting on the server side if i could avoid ot
<j_mcnally> *it
<inside> and holy crap... all you need to do is gem install chartkick and then add one line of code to your webpage... and you get stuff like this
* inside sobs.
hgl____ has quit [Ping timeout: 264 seconds]
dbasch has joined #ruby
<inside> how far progress has come
oso96_2000 has quit [Ping timeout: 252 seconds]
Panicky has quit [Remote host closed the connection]
gigetoo has quit [Ping timeout: 240 seconds]
<inside> alas.. I don't see examples :p
<j_mcnally> i know... its very incompelte :p
<j_mcnally> i think it only supported line graphs
<j_mcnally> somefay
<j_mcnally> *someday
<centrx> yeah why you linking us to things without pictures
<inside> 99.44% of the decision I make are based on pictures
<j_mcnally> there was a pic, looks like its broken lol
oso|away has joined #ruby
oso|away is now known as oso96_2000
<inside> yes, I see :p
gigetoo has joined #ruby
sdwrage has quit [Quit: This computer has gone to sleep]
kalusn has joined #ruby
FancyCamel has joined #ruby
Arkaniad has joined #ruby
<FancyCamel> Hey there, is there a channel specifically for rails?
<centrx> #rubyonrails
<inside> Yes, #rubyonrails
<FancyCamel> Right, haha. I only tried #rails.
<FancyCamel> Thanks.
<inside> #rails is a ghetto
<inside> </2007>
<centrx> #rails is now a re-direct
dbasch has quit [Ping timeout: 245 seconds]
<FancyCamel> All I did was try to run the "bin/rails server" and it feels like it's stuck or something. I don't know what's going on. >_>
<FancyCamel> I guess I should go join that channel though to inquire.
<FancyCamel> Thanks all. :)
uokesita has left #ruby [#ruby]
lethjakman has joined #ruby
lethjakman is now known as Guest36174
asdasdasdasss has joined #ruby
yfeldblum has quit [Read error: Connection reset by peer]
mostlybadfly has joined #ruby
yfeldblum has joined #ruby
uokesita has joined #ruby
uokesita has quit [Remote host closed the connection]
ghr has joined #ruby
uokesita has joined #ruby
kalusn has quit [Ping timeout: 264 seconds]
robbyoconnor has quit [Remote host closed the connection]
asdasdasdasss has quit [Ping timeout: 256 seconds]
gigetoo has quit [Ping timeout: 245 seconds]
opus has quit []
gigetoo has joined #ruby
ghr has quit [Ping timeout: 264 seconds]
alexju has joined #ruby
mtr_ has quit [Remote host closed the connection]
uokesita has quit [Quit: uokesita]
uokesita has joined #ruby
uokesita has left #ruby [#ruby]
Georg3 has joined #ruby
sdwrage has joined #ruby
uokesita has joined #ruby
hgl______ has joined #ruby
hgl______ has quit [Remote host closed the connection]
hgl_____ has quit [Read error: Connection reset by peer]
hgl______ has joined #ruby
larissa has quit [Quit: Leaving]
Sirupsen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hgl_______ has joined #ruby
Georg3 has quit [Ping timeout: 255 seconds]
gigetoo has quit [Ping timeout: 240 seconds]
hgl_______ has quit [Remote host closed the connection]
radic has quit [Ping timeout: 245 seconds]
hgl______ has quit [Read error: Connection reset by peer]
hgl_______ has joined #ruby
amargherio has quit [Remote host closed the connection]
gigetoo has joined #ruby
Trenal has quit []
IceDragon has quit [Ping timeout: 250 seconds]
wookiehangover has joined #ruby
radic has joined #ruby
IceDragon has joined #ruby
rubytor has quit [Ping timeout: 240 seconds]
tus has quit []
hgl_______ has quit [Quit: Lingo - http://www.lingoirc.com]
milkohol has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
IceDragon has quit [Ping timeout: 250 seconds]
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gigetoo has quit [Ping timeout: 240 seconds]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
JBreit has left #ruby ["Leaving"]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gigetoo has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
Trenal has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
krz has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
Sirupsen has joined #ruby
Rollabunna has quit [Remote host closed the connection]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
SilkFox has quit [Ping timeout: 245 seconds]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
IceDragon has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
SilkFox has joined #ruby
Sirupsen has quit [Client Quit]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
Shidash has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
nomeme has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gigetoo has quit [Ping timeout: 240 seconds]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
nanoyak has quit [Quit: Computer has gone to sleep.]
dc_ has quit [Remote host closed the connection]
gigetoo has joined #ruby
dbasch has joined #ruby
dawkirst has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
Photism has quit [Quit: Leaving]
gbaway has joined #ruby
jack_rabbit has joined #ruby
gbaway has quit [Max SendQ exceeded]
IceDragon has quit [Ping timeout: 256 seconds]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
nomeme has left #ruby [#ruby]
toretore has quit [Quit: This computer has gone to sleep]
sptx00 has quit [Remote host closed the connection]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
dawkirst has quit [Ping timeout: 250 seconds]
mehlah has quit [Quit: Leaving...]
charliesome has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gigetoo has quit [Ping timeout: 245 seconds]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
dbasch has quit [Quit: dbasch]
IceDragon has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
BadQuanta has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
Shidash has quit [Ping timeout: 240 seconds]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gigetoo has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
mgberlin has joined #ruby
MCDev has quit [Ping timeout: 250 seconds]
kireevco has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
linoj has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
braincrash has quit [Quit: bye bye]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
lnoskhen has joined #ruby
fabrice31 has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
lnoskhen has left #ruby [#ruby]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
Guest36174 has quit [Ping timeout: 264 seconds]
Bumptious has joined #ruby
MCDev has joined #ruby
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
krz has quit [Quit: WeeChat 0.4.3]
jack_rabbit has quit [Ping timeout: 260 seconds]
braincrash has joined #ruby
krz has joined #ruby
Rollabunna has joined #ruby
stytown has quit [Quit: stytown]
Trenal has quit [Remote host closed the connection]
fabrice31 has quit [Ping timeout: 255 seconds]
gigetoo has quit [Ping timeout: 250 seconds]
gigetoo has joined #ruby
Jeticus has quit []
asdasdasdasss has joined #ruby
ghr has joined #ruby
Georg3 has joined #ruby
axepyre has joined #ruby
oddalot has quit [Quit: WeeChat 0.4.2]
<axepyre> does (false || true) mean false?
robbyoconnor has joined #ruby
<centrx> axepyre, no, why>?
asdasdasdasss has quit [Ping timeout: 240 seconds]
<sevenseacat> nope
gigetoo has quit [Ping timeout: 256 seconds]
<axepyre> # boolean_1 = (3 < 4 || false) && (false || true)
Georg3 has quit [Ping timeout: 240 seconds]
<axepyre> I chose false and it was wrong
ghr has quit [Ping timeout: 250 seconds]
rkazak has quit [Quit: Sleep.....ing....]
<centrx> it's basic logic
<centrx> False OR True = False
<axepyre> || means or, right?
<centrx> yes
<axepyre> So it means false.. that's what I said earlier. Right?
<centrx> oh, yeah, you'r eright
<centrx> I guess I got them confused :P
<centrx> no way
<centrx> I was right the first time
<sevenseacat> lol
<centrx> False OR True = True
<sevenseacat> (false or true) == true
overmacht has joined #ruby
<centrx> false XOR true == true too
overmacht has quit [Max SendQ exceeded]
mgberlin has quit [Remote host closed the connection]
overmacht has joined #ruby
overmacht has quit [Max SendQ exceeded]
mgberlin has joined #ruby
overmacht has joined #ruby
overmacht has quit [Max SendQ exceeded]
IceDragon has quit [Ping timeout: 240 seconds]
milkohol has joined #ruby
bruno- has joined #ruby
<axepyre> lemme get this straight.. (false || true) = false. (3 < 4 || false) = false. So false && false = true?
<ScroopyNoopers> no
<uokesita> (false || true) = true
<uokesita> (3 < 4 || false) = true
<centrx> 3 < 4 == true
<manacit> you are getting it wrong
<manacit> they are both true
<axepyre> I thought if there's false anywhere then that makes the whole statement false
<manacit> true && false is false
<manacit> true || false is true
<uokesita> using OR only one has to be true
<manacit> OR vs AND
arya_ has joined #ruby
<uokesita> you should usa AND (&&) if you want both to be true
<uokesita> use*
gigetoo has joined #ruby
<axepyre> is this basic true or false logic? Can I find a cheat sheet online?
<centrx> "boolean logic"
IceDragon has joined #ruby
Guest36174 has joined #ruby
robbyoconnor has quit [Remote host closed the connection]
<axepyre> I'm having a blast learning programming but it can be a little confusing for me at times. Thanks for the help guys
<manacit> :)
robbyoconnor has joined #ruby
<manacit> good luck!
bruno- has quit [Ping timeout: 260 seconds]
milkohol has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gigetoo has quit [Ping timeout: 240 seconds]
opus has joined #ruby
kalusn has joined #ruby
mikepack has joined #ruby
IceDragon has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
Arkaniad has quit [Ping timeout: 255 seconds]
Arkaniad|Desktop has joined #ruby
sevenseacat has quit [Ping timeout: 250 seconds]
dbasch has joined #ruby
IceDragon has joined #ruby
centrx has quit [Quit: Mead error: Connection reset by beer]
kalusn has quit [Ping timeout: 255 seconds]
asmodlol has joined #ruby
Adran has quit [Quit: Este é o fim.]
bricker`LA has joined #ruby
<benzrf> bye
GriffinHeart has joined #ruby
robbyoconnor has quit [Remote host closed the connection]
mehlah has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
thesheff17 has quit [Ping timeout: 264 seconds]
benzrf is now known as benzrf|offline
gigetoo has joined #ruby
axepyre has quit [Quit: Page closed]
banjara has joined #ruby
Adran has joined #ruby
Guest36174 has quit [Ping timeout: 264 seconds]
sepp2k1 has quit [Read error: Connection reset by peer]
gbaway has quit [Ping timeout: 255 seconds]
enebo has joined #ruby
gbaway has joined #ruby
enebo has quit [Client Quit]
gbaway has quit [Max SendQ exceeded]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
GriffinHeart has quit [Ping timeout: 240 seconds]
gbaway has joined #ruby
IceDragon has quit [Ping timeout: 250 seconds]
gbaway has quit [Max SendQ exceeded]
IceDragon has joined #ruby
FancyCamel has quit [Quit: Page closed]
St_Marx has quit [Quit: Ex-Chat]
gbaway has joined #ruby
x1337807x has joined #ruby
gigetoo has quit [Ping timeout: 256 seconds]
IceDragon has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
bricker`LA has quit [Ping timeout: 250 seconds]
IceDragon has joined #ruby
Channel6 has quit [Quit: Leaving]
anaeem1 has joined #ruby
davedev24_ has quit [Read error: Connection reset by peer]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davedev24_ has joined #ruby
nanoyak has joined #ruby
charliesome has joined #ruby
gbaway has quit [Quit: I screamma, you screamma, we all screamma for ice cream!]
IceDragon has quit [Ping timeout: 264 seconds]
dbasch has quit [Ping timeout: 264 seconds]
IceDragon has joined #ruby
anaeem1 has quit [Ping timeout: 240 seconds]
dbasch has joined #ruby
Nilium has joined #ruby
fold has quit [Ping timeout: 250 seconds]
gigetoo has quit [Ping timeout: 260 seconds]
overmacht has joined #ruby
overmacht has quit [Max SendQ exceeded]
MCDev has quit [Ping timeout: 250 seconds]
overmacht has joined #ruby
overmacht has quit [Max SendQ exceeded]
cesare has quit [Ping timeout: 240 seconds]
amacou has joined #ruby
gigetoo has joined #ruby
ctp has joined #ruby
Georg3 has joined #ruby
MCDev has joined #ruby
sevenseacat has joined #ruby
pothibo has joined #ruby
Georg3 has quit [Ping timeout: 240 seconds]
Sauvin has quit [Read error: Connection reset by peer]
asdasdasdasss has joined #ruby
Sauvin has joined #ruby
ghr has joined #ruby
pothibo has quit [Client Quit]
gigetoo has quit [Ping timeout: 255 seconds]
bruno- has joined #ruby
gigetoo has joined #ruby
asdasdasdasss has quit [Ping timeout: 260 seconds]
mgberlin_ has joined #ruby
ghr has quit [Ping timeout: 250 seconds]
bruno- has quit [Ping timeout: 245 seconds]
mgberlin has quit [Ping timeout: 264 seconds]
mgberlin_ has quit [Remote host closed the connection]
mgberlin has joined #ruby
sixxy has quit [Remote host closed the connection]
gigetoo has quit [Ping timeout: 240 seconds]
CoffeeDrivenC0de has quit [Read error: Connection reset by peer]
<agent_white> Sup doods
gigetoo has joined #ruby
banjara has quit [Quit: Leaving.]
mgberlin_ has joined #ruby
agent_white has quit [Read error: Connection reset by peer]
agent_white has joined #ruby
<ScroopyNoopers> hi agent_white
SilkFox has quit [Ping timeout: 250 seconds]
mgberlin has quit [Ping timeout: 240 seconds]
agent_white has quit [Client Quit]
sigurding has joined #ruby
agent_white has joined #ruby
mgberlin_ has quit [Remote host closed the connection]
gigetoo has quit [Ping timeout: 240 seconds]
kalusn has joined #ruby
davedev24_ has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
Atttwww has joined #ruby
stytown has joined #ruby
agent_white has quit [Client Quit]
gigetoo has joined #ruby
agent_white has joined #ruby
agent_white has left #ruby [#ruby]
agent_white has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
agent_white has quit [Read error: Connection reset by peer]
Georg3 has joined #ruby
Notte has joined #ruby
kalusn has quit [Ping timeout: 245 seconds]
ta has quit [Ping timeout: 240 seconds]
tectonic has quit []
agent_white has joined #ruby
dbasch has quit [Read error: Connection reset by peer]
dbasch has joined #ruby
ScroopyNoopers is now known as Rakko
agent_white has left #ruby [#ruby]
agent_white has joined #ruby
Georg3 has quit [Ping timeout: 240 seconds]
agent_white has quit [Read error: Connection reset by peer]
davedev24_ has quit [Read error: Connection reset by peer]
febuiles has joined #ruby
davedev24_ has joined #ruby
creede has quit [Ping timeout: 245 seconds]
gigetoo has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
jatsan has joined #ruby
mostlybadfly has quit [Quit: Connection closed for inactivity]
agent_white has joined #ruby
blasius has quit []
agent_white has quit [Ping timeout: 245 seconds]
agent_white has joined #ruby
fabrice31 has joined #ruby
Alina-malina has quit [Read error: Connection reset by peer]
gigetoo has quit [Ping timeout: 250 seconds]
Alina-malina has joined #ruby
gigetoo has joined #ruby
fold has joined #ruby
agent_white has quit [Read error: Connection reset by peer]
aganov has joined #ruby
fabrice31 has quit [Ping timeout: 245 seconds]
whyy has joined #ruby
ta has joined #ruby
ctp has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
agent_white has joined #ruby
Darryl has joined #ruby
agent_white has quit [Read error: Connection reset by peer]
chrishough has quit [Quit: chrishough]
razieliyo has joined #ruby
mattalexx has joined #ruby
razieliyo has left #ruby [#ruby]
rx47 has joined #ruby
agent_white has joined #ruby
cleopatra has quit [Read error: Connection reset by peer]
amacou has quit [Remote host closed the connection]
tectonic has joined #ruby
amacou has joined #ruby
nobodyzzz has joined #ruby
agent_white has quit [Ping timeout: 250 seconds]
gigetoo has quit [Ping timeout: 250 seconds]
Noob101 has quit [Ping timeout: 246 seconds]
amacou has quit [Ping timeout: 250 seconds]
nanoyak has quit [Quit: Computer has gone to sleep.]
why_away has joined #ruby
gigetoo has joined #ruby
arup_r has joined #ruby
overmacht has joined #ruby
overmacht has quit [Max SendQ exceeded]
<rx47> will anyone be interested on writing ai for pacman and ghosts with a (wanna be) easy interface? all original rules respected
cmoneylulz has joined #ruby
overmacht has joined #ruby
bruno- has joined #ruby
kireevco has quit [Read error: No route to host]
whyy has quit [Ping timeout: 264 seconds]
kireevco1 has joined #ruby
Notte has quit [Remote host closed the connection]
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
<rx47> I meant on ruby, of course, that's the point of asking here
asdasdasdasss has joined #ruby
ghr has joined #ruby
<Rakko> are you asking for someone to collaborate with you?
bruno- has quit [Ping timeout: 250 seconds]
creede has joined #ruby
AlexRussia_ has quit [Read error: Connection reset by peer]
gigetoo has quit [Ping timeout: 256 seconds]
gigetoo has joined #ruby
asdasdasdasss has quit [Ping timeout: 264 seconds]
ctp has joined #ruby
ghr has quit [Ping timeout: 260 seconds]
<rx47> Rakko, errr not mainly, I have this a more or less advanced, just asking for people who would like to use it
tacos1de has quit [Remote host closed the connection]
cmoneylulz has quit []
<rx47> this more*
tacos1de has joined #ruby
inside has quit [Ping timeout: 240 seconds]
Guest40124 has quit [Remote host closed the connection]
<Rakko> oh, sounds interesting
<rx47> I also planned on using some kind of online connection so that two people in diferent computers could use it, but I may have to switch something a bit
<rx47> I'm currently not doing it that way, but for local could be good
<rx47> well, I'll post it here when I have it somehow usable
<rx47> I'm currently with navigation maps for easy pathfinding, I think it could be fun!
mikepack has quit [Remote host closed the connection]
<rx47> in fact it's being right now
<Rakko> ok
idiocrash has quit [Quit: Textual IRC Client: www.textualapp.com]
gigetoo has quit [Ping timeout: 240 seconds]
spastorino has quit [Quit: Connection closed for inactivity]
mikepack has joined #ruby
gigetoo has joined #ruby
yazgoo_ has quit [Ping timeout: 260 seconds]
CaptainJet has joined #ruby
ylluminarious has quit [Quit: Leaving...]
mikepack has quit [Ping timeout: 240 seconds]
MissionCritical has quit [Ping timeout: 250 seconds]
frellnet has quit [Remote host closed the connection]
IceDragon has quit [Quit: Space~~~]
GriffinHeart has joined #ruby
sevvie has joined #ruby
gigetoo has quit [Ping timeout: 250 seconds]
kalusn has joined #ruby
mityaz has quit [Ping timeout: 255 seconds]
gigetoo has joined #ruby
kyb3r_ has joined #ruby
GriffinHeart has quit [Ping timeout: 264 seconds]
parzo has joined #ruby
arya_ has quit [Ping timeout: 256 seconds]
dc has joined #ruby
kireevco1 has quit [Ping timeout: 240 seconds]
linoj has quit [Quit: linoj]
agent_white has joined #ruby
kalusn has quit [Ping timeout: 255 seconds]
tagrudev has joined #ruby
sdwrage_ has joined #ruby
MindfulMonk has quit [Ping timeout: 256 seconds]
yokel has quit [Ping timeout: 250 seconds]
gigetoo has quit [Ping timeout: 240 seconds]
sdwrage has quit [Ping timeout: 240 seconds]
MissionCritical has joined #ruby
apeiros has quit [Read error: Connection reset by peer]
<godd2> sweet, I finished my first version of a console Mandlebrot viewer in Ruby: https://github.com/nicklink483/mandelruby
apeiros has joined #ruby
<godd2> feedback/criticism is welcome
sdwrage has joined #ruby
gigetoo has joined #ruby
<arup_r> Why Date.strptime("0000-00-00 00:00:00", '%Y-%m-%d %H:%M:%S') throwing error ?
<sevenseacat> seriously?
<apeiros> arup_r: what month would that be?
sdwrage_ has quit [Ping timeout: 260 seconds]
<arup_r> Ohh! got it
<arup_r> how to handle this ?
<sevenseacat> protip: when asking why code raises an error, telling us what the error actually is would be great
<arup_r> ArgumentError: invalid date <----
<sevenseacat> there we go, because 00-00-0000 is indeed not a valid date.
<sevenseacat> there is no 0th day or 0th month
relix has joined #ruby
<godd2> which raises the bigger question of why aren't the months and days 0-indexed?
<sevenseacat> because the calender wasnt created by computer scientists
armyriad has joined #ruby
<godd2> yea but the Date class was
<sevenseacat> drives me nuts how months are zero-indexed in JS
<sevenseacat> months have established numbers, why would you change them
vincent has joined #ruby
vincent is now known as Guest91674
<godd2> meh, I got used to 24-hr time, I can get used to re-indexing months
<sevenseacat> its unnecessary complexity
<apeiros> sevenseacat: I'm almost done porting chronos to js. 1-based months there ;-)
<apeiros> also a sane interface with all getters, instead of the half-assed attempt js' Date makes.
<sevenseacat> \o/
<sevenseacat> sanity for all
<arup_r> so... I need to use `rescue` right ?
<apeiros> arup_r: IMO better special case that upfront
gigetoo has quit [Ping timeout: 256 seconds]
<apeiros> date == "0000-00-00 00:00:00" ? nil : Date.strptime(date, format)
<godd2> arup_r it's not bad practice to get used to exception handling
parzo has quit [Read error: Connection timed out]
<Rakko> I still get confused by the fact that the names of months are sometimes 2 months off their numbers :/
Guest91674 has quit [Ping timeout: 240 seconds]
<sevenseacat> well its not just all 0's that makes invalid dates
* apeiros gotta commute
apeiros has quit [Remote host closed the connection]
mercwithamouth has joined #ruby
<sevenseacat> Rakko: i actually had to stop and think about that one
apeiros has joined #ruby
gigetoo has joined #ruby
parzo has joined #ruby
creede has quit [Ping timeout: 260 seconds]
creede has joined #ruby
apeiros has quit [Ping timeout: 245 seconds]
asmodlol has quit [Quit: Leaving]
parzo has quit [Ping timeout: 250 seconds]
alem0lars has joined #ruby
parzo has joined #ruby
tectonic has quit []
bruno- has joined #ruby
<alexherbo2> Hi
<Rakko> hi
gigetoo has quit [Ping timeout: 250 seconds]
banjara has joined #ruby
gigetoo has joined #ruby
Rollabunna has quit [Remote host closed the connection]
<alexherbo2> How enter "AZ2695" in "Numéro de vol" field with Mechanize ?
parzo has quit [Ping timeout: 260 seconds]
parzo_ has joined #ruby
sputnik13 has joined #ruby
bruno- has quit [Ping timeout: 256 seconds]
bal has joined #ruby
MindfulMonk has joined #ruby
parzo_ has quit [Ping timeout: 245 seconds]
<alexherbo2> i do not see field which looks like flight_number in page.forms
parzo has joined #ruby
yokel has joined #ruby
<alexherbo2> flight number is in a frame
roolo has joined #ruby
asdasdasdasss has joined #ruby
overmacht has quit [Ping timeout: 255 seconds]
arya_ has joined #ruby
gigetoo has quit [Ping timeout: 255 seconds]
<Rakko> maybe ask on ruby-talk or a mechanize list/forum
agent_white has quit [Read error: Connection reset by peer]
ghr has joined #ruby
gigetoo has joined #ruby
jdj_dk has joined #ruby
overmacht has joined #ruby
agjacome has joined #ruby
overmacht has quit [Max SendQ exceeded]
djapo has left #ruby [#ruby]
bigkevmcd has joined #ruby
parzo has quit [Read error: Connection reset by peer]
asdasdasdasss has quit [Ping timeout: 245 seconds]
agent_white has joined #ruby
fabrice31 has joined #ruby
parzo has joined #ruby
mupkoo has joined #ruby
ctp has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ghr has quit [Ping timeout: 240 seconds]
sfr^ has quit [Ping timeout: 240 seconds]
diegoviola has quit [Remote host closed the connection]
parzo_ has joined #ruby
fabrice31 has quit [Ping timeout: 260 seconds]
anaeem1_ has joined #ruby
parzo has quit [Ping timeout: 250 seconds]
sfr^ has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
gigetoo has joined #ruby
mengu has joined #ruby
maoko has joined #ruby
parzo_ has quit [Ping timeout: 255 seconds]
parzo has joined #ruby
whowantstolivefo has left #ruby ["gone with the wind"]
mupkoo has quit [Remote host closed the connection]
chipotle has joined #ruby
gigetoo has quit [Ping timeout: 256 seconds]
febuiles has quit [Remote host closed the connection]
febuiles has joined #ruby
razum2um has joined #ruby
memph1s has joined #ruby
fabrice31 has joined #ruby
Morkel has joined #ruby
mupkoo has joined #ruby
dawkirst has joined #ruby
alexju has quit [Remote host closed the connection]
bricker`work has quit [Ping timeout: 250 seconds]
klaut has joined #ruby
j_mcnally has quit [Quit: さよなら]
nobodyzzz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mupkoo has quit [Remote host closed the connection]
gigetoo has joined #ruby
bricker`LA has joined #ruby
mupkoo has joined #ruby
alem0lars has quit [Ping timeout: 250 seconds]
_tpavel has joined #ruby
mehlah has quit [Quit: Leaving...]
Alina-malina has quit [Ping timeout: 250 seconds]
mattalexx has quit [Ping timeout: 246 seconds]
Alina-malina has joined #ruby
ramfjord has joined #ruby
ddv has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
ndrei has quit [Ping timeout: 260 seconds]
FarLight has joined #ruby
alem0lars has joined #ruby
<FarLight> How do I document methods in ruby
<FarLight> But they don't seem to document the params
<FarLight> Is this standard practice for ruby?
yacks has quit [Read error: Connection reset by peer]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
Lulzon has joined #ruby
Rakko has quit [Quit: Bye]
vincent has joined #ruby
<FarLight> yup then the dude points him to the page that I pasted
kiri has joined #ruby
vincent is now known as Guest37737
Lulzon has quit [K-Lined]
dbasch has quit [Quit: dbasch]
<sevenseacat> yup, with some examples of how you might document params to a method
senayar has joined #ruby
yacks has joined #ruby
<FarLight> on which page?
<sevenseacat> ...the one i linked to?
ndrei has joined #ruby
<FarLight> The example is good, but is there a set of instructions somewhere
gigetoo has quit [Ping timeout: 245 seconds]
yeticry has quit [Ping timeout: 256 seconds]
<sevenseacat> thats the page you linked to
yeticry has joined #ruby
<FarLight> but on that page they dont document their params at all
<sevenseacat> because you dont have to?
gigetoo has joined #ruby
sigurding has quit [Quit: sigurding]
sputnik13 has joined #ruby
<FarLight> so most ruby devs dont doc params?
<Mon_Ouie> RDoc has no special syntax for documenting parameters
<sevenseacat> most ruby devs dont write docs
<Mon_Ouie> (Well, also… documenting parameters ≠ having a list that says what each argument is)
veleno has joined #ruby
<FarLight> interesting
gigetoo has quit [Read error: Connection reset by peer]
<FarLight> So what do you guys normally put above functions? just a brief description of whats relavent
<FarLight> ?
<sevenseacat> nothing
<agent_white> FarLight: If you need to comment a function, re-build your function.
apeiros has joined #ruby
rx47 has quit [Ping timeout: 250 seconds]
<agent_white> Otherwise, you'll know when it's absolutely necessary.
gigetoo has joined #ruby
<wallerdev> i comment ones that have weird code
<sevenseacat> i dont, i comment the weird code
<wallerdev> but i dont usually do the documentation style comments unless im writing in a language like java or c#
<wallerdev> where the IDE will pick that up
<wallerdev> and help with autocomplete etc
<FarLight> I can't not comment
<FarLight> It would drive me crazy
roolo has quit [Quit: Leaving...]
<sevenseacat> ruby's a dynamic language. a lot of commenting, especially for things like params which are not strictly typed, is silly
<wallerdev> its a good idea if youre creating a library
<sevenseacat> for things like java it makes sense because the amount of sheer boilerplate will easily hide what your code is actually doing
<sevenseacat> for things like ruby, not so much
<Mon_Ouie> …? So we should get rid of all documentation of Ruby core methods and classes?
<FarLight> I know ruby has a startup culture surrounding it
<FarLight> , but comments are indispensable in my opinion
pdelaneau has joined #ruby
<FarLight> Not everyone who reads the code will be a programming master
<FarLight> Though I do agree with you on the boilerplate point sevenseacat
<Mon_Ouie> Not everyone who uses a method should have to read its code
<FarLight> Yeah that's where I find the params and descriptions very useful
<agent_white> FarLight: "startup culture" has nothing to do with comments.
<FarLight> agent_white: The only comments you write in a start up are #TODO: XD
starkhalo has quit [Ping timeout: 245 seconds]
<wallerdev> the ruby way is to document with tests, and when youre too lazy to test just yolo it
<agent_white> FarLight: Comments have to do with poorly written code needing to be commented to make sense.
<agent_white> ;P
<sevenseacat> oh for libraries i 100% agree on documentation
<sevenseacat> i dont write libraries though
<sevenseacat> and even well-documented libraries, its still easier to dig into the code most of the time
stytown has quit [Quit: stytown]
<FarLight> Jeff Atwood made a good point "the code already tells us how it works; we need the comments to tell us why it works"
<sevenseacat> that doesnt really help the argument you're trying to make
rdark has joined #ruby
<FarLight> what is my argument
<agent_white> FarLight: Do that for regex... give me a nice comment, plzkthnx.
<sevenseacat> 'document all of the things!!!111!!!!!'
<agent_white> FarLight: Your function name should suffice for telling what it does.
Wolland has joined #ruby
<FarLight> Do you guys work independently usually or in teams?
<sevenseacat> agent_white: regex needs documentation because so many of them are wrong
<FarLight> It's hard to write correct regex
<sevenseacat> 'i want a regex that does X Y and Z' ....yeah, but thats not what you wrote
<apeiros> sevenseacat: I'm a pretty good coder and code reader. I *far* prefer a halfway decent method doc over reading the code
GlenK has quit []
<agent_white> FarLight: Nah, just hard to understand regex. :P
<apeiros> sevenseacat: and I don't just say that because I almost always come close to having a heart attack when reading foreign code :-p
TDJACR has quit [Ping timeout: 260 seconds]
<sevenseacat> hehe
bayed has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
<agent_white> "Never comment code. Always comment decisions."
gigetoo has joined #ruby
<apeiros> agent_white: that's about in-code comments
asdasdasdasss has joined #ruby
uokesita has quit [Quit: uokesita]
<agent_white> apeiros: I thought that is what this was about?
<apeiros> IMO in-code comments are a smell
<apeiros> agent_white: method documentation is not in-code comment, no
GriffinHeart has joined #ruby
<agent_white> apeiros: Oh I thought we were talking about in-code comments...
<agent_white> welp.
* agent_white shuffles to the door
<sevenseacat> theres different requirements - one person might want to know how to use the method, another might want to discover why the method is doing something unexpected - the first can be done with comments, the second is usually by looking through the code
<apeiros> maybe I'm mistaken, though. I only skimmed the backlog.
uokesita has joined #ruby
anarang has joined #ruby
claymore has joined #ruby
ghr has joined #ruby
kalusn has joined #ruby
<apeiros> sevenseacat: depends a bit on what you consider "unexpected". a well defined method shouldn't really be able to do something unexpected. but I've come to realize that things I consider natural and to be expected are totally baffling others :)
<sevenseacat> :P
<apeiros> that said, I'd love if people (me included) better documented the exceptions a method can raise
<apeiros> too many (falsely, IMO) consider exceptions not to be part of the method signature
<sevenseacat> i will admit that i write very little documentation, but then again i write a lot of bog-standard rails apps that dont need it
<sevenseacat> 'this is a controller. this is a model' how about no
<apeiros> sevenseacat: yeah, I won't go out of my way to document a controller either
mityaz has joined #ruby
<apeiros> models and service objects are probably the closest thing to library code in most of our rails apps
<apeiros> (and those we actually do document)
asdasdasdasss has quit [Ping timeout: 260 seconds]
kalusn has quit [Remote host closed the connection]
<FarLight> lol looking at some of my comments I suppose I could stand to trim them a bit
kalusn has joined #ruby
<FarLight> # Only look up user if the user id is an integer. If not flash a notice and redirect to the relevant page.
<FarLight> # +is_number?+ is an extension of the String class.
<sevenseacat> the fact that ruby encourages short sharp methods means that if you're going to document every single one of them, your documents will far outweigh the code
<FarLight> if user_id.is_number?
ghr has quit [Ping timeout: 240 seconds]
<apeiros> sevenseacat: if you write an essay for every method, sure :)
<apeiros> sevenseacat: also docs should go through less churn than code
gigetoo has quit [Ping timeout: 250 seconds]
* Hanmac smells rails shit in the air
<sevenseacat> ;)
fluve has quit [Remote host closed the connection]
agent_white has quit [Read error: Connection reset by peer]
<FarLight> Hanmac dont like rails?
<apeiros> s/dont like/hate/ # more like it
<FarLight> What's wrong with it?
gigetoo has joined #ruby
* sevenseacat gets popcorn
<FarLight> ha I'm new to both rails and ruby I don't have any agendas
<sevenseacat> rails is just one application of the language
<apeiros> s/application/framework/
<sevenseacat> no, i meant application, as in 'this is a way you can apply the language'
<FarLight> You feel it is stealing the show a little bit?
<apeiros> rails has its bad parts. but given that any sufficiently complex piece of code will have that, rails is actually relatively well written.
<Hanmac> since they dont get "kibibyte" right, a standard more than ten years old, then maybe doing stupid things with date and time stuff (that does confuse newbs, because rails did forget to warn them to learn ruby first before learing rails), then the fuc with "present?" because they are to lazy to check for nil, then this thing with is_number? ... i am 100% sure it does not have a option for hexadezimal and also no option fo
<FarLight> I wrote the is_number? thing, and I don't know what hexadezimal is so you're probably right
<FarLight> haha
opus has quit []
<FarLight> oh hexadecimal
<Hanmac> also there is a regexp class for some non-default digits: /[[:digit:]]/.match("\u06F2") # U+06F2 is "EXTENDED ARABIC-INDIC DIGIT TWO"
<FarLight> That is very good Hanmac
<FarLight> very complete
TrueJet has joined #ruby
aagdbl has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
CaptainJet has quit [Ping timeout: 256 seconds]
fluve has joined #ruby
gigetoo has joined #ruby
arup_r has quit [Remote host closed the connection]
mupkoo has quit []
timonv_ has joined #ruby
mengu has quit [Remote host closed the connection]
Deele has joined #ruby
alem0lars has quit [Quit: Going AFK...]
gigetoo has quit [Ping timeout: 245 seconds]
ctp has joined #ruby
gigetoo has joined #ruby
why_away has quit [Remote host closed the connection]
jdj_dk has quit [Remote host closed the connection]
jatsan has quit [Quit: jatsan]
mengu__ has joined #ruby
veleno has quit [Quit: veleno]
LiohAu has joined #ruby
alem0lars has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
mengu__ has quit [Remote host closed the connection]
lxsameer has joined #ruby
gigetoo has joined #ruby
bruno- has joined #ruby
alexju has joined #ruby
kp666 has joined #ruby
tesuji has joined #ruby
nobodyzzz has joined #ruby
bal has quit [Ping timeout: 245 seconds]
hgl has joined #ruby
hgl has joined #ruby
hgl has quit [Changing host]
alexju has quit [Remote host closed the connection]
BadQuanta has quit [Remote host closed the connection]
shredding has joined #ruby
mikecmpbll has joined #ruby
BadQuanta has joined #ruby
bruno- has quit [Ping timeout: 245 seconds]
boegwj has joined #ruby
TrueJet has quit []
whyy has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
dvb_ua has quit [Ping timeout: 255 seconds]
gigetoo has joined #ruby
arup_r has joined #ruby
ghr has joined #ruby
agjacome_ has joined #ruby
ghr has quit [Client Quit]
olivier_bK has joined #ruby
ghr has joined #ruby
agjacome has quit [Ping timeout: 240 seconds]
sixxy has joined #ruby
parzo has quit [Ping timeout: 264 seconds]
klaut has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rollabunna has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
tvw has joined #ruby
bradleyprice has joined #ruby
gigetoo has joined #ruby
Joulse has joined #ruby
haoxuan has joined #ruby
dc_ has joined #ruby
banjara has quit [Quit: Leaving.]
spider-mario has joined #ruby
dc has quit [Ping timeout: 240 seconds]
haoxuan has quit [Quit: leaving]
joonty has quit [Quit: WeeChat 0.4.2]
Rollabunna has quit [Ping timeout: 255 seconds]
febuiles has quit [Ping timeout: 244 seconds]
kalusn has quit [Remote host closed the connection]
veleno has joined #ruby
andrewlio has joined #ruby
maoko has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
roolo has joined #ruby
asdasdasdasss has joined #ruby
Rollabunna has joined #ruby
alexju has joined #ruby
timonv_ has quit [Remote host closed the connection]
ephemerian has joined #ruby
kalusn has joined #ruby
joonty has joined #ruby
alex88 has joined #ruby
gigetoo has quit [Ping timeout: 250 seconds]
asdasdasdasss has quit [Ping timeout: 240 seconds]
aagdbl has quit [Quit: This computer has gone to sleep]
gigetoo has joined #ruby
felixjet_ has quit [Read error: Connection reset by peer]
uokesita has quit [Quit: uokesita]
felixjet_ has joined #ruby
ctp has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jottr_ has joined #ruby
sdwrage has quit [Quit: This computer has gone to sleep]
jackneill has joined #ruby
ARCADIVS has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
aagdbl has joined #ruby
sigurding has joined #ruby
ghr has quit [Remote host closed the connection]
blackmesa has joined #ruby
ghr has joined #ruby
ghr has quit [Remote host closed the connection]
gigetoo has quit [Read error: Connection reset by peer]
gregf_ has joined #ruby
ghr has joined #ruby
gigetoo has joined #ruby
yazgoo has joined #ruby
sdwrage has joined #ruby
cleopatra has joined #ruby
maoko has joined #ruby
Gonzih has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
Takle has joined #ruby
kaspergrubbe has joined #ruby
boegwj has quit [Ping timeout: 240 seconds]
sdwrage has quit [Quit: This computer has gone to sleep]
timonv_ has joined #ruby
gigetoo has joined #ruby
marr has joined #ruby
bluenemo has joined #ruby
timonv_ has quit [Remote host closed the connection]
timonv_ has joined #ruby
banjara has joined #ruby
lyuzashi has quit [Ping timeout: 252 seconds]
jdj_dk has joined #ruby
banjara has quit [Ping timeout: 240 seconds]
pandaant has joined #ruby
bruno- has joined #ruby
Guest37737 has quit [Remote host closed the connection]
pandaant has quit [Client Quit]
gigetoo has quit [Ping timeout: 245 seconds]
dawkirst has quit [Remote host closed the connection]
pandaant has joined #ruby
elaptics`away is now known as elaptics
relix has quit [Read error: Connection reset by peer]
blackmesa has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
kalusn has quit [Remote host closed the connection]
relix has joined #ruby
bruno- has quit [Ping timeout: 250 seconds]
kalusn has joined #ruby
sevenseacat has quit [Quit: Leaving.]
freerobby has joined #ruby
dangerousdave has joined #ruby
klaut has joined #ruby
jdj_dk has quit [Ping timeout: 256 seconds]
sevvie has quit [Ping timeout: 250 seconds]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
mengu has joined #ruby
mengu has joined #ruby
claymore has quit [Quit: Leaving]
workmad3 has joined #ruby
danijoo has joined #ruby
sixxy has quit [Remote host closed the connection]
<shevy> Hanmac that's the tax against man for dying earlier ;)
hgl_ has joined #ruby
<atmosx> for prices you guys use float or decimal? in DBs?
gigetoo has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
AlSquire has joined #ruby
mengu has quit [Remote host closed the connection]
lkba has quit [Ping timeout: 250 seconds]
hgl__ has joined #ruby
hgl has quit [Ping timeout: 264 seconds]
hgl__ has quit [Remote host closed the connection]
hgl__ has joined #ruby
hgl___ has joined #ruby
hgl_ has quit [Ping timeout: 255 seconds]
bradleyprice has quit [Remote host closed the connection]
wallerdev has quit [Quit: wallerdev]
gigetoo has quit [Ping timeout: 240 seconds]
hgl__ has quit [Ping timeout: 250 seconds]
gigetoo has joined #ruby
workmad3 has quit [Ping timeout: 245 seconds]
hgl____ has joined #ruby
Hobogrammer has quit [Ping timeout: 240 seconds]
mocchi has quit [Quit: ZNC - http://znc.in]
hgl___ has quit [Ping timeout: 260 seconds]
malditogeek has joined #ruby
decoponio has joined #ruby
asdasdasdasss has joined #ruby
Cort3z has joined #ruby
mocchi has joined #ruby
vincent has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
vincent is now known as Guest20985
<aep> how would i catch a 404 from Rack::Static ?
<aep> like, in rack
<aep> currently it just serves the 404 page itself
Symbiosisz has quit [Remote host closed the connection]
gigetoo has joined #ruby
asdasdasdasss has quit [Ping timeout: 245 seconds]
banjara has joined #ruby
<j416> aep: can you simply not define a 404 page and use that?
r_rios has quit [Ping timeout: 245 seconds]
<aep> Rack::Static doesnt have a 404 page
Guest20985 has quit [Ping timeout: 240 seconds]
<j416> hm wait, rack static
GriffinHeart has quit [Remote host closed the connection]
<j416> well
<aep> according to this, it calls @app.call(env) https://github.com/rack/rack/blob/master/lib/rack/static.rb#L123
<j416> if it generates static content
<j416> it's not up to you at all to define 404
<j416> it's up to the web server
FarLight has left #ruby ["Leaving"]
nerium has joined #ruby
timonv_ has quit [Ping timeout: 245 seconds]
kiri has quit [Read error: Connection reset by peer]
<aep> that'd be unicorn, but how do i tell that thing to change its 404 response
timonv_ has joined #ruby
Morkel_ has joined #ruby
Morkel has quit [Ping timeout: 256 seconds]
Morkel_ is now known as Morkel
anaeem1_ has quit [Remote host closed the connection]
hgl____ has quit [Read error: Connection reset by peer]
banjara has quit [Ping timeout: 260 seconds]
hgl____ has joined #ruby
<j416> aep: no idea. maybe it's in the unicorn docs?
anaeem1_ has joined #ruby
<aep> i'm pretty sure its Rack:Static responding to the 404
<j416> then it's not static
<aep> hm
<j416> but I've never used rack::statuc so I'm not sure if it's reallyt static or not
<aep> use Rack::Static, :urls => [""], :root => File.expand_path('tmp'), :index => 'index.html'
hgl____ has quit [Client Quit]
<aep> run lambda{|env| [200, {'Content-Type' => 'text/plain'}, ["Hello world!"]]}
<aep> that should say Hello World
<aep> for stuff static cant serve
kiri has joined #ruby
<aep> is there a way to run middleware after other middleware, even if that responded?
gigetoo has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
<aep> fail(404, "File not found: #{path_info}")
<aep> how can i catch that?
jackneill has quit [Ping timeout: 256 seconds]
arya_ has quit [Quit: sayonara^_^]
mehlah has joined #ruby
<j416> aha, I thought rack::static was a static content generator tool
<j416> apologies.
hgl____ has joined #ruby
<aep> yeah it handles the request even if its a 404, so no other middleware is executed afterwards
mengu has joined #ruby
mengu has quit [Changing host]
mengu has joined #ruby
mengu has quit [Remote host closed the connection]
hgl_____ has joined #ruby
hgl____ has quit [Read error: Connection reset by peer]
jackneill has joined #ruby
hgl______ has joined #ruby
gyre007 has left #ruby [#ruby]
gigetoo has quit [Ping timeout: 240 seconds]
lolmaus has quit [Ping timeout: 250 seconds]
hgl_______ has joined #ruby
hgl_______ has quit [Remote host closed the connection]
hgl______ has quit [Read error: Connection reset by peer]
hgl_______ has joined #ruby
mercwithamouth has quit [Ping timeout: 264 seconds]
fluve has quit []
gigetoo has joined #ruby
Takle has quit [Remote host closed the connection]
lolmaus has joined #ruby
hgl_____ has quit [Ping timeout: 250 seconds]
bruno- has joined #ruby
t_p has quit [Quit: Computer has gone to sleep.]
<aep> can i overwrite a gems class in my own app?
anarang has quit [Remote host closed the connection]
bruno- has quit [Ping timeout: 256 seconds]
ldobrl has joined #ruby
jdj_dk has joined #ruby
<apeiros> aep: sure
majoh has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
<aep> didnt get it working, i'll just rewrite rack :(
gigetoo has joined #ruby
Atttwww has quit [Ping timeout: 240 seconds]
alexju has quit [Remote host closed the connection]
<j416> that's an interesting approach... :D
anarang has joined #ruby
browndawg has joined #ruby
browndawg has quit [Max SendQ exceeded]
hgl_______ has quit [Quit: Computer has gone to sleep.]
browndawg has joined #ruby
browndawg has quit [Max SendQ exceeded]
Sirupsen has joined #ruby
peret has quit [Remote host closed the connection]
sputnik13 has joined #ruby
gigetoo has quit [Ping timeout: 250 seconds]
gigetoo has joined #ruby
certaint1 is now known as certainty
<aep> its odd that rack::static is in rack, yet doesnt actually use rack the way it was designed
<aep> i guess it serves like one use case
jdj_dk has quit [Ping timeout: 255 seconds]
<shevy> aep but you can overwrite a class at runtime in ruby
<aep> yeah didnt work for me, i copied it from rack into my own app and now it cant find stuff from Rack::Utils
<shevy> "copied"? are you a copy paste man ;)
<shevy> Rack::Utils.class is a module btw
gigetoo has quit [Ping timeout: 264 seconds]
ixti has joined #ruby
pdelaneau has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243]]
gigetoo has joined #ruby
Takle has joined #ruby
papal has joined #ruby
alem0lars has quit [Quit: alem0lars]
asdasdasdasss has joined #ruby
Takle has quit [Remote host closed the connection]
vincent has joined #ruby
vincent is now known as Guest86003
gigetoo has quit [Ping timeout: 255 seconds]
asdasdasdasss has quit [Ping timeout: 256 seconds]
marr has quit [Ping timeout: 256 seconds]
gigetoo has joined #ruby
Joulse has quit [Quit: Joulse]
Guest86003 has quit [Ping timeout: 245 seconds]
aagdbl has quit [Quit: This computer has gone to sleep]
banjara has joined #ruby
LiohAu has quit [Quit: LiohAu]
Xeago has joined #ruby
tkuchiki has joined #ruby
Cort3z has quit [Ping timeout: 260 seconds]
virtualize has joined #ruby
BadQuanta has quit [Ping timeout: 240 seconds]
PanPan has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243]]
banjara1 has joined #ruby
benvds has joined #ruby
banjara has quit [Read error: Connection reset by peer]
joonty has quit [Ping timeout: 250 seconds]
ARCADIVS has quit [Quit: WeeChat 0.4.3]
tekku is now known as tekk
benvds has quit [Client Quit]
DaniG2k has joined #ruby
benvds has joined #ruby
ejnahc_ has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
banjara1 has quit [Ping timeout: 240 seconds]
ejnahc has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
godd2 has quit [Ping timeout: 240 seconds]
virtualize has quit []
aagdbl has joined #ruby
amacou has joined #ruby
phoo1234567 has joined #ruby
roolo has quit [Quit: Leaving...]
phoo1234567 has quit [Max SendQ exceeded]
phoo1234567 has joined #ruby
mike32 has joined #ruby
kyb3r_ has quit [Quit: Leaving]
Vivekananda_y510 has quit [Quit: Leaving]
Vivekananda_y510 has joined #ruby
brunops has quit [Quit: Lost terminal]
brunops has joined #ruby
gigetoo has quit [Ping timeout: 256 seconds]
gigetoo has joined #ruby
bruno- has joined #ruby
joonty has joined #ruby
vincent__ has joined #ruby
vincent__ is now known as Guest36060
shredding has quit [Quit: shredding]
MCDev has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Would you like to know more?]
whyy has quit [Read error: Connection reset by peer]
whyy has joined #ruby
jdj_dk has joined #ruby
bruno- has quit [Ping timeout: 264 seconds]
spastorino has joined #ruby
Cort3z has joined #ruby
<pontiki> ah, daybreak over the swamp
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
workmad3 has joined #ruby
sputnik13 has joined #ruby
maximski has joined #ruby
mengu has joined #ruby
gigetoo has quit [Ping timeout: 264 seconds]
shredding has joined #ruby
Xeago has quit [Remote host closed the connection]
gigetoo has joined #ruby
shemerey has joined #ruby
MrSamuel has joined #ruby
nerium has quit [Quit: nerium]
nerium has joined #ruby
katlogic has quit [Read error: Connection reset by peer]
jdj_dk has quit [Ping timeout: 245 seconds]
aagdbl has quit [Quit: This computer has gone to sleep]
nerium has quit [Client Quit]
gigetoo has quit [Ping timeout: 264 seconds]
sigurding has quit [Quit: sigurding]
sevvie has joined #ruby
roolo has joined #ruby
gigetoo has joined #ruby
katlogic has joined #ruby
dumdedum has joined #ruby
Giddeon has joined #ruby
Pro|_ is now known as Pro|
Beoran has quit [Ping timeout: 255 seconds]
marr has joined #ruby
yfeldblum has quit [Remote host closed the connection]
<Giddeon> I built a simple gem that has a file called runner in the bin/ directory. On my development machine, I can cd into the bin directory and run ./runner and everything works great. However, I'd like the bin file to be executable as soon as the user installs the gem. Ideally the user could just type "runner" and my file would execute no matter the directory. Can someone point min the right
<Giddeon> direction?
<pontiki> read guides.rubygems.org
<pontiki> make sure you have the gemspec right
GriffinHeart has joined #ruby
nerium has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
Arkaniad|Desktop has quit [Ping timeout: 256 seconds]
WormDrink has quit [Ping timeout: 255 seconds]
GriffinHeart has quit [Ping timeout: 256 seconds]
asdasdasdasss has joined #ruby
LiohAu has joined #ruby
mehlah has quit [Quit: Leaving...]
freerobby has quit [Quit: Leaving.]
Sirupsen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Giddeon> thanks pontiki
gigetoo has quit [Ping timeout: 255 seconds]
papal has left #ruby [#ruby]
Beoran has joined #ruby
gigetoo has joined #ruby
nobodyzzz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
timonv_ has quit [Remote host closed the connection]
asdasdasdasss has quit [Ping timeout: 256 seconds]
timonv_ has joined #ruby
SBoolean has joined #ruby
<shevy> Giddeon for global gems this should be trivial
xcesariox has quit [Quit: Textual IRC Client: www.textualapp.com]
<shevy> the problem is, if you specifically do ./runner it assumes to work in the current directory, everywhere
banjara has joined #ruby
ldnunes has joined #ruby
timonv_ has quit [Ping timeout: 250 seconds]
gigetoo has quit [Read error: Connection reset by peer]
jottr has joined #ruby
gigetoo has joined #ruby
phinfonet has joined #ruby
jottr_ has quit [Ping timeout: 255 seconds]
banjara has quit [Ping timeout: 256 seconds]
professor_soap has joined #ruby
<apeiros> Giddeon: I sure hope you haven't called your executable "runner". that's a far too generic name.
professor_soap has quit [Client Quit]
aagdbl has joined #ruby
maoko has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mr-foobar has quit [Read error: Connection reset by peer]
bmurt has joined #ruby
mr-foobar has joined #ruby
kp666 has quit [Read error: Connection reset by peer]
kp666 has joined #ruby
gigetoo has quit [Ping timeout: 250 seconds]
gigetoo has joined #ruby
yfeldblum has joined #ruby
bogeyd6 has quit [Read error: Connection reset by peer]
dawkirst has joined #ruby
bmurt has quit [Ping timeout: 260 seconds]
davedev2_ has joined #ruby
<wasamasa> roadrunner is less generic
mehlah has joined #ruby
jdj_dk has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
davedev24_ has quit [Ping timeout: 245 seconds]
spider-mario has quit [Remote host closed the connection]
gigetoo has quit [Ping timeout: 256 seconds]
gigetoo has joined #ruby
dawkirst has quit [Ping timeout: 250 seconds]
pothibo has joined #ruby
claymore has joined #ruby
franka_ has quit [Quit: leaving]
sevvie has quit [Ping timeout: 250 seconds]
spider-mario has joined #ruby
AskSteve has joined #ruby
aagdbl has quit [Quit: This computer has gone to sleep]
WormDrink has joined #ruby
arup_r has quit [Remote host closed the connection]
RandyT has quit [Ping timeout: 250 seconds]
Gonzih has quit [Ping timeout: 245 seconds]
gigetoo has quit [Ping timeout: 250 seconds]
dawkirst has joined #ruby
sigurding has joined #ruby
Sgeo has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
RandyT has joined #ruby
jdj_dk has quit [Ping timeout: 245 seconds]
DaniG2k has quit [Quit: Lost terminal]
davedev2_ has quit [Remote host closed the connection]
ndrei has quit [Ping timeout: 255 seconds]
davedev24_ has joined #ruby
nobodyzzz has joined #ruby
arup_r has joined #ruby
DaniG2k has joined #ruby
aagdbl has joined #ruby
Cort3z has quit [Remote host closed the connection]
RichiH has left #ruby [#ruby]
gigetoo has quit [Ping timeout: 245 seconds]
spider-mario has quit [Read error: Connection reset by peer]
andrewlio has left #ruby [#ruby]
gigetoo has joined #ruby
Wolland has quit [Remote host closed the connection]
franka_ has joined #ruby
kp666 has quit [Ping timeout: 245 seconds]
ctcg has joined #ruby
danijoo has quit [Read error: Connection reset by peer]
fearoffish has quit [Remote host closed the connection]
<ctcg> I'm getting the error "msg: Failed to find required executable gem" when attempting to install the compass gem using vagrant/ansible. See these screenshots:
danijoo has joined #ruby
<ctcg> also when i run "which gem" manually, it tells me that the gem executable is in /opt/vagrant_ruby/bin/gem which I suspect is the issue.
mengu has quit [Remote host closed the connection]
<ctcg> How can I update it to look for the executable here?
jottr has quit [Ping timeout: 255 seconds]
mengu has joined #ruby
mengu has joined #ruby
mengu has quit [Changing host]
sk87 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
timonv_ has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
bruno- has joined #ruby
RTG` has quit [Disconnected by services]
RTG`` has joined #ruby
Vivekananda_y510 has quit [Ping timeout: 264 seconds]
Fusl has quit [Ping timeout: 272 seconds]
supermat has quit [Ping timeout: 272 seconds]
<doub> can i return anonymous values from a script i "load"? ie. without storing them in globals
asdasdasdasss has joined #ruby
<Mon_Ouie> No, you can use eval instead of load though
pandaant has quit [Quit: leaving]
lsmola has joined #ruby
fearoffish has joined #ruby
asdasdasdasss has quit [Ping timeout: 240 seconds]
linojon has joined #ruby
gigetoo has quit [Ping timeout: 256 seconds]
Joulse has joined #ruby
SBoolean has quit [Read error: Connection reset by peer]
veleno_ has joined #ruby
veleno has quit [Ping timeout: 260 seconds]
veleno_ is now known as veleno
gigetoo has joined #ruby
mostlybadfly has joined #ruby
RTG`` has quit [Quit: Leaving]
RTG` has joined #ruby
sumark_ has quit [Remote host closed the connection]
banjara has joined #ruby
yalue has joined #ruby
sumark has joined #ruby
<banisterfiend> Mon_Ouie 'alut
lsmola has quit [Ping timeout: 250 seconds]
thesheff17 has joined #ruby
lkba has joined #ruby
shredding has quit [Quit: shredding]
banjara has quit [Ping timeout: 255 seconds]
alem0lars has joined #ruby
ndrei has joined #ruby
yfeldblum has joined #ruby
sk87 has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
cocotton has joined #ruby
senayar has quit [Remote host closed the connection]
malditogeek has quit [Quit: Leaving.]
kiri has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
<Hanmac> hey, need nice gem for ORM stuff that can be nicly integrated into existing class stucture ... (prefered as include not as inherit from a model class) try to add more save features for my datastuff ... currently marshal and xml are prefered and supported ... try to add db interface too
senayar has joined #ruby
eka has quit [Quit: My computer has gone to sleep. ZZZzzz…]
tjr9898 has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
<nobodyzzz> datamapper?
kiri has joined #ruby
ixti has quit [Read error: Connection reset by peer]
malditogeek has joined #ruby
GriffinHeart has joined #ruby
lsmola has joined #ruby
<Hanmac> hm ok i will look at it
startupality has joined #ruby
spyderman4g63 has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
jdj_dk has joined #ruby
Atttwww has joined #ruby
codecop has joined #ruby
amystephen has joined #ruby
<startupality> I am having troubles switching from rvm to rbenv, I did all the implode rvm, homebrew install rbenv… on OS X Mavericks but I run into problems when trying to do bundle install, here is an example http://pastie.org/9409499
benvds has quit [Quit: leaving]
<startupality> maybe someone know what is the case?
benvds has joined #ruby
gigetoo has joined #ruby
lkba has quit [Read error: Connection reset by peer]
AndChat| has joined #ruby
professor_soap has joined #ruby
cocotton has quit [Remote host closed the connection]
<Hanmac> startupality: did you read the messages at the end?
shemerey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<startupality> Hanmac: Make sure that `gem install pg -v '0.17.1'` succeeds before bundling. ?
francisfish has joined #ruby
francisfish has quit [Remote host closed the connection]
<startupality> Hanmac: yes I tried doing that but it doesnt help
<Hanmac> and? what does happen?
francisfish has joined #ruby
<startupality> I think this should be here “Your user account isn't allowed to install to the system Rubygems.” when using RBENV
<startupality> *shouldnt!
<startupality> nothing happens
Sirupsen has joined #ruby
<startupality> i succeeds installing the gem
<startupality> but when I run bundle install it asks me for password again
<Hanmac> startupality: "--system" <<<<<<<<<
DaniG2k has quit [Quit: leaving]
<startupality> and that should not happen with RBENV
charliesome has joined #ruby
SilkFox has joined #ruby
<startupality> Hanmac: bundle install --system ?
<Hanmac> you said bundle install --system ... so maybe it does try to install for system?
<startupality> It does the same
<startupality> It is same like bundle install
<Hanmac> startupality: bundler also has its own channel #bundler maybe they are more helpful?
TomyWork has joined #ruby
shemerey has joined #ruby
<startupality> Hanmac: Ok I ll check
cocotton has joined #ruby
<startupality> but I though it might be often that people switch from rvm to rbenv
<TomyWork> what's the standard database interface used in ruby? basically the equivalent of jdbc
<Hanmac> imo OSX is the main problem with that ...
<Hanmac> TomyWork: hm imo that depends ... if you use Rails you have ActiveRecord ... if not you hay have datamapper
Takle has joined #ruby
gigetoo has quit [Ping timeout: 264 seconds]
<TomyWork> Hanmac thanks, i'm actually looking for a puppet module, so i just need something i can google for :)
bmurt has joined #ruby
gigetoo has joined #ruby
senayar has quit [Remote host closed the connection]
gigetoo has quit [Read error: Connection reset by peer]
orionstein_away is now known as orionstein
lsmola has quit [Ping timeout: 255 seconds]
beef-wellington has quit [Ping timeout: 250 seconds]
AskSteve has left #ruby [#ruby]
gigetoo has joined #ruby
cocotton has quit [Remote host closed the connection]
aagdbl has quit [Quit: Leaving]
vindictive27 has joined #ruby
supermat has joined #ruby
cocotton has joined #ruby
Fusl has joined #ruby
jdj_dk has quit [Ping timeout: 256 seconds]
lsmola has joined #ruby
tjr9898 has quit [Remote host closed the connection]
dblessing has joined #ruby
philcrissman has joined #ruby
tjr9898 has joined #ruby
tjr9898 has quit [Remote host closed the connection]
philcrissman has joined #ruby
tjr9898 has joined #ruby
cesare has joined #ruby
orionstein is now known as orionstein_away
SilkFox has quit [Ping timeout: 264 seconds]
renderful has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
supermat has quit [Ping timeout: 256 seconds]
gigetoo has joined #ruby
renderful has quit [Remote host closed the connection]
pandaant has joined #ruby
supermat has joined #ruby
meinside has quit [Quit: Connection closed for inactivity]
toretore has joined #ruby
Zenigor has joined #ruby
cocotton has quit [Quit: Leaving...]
cocotton has joined #ruby
dumdedum has quit [Quit: foo]
snath has quit [Ping timeout: 260 seconds]
mary5030 has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
arup_r has quit [Remote host closed the connection]
riotjone_ has joined #ruby
ctcg has quit [Remote host closed the connection]
gigetoo has joined #ruby
riotjones has quit [Ping timeout: 245 seconds]
tobago has joined #ruby
jerius has joined #ruby
freerobby has joined #ruby
asdasdasdasss has joined #ruby
armyriad has quit [Read error: Connection reset by peer]
tjr9898 has quit [Remote host closed the connection]
tjr9898 has joined #ruby
lxsameer has quit [Quit: Leaving]
mary5030_ has joined #ruby
tjr9898_ has joined #ruby
tjr9898 has quit [Read error: Connection reset by peer]
asdasdasdasss has quit [Ping timeout: 245 seconds]
mary5030 has quit [Ping timeout: 264 seconds]
GriffinHeart has quit [Remote host closed the connection]
p0sixpscl has joined #ruby
gigetoo has quit [Ping timeout: 256 seconds]
cocotton has quit [Remote host closed the connection]
Photism has joined #ruby
failshell has joined #ruby
frellnet has joined #ruby
agjacome has joined #ruby
cesare has quit [Quit: Lost terminal]
cocotton has joined #ruby
gigetoo has joined #ruby
brunops has quit [Ping timeout: 256 seconds]
yfeldblum has joined #ruby
blackmesa has joined #ruby
agjacome_ has quit [Ping timeout: 250 seconds]
banjara has joined #ruby
armyriad has joined #ruby
p0sixpscl has quit [Ping timeout: 250 seconds]
carraroj has joined #ruby
yfeldblum has quit [Ping timeout: 255 seconds]
sailias has joined #ruby
obscured has joined #ruby
shredding has joined #ruby
mr-foobar has quit [Quit: Leaving...]
banjara has quit [Ping timeout: 255 seconds]
Ankhers has joined #ruby
lsmola has quit [Ping timeout: 240 seconds]
gigetoo has quit [Ping timeout: 250 seconds]
kevind has joined #ruby
linojon has quit [Quit: linojon]
Gonzih has joined #ruby
hgl_______ has joined #ruby
gigetoo has joined #ruby
arup_r has joined #ruby
doev has joined #ruby
startupality has quit [Quit: startupality]
professor_soap has quit []
EvanR_ has joined #ruby
beef-wellington has joined #ruby
benzrf|offline is now known as benzrf
mr-foobar has joined #ruby
Pumukel has joined #ruby
Rollabunna has quit [Remote host closed the connection]
jdj_dk has joined #ruby
roolo has quit [Quit: Leaving...]
mary5030_ has quit [Remote host closed the connection]
mary5030 has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
xenomorph is now known as {xenomorph}
Rollabunna has joined #ruby
<Pumukel> Hi i have a problem install some gems on a server that sits behind a proxy, even if i change http-proxy in .gemrc or via gem sources from https to http i get an Net::HTTPServerException 403 Forbidden HTTP tunneling, what could I do to solve this?
beef-wellington has quit [Quit: WeeChat 0.4.3]
shredding has quit [Quit: shredding]
gigetoo has joined #ruby
codabrink has joined #ruby
naw has quit []
SilkFox has joined #ruby
naw has joined #ruby
gregf_ has quit [Ping timeout: 240 seconds]
benzrf is now known as benzrf|offline
hgl_______ has quit [Remote host closed the connection]
hgl_______ has joined #ruby
startupality has joined #ruby
mikesplain has joined #ruby
shredding has joined #ruby
ffranz has joined #ruby
benvds has quit [Quit: leaving]
mary5030 has quit [Remote host closed the connection]
sdwrage has joined #ruby
dumdedum has joined #ruby
dawkirst_ has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
benvds has joined #ruby
rubytor has joined #ruby
Shidash has joined #ruby
gigetoo has joined #ruby
jobewan has quit [Ping timeout: 250 seconds]
dawkirst has quit [Remote host closed the connection]
cocotton has quit [Remote host closed the connection]
p0sixpscl has joined #ruby
dawkirst_ has quit [Remote host closed the connection]
<pandaant> Pumukel: Have you tried setting your HTTP_PROXY environment variable? You could try the answer in https://stackoverflow.com/questions/4418/how-do-i-update-ruby-gems-from-behind-a-proxy-isa-ntlm
hgl________ has joined #ruby
senayar has joined #ruby
orionstein_away is now known as orionstein
brunops has joined #ruby
sambao21 has joined #ruby
codeurge has joined #ruby
senayar has quit [Remote host closed the connection]
jdj_dk has quit [Ping timeout: 256 seconds]
claymore has quit [Ping timeout: 256 seconds]
renier has joined #ruby
arup_r has quit [Remote host closed the connection]
alem0lars has quit [Quit: alem0lars]
SilkFox_ has joined #ruby
shredding has quit [Quit: shredding]
hgl_______ has quit [Ping timeout: 264 seconds]
benvds has quit [Quit: leaving]
rx47 has joined #ruby
benvds has joined #ruby
aganov has quit [Remote host closed the connection]
tesaf has joined #ruby
nateberkopec has joined #ruby
brunops has quit [Ping timeout: 245 seconds]
sepp2k has joined #ruby
chris123456789 has joined #ruby
claymore has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
jobewan has joined #ruby
sambao21 has quit [Ping timeout: 250 seconds]
GlenK has joined #ruby
senayar has joined #ruby
SilkFox_ has quit [Ping timeout: 250 seconds]
Havoc][ has quit [Disconnected by services]
Mattias has quit [Ping timeout: 255 seconds]
gigetoo has joined #ruby
SilkFox has quit [Ping timeout: 240 seconds]
<shevy> damn
<shevy> %i() won't work on old ruby versions
hgl________ has quit [Remote host closed the connection]
Mattias has joined #ruby
hgl________ has joined #ruby
<shevy> would this check work:
itspots has joined #ruby
<shevy> %i( foo bar ).each {|entry| puts entry } unless RUBY_VERSION < '2.0'
blackmesa has quit [Ping timeout: 250 seconds]
<GlenK> hi, I'm having trouble understanding why I'm getting inside the else clause here: http://fpaste.org/119531/
<shevy> I've noticed this accidentally, as on my laptop there is currently only ruby 1.9.3 from ubuntu, and the ruby parser screams and breaks down the moment it sees %i
<GlenK> when I print out my bmi variable it looks fine.
shredding has joined #ruby
<shevy> GlenK what is line 2
<GlenK> shevy: "readline". The first line of input is the number of sets of weight/height, so I just throw it away
<shevy> I do not understand
<shevy> what is "readline"?
<GlenK> um...wel, ignore that part. that part works.
bmurt has quit []
cocotton has joined #ruby
farleyknight has quit [Quit: Leaving]
<apeiros> GlenK: case/when doesn't work like that
bmurt has joined #ruby
bmurt has quit [Remote host closed the connection]
<apeiros> case expression when condition then --> this is evaluated as (condition) === (expression)
baweaver has joined #ruby
bmurt has joined #ruby
<shevy> so it is like gets
bmurt has quit [Remote host closed the connection]
<shevy> what a strange way to get user input like that GlenK
arup_r has joined #ruby
bmurt has joined #ruby
<apeiros> GlenK: so when you do `case bmi; when (bmi < 18.5) then`, what ruby evaluates is `(bmi < 18.5) === (bmi)`, and since left side of that === is true/false, and right side probably a float, you'll never go into any of those `then`s
<Pumukel> pandaant i have tried to set the proxy via gemrc and via cli and it did not work
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
philcrissman has quit [Remote host closed the connection]
dstarh has joined #ruby
<apeiros> GlenK: also use &&, not and. and probably does not have the precedence you want.
<GlenK> apeiros: I see, thanks. hmm, that being the case, I need to switch to if else? Or is there a way to do the <= stuff with a case statement
gigetoo has quit [Ping timeout: 240 seconds]
SilkFox has joined #ruby
Guest36060 has quit [Ping timeout: 264 seconds]
ndRx has joined #ruby
mary5030 has joined #ruby
<dstarh> can anyone recommend a good gem for connection pools? See https://github.com/typhoeus/typhoeus which looks promising but it relies externally on libCurl where as httparty (which doesn't do pooling) seems to be pure ruby
<pandaant> Pumukel: You could download the gems from a computer without proxy and install them on the server manually. See: http://help.rubygems.org/kb/rubygems/installing-gems-with-no-network
agjacome_ has joined #ruby
ndRx has quit [Remote host closed the connection]
whyy has quit [Ping timeout: 245 seconds]
<dstarh> s/See/I See/
<Pumukel> thank you pandaant will try this
mary5030 has quit [Remote host closed the connection]
emergion has quit [Quit: Connection closed for inactivity]
gigetoo has joined #ruby
cocotton has quit [Remote host closed the connection]
mary5030 has joined #ruby
shredding has quit [Quit: shredding]
JohnFord has joined #ruby
tobago has quit [Remote host closed the connection]
<apeiros> GlenK: you can use ranges
<apeiros> case bmi; when 0..18.5 …; when 18.5..20; …
<apeiros> 30.0..Float::INFINITY for "bigger than"
davedev2_ has joined #ruby
<GlenK> I'm pretty much an idiot this morning at any rate, looking back at the case statement example I went with. haha. I need some coffee maybe
shredding has joined #ruby
<GlenK> apeiros: cheers
agjacome has quit [Ping timeout: 256 seconds]
<apeiros> with to_f, your case should never go into the else, though
<apeiros> you need to validate its validity before calling to_f on it
claymore has quit [Remote host closed the connection]
centrx has joined #ruby
davedev2_ has quit [Remote host closed the connection]
davedev24_ has quit [Read error: Connection reset by peer]
baweaver has quit [Remote host closed the connection]
davedev24_ has joined #ruby
asdasdasdasss has joined #ruby
<GlenK> apeiros: just make sure the strings aren't null or something you mean?
cocotton has joined #ruby
<GlenK> empty I guess?
<GlenK> or go with a regex?
<apeiros> >> "hello".to_f
tagrudev has quit [Remote host closed the connection]
<apeiros> plerp. bot still dead.
philcrissman has joined #ruby
<apeiros> "hello".to_f # => 0.0
<centrx> bot making us do all the calculations ourselves
<apeiros> to_f does not verify you actually get a numerical value. it will return a float no matter what.
yfeldblum has joined #ruby
mengu has quit [Remote host closed the connection]
acrussell has joined #ruby
shredding has quit [Quit: shredding]
claymore has joined #ruby
<apeiros> ah well, granted, one way to get a "malformed" message would be if both input values result in 0.0
jottr has joined #ruby
baweaver has joined #ruby
<apeiros> since 0.0/0.0 # => NaN
andrewjanssen has joined #ruby
<apeiros> and NaN comparisons are always false
gigetoo has quit [Ping timeout: 260 seconds]
frankle has joined #ruby
tvw has quit []
asdasdasdasss has quit [Ping timeout: 245 seconds]
baweaver has quit [Read error: Connection reset by peer]
baweaver has joined #ruby
shredding has joined #ruby
charliesome_ has joined #ruby
gigetoo has joined #ruby
charliesome has quit [Ping timeout: 245 seconds]
thesheff17 has quit [Remote host closed the connection]
dawkirst has joined #ruby
yfeldblum has quit [Ping timeout: 264 seconds]
mikespla_ has joined #ruby
philcrissman has quit [Remote host closed the connection]
jottr has quit [Ping timeout: 264 seconds]
Hamburglr has joined #ruby
shemerey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mikesplain has quit [Ping timeout: 260 seconds]
roolo has joined #ruby
thesheff17 has joined #ruby
dawkirst has quit [Ping timeout: 240 seconds]
banjara has joined #ruby
mikepack has joined #ruby
Benny1992 has quit [Quit: leaving]
Benny1992 has joined #ruby
nerium has quit [Quit: nerium]
Wolland has joined #ruby
britneywright has joined #ruby
braincrash has quit [Quit: bye bye]
gigetoo has quit [Ping timeout: 245 seconds]
Benny1992 has quit [Client Quit]
Benny1992 has joined #ruby
ddv has joined #ruby
ddv has quit [Changing host]
enebo has joined #ruby
dawkirst has joined #ruby
banjara has quit [Ping timeout: 245 seconds]
gigetoo has joined #ruby
Ankhers has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
{xenomorph} is now known as xenomorph
Zenigor has quit [Remote host closed the connection]
Zenigor has joined #ruby
shredding has quit [Quit: shredding]
dawkirst has quit [Remote host closed the connection]
snath has joined #ruby
SilverKey has joined #ruby
braincrash has joined #ruby
mikespla_ has quit [Read error: Connection reset by peer]
momomomomo has joined #ruby
rayners has joined #ruby
mikesplain has joined #ruby
mikesplain has quit [Read error: Connection reset by peer]
SouL_ has joined #ruby
SouL_ has quit [Read error: Connection reset by peer]
mikesplain has joined #ruby
relix has joined #ruby
jdj_dk has joined #ruby
tjr9898_ has quit [Remote host closed the connection]
linojon has joined #ruby
mikespla_ has joined #ruby
tjr9898 has joined #ruby
linoj has joined #ruby
relix has quit [Client Quit]
gigetoo has quit [Ping timeout: 256 seconds]
xenomorph is now known as {xenomorph}
gigetoo has joined #ruby
mikesplain has quit [Ping timeout: 255 seconds]
sargas has quit [Remote host closed the connection]
{xenomorph} is now known as xenomorph
tjr9898 has quit [Ping timeout: 245 seconds]
Alina-malina has quit [Read error: Connection reset by peer]
frellnet has quit [Remote host closed the connection]
Alina-malina has joined #ruby
frellnet has joined #ruby
iamjarvo has joined #ruby
SilkFox has quit [Ping timeout: 250 seconds]
tesuji has quit [Ping timeout: 250 seconds]
Alina-malina has quit [Read error: Connection reset by peer]
Alina-malina has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
ixti has joined #ruby
<dstarh> One more request, can anyone recommend a good gem with built in HTTP Connection pooling?
ghr has quit []
<ericwood> perhaps eventmachine?
gigetoo has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
freerobby has quit [Read error: Connection reset by peer]
freerobby1 has joined #ruby
<dstarh> ericwood: not seeing how connection pools could be handled via eventmachine
treehug88 has joined #ruby
<ericwood> me either
<ericwood> ignore me
banisterfiend has quit [Read error: Connection reset by peer]
ghr has joined #ruby
jdj_dk has quit [Ping timeout: 240 seconds]
banister has joined #ruby
<dstarh> lol
asmodlol has joined #ruby
jerius_ has joined #ruby
tjr9898 has joined #ruby
sambao21 has joined #ruby
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
jerius has quit [Ping timeout: 255 seconds]
tjr9898 has quit [Remote host closed the connection]
mgberlin has joined #ruby
tjr9898 has joined #ruby
maximski has quit [Ping timeout: 264 seconds]
mgberlin has quit [Remote host closed the connection]
yokel has quit [Remote host closed the connection]
amargherio has joined #ruby
Morkel has quit [Quit: Morkel]
apeiros has quit [Ping timeout: 240 seconds]
SilkFox_ has joined #ruby
yokel has joined #ruby
dbasch has joined #ruby
poguez_ has joined #ruby
tjr9898_ has joined #ruby
maximski has joined #ruby
maletor has joined #ruby
tjr9898_ has quit [Remote host closed the connection]
tjr9898 has quit [Read error: Connection reset by peer]
sambao21 has quit [Ping timeout: 255 seconds]
Ankhers has joined #ruby
Notte has joined #ruby
gigetoo has quit [Ping timeout: 256 seconds]
tjr9898 has joined #ruby
gigetoo has joined #ruby
sambao21 has joined #ruby
tjr9898 has quit [Remote host closed the connection]
SilkFox_ has quit [Ping timeout: 256 seconds]
dawkirst has joined #ruby
sambao21 has quit [Client Quit]
tjr9898 has joined #ruby
Pumukel has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140608211622]]
SilkFox has joined #ruby
J1sy has joined #ruby
tjr9898 has quit [Read error: Connection reset by peer]
tjr9898_ has joined #ruby
jlovick has joined #ruby
sambao21 has joined #ruby
roolo has quit [Quit: Leaving...]
caveat- has quit [Ping timeout: 240 seconds]
caveat- has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
voodoofish4301 has left #ruby [#ruby]
baweaver has quit [Remote host closed the connection]
Rollabunna has quit [Remote host closed the connection]
gigetoo has quit [Ping timeout: 240 seconds]
GriffinHeart has joined #ruby
roolo has joined #ruby
gigetoo has joined #ruby
Takle has quit [Remote host closed the connection]
yfeldblum has joined #ruby
jfran has joined #ruby
<j416> our project (web site @ dayjob) is growing and I'm thinking of cutting off parts of it and putting them into their own gems, but I'm not very familiar with best practices. Would anyone know of a good source of information for this?
<j416> (before anyone screams lmgtfy I shall mention that I'm asking to see if someone has an idea off-hand, I'm googling like mad meanwhile)
<centrx> j416, I would only do that if the parts were at least theoretical useful for other projects
Kricir has joined #ruby
<j416> centrx: good point
<j416> centrx: we have some parts that are.
<j416> centrx: a logger, for instance.
GriffinHeart has quit [Ping timeout: 240 seconds]
qmfnp has joined #ruby
IceDragon has joined #ruby
<centrx> Organizing the code into libraries and subdirectories would be good, but a gem implies distributing code, whether inside the company or without
Takle has joined #ruby
Hanmac has quit [Ping timeout: 260 seconds]
<j416> we are striving towards getting a more gem-like structure in the project as a whole, without currently createing actual gems. Perhaps this is a good middle way.
andrewjanssen has quit [Quit: Leaving...]
yfeldblum has quit [Ping timeout: 255 seconds]
bmurt has quit [Remote host closed the connection]
bmurt has joined #ruby
Dude007 has joined #ruby
asdasdasdasss has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
bmurt has quit [Remote host closed the connection]
mrnugget has joined #ruby
bmurt has joined #ruby
dbasch has quit [Quit: dbasch]
rp__ has joined #ruby
gigetoo has joined #ruby
hsps__ has joined #ruby
hsps_ has quit [Read error: Connection reset by peer]
baweaver has joined #ruby
shredding has joined #ruby
jdj_dk has joined #ruby
Giddeon has quit []
chrismerrill has joined #ruby
chrismerrill has left #ruby [#ruby]
asdasdasdasss has quit [Ping timeout: 260 seconds]
bmurt has quit [Remote host closed the connection]
lmickh has joined #ruby
baroquebobcat has joined #ruby
bmurt has joined #ruby
baweaver has quit [Read error: Connection reset by peer]
jdj_dk has quit [Read error: Connection reset by peer]
_tpavel has quit [Quit: Leaving]
rubytor_ has joined #ruby
baweaver has joined #ruby
jdj_dk has joined #ruby
rubytor has quit [Ping timeout: 240 seconds]
rubytor_ is now known as Guest4418
moted has joined #ruby
<rdark> any votes for dnsruby vs net::dns?
Notte has quit [Remote host closed the connection]
cocotton_ has joined #ruby
shredding has quit [Client Quit]
<rdark> or any other decent DNS gems that support NAPTR records? Both of the above seem pretty quiet in the last few years on the update front
Kricir has quit [Remote host closed the connection]
cocotto__ has joined #ruby
moted has quit [Read error: Connection reset by peer]
cocotto__ has quit [Read error: Connection reset by peer]
Kricir has joined #ruby
moted has joined #ruby
J1sy has quit [Remote host closed the connection]
blackmesa has joined #ruby
geggam has joined #ruby
cocotton_ has quit [Read error: Connection reset by peer]
alem0lars has joined #ruby
cocotton_ has joined #ruby
cocotton has quit [Read error: Connection reset by peer]
baroquebobcat has quit [Quit: baroquebobcat]
gigetoo has quit [Ping timeout: 240 seconds]
shredding has joined #ruby
agjacome has joined #ruby
gigetoo has joined #ruby
iceden has joined #ruby
Nies has joined #ruby
banjara has joined #ruby
lw has joined #ruby
cleopatra has quit [Remote host closed the connection]
agjacome_ has quit [Ping timeout: 240 seconds]
Hanmac has joined #ruby
thumpba has quit [Read error: Connection reset by peer]
toastynerd has quit [Remote host closed the connection]
jdj_dk has quit [Ping timeout: 240 seconds]
maestrojed has joined #ruby
Fire-Dragon-DoL has joined #ruby
codeurge has quit [Quit: Quit.]
agjacome_ has joined #ruby
banjara has quit [Ping timeout: 240 seconds]
fabrice31 has quit [Remote host closed the connection]
agjacome has quit [Ping timeout: 264 seconds]
vincent__ has joined #ruby
codeurge has joined #ruby
thumpba has joined #ruby
tjr9898_ has quit [Remote host closed the connection]
samfisher has joined #ruby
vincent__ is now known as Guest39955
amacou has quit [Remote host closed the connection]
tjr9898 has joined #ruby
Tricon has joined #ruby
kevind_ has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
amacou has joined #ruby
davedev2_ has joined #ruby
<samfisher> hi. Ruby beginner here. I found that I learn very quick by doing not by reading so I'm asking people to give me work (free). If you have any project, I'd be glad to be an appretince
<samfisher> :D
baroquebobcat has joined #ruby
cleopatra has joined #ruby
davedev__ has joined #ruby
davedev24_ has quit [Ping timeout: 256 seconds]
<atmosx> samfisher: try to find an open source project to contribute. Something based on ruby obviously.
gigetoo has joined #ruby
momomomomo has quit [Quit: momomomomo]
<atmosx> samfisher: it will be good for your portfolio too
kevind has quit [Ping timeout: 240 seconds]
kevind_ is now known as kevind
davedev__ has quit [Remote host closed the connection]
hgl_________ has joined #ruby
<Mon_Ouie> samfisher: Solve world hunger
jshultz has joined #ruby
charliesome_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davedev2_ has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
hgl_________ has quit [Remote host closed the connection]
tjr9898 has quit [Ping timeout: 240 seconds]
hgl________ has quit [Read error: Connection reset by peer]
davedev2_ has joined #ruby
hgl_________ has joined #ruby
amacou has quit [Ping timeout: 260 seconds]
tjr9898 has joined #ruby
<samfisher> Mon_Ouie: i only have to develop a very fast mean of transportation. Then I can move resources over long distances. Be it spare food to Africa, stray dogs to Canada etc
Guest4418 has quit [Ping timeout: 264 seconds]
Dude007 has quit [Ping timeout: 240 seconds]
baweaver has quit [Read error: Connection reset by peer]
<banister> samfisher Mon_Ouie is french, do you have any snails or frogs legs for him?
<atmosx> fucking git
<ericwood> don't talk bad about git!
momomomomo has joined #ruby
<centrx> git is so annoying
davedev2_ has quit [Remote host closed the connection]
andrewjanssen has joined #ruby
exgf_g has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )]
andrewjanssen has quit [Client Quit]
CaptainJet has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
davedev24_ has quit [Ping timeout: 250 seconds]
davedev24_ has joined #ruby
<banister> atmosx what r u trying to do
bradhe has joined #ruby
<atmosx> banister: nah, I did a git stash and rewrote my methods... thing is I didn't had commit last (~ 2 hours) changes :-(
<atmosx> thankfully I have time machine's morning backup so I'll just... move the project dir back.
rubytor has joined #ruby
<banister> atmosx ouch
SilkFox_ has joined #ruby
<ericwood> doesn't seem like git's fault
<bradhe> what are the semantics of rb_ensure when a different thread raises? Should the ensure cb still get called in that scenario?
<ericwood> sux tho
<Mon_Ouie> I like the fact that it is now impossible to use git as an insult on IRC
andrewjanssen has joined #ruby
<ericwood> Mon_Ouie: quiet, you git
<mikecmpbll> :)
<banister> le git
tjr9898 has quit [Remote host closed the connection]
andrewjanssen has quit [Client Quit]
jerius_ has quit []
tkuchiki has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
freerobby has joined #ruby
freerobby1 has quit [Read error: Connection reset by peer]
anarang has quit [Quit: Leaving]
<bradhe> #ruby-dev
<bradhe> woops
cleopatra has quit [Quit: Saliendo]
baroquebobcat has joined #ruby
alem0lars has quit [Quit: alem0lars]
dbasch has joined #ruby
b00stfr3ak has joined #ruby
baroquebobcat has quit [Client Quit]
gigetoo has joined #ruby
<shevy> Mon_Ouie the git!
SilkFox_ has quit [Ping timeout: 245 seconds]
tkuchiki has quit [Ping timeout: 240 seconds]
icarus has joined #ruby
<Mon_Ouie> That's a bit subversive
testcore has quit [Quit: My damn controlling terminal disappeared!]
rubytor has quit [Ping timeout: 255 seconds]
__julien has joined #ruby
nanoyak has joined #ruby
rubytor has joined #ruby
nanoyak has quit [Max SendQ exceeded]
tjr9898 has joined #ruby
agjacome has joined #ruby
<__julien> Hello, I don't know how to formulate my question for google to answer it, so I try with humans : how to have my stings contents interpreted exacly like puts string would do but in order to modify the string itself I have a string continging \n taht I outputs to a file, but the file contains \n instead of carriage return
jerius has joined #ruby
<ericwood> whoa what does that even mean
<atmosx> stings?
<__julien> like a="I am a \ndouble line string" then I try to output a to a file but with the "\n" interpreted
<__julien> and not printed as is
baroquebobcat has joined #ruby
<__julien> my keyboard does not like me
<atmosx> printf?
Zenigor has quit [Remote host closed the connection]
nanoyak has joined #ruby
qwyeth_ has joined #ruby
qwyeth has joined #ruby
<Mon_Ouie> You could use inspect and remove the first and last character, or manually escape the characters that you need to escape
<atmosx> nah puts works fine \n on irb
qwyeth has quit [Read error: Connection reset by peer]
<__julien> yes but the idea is to modify
<__julien> like a .puts! methods
agjacome_ has quit [Ping timeout: 255 seconds]
<__julien> which does not exist
mrnugget has quit [Quit: mrnugget]
<atmosx> then create it
startupality has quit [Quit: startupality]
<Mon_Ouie> What would it do?
<__julien> I was wondering if there a ruby methods that does interpret what in the string and return the string
Gonzih has quit [Ping timeout: 250 seconds]
Wolland has quit [Read error: Connection reset by peer]
<__julien> whatever kind a special characters may be inside
Wolland has joined #ruby
<__julien> like \t \r \n etc ....
bricker`work has joined #ruby
<Mon_Ouie> You realize it already "interpreted" special characters?
<Mon_Ouie> >> "\n".length
<centrx> You can substitute "\n" for "\\n" whereever you want
<Mon_Ouie> Oh, right he's dead
<__julien> string.interpret! or something like that
AndChat| has quit [Ping timeout: 240 seconds]
<centrx> It's not an interpretation
goshdarnyou is now known as cockscocks
<Mon_Ouie> It's really confusing to know what you mean. You might mean one thing or the exact opposite of it.
gigetoo has quit [Ping timeout: 245 seconds]
<Mon_Ouie> Give us an example of expected input AND output.
<__julien> I have a string that contains "I have\n two lines"
<centrx> When stored, the string contains a single character which we represent in ASCII as \n
agjacome_ has joined #ruby
<pontiki> i wonder if they mean that there is a literal backslash n in the file, and they wanted the linefeed character?
jdj_dk has joined #ruby
<__julien> no I want to interepret the string
<ericwood> how are you writing the file?
sambao21 has quit [Quit: Computer has gone to sleep.]
<__julien> exaclty like puts would do
<banister> Mon_Ouie 'alut again
<Mon_Ouie> __julien: puts just writes the contents of the string to a file
<pontiki> 'I have\ntwo line' does not equal "I have\ntwo lines"
<Mon_Ouie> 'alut
<Mon_Ouie> to stdout*
jxf has quit [Remote host closed the connection]
<Mon_Ouie> It does not do any "interpretation"
<__julien> ::File.open w+ and file.write
qwyeth_ has quit [Read error: Connection reset by peer]
orionstein is now known as orionstein_away
<Mon_Ouie> You do understand "\n" does *not* contain a backslash?
<__julien> but in my code if I write myself my string on two line it's okay
chris123456789 has quit [Ping timeout: 260 seconds]
gigetoo has joined #ruby
<pontiki> __julien: all these work the same. it's the string you're sending that is suspect
<__julien> but if there is \n within the string it is not
shemerey has joined #ruby
<__julien> in irb
agjacome has quit [Ping timeout: 245 seconds]
mikepack has quit [Remote host closed the connection]
cockscocks is now known as goshdarnyou
<__julien> I try to make an example ot ouf my stuff
marr has quit []
andrewjanssen has joined #ruby
olivier_bK has quit [Ping timeout: 245 seconds]
qwyeth has joined #ruby
apeiros has joined #ruby
Dude007 has joined #ruby
andrewjanssen has quit [Client Quit]
andrewjanssen has joined #ruby
startupality has joined #ruby
ephemerian has quit [Quit: Leaving.]
robbyoconnor has joined #ruby
gigetoo has quit [Ping timeout: 240 seconds]
alex88 has quit [Quit: Leaving...]
yfeldblum has joined #ruby
sargas has joined #ruby
Tricon has quit [Quit: Leaving...]
bricker`work has quit [Read error: Connection reset by peer]
nanoyak has quit [Quit: Computer has gone to sleep.]
Zenigor has joined #ruby
nateberkopec has quit [Quit: Leaving...]
rebelshrug has joined #ruby
hgl__________ has joined #ruby
apeiros has quit [Ping timeout: 240 seconds]
wallerdev has joined #ruby
bricker`work has joined #ruby
andrewjanssen has quit [Client Quit]
Tricon has joined #ruby
<__julien> IN fact I got confused because I changed the string format but the problem was completely elsewhere, and what I said did not make any sens from the start I guess :)
tjr9898 has quit [Remote host closed the connection]
maletor has joined #ruby
Kricir has quit [Remote host closed the connection]
tjr9898 has joined #ruby
gigetoo has joined #ruby
dbasch has quit [Quit: dbasch]
hgl_________ has quit [Ping timeout: 250 seconds]
malditogeek has quit [Quit: Leaving.]
yfeldblum has quit [Ping timeout: 240 seconds]
troyready has joined #ruby
jdj_dk has quit [Ping timeout: 250 seconds]
Wolland_ has joined #ruby
r0bby has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
sunya7a has joined #ruby
malditogeek has joined #ruby
Wolland has quit [Read error: Connection reset by peer]
ramfjord has joined #ruby
shredding has quit [Ping timeout: 256 seconds]
shredding has joined #ruby
tjr9898 has quit [Ping timeout: 240 seconds]
kaiserpathos has joined #ruby
toastynerd has joined #ruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hgl__________ has quit [Read error: Connection reset by peer]
timonv_ has quit [Remote host closed the connection]
acrussell has quit [Quit: Leaving.]
hgl__________ has joined #ruby
robbyoconnor has quit [Ping timeout: 240 seconds]
NinoScript has quit [Ping timeout: 255 seconds]
timonv_ has joined #ruby
tjr9898 has joined #ruby
toastyne_ has joined #ruby
r0bby is now known as robbyoconnor
go|dfish has quit [Ping timeout: 245 seconds]
NinoScript has joined #ruby
asdasdasdasss has joined #ruby
bradhe has quit [Remote host closed the connection]
sk87 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
klaut has quit [Remote host closed the connection]
freerobby has quit [Quit: Leaving.]
gigetoo has quit [Ping timeout: 245 seconds]
toastynerd has quit [Ping timeout: 240 seconds]
go|dfish has joined #ruby
__julien has quit [Quit: Leaving]
freerobby has joined #ruby
andrewjanssen has joined #ruby
andrewjanssen has quit [Client Quit]
bluenemo has quit [Ping timeout: 264 seconds]
startupality has quit [Quit: startupality]
timonv_ has quit [Ping timeout: 240 seconds]
bbloom has quit [Quit: Textual IRC Client: www.textualapp.com]
BadQuanta has joined #ruby
starkhalo has joined #ruby
sigurding has quit [Quit: sigurding]
choke has joined #ruby
mercwithamouth has joined #ruby
gigetoo has joined #ruby
asdasdasdasss has quit [Ping timeout: 240 seconds]
senayar has quit [Remote host closed the connection]
hgl___________ has joined #ruby
<atmosx> managing prices is a pain
eka has joined #ruby
hgl____________ has joined #ruby
bluenemo has joined #ruby
amystephen has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
sambao21 has joined #ruby
itspots has quit [Remote host closed the connection]
dbasch has joined #ruby
robbyoconnor has quit [Ping timeout: 260 seconds]
itspots has joined #ruby
saarinen has joined #ruby
saarinen has quit [Client Quit]
hgl__________ has quit [Ping timeout: 245 seconds]
Wolland_ has quit [Remote host closed the connection]
jimms has joined #ruby
ponch_ has joined #ruby
hgl___________ has quit [Ping timeout: 245 seconds]
treehug88 has quit [Ping timeout: 256 seconds]
gigetoo has quit [Ping timeout: 250 seconds]
linoj has quit [Quit: linoj]
hgl_____________ has joined #ruby
flagg0204 has quit [Ping timeout: 245 seconds]
mikecmpbll has quit [Ping timeout: 245 seconds]
dbasch has quit [Read error: Connection reset by peer]
pietr0 has joined #ruby
absolutezeroff has joined #ruby
apeiros has joined #ruby
saarinen has joined #ruby
dbasch has joined #ruby
flagg0204 has joined #ruby
mwlang has joined #ruby
hgl_____________ has quit [Read error: Connection reset by peer]
hgl_____________ has joined #ruby
<shevy> managing pain gets you a price
<mwlang> Any good blog articles on comparing Ruby 2.0 to 2.1 and whether upgrading is worth the time and effort?
<shevy> go upgrade mwlang
<shevy> ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
hgl____________ has quit [Ping timeout: 240 seconds]
<mwlang> shevy: that much better, eh?
<shevy> dunno really
<mwlang> lol
<shevy> I think the incremental gains are rather small
<shevy> perhaps %i works not on 2.0
<mwlang> I saw one article about performance being slightly better, but wasn’t enough to make me go “OMG, gotta do it"
stytown has joined #ruby
kaiserpathos has quit []
<shevy> well
<shevy> do you really care about speed
<centrx> mwlang, There was a 25% speed improvement across the board in the app I tested 2.1 on
<mwlang> centrx: ah, now that’s compelling.
rippa has joined #ruby
<mwlang> shevy: speed, moderately so…current apps aren’t particularly dragging.
<workmad3> mwlang: main reason would be to discover breakages in small amounts and incrementally, avoid getting them all at once when 2.0 goes EoL and a massive security bug is going unfixed ;)
<workmad3> mwlang: but you could get that by testing on 2.1 rather than going whole-hog with 2.1 in production I guess :)
gigetoo has joined #ruby
<centrx> mwlang, Array#to_h is nice also
<mwlang> workmad3: that’s generally why I would push forward…
wallerdev has quit [Quit: wallerdev]
<workmad3> centrx: is that essentially Hash[] but as an array method? :)
<centrx> yes
<mwlang> centrx: what’s the result of that? (i.e. what would the keys be?)
<centrx> array_of_pairs.to_h
uokesita has joined #ruby
<centrx> my_hash.to_a.to_h == my_hash
<workmad3> centrx: hmm... does't like a flat array :(
<shevy> ruby has always been not famous for its speed
baroquebobcat has joined #ruby
deric_skibotn has joined #ruby
andrewjanssen has joined #ruby
<centrx> workmad3, it only supports the pairs
dangerou_ has joined #ruby
<workmad3> centrx: shame :)
flagg0204 has quit [Ping timeout: 264 seconds]
malditogeek has quit [Quit: Leaving.]
hgl_____________ has quit [Ping timeout: 240 seconds]
<centrx> shevy, It got that reputation long ago though. Ruby 1.8 -> Ruby 2.1 must be a humongous speed improvement
hgl_____________ has joined #ruby
TomyWork has quit [Ping timeout: 250 seconds]
flagg0204 has joined #ruby
linoj has joined #ruby
timonv_ has joined #ruby
linoj has quit [Client Quit]
guilleiguaran__ has left #ruby [#ruby]
<mwlang> 1.8 to 2.0 for me was a huge speed improvement.
Eiam has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
andrewjanssen has quit [Client Quit]
dangerousdave has quit [Ping timeout: 255 seconds]
<mwlang> all the syntax changes also made the upgrade a challenge.
<centrx> 2.0 -> 2.1 is seamless
p0sixpscl has quit [Quit: p0sixpscl]
<centrx> So I don't see much of a downside for doing it
<mwlang> yeah, it should be…its more of an effort thing.
<centrx> 1.9 was heavy on backwards-INcompatible syntax changes
<mwlang> upgrade, test, repeat for production.
itspots_ has joined #ruby
shemerey has quit [Read error: Connection reset by peer]
<mwlang> any improvements to the garbage collection?
jdj_dk has joined #ruby
Joulse has quit [Quit: Joulse]
<centrx> Yes, that is responsible for a part of the speed improvement undoubtedly
shemerey has joined #ruby
internet_user has joined #ruby
<centrx> mwlang, Major changes in 2.1 are listed at: https://www.ruby-lang.org/en/news/2013/12/25/ruby-2-1-0-is-released/
toastyne_ has quit [Read error: Connection reset by peer]
<centrx> Performance is the major reason to upgrade right now, unless you are interested in any of the minor features added, like Array#to_h or String#scrub or refinements
lkba has joined #ruby
dawkirst has quit [Quit: Leaving...]
toastynerd has joined #ruby
Joulse has joined #ruby
dawkirst has joined #ruby
gigetoo has quit [Ping timeout: 264 seconds]
<workmad3> there were some issues with gc on 2.1.0 and 2.1.1 I believe (as in an outright bug in the capping of maximum alloc sizes), but they're fixed in 2.1.2
beneggett has joined #ruby
itspots has quit [Ping timeout: 245 seconds]
malditogeek has joined #ruby
nanoyak has joined #ruby
gigetoo has joined #ruby
jaimef has quit [Excess Flood]
<mwlang> ah-ha…there’s the kind of info I was fishing for. Good to know its been fixed.
nanoyak has quit [Max SendQ exceeded]
mikecmpbll has joined #ruby
<centrx> bad constants I believe was the issue
nanoyak has joined #ruby
jaimef has joined #ruby
<mwlang> this is potentially interesting: “def” returns a symbol of method name
dbasch has quit [Read error: Connection reset by peer]
<workmad3> mwlang: yeah, that was a change to allow 'private def foobar' to work (seeing as def didn't return anything in MRI and the method name seemed sensible)
roolo has quit [Quit: Leaving...]
<mwlang> m17n verifying and fixing invalid byte sequences is another.
cocotton has joined #ruby
dbasch has joined #ruby
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mattias has quit [Ping timeout: 240 seconds]
cocotton has quit [Read error: Connection reset by peer]
cocotton has joined #ruby
SilkFox_ has joined #ruby
curiouscain has joined #ruby
dc_ has quit [Read error: No route to host]
hgl_____________ has quit [Ping timeout: 250 seconds]
hgl_____________ has joined #ruby
nanoyak has quit [Client Quit]
baweaver has joined #ruby
failshell has quit [Ping timeout: 240 seconds]
anaeem1_ has quit [Remote host closed the connection]
failshell has joined #ruby
cocotton_ has quit [Ping timeout: 255 seconds]
Mattias has joined #ruby
timonv_ has quit [Ping timeout: 264 seconds]
andrewjanssen has joined #ruby
andrewjanssen has quit [Client Quit]
Dude007 has quit [Remote host closed the connection]
jdj_dk has quit [Ping timeout: 240 seconds]
aef has quit [Remote host closed the connection]
SilkFox_ has quit [Ping timeout: 256 seconds]
gigetoo has quit [Ping timeout: 256 seconds]
gr33n7007h has joined #ruby
cocotton has quit [Remote host closed the connection]
andrewjanssen has joined #ruby
hgl_____________ has quit [Ping timeout: 264 seconds]
cocotton has joined #ruby
dbasch has quit [Read error: Connection reset by peer]
hgl_____________ has joined #ruby
Kruppe has quit [Remote host closed the connection]
aef has joined #ruby
gigetoo has joined #ruby
andrewjanssen has quit [Client Quit]
nateberkopec has joined #ruby
mwlang has left #ruby [#ruby]
mwlang has joined #ruby
wallerdev has joined #ruby
momomomomo has quit [Quit: momomomomo]
gigetoo has quit [Read error: Connection reset by peer]
mikepack has joined #ruby
Kruppe has joined #ruby
mwlang has left #ruby [#ruby]
mwlang has joined #ruby
agjacome_ has quit [Quit: leaving]
failshell has quit [Remote host closed the connection]
Joulse has quit [Quit: Joulse]
hgl_____________ has quit [Remote host closed the connection]
hgl_____________ has joined #ruby
tjr9898 has quit [Remote host closed the connection]
Dude007 has joined #ruby
andrewjanssen has joined #ruby
GriffinHeart has joined #ruby
dbasch has joined #ruby
moted has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 245 seconds]
renderful has joined #ruby
sdwrage has quit [Quit: This computer has gone to sleep]
hgl_____________ has quit [Ping timeout: 256 seconds]
hgl_____________ has joined #ruby
hgl_____________ has quit [Remote host closed the connection]
andrewjanssen has quit [Client Quit]
JohnFord has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hgl_____________ has joined #ruby
timonv_ has joined #ruby
k0m has joined #ruby
ramfjord has quit [Ping timeout: 250 seconds]
SilkFox has quit [Ping timeout: 240 seconds]
GriffinHeart has quit [Ping timeout: 245 seconds]
hgl_____________ has quit [Read error: Connection reset by peer]
hgl_____________ has joined #ruby
parduse has quit [Killed (orwell.freenode.net (Nickname regained by services))]
parduse has joined #ruby
parduse is now known as Guest83996
curiouscain has quit [Ping timeout: 246 seconds]
momomomomo has joined #ruby
Neomex has joined #ruby
Dude007 has quit [Ping timeout: 256 seconds]
jobewan has quit [Ping timeout: 260 seconds]
beneggett has quit [Ping timeout: 250 seconds]
johnmolina has joined #ruby
mikesplain has joined #ruby
hgl_____________ has quit [Ping timeout: 250 seconds]
hgl_____________ has joined #ruby
lmehg has joined #ruby
IceDragon has quit [Ping timeout: 256 seconds]
Rollabunna has joined #ruby
mikespl__ has joined #ruby
mikesplain has quit [Read error: Connection reset by peer]
mikespla_ has quit [Ping timeout: 250 seconds]
cocotton has quit [Remote host closed the connection]
nanoyak has joined #ruby
IceDragon has joined #ruby
timonv_ has quit [Ping timeout: 240 seconds]
Notte has joined #ruby
fabrice31 has joined #ruby
x1337807x has joined #ruby
jobewan has joined #ruby
Dude007 has joined #ruby
roolo has joined #ruby
choke has quit [Read error: Connection reset by peer]
ponch_ has quit [Ping timeout: 240 seconds]
mikespl__ has quit [Read error: Connection reset by peer]
mikesplain has joined #ruby
Shidash has quit [Quit: Leaving.]
Joulse has joined #ruby
bbloom has joined #ruby
Rollabunna has quit [Ping timeout: 240 seconds]
alem0lars has joined #ruby
Ankhers has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 240 seconds]
rubytor has quit [Ping timeout: 240 seconds]
jherbst has joined #ruby
mwlang has quit [Quit: mwlang]
sambao21 has quit [Quit: Computer has gone to sleep.]
fabrice31 has quit [Ping timeout: 245 seconds]
ldobrl has quit [Ping timeout: 264 seconds]
Morkel has joined #ruby
sambao21 has joined #ruby
hgl_____________ has quit [Ping timeout: 260 seconds]
mehlah has quit [Quit: Leaving...]
bbloom has quit [Client Quit]
diegoviola has joined #ruby
postmodern has joined #ruby
choke has joined #ruby
Dude007 has quit [Remote host closed the connection]
bbloom has joined #ruby
Hobogrammer has joined #ruby
Dude007 has joined #ruby
asdasdasdasss has joined #ruby
veleno has quit [Ping timeout: 245 seconds]
Dude007 has quit [Remote host closed the connection]
alem0lars has quit [Quit: Going AFK...]
Dude007 has joined #ruby
Spami has joined #ruby
rubytor has joined #ruby
SilkFox has joined #ruby
sambao21 has quit [Ping timeout: 255 seconds]
doev has quit [Quit: Verlassend]
jimms has quit [Remote host closed the connection]
mikesplain has quit [Read error: Connection reset by peer]
mikespla_ has joined #ruby
mikespla_ is now known as mikespl__
asdasdasdasss has quit [Read error: No route to host]
iamjarvo has joined #ruby
asdasdasdasss has joined #ruby
mikespl__ has quit [Read error: Connection reset by peer]
mikesplain has joined #ruby
lkba has quit [Ping timeout: 264 seconds]
roolo has quit [Quit: Leaving...]
asdasdasdasss has quit [Read error: No route to host]
asdasdasdasss has joined #ruby
dangerou_ has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby
Guest39955 has quit [Remote host closed the connection]
Dude007 has quit [Remote host closed the connection]
vincent__ has joined #ruby
Eiam has joined #ruby
rdark has quit [Quit: leaving]
freerobby has quit [Read error: Connection reset by peer]
vincent__ is now known as Guest45008
freerobby has joined #ruby
endash has joined #ruby
arup_r1 has joined #ruby
mikespla_ has joined #ruby
<arup_r1> hi
mikesplain has quit [Ping timeout: 250 seconds]
benzrf|offline is now known as benzrf
cocotton has joined #ruby
freerobby has quit [Client Quit]
failshell has joined #ruby
asdasdasdasss has quit [Ping timeout: 260 seconds]
Joulse has quit [Quit: Joulse]
spider-mario has joined #ruby
britneywright has joined #ruby
Guest45008 has quit [Ping timeout: 245 seconds]
chrishough has joined #ruby
mikepack has quit [Remote host closed the connection]
dbasch has quit [Read error: Connection reset by peer]
stytown has quit [Quit: stytown]
kalusn has quit []
dbasch has joined #ruby
toastynerd has quit [Remote host closed the connection]
<jherbst> test
testcore has joined #ruby
mikesplain has joined #ruby
nanoyak has quit [Quit: Computer has gone to sleep.]
agent_white has joined #ruby
AlSquire has quit [Quit: This computer has gone to sleep]
mikespla_ has quit [Ping timeout: 245 seconds]
andrewjanssen has joined #ruby
agent_white has quit [Client Quit]
beneggett has joined #ruby
mikesplain has quit [Read error: Connection reset by peer]
agent_white has joined #ruby
toastynerd has joined #ruby
mikespla_ has joined #ruby
dumdedum has quit [Ping timeout: 250 seconds]
treehug88 has joined #ruby
agent_white has quit [Client Quit]
mikespla_ has quit [Read error: Connection reset by peer]
agent_white has joined #ruby
mikesplain has joined #ruby
maximski has quit [Read error: Connection reset by peer]
Kricir has joined #ruby
maximski has joined #ruby
mikepack has joined #ruby
dangerousdave has quit [Read error: Connection reset by peer]
tziOm has quit [Ping timeout: 272 seconds]
dangerousdave has joined #ruby
elico has quit [Ping timeout: 240 seconds]
tziOm has joined #ruby
sputnik13 has joined #ruby
sputnik13 has quit [Max SendQ exceeded]
sputnik13 has joined #ruby
sunya7a has quit [Ping timeout: 264 seconds]
tacos1de has quit [Ping timeout: 264 seconds]
dbasch has quit [Read error: Connection reset by peer]
jdj_dk has joined #ruby
dbasch has joined #ruby
malditogeek has quit [Quit: Leaving.]
sdwrage has joined #ruby
yfeldblum has joined #ruby
sdwrage has quit [Remote host closed the connection]
arup_r1 has quit [Quit: Leaving.]
stytown has joined #ruby
maximski has quit []
mike32 is now known as reju88
ghr has joined #ruby
toastynerd has quit [Remote host closed the connection]
nobitanobi has joined #ruby
ramfjord has joined #ruby
<agent_white> /ws
sdwrage has joined #ruby
<agent_white> woops
codezomb has joined #ruby
sdwrage has quit [Remote host closed the connection]
maximski has joined #ruby
toastynerd has joined #ruby
reju88 is now known as reju87
yetanotherdave has joined #ruby
freerobby has joined #ruby
ghr has quit [Ping timeout: 250 seconds]
keystonelemur has joined #ruby
baweaver has quit [Read error: Connection reset by peer]
SilkFox_ has joined #ruby
tkuchiki has joined #ruby
<nobitanobi> Hey guys. How can I get the first N characters of a string without breaking words?
jespada has joined #ruby
JohnFord has joined #ruby
toastynerd has quit [Ping timeout: 260 seconds]
toastynerd has joined #ruby
<shevy> nobitanobi can't you split it up?
<shevy> first get it into a string, then split on a regex?
renderful has quit [Remote host closed the connection]
asdasdasdasss has joined #ruby
<nobitanobi> the only problem here is that I need three chunks. First chunk is 35 characters and the other two 25 characters.
DrShoggoth has joined #ruby
dvb_ua has joined #ruby
Zebroid has joined #ruby
<Mon_Ouie> What do you mean? Should the result be strictly less than N chars? If the Nth char is in the middle of a word, should you continue until the end of that word? What if the first word is more than N chars?
SilkFox_ has quit [Ping timeout: 260 seconds]
tkuchiki has quit [Ping timeout: 245 seconds]
<nobitanobi> Mon_Ouie: the result should be strictly less than N characters.
<nobitanobi> If the first word is more than N chars, just return empty string
terrell_t has joined #ruby
jdj_dk has quit [Ping timeout: 245 seconds]
timonv_ has joined #ruby
<nobitanobi> I like this approach str.scan(/.{1,25}\W/) -- However, I just need three chunks. First of max 25 characters, and the other two a max of 35 characters.
terrellt has quit [Ping timeout: 250 seconds]
<nobitanobi> (obviously clever enough to know where the previous chunks have finished.)
Wolland has joined #ruby
User458764 has joined #ruby
SilverKey has quit [Quit: Halted.]
<toretore> strscan
mikepack has quit [Remote host closed the connection]
claymore has quit [Ping timeout: 245 seconds]
choke has quit [Remote host closed the connection]
DivineEntity has quit [Quit: Lost terminal]
elico has joined #ruby
maximski has quit [Write error: Connection reset by peer]
maximski has joined #ruby
Notte has quit [Remote host closed the connection]
Biohazard has joined #ruby
renderful has joined #ruby
timonv^ has joined #ruby
johnmolina has quit [Read error: Connection reset by peer]
johnmolina has joined #ruby
<eam> is there a good way in ruby to define a regex without using // ?
<eam> like, my regex contains many literal "/" so I'd like to use a different delimiter
timonv_ has quit [Ping timeout: 245 seconds]
<eam> similar to how %w{} or %w// can use various delimiters
<agent_white> eam: %r[]
<eam> eg %w/}/ is nicer to write than %w{\}}
<eam> agent_white: ah perfect, thanks
<shevy> Regexp.quote()
relix has joined #ruby
<shevy> Regexp.quote("abc^") # => "abc\\^"
<shevy> why is the bot not here :(
codeurge has quit [Ping timeout: 240 seconds]
SCHAAP137 has joined #ruby
mikesplain has quit [Ping timeout: 255 seconds]
<eam> I love that this works in ruby just like perl: 2.1.0 :039 > % foo => "foo"
<eam> arbitrary characters as separators, including whitespace
<shevy> what is where there
<shevy> aaaah
<eam> gross yes
<shevy> I didn't even manage to know what you typed there
<eam> the bot would make it more clear
terrell_t has quit [Remote host closed the connection]
<agent_white> shevy: "It is day two without 'eval-in'. The rubyists have become desparate..."
<shevy> man
<shevy> indeed
<shevy> and I am out of beer too
<agent_white> D:
<shevy> doesn't any of you have a replacement bot ready?
mikesplain has joined #ruby
AlexRussia_ has joined #ruby
codeurge has joined #ruby
<Mon_Ouie> charliesome: Opensource eval-in already!
sdwrage has joined #ruby
mehlah has joined #ruby
sdwrage has quit [Client Quit]
<agent_white> shevy: I started to write one... but I need to look into sandboxing.
<shevy> agent_white you could just trust us instead :>
shredding has quit [Read error: Connection reset by peer]
<eam> open source it and I guarantee people will run offline attacks against it
<shevy> hehehe
<shevy> hey
<shevy> what's with the source
<shevy> let the bot run!
<Mon_Ouie> Well, he just has to make it free of any vulnerabilities then, right?
<eam> not possible
myeyesareblind has joined #ruby
IceDragon has quit [Ping timeout: 260 seconds]
<agent_white> shevy: Nah I just don't trust myself with it... I'll try and break it right away ;D
yfeldblum has quit [Remote host closed the connection]
<centrx> charliesome said the machine with the bot on it died
yfeldblum has joined #ruby
<myeyesareblind> hi guys, trying to figure out how Celluloid works. Say I want to send msg to self object, Celluloid.current_actor.async doesn't work for some reason =(
carraroj has quit [Quit: Konversation terminated!]
<myeyesareblind> any tips?
startupality has joined #ruby
stytown has quit [Quit: stytown]
vt102 has joined #ruby
<toretore> myeyesareblind: code?
gbaway has joined #ruby
<myeyesareblind> sec
gbaway has quit [Remote host closed the connection]
shredding has joined #ruby
IceDragon has joined #ruby
gbaway has joined #ruby
<shredding> i just stumbled upon a class that uses hash as key for hashes: https://github.com/salesking/sepa_king/blob/master/lib/sepa_king/message/credit_transfer.rb#L12-L17
gbaway has quit [Client Quit]
<shredding> How does that work?
<shredding> Does the key only match if all three hash values do match?
jespada has quit [Read error: Connection reset by peer]
<Mon_Ouie> eam: Actually it doesn't matter if the eval-in bot were open source.
ctp has joined #ruby
xeno__ has joined #ruby
<Mon_Ouie> It's just the IRC Bot, not the actual program that runs the code
<Mon_Ouie> The eval.in website is still there and works fine
Sauvin has quit [Read error: Connection reset by peer]
<toretore> shredding: anything can be a hash key, as long as it implements a #hash method
gbaway has joined #ruby
gbaway has quit [Max SendQ exceeded]
<eam> Mon_Ouie: ah then, I didn't realize it was hitting a web service
<toretore> shredding: thus, it depends on the implementation of Hash#hash
<xeno__> My rbenv is not working, apparently, especially according to directions.
veleno has joined #ruby
stytown has joined #ruby
momomomomo has quit [Read error: Connection reset by peer]
ponch_ has joined #ruby
<toretore> xeno__ your path is broken
<toretore> echo $PATH
ndRx has joined #ruby
<toretore> which ruby
ctp has quit [Client Quit]
momomomomo has joined #ruby
rubytor has quit [Ping timeout: 240 seconds]
gbaway has joined #ruby
<shredding> toretore: okay, thanks
qmfnp has left #ruby ["Textual IRC Client: www.textualapp.com"]
<xeno__> echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
<toretore> irb(main):002:0> h={}; h[{foo: 'bar'}] = 'dingo'; h[{foo: 'bar'}]
<toretore> => "dingo"
<toretore> => true
<toretore> irb(main):003:0> {foo: 'bar'}.hash == {foo: 'bar'}.hash
<xeno__> which ruby /usr/bin/ruby
<toretore> theres ur problm
<myeyesareblind> https://gist.github.com/myeyesareblind/38e0a100240aa2f81291, here is the code with Celluloid Actor not doing what I want =\
<xeno__> What should I have done, or should I do next, to make a canonical path? I thought I followed the directions?
rubytor has joined #ruby
samfisher has quit [Quit: exit error code 434]
ponch_ has quit [Ping timeout: 245 seconds]
startupality has quit [Quit: startupality]
<xeno__> xeno@ugvm:~$ rbenv local 2.0.0-dev
dawkirst has quit [Remote host closed the connection]
<agent_white> /quit brb
<agent_white> eep
agent_white has quit [Quit: brb]
<toretore> myeyesareblind: why are you doing that in initialize?
Gonzih has joined #ruby
<myeyesareblind> IRCClient#initialize?>
<toretore> both of them
joelteon has joined #ruby
<joelteon> does bundler pay attention to CFLAGS and LDFLAGS when it tries to build native extensions?
Geekabilly has joined #ruby
<myeyesareblind> well, I want to get read from socket in class Listener, and once the msg comes in, call the method on a IRCClient. Listener in inited with proc, when the msg is received, the proc gets called
jerius has quit [Ping timeout: 250 seconds]
jerius has joined #ruby
<myeyesareblind> code works if I change Actor.current.async to self.method_received (line 30), but i want to call this method async
bluenemo has quit [Quit: Verlassend]
<toretore> why?
dawkirst_ has joined #ruby
<xeno__> I think I have it toretore. Thanks for the nudge.
hpoydar has joined #ruby
<myeyesareblind> otherwise it would stop listen until the method_received is finished running
stytown has quit [Quit: stytown]
SilverKey has joined #ruby
ndrei has quit [Ping timeout: 245 seconds]
SilverKey has quit [Max SendQ exceeded]
freerobby has quit [Quit: Leaving.]
godd2 has joined #ruby
dawkirst_ has quit [Remote host closed the connection]
SilverKey has joined #ruby
<toretore> Actor.current is going to be a Listener at that point
dawkirst has joined #ruby
<myeyesareblind> nope
<myeyesareblind> i logged it, self is IRCClient at that point
sdwrage has joined #ruby
<toretore> self != Actor.current
<toretore> that's why Actor.currenc exists
<myeyesareblind> oh I see
St_Marx has joined #ruby
dvabr has joined #ruby
rayners has quit [Remote host closed the connection]
<myeyesareblind> how what I fix this>
Dude007 has joined #ruby
<myeyesareblind> how would I fix this? *
lmehg has quit [Ping timeout: 240 seconds]
<toretore> you answered your own question
<toretore> self is the IRCClient
joelteon has left #ruby ["bye"]
<myeyesareblind> self.async doesn't work ^_^
<toretore> define doesn't work
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
glebm has joined #ruby
jdj_dk has joined #ruby
deric_skibotn has quit [Ping timeout: 264 seconds]
terrellt has joined #ruby
codeurge has quit [Quit: Sleep.]
Geekabilly has quit [Remote host closed the connection]
<myeyesareblind> thank you
mikesplain has quit [Read error: Connection reset by peer]
hpoydar has quit [Remote host closed the connection]
mikesplain has joined #ruby
hpoydar has joined #ruby
manishjain has joined #ruby
agent_white has joined #ruby
alexju has joined #ruby
benzrf has quit [Ping timeout: 272 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
benzrf has joined #ruby
hpoydar_ has joined #ruby
GriffinHeart has joined #ruby
hpoydar has quit [Read error: Connection reset by peer]
dawkirst has quit [Remote host closed the connection]
Kricir has quit [Remote host closed the connection]
SilkFox_ has joined #ruby
binaryhat has quit [Quit: Leaving]
failshell has quit [Remote host closed the connection]
sjouke has joined #ruby
benzrf|offline has joined #ruby
dawkirst has joined #ruby
sailias has quit [Quit: Leaving.]
cocotton has quit [Remote host closed the connection]
choke has joined #ruby
failshell has joined #ruby
<dvabr> Hi guys.
Hobogrammer has quit [Ping timeout: 240 seconds]
sailias has joined #ruby
GriffinHeart has quit [Ping timeout: 240 seconds]
<dvabr> A friend of mine has been developing this gem for a while. This gem makes sure no translations are missing, and that all translations are used. It also can translate missing keys with Google Translate and other smart features. I'd appreciate if you can take a look and possibly give some input on how to spread the word about this gem.
<dvabr> Link to the gem: https://github.com/glebm/i18n-tasks
cocotton_ has joined #ruby
cocotton_ has quit [Remote host closed the connection]
glebm has quit [Read error: Connection reset by peer]
cocotton_ has joined #ruby
SilkFox_ has quit [Ping timeout: 250 seconds]
chrishough has quit [Quit: chrishough]
glebm has joined #ruby
mikespla_ has joined #ruby
cocotton_ has quit [Remote host closed the connection]
<sjouke> How do you add attributes to a class?
keystonelemur has quit [Remote host closed the connection]
renderfu_ has joined #ruby
mercwithamouth has quit [Ping timeout: 256 seconds]
jdj_dk has quit [Ping timeout: 255 seconds]
cocotton has joined #ruby
cocotton has quit [Remote host closed the connection]
lxsameer has joined #ruby
<glebm> Use instance variables or attr_accessor inside class << self
veleno_ has joined #ruby
cocotton has joined #ruby
mikesplain has quit [Ping timeout: 240 seconds]
veleno has quit [Ping timeout: 240 seconds]
veleno_ is now known as veleno
Hobogrammer has joined #ruby
krz has quit [Quit: WeeChat 0.4.3]
<sjouke> when would you use a module and when would you use a class?
<sjouke> glebm: thanks
SBoolean has joined #ruby
Ayey_ has joined #ruby
dawkirst has quit [Remote host closed the connection]
<sjouke> that link is what made me ask the last question
renderful has quit [Ping timeout: 250 seconds]
vindictive27 has quit [Quit: vindictive27]
momomomomo has quit [Read error: Connection reset by peer]
maximski has quit []
momomomomo has joined #ruby
<GlenK> very off topic, but ruby dudes are rad these days, so anyone know the terminoligy to use when refering to the items in a from clause in a sql query?
<GlenK> sorry sorry, but other channels fail me at this point. I'm impatient I suppose
alex88 has joined #ruby
startupality has joined #ruby
<GlenK> ha, lacking any other options, I suppose I'll just go with "from thingys"
<GlenK> =)
banister has joined #ruby
Vivekananda_y510 has joined #ruby
dawkirst has joined #ruby
IceDragon has quit [Ping timeout: 240 seconds]
Geekabilly has joined #ruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<banister> apeiros can u use your german -> english engine and tell me what this means? is it really saying i can expect it today/tomorrow but it hasn't even been sent yet? http://cl.ly/image/1l1K2x471w2u
mikepack has joined #ruby
reju87 has quit [Ping timeout: 260 seconds]
manishjain has quit [Quit: Leaving]
x1337807x has joined #ruby
dc has joined #ruby
<bhaak> banister: "Not yet sent: 1 item - delivery estimated ..."
<banister> bhaak thanks, but i dont understand how that can make any sense, it's estimated to arrive today/tomorrow yet it hasn't even been sent ?
<banister> it takes at least 3-5 days to arrive here from germany
bradleyprice has joined #ruby
IceDragon has joined #ruby
<bhaak> banister: yes, that doesn't make any sense. there's a link "Naehere Informationen" which means "further details". maybe there it is explained better. but I guess some estimation is just way off.
dangerousdave has quit [Read error: Connection reset by peer]
<banister> bhaak thanks
dangerou_ has joined #ruby
NinoScript has quit [Quit: Textual IRC Client: www.textualapp.com]
tjr9898 has joined #ruby
uokesita has quit [Quit: uokesita]
Rollabunna has joined #ruby
NinoScript has joined #ruby
tjr9898 has quit [Remote host closed the connection]
tjr9898 has joined #ruby
fabrice31 has joined #ruby
alex88 has quit [Quit: Leaving...]
Hobogrammer has quit [Ping timeout: 250 seconds]
obscured has quit [Quit: leaving]
echevemaster has joined #ruby
jaimef has quit [Excess Flood]
starkhalo has quit [Quit: WeeChat 1.0-dev]
agent_wh1te has joined #ruby
agent_wh1te has quit [Client Quit]
Gonzih has quit [Ping timeout: 240 seconds]
agent_wh1te has joined #ruby
agent_wh1te has quit [Client Quit]
jherbst has quit [Quit: Textual IRC Client: www.textualapp.com]
Rollabunna has quit [Ping timeout: 264 seconds]
maestrojed has quit [Quit: Textual IRC Client: www.textualapp.com]
tvw has joined #ruby
SouL has quit [Remote host closed the connection]
tjr9898 has quit [Ping timeout: 240 seconds]
fabrice31 has quit [Ping timeout: 255 seconds]
mikespla_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mikepack has quit [Remote host closed the connection]
jonathan_alban has joined #ruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dc has quit [Remote host closed the connection]
asdasdasdasss has quit [Remote host closed the connection]
terrell_t has joined #ruby
bayed has quit [Quit: Connection closed for inactivity]
maestrojed has joined #ruby
joelteon has joined #ruby
nobitanobi has quit [Remote host closed the connection]
hpoydar_ has quit [Remote host closed the connection]
mikesplain has joined #ruby
<joelteon> so here's a long shot. has anyone encountered this problem when using therubyracer? https://gist.githubusercontent.com/joelteon/523298d56b4fda713ae2/raw/ee9deb0ca82744ca12cf7e3f39a90564185e0497/gistfile1.txt
hpoydar has joined #ruby
sambao21 has joined #ruby
momomomomo has quit [Quit: momomomomo]
mikespla_ has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
bradleyprice has quit [Ping timeout: 256 seconds]
mikepack has joined #ruby
sigurding has joined #ruby
Hobogrammer has joined #ruby
shredding has quit [Quit: shredding]
terrellt has quit [Ping timeout: 255 seconds]
bauhaus1919 has joined #ruby
jaimef has joined #ruby
mikesplain has quit [Ping timeout: 250 seconds]
workmad3 has joined #ruby
benzrf|offline has quit [Ping timeout: 240 seconds]
hpoydar has quit [Ping timeout: 260 seconds]
jonathan_alban has quit [Read error: Connection reset by peer]
hynkel has joined #ruby
<hynkel> hello
benzrf|offline has joined #ruby
bnjamin has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<agent_white> Heya
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<hynkel> I am working on an IRC-Client. Unfortunately, I get an "SASL access only"-message. Can someone help me out here?
sdwrage has quit [Quit: This computer has gone to sleep]
<zalmoxes> how do i specify a varible to get a range in an array without the variable becoming a symbol.... i need to get array[:range] but it's interpreting range as :range
Geekabilly has quit [Remote host closed the connection]
<agent_white> hynkel: Upon doing what? And when?
<agent_white> !code
<agent_white> D:
IceDragon has quit [Ping timeout: 264 seconds]
dserodio has left #ruby ["Textual IRC Client: www.textualapp.com"]
bnjamin has quit [Remote host closed the connection]
havenwood has joined #ruby
<hynkel> agent_white looking up hostname, checking ident, blabla, notice -- You need to identify via SASL to use this server
veleno has quit [Quit: veleno]
<hynkel> so pretty much at the beginning
<agent_white> 'connecting to a server' :D
bnjamin has joined #ruby
IceDragon has joined #ruby
banister has joined #ruby
ponch_ has joined #ruby
<pipework> agent_white: Connect to THIS. :D
<agent_white> ;D
pietr0 has quit [Ping timeout: 260 seconds]
<bauhaus1919> hello all, is this a software defect in ruby: http://pastebin.com/iUCWQ9N8
Pulpie has joined #ruby
<Pulpie> hello
<bauhaus1919> hi
<agent_white> Hello
<Pulpie> So i have a string like this: '#{somevar}
tjr9898 has joined #ruby
<Pulpie> erm
davedev2_ has joined #ruby
<Pulpie> end quote
davedev24_ has quit [Read error: Connection reset by peer]
iamjarvo has joined #ruby
<Mon_Ouie> …and somevar doesn't get interpolated in that string? :)
<joelteon> '
<Pulpie> anyways so I have a string like '#{somevar}' and I want to convert the string to "#{somevar}" so that it evaulates properly.
<joelteon> there you go
<Mon_Ouie> Use double quotes, not single quotes
davispuh has joined #ruby
<agent_white> zalmoxes: Not sure really what you mean... array[0..2] gets the first 3 elements.
roolo has joined #ruby
terrell_t has quit [Remote host closed the connection]
<Pulpie> Mon_Ouie: of course but this string is in a database so I cant
<zalmoxes> agent_white: thanks
bradleyprice has joined #ruby
davedev24_ has joined #ruby
ndrei has joined #ruby
<Pulpie> so I want to convert the single quote string to a double quote one.
davedev24_ has quit [Read error: Connection reset by peer]
terrellt has joined #ruby
<Pulpie> is there like a String.eval() thing?
davedev2_ has quit [Read error: Connection reset by peer]
<hynkel> thank you, agent_white, I'll see what I can do
davedev24_ has joined #ruby
Takle has quit [Remote host closed the connection]
<zalmoxes> i was trying to do array[:2] array[:3] and so on, so i was using array[:index]. using array[0..index] solved the issue.
<agent_white> :D
alvaro_o_ has joined #ruby
davedev24_ has quit [Read error: Connection reset by peer]
benzrf|offline has quit [Ping timeout: 250 seconds]
davedev24_ has joined #ruby
<joelteon> Pulpie, why do you have interpolation in strings in the database
dawkirst has quit [Remote host closed the connection]
<Mon_Ouie> Oh, okay. Well to have it behave exactly like string interpolation would require evaluating code which isn't the safest thing… Does it have to be formatted that way? Can't you use "foo bar %{foo}" along with String#%? Or even a templating engine designed for such usage like ERB?
fabrice31 has joined #ruby
davedev24_ has quit [Remote host closed the connection]
<Mon_Ouie> The unsafe way is basically eval(string.inspect)
davedev24_ has joined #ruby
vdmgolub has joined #ruby
<banister> Pulpie are you using active record?
<Mon_Ouie> bauhaus1919: tr translates single characters… not very helpful here
<Pulpie> joelteon: because people want to specify a unique set of files and they want to do it by using ruby commands like date
jimms has joined #ruby
RandyT has quit [Read error: Connection reset by peer]
hpoydar has joined #ruby
dawkirst has joined #ruby
RandyT has joined #ruby
Ayey_ has quit [Quit: leaving]
aspiringflaneur has joined #ruby
<Pulpie> Mon_Ouie: string.inspect doesn't work at all as desired.
<Mon_Ouie> Oh, it escapes the hash, right
<hynkel> https://github.com/astro/ruby-sasl will this work for me?
davedev24_ has quit [Read error: Connection reset by peer]
<Mon_Ouie> Still ERB is probably more appropriate
sambao21 has quit [Quit: Computer has gone to sleep.]
memph1s has quit [Ping timeout: 250 seconds]
davedev24_ has joined #ruby
<banister> Mon_Ouie you're a very helpful fellow recently, how come? are you in love?
<sjouke> is this an invalid test: test "I should be able to create a car" do ... end
<sjouke> If you are testing the car model
shredding has joined #ruby
myeyesareblind has quit [Ping timeout: 240 seconds]
<Pulpie> banister: are you sayign I should use the tr method or the to_r method?
bradleyprice has quit [Ping timeout: 250 seconds]
<banister> Pulpie im not saying anything to you
deric_skibotn has joined #ruby
jdj_dk has joined #ruby
<Mon_Ouie> Well that's rude
<godd2> sjouke it's not "invalid", but we usually don't test the ability to run Car.new
<Pulpie> bauhaus1919: ^^
fabrice31 has quit [Ping timeout: 260 seconds]
<Pulpie> banister: my bad wrong person
<joelteon> how do I get gem install to tell me what the gem-specific arguments are?
<sjouke> godd2: ah!
<joelteon> like --with-lib-include and friends
davedev24_ has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
vdmgolub is now known as memph1s
davedev24_ has joined #ruby
<bauhaus1919> um Pulpie?
<godd2> sjouke: I wouldn't worry about one test being good/bad when you're learning how to test. Focus on the syntax of testing. writing good tests comes later after experience
<Mon_Ouie> bauhaus1919: Your program doesn't work because because at line 17 inside the server method, you call the server method
<bauhaus1919> sever.accept?
cpruitt has joined #ruby
<Mon_Ouie> At line 10 you declare a local variable which can't be seen from inside the method
<bauhaus1919> right also, should i have recieved a name error? server does not have an accept
davedev24_ has quit [Read error: Connection reset by peer]
<Mon_Ouie> But server is an infinite recursion
bradleyprice has joined #ruby
<Mon_Ouie> It keeps on calling itself, and never terminates. So accept is never called.
davedev24_ has joined #ruby
rx47 has quit [Ping timeout: 240 seconds]
<Mon_Ouie> Also in general: Always assume your code is wrong first. When it is certain that it isn't, check the libraries that you're using. Only then should you suspect compiler bugs…
NinoScript has quit [Ping timeout: 255 seconds]
aspiringflaneur has quit [Quit: ZZZzzz…]
SouL has joined #ruby
x1337807x has joined #ruby
shredding has quit [Quit: shredding]
<bauhaus1919> um it will call the server without evaluating the .accept ?
<bauhaus1919> Mon_Ouie: ^
fold has quit [Ping timeout: 240 seconds]
wallerdev has quit [Quit: wallerdev]
ghr has joined #ruby
NinoScript has joined #ruby
Takle has joined #ruby
mousa has joined #ruby
benzrf|offline has joined #ruby
<mousa> has anyone tried Ruby apps on Openshift?
baweaver has joined #ruby
bradleyprice has quit [Ping timeout: 256 seconds]
<pipework> I deployed a jruby app once.
blackmesa has quit [Ping timeout: 245 seconds]
<Mon_Ouie> "server.accept" first evaluates server then calls accept on the result of that
<Mon_Ouie> Since the first of those two steps never finishes the second never happens
<bauhaus1919> i see, thank you, that was the questions
NinoScript has quit [Read error: Connection reset by peer]
sdwrage has joined #ruby
<mousa> I am new to both ruby and openshift. deploying a php app was simple. Just git pushed. However, with Ruby cartridge, nothing works except the file they provided
tkuchiki has joined #ruby
SilkFox_ has joined #ruby
<sjouke> let's say i want to create an openstreetmap clone, and let's say i'm focused primarily on streets right now. a street has associated with it coordinates, status attribute (damanged, construction), number of lanes. as a user of the service, i need the ability to create a street, find a street based on coords, list all streets in the db, list all streets near a coordinate, list all streets near a coordinate range, update a street's status, delete a street.
NinoScript has joined #ruby
momomomomo has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
jerius has quit []
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mikeg has joined #ruby
toastynerd has quit [Remote host closed the connection]
dc has joined #ruby
k0m has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jerius has joined #ruby
yfeldblu_ has joined #ruby
tkuchiki has quit [Ping timeout: 245 seconds]
SilkFox_ has quit [Ping timeout: 240 seconds]
jobewan has quit [Quit: Leaving]
spyderma_ has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
toastynerd has joined #ruby
jobewan has joined #ruby
yfeldblu_ has quit [Read error: Connection reset by peer]
Spami has joined #ruby
k0m has joined #ruby
jdj_dk has quit [Ping timeout: 240 seconds]
LiohAu has quit [Quit: LiohAu]
yfeldblu_ has joined #ruby
baroquebobcat has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
mikeg has quit [Ping timeout: 250 seconds]
decoponio has quit [Quit: Leaving...]
treehug88 has quit [Ping timeout: 256 seconds]
spyderman4g63 has quit [Ping timeout: 240 seconds]
NinoScript has quit [Read error: Connection reset by peer]
spyderma_ has quit [Ping timeout: 245 seconds]
NinoScript has joined #ruby
kaspergrubbe has quit [Remote host closed the connection]
startupality has quit [Quit: startupality]
k0m has quit [Ping timeout: 255 seconds]
blackmesa has joined #ruby
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexju has quit [Remote host closed the connection]
beneggett has quit [Ping timeout: 264 seconds]
NinoScript has quit [Read error: Connection reset by peer]
nobodyzzz has quit [Quit: Textual IRC Client: www.textualapp.com]
NinoScript has joined #ruby
ineb has quit [Remote host closed the connection]
musl_ has quit [Quit: WeeChat 0.4.3]
<mousa> no Openshift user here I guess
cocotton_ has joined #ruby
<shevy> never heard of Openshit before
britneywright has joined #ruby
musl has joined #ruby
<shevy> it sounds rather borked up when you can use only a file that others provide for you
agent_white has quit [Quit: brb]
agent_white has joined #ruby
finges has quit [Quit: WeeChat 0.4.2]
bauhaus1919 has quit [Quit: Page closed]
<pipework> shevy: You sound like you amuse yourself.
jonahR has joined #ruby
elaptics is now known as elaptics`away
beneggett has joined #ruby
dc has quit [Remote host closed the connection]
dawkirst has quit [Remote host closed the connection]
cocotton has quit [Ping timeout: 240 seconds]
NinoScript has quit [Ping timeout: 240 seconds]
Tricon has quit [Quit: Leaving...]
cocotton_ has quit [Ping timeout: 240 seconds]
sambao21 has joined #ruby
claymore has joined #ruby
NinoScript has joined #ruby
dawkirst has joined #ruby
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
freerobby has joined #ruby
NinoScript has quit [Read error: Connection reset by peer]
beneggett has quit [Ping timeout: 240 seconds]
NinoScript has joined #ruby
SBoolean has quit [Remote host closed the connection]
beneggett has joined #ruby
<shevy> pipework I am always in a good mood
workmad3 has quit [Ping timeout: 240 seconds]
<diegoviola> is that because of ruby?
<diegoviola> "I hope to see Ruby help every programmer in the world to be productive, and to enjoy programming, and to be happy. That is the primary purpose of Ruby language." -- matz
davedev2_ has joined #ruby
davedev24_ has quit [Read error: Connection reset by peer]
NinoScript has quit [Read error: Connection reset by peer]
stytown has joined #ruby
NinoScript has joined #ruby
thumpba_ has joined #ruby
blackmesa has quit [Ping timeout: 256 seconds]
<jle`> aw :3
<mozzarella> matz, you will be remembered
<banister> mozzarella he's dead?
lw has quit [Quit: s]
<baweaver> *breaks out google*
User458764 has quit [Quit: Textual IRC Client: www.textualapp.com]
chrishough has joined #ruby
<mozzarella> yes, he's up there with Jim
<baweaver> when what how news articles
thumpba_ has quit [Remote host closed the connection]
<mozzarella> just kidding mate
narthur has joined #ruby
<eam> truly an american icon
codeurge has joined #ruby
nateberkopec has quit [Quit: Leaving...]
wallerdev has joined #ruby
<baweaver> I was about to say, #ruby would lose its collective crap if that happened.
<narthur> Is this the right place to ask about gem issues?
maximski has joined #ruby
maximski has quit [Client Quit]
NinoScript has quit [Ping timeout: 240 seconds]
NinoScript has joined #ruby
lmickh has quit [Remote host closed the connection]
jackneill has quit [Remote host closed the connection]
codezomb has quit [Quit: Textual IRC Client: www.textualapp.com]
senayar has joined #ruby
terrell_t has joined #ruby
gruz0[russia] has joined #ruby
beneggett has quit [Ping timeout: 264 seconds]
<hynkel> which vim colorschem and which plugins are you using?
narthur has quit [Quit: Leaving]
<Pulpie> hynkel: sublime is what I use
ponch_ has quit [Ping timeout: 250 seconds]
NinoScript has quit [Read error: Connection reset by peer]
terrellt has quit [Ping timeout: 240 seconds]
narthur has joined #ruby
ponch_ has joined #ruby
terrell_t has quit [Read error: Connection reset by peer]
<Pulpie> hynkel: no its sublime text
NinoScript has joined #ruby
mikepack has quit [Remote host closed the connection]
<hynkel> ah, ok, I misunderstood you
terrellt has joined #ruby
<Pulpie> hynkel: its built from vim
<jimms> hynkel: https://github.com/morhetz/gruvbox is a nice colorscheme
Zebroid has quit [Remote host closed the connection]
<Pulpie> or has a very vim like system
timonv^ has quit [Remote host closed the connection]
kaspergrubbe has joined #ruby
geggam_ has joined #ruby
nobodyzzz has joined #ruby
geggam has quit [Ping timeout: 240 seconds]
NinoScript has quit [Read error: Connection reset by peer]
NinoScript has joined #ruby
dblessing has quit [Quit: dblessing]
timonv_ has joined #ruby
claymore has quit [Ping timeout: 240 seconds]
SilverKey has quit [Quit: Halted.]
toastynerd has quit [Remote host closed the connection]
<hynkel> but it costs money, so I have to stick with vim. gruvbox really is a nice theme, I just tried it.
ponch_ has quit [Ping timeout: 245 seconds]
<godd2> If I say ::SomeConstant, does that refer to a constant one module up or all the way up?
claymore has joined #ruby
ponch_ has joined #ruby
rezzack has joined #ruby
<musl> godd2: All the way up.
NinoScript has quit [Client Quit]
narthur has left #ruby ["Leaving"]
NinoScript has joined #ruby
geggam_ is now known as geggam
toastynerd has joined #ruby
RichardK has joined #ruby
Vivekananda_y510 has quit [Read error: Connection reset by peer]
timonv_ has quit [Ping timeout: 256 seconds]
hynkel has quit [Remote host closed the connection]
<godd2> alright thanks
banjara has joined #ruby
ponch_ has quit [Ping timeout: 245 seconds]
<musl> godd2: If you need to use it, there may be a better way to compose or layout the module in question though.
blackmesa has joined #ruby
ponch_ has joined #ruby
<musl> godd2: Just food for thought.
tjr9898 has quit [Remote host closed the connection]
geggam has quit [Ping timeout: 245 seconds]
dc has joined #ruby
tectonic has joined #ruby
startupality has joined #ruby
JohnFord has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
geggam has joined #ruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sputnik1_ has joined #ruby
sputnik13 has quit [Read error: Connection reset by peer]
beneggett has joined #ruby
<godd2> Ill keep in mind that it's a possible code smell. I was just curious how it worked
thegoodlife has joined #ruby
dc has quit [Remote host closed the connection]
dbasch has quit [Quit: dbasch]
GriffinHeart has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
<maletor> In ruby 2, why does 50.size => 8
pietr0 has joined #ruby
<benzrf> > [1..1000].map(&:size).uniq
<benzrf> >> [1..1000].map(&:size).uniq
<benzrf> o.O
jdj_dk has joined #ruby
Vivekananda_y510 has joined #ruby
dc has joined #ruby
<benzrf> maletor: i'm guessing memory size
<benzrf> >> 2**8
<benzrf> oh
JohnFord has joined #ruby
GriffinHeart has quit [Ping timeout: 240 seconds]
NinoScript has quit [Read error: Connection reset by peer]
<benzrf> yep:
<benzrf> [6] pry(main)> (2**(8*8)).size
<benzrf> => 12
<benzrf> [7] pry(main)> (2**(8*8) - 1).size
<benzrf> => 8
Takle has quit [Remote host closed the connection]
<maletor> so 32 bit machines might address 4? my 64 bit machines is addressing 8?
NinoScript has joined #ruby
<zenspider> yup
<gzl> yeah.
edgarjs_afk is now known as edgarjs
<ramblinpeck> related to that, is there a way to coerce a BigNum into being unsigned so that it plays nicely with Postgres BigInt? 64 bit number (hash) doesn't seem to fit and I think it has something to do with signedness
<maletor> ty
claymore has quit [Ping timeout: 260 seconds]
p0sixpscl has joined #ruby
<zenspider> ramblinpeck: not that I know of... what troubles are you seeing?
sdwrage has quit [Quit: This computer has gone to sleep]
Zenigor has quit [Remote host closed the connection]
mbwe has quit [Quit: WeeChat 0.4.2]
tjr9898 has joined #ruby
<ramblinpeck> hmm, zenspider: trying to insert 10656384688006670483 into a bigint column gives me: PG::NumericValueOutOfRange: ERROR: bigint out of range
Georg3 has joined #ruby
ponch_ has quit [Ping timeout: 240 seconds]
claymore has joined #ruby
startupality has quit [Quit: startupality]
<ramblinpeck> 10656384688006670483.bit_length is 64, so I'd think it would fit, but I think postgresql bigint is signed so its a 63 bit with the MSB used for signed-ness
aspiringflaneur has joined #ruby
chipotle has quit [Quit: cya]
mary5030 has quit [Remote host closed the connection]
ponch_ has joined #ruby
sdwrage has joined #ruby
ghr has joined #ruby
Zenigor has joined #ruby
<ramblinpeck> perhaps I'm going down the wrong trail here though, larger problem I'm trying to solve is storing a 64-bit hash into postgresql and using that for quick xor to find nearest neighbors
<ramblinpeck> so I'm not bound to bigint there, I could proobably do a bitfield of some sort, but just figured I'd go simplest first if I could
<zenspider> yeah. that number is greater than max on a 64 bit signed int, but not if the db is unsigned.
<zenspider> I dunno if Pg has that type
<ramblinpeck> yeah, PG doesn't have an unsigned bigint
<ramblinpeck> have to go to numeric after that which doesn't have an xor function
Zenigor has quit [Remote host closed the connection]
mbwe has joined #ruby
<ramblinpeck> so goes to the more low level types
<zenspider> :/
enebo has quit [Quit: enebo]
gruz0[russia] has quit [Quit: Leaving]
failshel_ has joined #ruby
SilkFox_ has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
mercwithamouth has joined #ruby
<ramblinpeck> alright, well at least some validation that I wasn't missing something obvious
frellnet_ has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
papercode has quit [Ping timeout: 240 seconds]
_1_tomy has joined #ruby
<zenspider> if the pg bignum is signed, and you're generating unsigned hashes on the ruby side, you should be able to put it in pg as a 2s compliment binary.
failshell has quit [Ping timeout: 250 seconds]
<zenspider> ramblinpeck: ^^
_1_tomy has quit [Remote host closed the connection]
hpoydar has quit []
jobewan has quit [Ping timeout: 240 seconds]
Morkel has quit [Quit: Morkel]
frellnet has quit [Ping timeout: 245 seconds]
jobewan has joined #ruby
terrellt has quit [Remote host closed the connection]
<ramblinpeck> right, any pointers on how to do that part?
failshel_ has quit [Ping timeout: 250 seconds]
yfeldblu_ has quit [Read error: Connection reset by peer]
terrellt has joined #ruby
SilkFox_ has quit [Ping timeout: 240 seconds]
NinoScript has quit [Read error: Connection reset by peer]
mbwe has quit [Quit: WeeChat 0.4.2]
<ramblinpeck> I guess bignum -> binary representation -> 2's bignum
yfeldblum has joined #ruby
mbwe has joined #ruby
NinoScript has joined #ruby
frellnet_ has quit [Ping timeout: 240 seconds]
startupality has joined #ruby
mercwithamouth has quit [Ping timeout: 256 seconds]
jdj_dk has quit [Ping timeout: 245 seconds]
yfeldblum has quit [Remote host closed the connection]
tesaf has quit [Quit: Lost terminal]
timonv_ has joined #ruby
NinoScript has quit [Read error: Connection reset by peer]
bricker`work has quit [Read error: Connection reset by peer]
NinoScript has joined #ruby
bricker`work has joined #ruby
lw has joined #ruby
yfeldblum has joined #ruby
yfeldblum has quit [Remote host closed the connection]
bmurt has quit []
geggam has quit [Remote host closed the connection]
yfeldblum has joined #ruby
geggam has joined #ruby
NinoScript has quit [Read error: Connection reset by peer]
p0sixpscl has left #ruby [#ruby]
NinoScript has joined #ruby
kotk_ has joined #ruby
NinoScript has quit [Read error: Connection reset by peer]
aspiringflaneur has quit [Quit: ZZZzzz…]
b00stfr3ak has quit [Ping timeout: 240 seconds]
kotk has quit [Ping timeout: 250 seconds]
jaimef has quit [Excess Flood]
NinoScript has joined #ruby
benzrf has quit [Quit: leaving]
benzrf|offline is now known as benzrf
mary5030 has joined #ruby
aspiringflaneur has joined #ruby
b00stfr3ak has joined #ruby
beneggett has quit [Ping timeout: 245 seconds]
stytown has quit [Quit: stytown]
stytown has joined #ruby
ldnunes has quit [Quit: Leaving]
NinoScript has quit [Read error: Connection reset by peer]
tjr9898 has quit [Remote host closed the connection]
NinoScript has joined #ruby
jaimef has joined #ruby
linojon has quit [Quit: linojon]
endash has quit [Quit: endash]
tjr9898_ has joined #ruby
chipotle has joined #ruby
<zenspider> ramblinpeck: there's prolly a smarter way, but I usually pull this type of solution out of my ass: [n].pack("Q").unpack("q")
<zenspider>
larsam has joined #ruby
<eam> there's a code smell joke here somewhere
tectonic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Rollabunna has joined #ruby
<ramblinpeck> zenspider: thanks, I'll look at that
<ramblinpeck> eam: :)
jimms has quit [Remote host closed the connection]
lkba has joined #ruby
Georg3 has quit [Quit: Computer has gone to sleep.]
<zenspider> eam: what are you talking about? my butt smells like roses
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Sirupsen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cibs has quit [Ping timeout: 252 seconds]
beneggett has joined #ruby
RandyT has quit [Ping timeout: 264 seconds]
larsam has quit [Read error: Connection reset by peer]
cibs has joined #ruby
sailias has quit [Quit: Leaving.]
thegoodlife has left #ruby [#ruby]
<eam> no one ever talks about code that smells good huh
Rollabunna has quit [Ping timeout: 240 seconds]
i_s has joined #ruby
tjr9898_ has quit [Remote host closed the connection]
asmodlol has quit [Ping timeout: 255 seconds]
tjr9898 has joined #ruby
ohcibi has quit []
linojon has joined #ruby
britneywright has joined #ruby
mikespla_ has quit [Ping timeout: 255 seconds]
ohcibi has joined #ruby
IceDragon has quit [Ping timeout: 250 seconds]
Zebroid has joined #ruby
djbkd has joined #ruby
IceDragon has joined #ruby
Cort3z has joined #ruby
zz_jrhorn424 is now known as jrhorn424
<shevy> my code is poetry
nmokru has joined #ruby
<shevy> I don't want to smell it like roses though
<shevy> more ... it should smell like
<shevy> old ninja
benzrf is now known as benzrf|offline
jerius has quit []
r0ok has joined #ruby
amargherio has quit [Read error: Connection reset by peer]
tjr9898 has quit [Ping timeout: 240 seconds]
dfalkner has joined #ruby
codeurge_ has joined #ruby
spider-mario has quit [Remote host closed the connection]
Zebroid has quit [Ping timeout: 240 seconds]
djbkd has quit [Remote host closed the connection]
tjr9898 has joined #ruby
codeurge has quit [Ping timeout: 240 seconds]
benzrf|offline has quit [Ping timeout: 260 seconds]
baroquebobcat has joined #ruby
xeno__ has quit [Ping timeout: 246 seconds]
ponch__ has joined #ruby
Gonzih has joined #ruby
Zebroid has joined #ruby
ponch_ has quit [Ping timeout: 245 seconds]
andrewjanssen has quit [Quit: Linkinus - http://linkinus.com]
andrewjanssen has joined #ruby
codecop has quit [Remote host closed the connection]
dstarh has quit [Remote host closed the connection]
nobodyzzz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sputnik1_ has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
IceDragon has quit [Ping timeout: 250 seconds]
Zebroid has quit [Ping timeout: 255 seconds]
timonv_ has quit [Ping timeout: 240 seconds]
IceDragon has joined #ruby
mary5030 has quit [Remote host closed the connection]
sputnik13 has joined #ruby
tectonic has joined #ruby
jlovick has quit [Ping timeout: 240 seconds]
Kricir has joined #ruby
Zebroid has joined #ruby
Gonzih has quit [Ping timeout: 250 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
<mostlybadfly> hola
Gadgetoid has quit [Ping timeout: 250 seconds]
sargas has quit [Remote host closed the connection]
sigurding has quit [Quit: sigurding]
jdj_dk has joined #ruby
treehug88 has joined #ruby
britneywright has quit [Ping timeout: 245 seconds]
codeurge_ has quit [Quit: Sleep.]
benzrf has joined #ruby
Sirupsen has joined #ruby
papercode has joined #ruby
Gadgetoid has joined #ruby
tjr9898 has quit [Remote host closed the connection]
tjr9898 has joined #ruby
renderfu_ has quit [Remote host closed the connection]
Neomex has quit [Quit: Leaving]
internet_user has quit []
Vivekananda_y510 has quit [Ping timeout: 264 seconds]
andrewjanssen has quit [Quit: Leaving...]
SilkFox has quit [Ping timeout: 256 seconds]
Kricir has quit [Remote host closed the connection]
sjouke has quit [Quit: leaving]
ghr has joined #ruby
inukshuk has quit [Remote host closed the connection]
tjr9898 has quit [Read error: Connection reset by peer]
tjr9898 has joined #ruby
dawkirst has quit [Remote host closed the connection]
tkuchiki has joined #ruby
tjr9898 has quit [Remote host closed the connection]
binaryhat has joined #ruby
SilkFox_ has joined #ruby
diegoviola has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 256 seconds]
Biohazard has quit [Remote host closed the connection]
tjr9898_ has joined #ruby
frankle has quit [Quit: Connection closed for inactivity]
andrewjanssen has joined #ruby
baweaver has quit [Remote host closed the connection]
<shevy> when to use a module
<shevy> and when a subclass
tkuchiki has quit [Ping timeout: 250 seconds]
andrew9183 has joined #ruby
<andrew9183> how do you avoid this repetition: https://gist.github.com/anonymous/c4e505eea40aec11b3f3
<wallerdev> (persons + friends).each do |p|
<wallerdev> ?
SilkFox_ has quit [Ping timeout: 260 seconds]
jdj_dk has quit [Ping timeout: 245 seconds]
k0m has joined #ruby
ponch__ has quit [Ping timeout: 240 seconds]
<andrew9183> hmm
danijoo has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
r_rios has joined #ruby
danijoo has joined #ruby
ylluminarious has joined #ruby
<agent_white> Or `persons | friends` if you wanna avoid duplicates.
dbasch has joined #ruby
FifthWall has quit [Ping timeout: 240 seconds]
utkarsh__ has quit [Ping timeout: 250 seconds]
gr33n7007h has quit [Ping timeout: 250 seconds]
peeja has quit [Ping timeout: 272 seconds]
nug has quit [Ping timeout: 240 seconds]
verto has quit [Ping timeout: 240 seconds]
danshultz has quit [Ping timeout: 240 seconds]
yfeldblu_ has joined #ruby
maxmanders has quit [Ping timeout: 256 seconds]
clamstar has quit [Ping timeout: 245 seconds]
dvabr has quit [Ping timeout: 272 seconds]
jumblemuddle has quit [Ping timeout: 240 seconds]
gr33n7007h has joined #ruby
mjulian has quit [Remote host closed the connection]
shemerey has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
SirCmpwn has quit [Remote host closed the connection]
lw has quit [Ping timeout: 240 seconds]
okinomo_ has quit [Ping timeout: 240 seconds]
yfeldblu_ has quit [Read error: Connection reset by peer]
slash_nick has quit [Ping timeout: 240 seconds]
yeltzooo has quit [Ping timeout: 240 seconds]
Muz has quit [Ping timeout: 240 seconds]
camt has quit [Ping timeout: 264 seconds]
yfeldblu_ has joined #ruby
bluntman has quit [Ping timeout: 240 seconds]
Davey has quit [Ping timeout: 245 seconds]
gr33n7007h has joined #ruby
gr33n7007h has quit [Changing host]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
johnmolina has quit []
dvabr has joined #ruby
yfeldblu_ has quit [Read error: Connection reset by peer]
FifthWall has joined #ruby
SirCmpwn has joined #ruby
<andrew9183> thanks !
baroquebobcat has joined #ruby
danshultz has joined #ruby
ptierno has quit [Remote host closed the connection]
sputnik13 has joined #ruby
yfeldblu_ has joined #ruby
yfeldblum has quit [Ping timeout: 255 seconds]
yeltzooo has joined #ruby
utkarsh_ has joined #ruby
Davey has joined #ruby
<zenspider> argh. algs are hard
ra4king1 has joined #ruby
jumblemuddle has joined #ruby
yfeldblu_ has quit [Read error: Connection reset by peer]
BadQuanta has quit [Quit: Leaving.]
verto has joined #ruby
yfeldblum has joined #ruby
JohnFord has quit [Quit: Textual IRC Client: www.textualapp.com]
gbaway has quit [Ping timeout: 244 seconds]
ra4king has quit [Ping timeout: 255 seconds]
tectonic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tectonic has joined #ruby
bruno- has quit [Ping timeout: 245 seconds]
clamstar has joined #ruby
maxmanders has joined #ruby
mjulian has joined #ruby
mjulian has joined #ruby
mjulian has quit [Changing host]
yfeldblum has quit [Remote host closed the connection]
peeja has joined #ruby
<joelteon> hi, bundle is trying to reinstall libv8-3.16.14.3 even though it's already on my system. I don't want to rebuild it because that takes a long time.
<joelteon> shouldn't it not be trying to reinstall?
gwb3_ has quit [Ping timeout: 250 seconds]
nug has joined #ruby
gwb3 has joined #ruby
ptierno has joined #ruby
Rollabunna has joined #ruby
Muz has joined #ruby
camt has joined #ruby
dvabr has quit [Ping timeout: 250 seconds]
glebm has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<joelteon> Is it because I'm specifying a --path argument?
yfeldblum has joined #ruby
kevind has quit [Remote host closed the connection]
glebm has joined #ruby
dbasch has quit [Read error: Connection reset by peer]
riotjone_ has quit [Ping timeout: 260 seconds]
dbasch has joined #ruby
bnjamin has quit []
slash_nick has joined #ruby
Sgeo has joined #ruby
amacou has joined #ruby
dvabr has joined #ruby
Symbiosisz has joined #ruby
riotjones has joined #ruby
<Symbiosisz> If I have a RSpec related question, is this the place to ask it? Or is there a more appropriate channel?
claymore has quit [Quit: Leaving]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Nies has quit [Remote host closed the connection]
<Symbiosisz> Oh, disregard that -- just saw the rspec channel.
dfedde has quit [Ping timeout: 272 seconds]
dfedde has joined #ruby
<zenspider> eh. just ask the question. we'll tell you if you should ask it elsewhere :)
Guest83996 has quit []
bluntman has joined #ruby
parduse has joined #ruby
Soda has joined #ruby
okinomo has joined #ruby
okinomo has joined #ruby
okinomo has quit [Changing host]
glebm has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ziyadb has joined #ruby
<Symbiosisz> I'm new to RSpec and struggling to understand the best approach to testing this code. Here's the class I'm testing (http://pastie.org/pastes/9410532/text?key=izz991e9puub1scjfuwemq) and here are my tests currently (http://pastie.org/pastes/9410534/text?key=abgvmzdf4ezm5d4y9dvusg). I'm trying to write a test that IF we call connect on server instance and it succeeds in gmae socket creation THEN we should verify that authenticate resu
<Symbiosisz> lts in "send" being called. I can't quite figure out how to test that. The easiest way I can think of is to be able to take the final resultss from the if (calls authenticate if ...) block and then continue on assuming we reach that stagebut I'm not sure if I can do that. So the only way I'm able to do it now is to just repeat everything I wrote in that prior test, then add on the next step -- which clearly isn't DRY.
<zenspider> damn that's a lot of text
Mooneye has joined #ruby
<Symbiosisz> sorry!
<zenspider> send is a really bad name
ra4king has joined #ruby
<Symbiosisz> Ya, fair point. I should change that.
<zenspider> ri Object.send
hj2007 has joined #ruby
jamto11 has joined #ruby
ffranz has quit [Quit: Leaving]
geggam has quit [Quit: commute]
x1337807x has joined #ruby
<zenspider> I doubt I'm going to be much help in this style of testing. maybe someone who appreciates BDD can chime in
ra4king1 has quit [Ping timeout: 245 seconds]
tkuchiki has joined #ruby
<Symbiosisz> no sweat, thanks for taking a look!
blackmesa has quit [Ping timeout: 250 seconds]
GriffinHeart has joined #ruby
senayar has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 250 seconds]
senayar has joined #ruby
treehug88 has quit []
renderful has joined #ruby
Zebroid has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
<zenspider> eg, your first test doesn't need any mocking at all. it'd raise anyways. your second test is only testing that the word "authenticate" is in the method. I don't see the point. but maybe that's just me
x1337807x has quit [Ping timeout: 245 seconds]
alexju has joined #ruby
androidbruce has joined #ruby
jrhorn424 is now known as zz_jrhorn424
Davey has quit [Ping timeout: 264 seconds]
<Symbiosisz> zenspider: While that test isn't particualrly useful on its own, waht happens next is. Once authenticate is called, I want to verifyt that the GameSocket object is receiving a sendPacket call.
Muz has quit [Ping timeout: 240 seconds]
GriffinHeart has quit [Ping timeout: 260 seconds]
hsps__ has quit [Ping timeout: 245 seconds]
<Symbiosisz> So, as far as I understand, I have to construct the object up to that point to ensure that the next step in its sequence occurs.
bruno- has joined #ruby
senayar has quit [Ping timeout: 245 seconds]
Muz has joined #ruby
Zebroid has joined #ruby
yfeldblum has joined #ruby
hsps__ has joined #ruby
djbkd has joined #ruby
ptierno has quit [Ping timeout: 256 seconds]
djbkd has quit [Remote host closed the connection]
momomomomo has quit [Quit: momomomomo]
charliesome has joined #ruby
ptierno has joined #ruby
toastynerd has quit [Remote host closed the connection]
aspiringflaneur has quit [Quit: ZZZzzz…]
<zenspider> but you're not constructing (real) objects. you're constructing a shit ton of mocks. mock last. you won't mock yourself into a corner that way.
icarus has quit [Remote host closed the connection]
toastynerd has joined #ruby
timonv_ has joined #ruby
jottr has joined #ruby
Zebroid has quit [Ping timeout: 255 seconds]
bruno- has quit [Ping timeout: 250 seconds]
amacou has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zenspider> what I'm not seeing are tests that failed before you implemented stuff.
amacou has joined #ruby
jonahR has quit [Remote host closed the connection]
aspiringflaneur has joined #ruby
aspiringflaneur has quit [Max SendQ exceeded]
jonahR has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
memph1s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jdj_dk has joined #ruby
memph1s has joined #ruby
timonv_ has quit [Ping timeout: 240 seconds]
Davey has joined #ruby
jamto11 has quit [Remote host closed the connection]
NinoScript has quit [Read error: Connection reset by peer]
jonahR_ has joined #ruby
roolo has quit [Quit: Leaving...]
NinoScript has joined #ruby
amacou has quit [Ping timeout: 240 seconds]
rubytor has quit [Ping timeout: 240 seconds]
jonahR has quit [Ping timeout: 240 seconds]
glebm has joined #ruby
itspots_ has quit [Quit: Lingo - http://www.lingoirc.com]
Deele has quit [Ping timeout: 240 seconds]
tectonic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
memph1s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jobewan has quit [Quit: Leaving]
tectonic has joined #ruby
alexju has quit [Ping timeout: 240 seconds]
andrewjanssen has quit [Quit: Leaving...]
frellnet has joined #ruby
ghr has joined #ruby
kotk has joined #ruby
havenwood has quit [Ping timeout: 264 seconds]
dawkirst has joined #ruby
Sirupsen has quit [Read error: Connection reset by peer]
kotk_ has quit [Ping timeout: 245 seconds]
jamto11 has joined #ruby
SilkFox_ has joined #ruby
MCDev has joined #ruby
ghr has quit [Ping timeout: 245 seconds]
yokel has joined #ruby
Sirupsen has joined #ruby
andrewjanssen has joined #ruby
danijoo has quit [Read error: Connection reset by peer]
<Symbiosisz> thanks for the feedback zenspider. I ended up just ditching rspec.
<Symbiosisz> I had decided to try it out as I heard good things about it -- but that mode of testing doesn't jive for me. Just going to use test unit.
danijoo has joined #ruby
dawkirst has quit [Ping timeout: 250 seconds]
<zenspider> Symbiosisz: use minitest, preferably minitest 5.
dangerou_ has quit [Ping timeout: 250 seconds]
creede has quit [Ping timeout: 250 seconds]
<zenspider> or use testunit, the gem
<zenspider> don't use testunit from stdlib
jdj_dk has quit [Ping timeout: 250 seconds]
SilkFox_ has quit [Ping timeout: 240 seconds]
DrShoggoth has quit [Quit: Leaving]
<Symbiosisz> Oh, alright, I'll look both of those up now.
<Symbiosisz> Appreciate it.
GlenK has quit []
rubytor has joined #ruby
Kricir has joined #ruby
lxsameer has quit [Quit: Leaving]
nonnatus has joined #ruby
Zebroid has joined #ruby
diegoviola has joined #ruby
awc737 has joined #ruby
Avahey_ has joined #ruby
havenwood has joined #ruby
stytown has quit [Quit: stytown]
kireevco has joined #ruby
<awc737> cap aborted!
<awc737> NameError: undefined local variable or method `default_run_options'
<awc737> I keep getting that error, does something look wrong with line 19?
peret has joined #ruby
<centrx> awc737, Where is the variable or method defined?
Kricir has quit [Ping timeout: 245 seconds]
danijoo has quit [Read error: Connection reset by peer]
Dude007 has quit [Remote host closed the connection]
Dude007 has joined #ruby
Cort3z has quit [Ping timeout: 250 seconds]
danijoo has joined #ruby
Zebroid has quit [Ping timeout: 240 seconds]
harshjha_ has joined #ruby
<awc737> centrx not too sure, I thought Capfile was the beginning
baweaver has joined #ruby
<awc737> centrx I'm pretty new to ruby, if this is the top of the script, it must be in 'open3', 'pp', or 'time', right?
<awc737> since they are the only scripts required
andrewjanssen has quit [Quit: Leaving...]
diegoviola has quit [Quit: WeeChat 0.4.3]
<awc737> but also, default_run_options[:pty] = true looks like a definition statement too me
<nonnatus> You're not including anything from them though.
andrewjanssen has joined #ruby
Vivekananda_y510 has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
<centrx> awc737, Those would not have a "default_run_options"
rubytor has quit [Ping timeout: 250 seconds]
<awc737> i'm not sure where to look
<centrx> awc737, Capfile is for capistrano, a deployment system, not the beginning to learning Ruby
dbasch has quit [Read error: Connection reset by peer]
sdwrage has quit [Quit: This computer has gone to sleep]
tjr9898_ has quit []
<awc737> right, the app is not even ruby so not sure why their using cap
yfeldblum has joined #ruby
<nonnatus> if you're not missing anything, try default_run_options = { :pty => true }
hj2007 has quit [Ping timeout: 264 seconds]
dbasch has joined #ruby
<awc737> cap aborted!
<awc737> NameError: undefined local variable or method `application'
<awc737> darn, one thing after another
<awc737> i must be missing something
renderfu_ has joined #ruby
<toretore> that is not in your paste
baweaver has quit [Ping timeout: 255 seconds]
TDJACR has joined #ruby
<awc737> here is the whole thing
<bricker`work> :|
creede has joined #ruby
andrewjanssen has quit [Ping timeout: 240 seconds]
snath has quit [Ping timeout: 240 seconds]
<awc737> application is set right there... something must be breaking
mikecmpbll has quit [Quit: i've nodded off.]
renderful has quit [Ping timeout: 240 seconds]
Hamburglr has quit [Quit: Textual IRC Client: www.textualapp.com]
dc_ has joined #ruby
<benzrf> laravel?
<benzrf> isn't laravel a php thing
yfeldblu_ has joined #ruby
<benzrf> ew
Hamburglr has joined #ruby
yfeldblum has quit [Read error: Connection reset by peer]
<awc737> that's just a paste site
dc has quit [Ping timeout: 240 seconds]
diegoviola has joined #ruby
Hamburglr has left #ruby [#ruby]
sdwrage has joined #ruby
lyuzashi has joined #ruby
jamto11 has quit [Remote host closed the connection]
dbasch has quit [Quit: dbasch]
MCDev has quit [Ping timeout: 250 seconds]
yfeldblu_ has quit [Remote host closed the connection]
Georg3 has joined #ruby
florida has joined #ruby
yfeldblum has joined #ruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby
absolutezeroff has quit [Remote host closed the connection]
<Symbiosisz> A general question about testing: I know that with normal methods in my program we should keep it brief, but I've read int he past it's okay to have fairly long test method names so they can be sufficiently descriptive. Would a name like this be okay for a test? def testThatAuthenticatePacketIsSentAfterConnectionEstablished
<Symbiosisz> Or should I use a less lengthy name and just add a comment explaining it
<centrx> Ruby style for methods is snake case, not camel case
<Symbiosisz> centrx: Is it really? Crap, thought that was only for variables.
Georg3 has quit [Ping timeout: 240 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
ponch_ has joined #ruby
nanoyak has joined #ruby
sdwrage has quit [Ping timeout: 250 seconds]
fluve has joined #ruby
jamto11 has joined #ruby
r_rios has quit [Remote host closed the connection]
initself_ is now known as initself
lanox has joined #ruby
ponch_ has quit [Ping timeout: 250 seconds]
qwyeth has quit [Ping timeout: 240 seconds]
chipotle has quit [Quit: cya]
qwyeth has joined #ruby
larissa has joined #ruby
edgarjs is now known as edgarjs_afk
spastorino has quit [Quit: Connection closed for inactivity]
bruno- has joined #ruby
starfox_21 has joined #ruby
cpruitt has quit [Quit: cpruitt]
Soda has quit [Remote host closed the connection]
Pulpie has left #ruby [#ruby]
Tricon has joined #ruby
<zenspider> Symbiosisz: if you're using minitest, you can combine minitest/spec and minitest/test. Use describe/it but with assertions. whatever feels comfortable
bruno- has quit [Ping timeout: 250 seconds]
benzrf has quit [Quit: leaving]
dbasch has joined #ruby
MCDev has joined #ruby
jdj_dk has joined #ruby
jamto11 has quit [Remote host closed the connection]
qwyeth has quit [Remote host closed the connection]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
dbasch has quit [Ping timeout: 256 seconds]
x1337807x has joined #ruby
jottr has quit [Ping timeout: 245 seconds]
edgarjs_afk is now known as edgarjs
havenwood has quit [Remote host closed the connection]
apeiros has quit [Ping timeout: 256 seconds]
Hobogrammer has quit [Ping timeout: 256 seconds]
dbasch has joined #ruby
spastorino has joined #ruby
TDJACR has quit [Ping timeout: 250 seconds]
ghr has joined #ruby
jamto11 has joined #ruby
inside has joined #ruby
nanoyak has quit [Ping timeout: 250 seconds]