apeiros changed the topic of #ruby to: Ruby 2.0.0-p195: http://ruby-lang.org (Ruby 1.9.3-p429) || Paste >3 lines of text on http://gist.github.com
pinpin404 has quit [Remote host closed the connection]
raha has quit [Quit: raha]
LennyLinux has quit [Remote host closed the connection]
dark_soul has joined #ruby
<dark_soul> i installed bundle but it isn't in the env for me to execute
<dark_soul> where does gem install bundle normally place bundle?
<havenwood> nettoweb: Just an invalid byte sequence for UTF-8 encoding. Here's a nice writeup discussing: http://robots.thoughtbot.com/post/42664369166/fight-back-utf-8-invalid-byte-sequences
Inside has joined #ruby
Inside has quit [Changing host]
Inside has joined #ruby
<nettoweb> havenwood: is there a way to convert it to valid?
<havenwood> nettoweb: Yes, you can force encoding etc. Take a look at that link ^
<nettoweb> I'm reading
khismetix has joined #ruby
<nettoweb> but I'm using ruby 1.8.7
<dark_soul> anyone?
<havenwood> nettoweb: Nooooo.
arya_ has joined #ruby
<havenwood> nettoweb: Switch to 1.9.3 or preferably 2.0.0!
atyz has quit [Read error: Connection reset by peer]
<nettoweb> havenwood: ;/ it's a big project, I can't now
Davey has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
<havenwood> 1.8.7 is dead. End of life after June 2013.
<havenwood> Dead, dead.
atyz has joined #ruby
<havenwood> Hasn't received patches in a year, after this month NO security patches.
<nettoweb> yes
platzhirsch has left #ruby [#ruby]
mocfive has joined #ruby
phipes has joined #ruby
<havenwood> nettoweb: How big of a project? Just curious.
<nettoweb> but I'm running elasticsearch and I'm with this problem with characters, can you help with fix this?
vlad_starkov has joined #ruby
<nettoweb> a newspaper portal
<havenwood> dark_soul: Bundler installs the gem where `gem` would install them.
Nisstyre has joined #ruby
wmoxam has quit [Ping timeout: 246 seconds]
<dark_soul> i figured it out by using : which bundle, thanks!
<havenwood> dark_soul: Unless you use --deployment flag, etc.
tomzx_mac has joined #ruby
dark_soul has left #ruby [#ruby]
x1337807x has quit [Quit: Textual IRC Client: www.textualapp.com]
jacktrick has quit [Ping timeout: 240 seconds]
<nettoweb> havenwood: i don't found a solution in that link…
northelks_ has quit [Quit: ...]
<bricker> Why does this throw a syntax error? It has to do with the * but I don't know why this doesn't work: ADAPTERS.each { |a| added << *a.constantize.sync }
apeiros has joined #ruby
<havenwood> nettoweb: :)
cj3kim has quit [Remote host closed the connection]
<bricker> Actually I guess it makes sense
<nettoweb> havenwood: is there a solution?
<bricker> I'm trying to avoid using "flatten"
<nettoweb> havenwood: I'm facing this probrem about 5 hours today
<nettoweb> it's difficult
Zeeraw has quit [Quit: Computer has gone to sleep.]
tommyvyo has joined #ruby
<fridim_> I discovered begin ... rescue ... retry if ... end <3
chson has joined #ruby
unstable has joined #ruby
<bricker> oh wait... I am dumb
unstable has left #ruby [#ruby]
Eaven has quit [Remote host closed the connection]
vlad_starkov has quit [Ping timeout: 248 seconds]
<havenwood> bricker: Decided to use `added + a.con...`?
<nettoweb> havenwood:
<bricker> havenwood: yeah... I forgot how to array ;(
apeiros has quit [Ping timeout: 260 seconds]
<bricker> havenwood: only for a second though
<havenwood> bricker: hehe
ravster has left #ruby [#ruby]
<havenwood> nettoweb: class String; def fix_eet; ::Iconv.conv('UTF-8//IGNORE', 'UTF-8', self << ' ')[0..-2] end end
slainer68 has joined #ruby
<havenwood> nettoweb: Curious, try that ^, like: 'offending string'.fix_eet
TheMoonMaster has quit [Excess Flood]
starscreamer has quit [Remote host closed the connection]
<havenwood> nettoweb: Or maybe look further at Iconv.
arya_ has quit [Ping timeout: 246 seconds]
SeanTAllen has quit []
<nettoweb> can be @q = Iconv.conv('UTF-8//IGNORE', 'UTF-8', params[:q]) || "" ?
TheMoonMaster has joined #ruby
timkohru_ has quit [Remote host closed the connection]
arya_ has joined #ruby
phipes has quit [Quit: phipes]
<havenwood> nettoweb: I never used 1.8. My Iconv-fu is nonexistent.
<havenwood> I started with 1.9.2. :)
<nettoweb> I put this: @q = Iconv.conv('UTF-8//IGNORE', 'UTF-8', params[:q] << '')[0..-2] || ""
<nettoweb> gest%E3o+vendas -> # gesto venda
justsee has quit [Ping timeout: 264 seconds]
jacktrick has joined #ruby
k-man_ is now known as k-man
<nettoweb> havenwood: there's a problemas, my accent was removed
ericboehs has joined #ruby
Meatant has joined #ruby
nhhagen_ has joined #ruby
slainer68 has quit [Remote host closed the connection]
tomzx_mac has quit [Ping timeout: 260 seconds]
bradhe has quit [Remote host closed the connection]
vNistelr00t has joined #ruby
jimg has joined #ruby
<vNistelr00t> hi folks
bradhe has joined #ruby
tommyvyo has quit [Quit:]
yshh has quit [Remote host closed the connection]
nhhagen_ has quit [Remote host closed the connection]
<vNistelr00t> could anyone share some links about learning ruby on rails, bootstrap and so on ? I´ve googled a bit around, but i´m sure people here have good links, thank you in advance
wmoxam has joined #ruby
nhhagen_ has joined #ruby
MarcWebe1 is now known as MarcWeber
<Spooner> vNistelr00t, Ask in #rubyonrails
khismetix has quit [Ping timeout: 248 seconds]
headius has quit [Quit: headius]
<vNistelr00t> hey Spooner, thank you
arubin has joined #ruby
<havenwood> vNistelr00t: Do learn Ruby though. :P
dfedde has joined #ruby
<zastern> Another silly question - with something like this - Net::HTTP.post_form(uri, 'q' => 'ruby', 'max' => '50') - what does the 'q' => 'foo' represent exactly?
<zastern> are they just paramters
<vNistelr00t> hehe havenwood, sure !
nomenkun has joined #ruby
Gugster is now known as Guga_
bradhe has quit [Ping timeout: 248 seconds]
jbueza has joined #ruby
_maes_ has joined #ruby
fermion has joined #ruby
yugui_zzz is now known as yugui
<nettoweb> havenwood: did you see?
Lulz has joined #ruby
<havenwood> zastern: The form data you want is specified in a 'naked hash' as the last param. http://ruby-doc.org/stdlib-2.0/libdoc/net/http/rdoc/Net/HTTP.html#method-c-post_form
DanKnox is now known as DanKnox_away
nomenkun has quit [Ping timeout: 260 seconds]
<havenwood> nettoweb: I dunno how you'd keep the accent.
arya_ has quit [Ping timeout: 246 seconds]
marr has quit [Ping timeout: 264 seconds]
<nettoweb> havenwood: fixing that, it's all worked
jonahR has quit [Quit: jonahR]
<havenwood> nettoweb: :)
<zastern> havenwood: right so when I try to use it, e.g. like this - Net::HTTP.post_form('http://someuri.com/', 'key' => 'foo',) I always get undefined method `request_uri' for "http://someuri.com/":String
<nettoweb> havenwood: can you try a solution too?
<havenwood> zastern: I'd recommend using a wrapper around Net::HTTP, like HTTParty or Faraday, rather than using it itself.
chipotle_ has joined #ruby
<zastern> havenwood: yeah but I want to understand how it works :)
<havenwood> zastern: ahh
daniel_- has quit [Read error: Operation timed out]
zastern has quit [Remote host closed the connection]
<havenwood> zastern: Really cool google spreadsheet Nahi made comparing the HTTP client options out there: https://docs.google.com/spreadsheet/pub?key=0AiZsKd8d4hSJdF9WRHVoRElnaV9paThuZ1FBSU1Ob3c&single=true&gid=4&output=html
Leighton has joined #ruby
<havenwood> nettoweb: Gotta run, late for pair programming sesh.
jfelchner has joined #ruby
havenwood has quit [Remote host closed the connection]
justsee has joined #ruby
justsee has joined #ruby
newUser1234 has quit [Remote host closed the connection]
daniel_- has joined #ruby
jtran has quit [Quit: jtran]
arya_ has joined #ruby
Leighton has quit [Client Quit]
d2dchat has joined #ruby
EPIK has joined #ruby
jamesaxl has quit [Remote host closed the connection]
zodiak has quit [Ping timeout: 256 seconds]
nhhagen_ has quit [Remote host closed the connection]
ivanoats has quit [Ping timeout: 256 seconds]
arya_ has quit [Ping timeout: 264 seconds]
rezzack has quit [Ping timeout: 256 seconds]
Mon_Ouie has quit [Ping timeout: 264 seconds]
Inside has quit [Ping timeout: 240 seconds]
gildo has joined #ruby
helvete has joined #ruby
rupee has quit [Quit: Leaving]
nfk has quit [Quit: yawn]
justsee has quit [Ping timeout: 264 seconds]
atyz has quit [Ping timeout: 248 seconds]
mklappstuhl has joined #ruby
gstamp has quit [Quit: Textual IRC Client: www.textualapp.com]
arya_ has joined #ruby
yshh has joined #ruby
danslo has joined #ruby
saarinen has joined #ruby
gstamp has joined #ruby
ericmathison has quit [Ping timeout: 248 seconds]
Michae___ has quit [Remote host closed the connection]
nari has joined #ruby
daniel_- has quit [Ping timeout: 248 seconds]
Michae___ has joined #ruby
mxweas has quit [Read error: Connection reset by peer]
arya_ has quit [Ping timeout: 248 seconds]
nettoweb has quit [Quit: nettoweb]
devoldmx has quit [Remote host closed the connection]
lunarjar has quit [Ping timeout: 240 seconds]
lyanchih has joined #ruby
pen has quit [Remote host closed the connection]
devoldmx has joined #ruby
wu_lmao has joined #ruby
zodiak has joined #ruby
freeayu has joined #ruby
mklappstuhl has quit [Remote host closed the connection]
io_syl has quit [Quit: Computer has gone to sleep.]
arya_ has joined #ruby
vlad_starkov has joined #ruby
mikepack_ has quit [Remote host closed the connection]
prk has joined #ruby
Spooner has quit [Remote host closed the connection]
tomzx_mac has joined #ruby
bionhart has quit [Remote host closed the connection]
helvete has quit [Quit: Leaving...]
gyre007 has quit [Remote host closed the connection]
verto has joined #ruby
takeru has quit [Remote host closed the connection]
vlad_starkov has quit [Ping timeout: 246 seconds]
ravster has joined #ruby
danslo has quit [Quit: danslo]
cofin has joined #ruby
ereslibre_laptop is now known as ereslibre
lunarjar has joined #ruby
slash_nick has joined #ruby
mocfive has quit [Remote host closed the connection]
arya_ has quit [Ping timeout: 248 seconds]
hogeo has joined #ruby
mercwithamouth has joined #ruby
ixti has quit [Quit: WeeChat 0.4.1]
benweint_ has joined #ruby
Inside has joined #ruby
Inside has joined #ruby
osvico has quit [Ping timeout: 240 seconds]
benweint has quit [Ping timeout: 256 seconds]
viszu has joined #ruby
benweint_ has quit [Client Quit]
bubblehead has joined #ruby
Hanmac2 has joined #ruby
djbkd has quit [Quit: Leaving]
DonRichie has quit [Quit: Verlassend]
arya_ has joined #ruby
saarinen has quit [Quit: saarinen]
sambao21 has quit [Quit: Computer has gone to sleep.]
awc737_ has quit [Quit: ZNC - http://znc.sourceforge.net]
Eiam has quit [Ping timeout: 248 seconds]
donkonstante_ has joined #ruby
Hanmac1 has quit [Ping timeout: 256 seconds]
icole has joined #ruby
TJNII has joined #ruby
Voodoofish4301 has quit [Quit: Leaving.]
awc737 has joined #ruby
osvico has joined #ruby
takezawa has quit [Remote host closed the connection]
jacktrick has quit [Quit: Leaving]
takezawa has joined #ruby
arya_ has quit [Ping timeout: 248 seconds]
<TJNII> I have a list of items, which I need to print with a delimiter like item1,item2,item3,item2. (In a Puppet ERB template, if it matters) Is there a more-ruby centric way than iterating over the list with something like if count < (max - 1) print "," end?
arya_ has joined #ruby
donkonstante has quit [Ping timeout: 264 seconds]
donkonstante_ is now known as donkonstante
<TJNII> (Consider that last bit pseudocode, please. :) )
DrShoggoth has quit [Ping timeout: 252 seconds]
Eaven has joined #ruby
kil0byte has quit [Remote host closed the connection]
WanderingGlitch has quit [Changing host]
WanderingGlitch has joined #ruby
<fryguy> TJNII: list_of_things.join(', ')
takezawa has quit [Ping timeout: 248 seconds]
arya_ has quit [Ping timeout: 248 seconds]
prk has quit [Read error: Operation timed out]
pipework has joined #ruby
macuser has joined #ruby
fermion has quit [Quit: Textual IRC Client: www.textualapp.com]
macuser is now known as Guest84258
<TJNII> fryguy: Thanks
mercwithamouth has quit [Ping timeout: 260 seconds]
pen has joined #ruby
slash_nick has quit [Ping timeout: 246 seconds]
tomsthumb has quit [Quit: Leaving.]
ioNull has quit [Quit: Computer has gone to sleep.]
sailias has joined #ruby
marcgg has quit [Read error: No route to host]
Davey has joined #ruby
marcgg has joined #ruby
Eaven has quit [Remote host closed the connection]
arya_ has joined #ruby
JZTech101 has quit [Ping timeout: 256 seconds]
dfedde has quit [Ping timeout: 264 seconds]
chandankumar has joined #ruby
jonathanwallace has joined #ruby
Spaceghost|work has joined #ruby
justsee has joined #ruby
justsee has quit [Changing host]
justsee has joined #ruby
chichou has quit [Remote host closed the connection]
krainboltgreene has quit [Quit: krainboltgreene]
tomivs has joined #ruby
atyz has joined #ruby
Cow has joined #ruby
pipework has quit [Ping timeout: 248 seconds]
<tomivs> LOOOOOOOOOOOOOOOOOOOL
tomsthumb has joined #ruby
<tomivs> say --> without quotes "cowlol My programmer <3"
tjbiddle_ has joined #ruby
centr0 has joined #ruby
atyz has quit [Read error: Connection reset by peer]
<tomivs> cowlol My programmer <3
<Cow> ------------------
<Cow> | My programmer <3 |
<Cow> ------------------
<Cow> \ (_)
<Cow> \ _
<Cow> \ ^__^ / \
<Cow> \ (oo)\_____/_\ \
<Cow> (__)\ ) /
<Cow> ||----w ((
<Cow> || ||>>
ericboehs has quit [Read error: Connection reset by peer]
nhhagen_ has joined #ruby
<tomivs> cowlol My programmer <3
<Cow> ------------------
<Cow> | My programmer <3 |
<Cow> ------------------
<Cow> \ (_)
Cow has quit [Killed (idoru (Spam is off topic on freenode.))]
<Cow> \ _
tomivs has quit [K-Lined]
tjbiddle has quit [Ping timeout: 240 seconds]
tjbiddle_ is now known as tjbiddle
takeru has joined #ruby
ericmathison has joined #ruby
nari has quit [Ping timeout: 246 seconds]
jurbat has joined #ruby
ttt has joined #ruby
bigkm has joined #ruby
nhhagen_ has quit [Ping timeout: 240 seconds]
snearch has quit [Quit: Verlassend]
viszu has quit [Ping timeout: 264 seconds]
Caius has quit [Ping timeout: 252 seconds]
kobain_ has joined #ruby
fierycatnet has joined #ruby
DrShoggoth has joined #ruby
kobain has quit [Ping timeout: 246 seconds]
xkickflip has joined #ruby
Michae___ has quit [Remote host closed the connection]
tjbiddle_ has joined #ruby
spoonman has quit [Quit: WeeChat 0.4.0]
jonathanwallace has quit [Quit: WeeChat 0.4.0]
ioNull has joined #ruby
ffranz has quit [Quit: Leaving]
johnrlive has joined #ruby
jonathanwallace has joined #ruby
tjbiddle has quit [Ping timeout: 260 seconds]
tjbiddle_ is now known as tjbiddle
osvico has quit [Ping timeout: 260 seconds]
Domon has joined #ruby
xkickflip has quit [Client Quit]
harrymoreno_ has joined #ruby
xkickflip has joined #ruby
harrymoreno has quit [Ping timeout: 256 seconds]
Caius has joined #ruby
InFlames has joined #ruby
harrymoreno_ is now known as harrymoreno
stkowski has quit [Quit: stkowski]
lyanchih has quit [Quit: lyanchih]
Guga_ has quit [Remote host closed the connection]
Guga_ has joined #ruby
harrymoreno has quit [Ping timeout: 248 seconds]
steven_is_false has joined #ruby
Michael__ has joined #ruby
Michael__ has quit [Remote host closed the connection]
hogeo has quit [Read error: Connection reset by peer]
hogeo_ has joined #ruby
harrymoreno has joined #ruby
arya_ has quit [Ping timeout: 248 seconds]
arya_ has joined #ruby
johnmason has joined #ruby
benweint has joined #ruby
<johnmason> Hi! I'm doing a school project on Ruby. Is there a list of big users of Ruby anywhere? I have in my mind Twitter and GitHub, but is there something up to date?
viszu has joined #ruby
benweint has quit [Client Quit]
germanstudent has quit [Remote host closed the connection]
germanstudent has joined #ruby
vlad_starkov has joined #ruby
johnrlive has quit [Read error: Connection reset by peer]
johnrlive has joined #ruby
graydot has quit [Quit: graydot]
arya_ has quit [Ping timeout: 248 seconds]
eka has quit [Quit: Computer has gone to sleep.]
ericmathison has quit [Read error: Connection reset by peer]
ivanoats has joined #ruby
steven_is_false has quit [Remote host closed the connection]
<arubin> johnmason: Well, this is Rails specific, but: http://rubyonrails.org/applications
ericmathison has joined #ruby
vlad_starkov has quit [Ping timeout: 240 seconds]
<johnmason> arubin: that's what I wanted thanks
angusiguess has joined #ruby
<fryguy> also twitter doesn't really use rails anymore, not sure about ruby
seitensei has joined #ruby
F1skr has quit [Quit: WeeChat 0.4.1]
cyong has joined #ruby
<johnmason> fryguy: yeah, i was worried this stuff was out of data - i thought twitter switched to scala, and then maybe back again, and then to java?
arya_ has joined #ruby
_reset has joined #ruby
_reset has quit [Client Quit]
banjara has joined #ruby
ravster has quit [Quit: Leaving.]
harrymoreno has quit [Ping timeout: 260 seconds]
harrymoreno has joined #ruby
Michael__ has joined #ruby
Guest84258 has quit [Ping timeout: 264 seconds]
InFlames has quit [Quit: This computer has gone to sleep]
reset has quit [Ping timeout: 256 seconds]
c0rn has quit [Quit: Computer has gone to sleep.]
Apocalypse has quit [Ping timeout: 240 seconds]
viszu has quit [Quit: Leaving.]
seoaqua has quit [Quit: 离开]
ericmathison has quit [Read error: Connection reset by peer]
marcgg has quit [Ping timeout: 246 seconds]
harrymoreno has quit [Ping timeout: 264 seconds]
ericmathison has joined #ruby
nari has joined #ruby
newUser1234 has joined #ruby
thesheff17 has quit [Read error: Operation timed out]
marcgg has joined #ruby
newUser1234 has quit [Remote host closed the connection]
Apocalypse has joined #ruby
dhruvasagar has joined #ruby
Dekade has quit [Ping timeout: 276 seconds]
bubblehead has quit [Remote host closed the connection]
takeru has quit [Remote host closed the connection]
johnmason has quit [Quit: Page closed]
Gues_____ has joined #ruby
Gues_____ is now known as Guest16618
Michael__ has quit [Remote host closed the connection]
superscott[8] has quit [Quit: superscott[8]]
Apocalypse has quit [Ping timeout: 240 seconds]
arya_ has quit [Ping timeout: 248 seconds]
lyanchih has joined #ruby
harrymoreno has joined #ruby
radic__ has joined #ruby
radic_ has quit [Read error: Operation timed out]
Michael__ has joined #ruby
Apocalypse has joined #ruby
Michael__ has quit [Remote host closed the connection]
Michael__ has joined #ruby
insel has joined #ruby
deception has joined #ruby
devyn_ has quit [Changing host]
devyn_ has joined #ruby
devyn_ is now known as devyn
travisjeffery has joined #ruby
Ortuna has quit [Quit: Computer has gone to sleep.]
thesheff17 has joined #ruby
lyanchih has quit [Quit: lyanchih]
KeiKun has quit [Ping timeout: 276 seconds]
Eaven has joined #ruby
n_blownapart has joined #ruby
bionhart has joined #ruby
macuser has joined #ruby
Michael__ has quit [Remote host closed the connection]
macuser is now known as Guest11611
<n_blownapart> hi any one recommend a book or other source for learning simple algorithms in ruby .. thanks
lyanchih has joined #ruby
benweint has joined #ruby
chipotle_ has quit [Quit: cya]
<seitensei> just learn simple algorithms
lyanchih has quit [Client Quit]
graydot has joined #ruby
<n_blownapart> thanks seitensei I'll look
graydot has quit [Client Quit]
bigkm has quit [Quit: Computer has gone to sleep.]
<fryguy> CLR is a pretty good book to have
BSaboia has joined #ruby
<n_blownapart> thanks fryguy is that an acronym?
<fryguy> yes
<n_blownapart> excellent thanks fryguy
takeru has joined #ruby
momomomomo has joined #ruby
harrymoreno_ has joined #ruby
<fryguy> the dasgupta algorithms book is decent too
harrymoreno has quit [Ping timeout: 248 seconds]
harrymoreno_ is now known as harrymoreno
phipes has joined #ruby
<n_blownapart> cool thanks fryguy I looked at one book for ruby specifically but it was written in high math notation from page 1
arya has joined #ruby
Eaven has quit [Remote host closed the connection]
bionhart has quit [Remote host closed the connection]
johnrlive has quit [Remote host closed the connection]
Shirakawasuna has joined #ruby
v0n has quit [Ping timeout: 264 seconds]
freeayu__ has joined #ruby
bionhart has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
matematikaadit has joined #ruby
jimg has quit [Remote host closed the connection]
matematikaadit has quit [Client Quit]
benweint has quit [Quit: Computer has gone to sleep.]
rcs has quit [Quit: ZNC - http://znc.in]
takeru has quit [Remote host closed the connection]
ehaliewicz has joined #ruby
vlad_starkov has joined #ruby
generalissimo has joined #ruby
gildo has quit [Ping timeout: 241 seconds]
deception has quit [Read error: No route to host]
<bnagy> don't learn algorithms in Ruby imho
<bnagy> too much stuff is too idiomatic / easy
ericmathison has quit [Ping timeout: 248 seconds]
r0bgleeson has quit [Ping timeout: 252 seconds]
<seitensei> better off to learn them in general, really
<seitensei> you shouldn't get too caught up with 'programming in ruby'
<bnagy> although 'algorithms' is too big a field to say much sensible about
<seitensei> just learn how to program
arya has quit [Ping timeout: 248 seconds]
vlad_starkov has quit [Ping timeout: 246 seconds]
<aces1up> can you do an enumerable find_all but with limit?
<bnagy> you could use the new lazy enumerators and take first(x) maybe?
BSaboia has quit [Ping timeout: 248 seconds]
tommyvyo has joined #ruby
dr_neek has quit [Quit: dr_neek]
arya has joined #ruby
generalissimo has quit [Remote host closed the connection]
<bnagy> 20>> (1..Float::Infinity).lazy.find_all {|x| x%2 == 1}.first 10
<eval-in> bnagy => uninitialized constant Float::Infinity (NameError) ... (http://eval.in/32836)
<bnagy> 20>> (1..Float::INFINITY).lazy.find_all {|x| x%2 == 1}.first 10
<eval-in> bnagy => [1, 3, 5, 7, 9, 11, 13, 15, 17, 19] (http://eval.in/32837)
<bnagy> sweet
<bnagy> I don't have an MRI20 locally :)
jcromartie has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
cofin has quit [Quit: cofin]
kofno has quit [Remote host closed the connection]
dysinger has joined #ruby
eccstartup has quit [Read error: Connection reset by peer]
thesheff17 has quit [Ping timeout: 264 seconds]
eccstartup has joined #ruby
eccstartup has quit [Max SendQ exceeded]
eccstartup has joined #ruby
_ffio_ has joined #ruby
ffio_ has quit [Ping timeout: 245 seconds]
rippa has joined #ruby
centr0 has quit [Quit: centr0]
saarinen has joined #ruby
sailias has quit [Ping timeout: 248 seconds]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
splittingred has joined #ruby
ivanoats has quit [Remote host closed the connection]
insel has quit []
jimg has joined #ruby
ged_ has joined #ruby
hamakn_ has joined #ruby
ivanoats has joined #ruby
jaredrhine has joined #ruby
travisjeffery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Asher has quit [Quit: Leaving.]
lsone has joined #ruby
sgkim126l has joined #ruby
klipeto has joined #ruby
ccooke_ has joined #ruby
pdtpatri1k has joined #ruby
CaptainK1ots has joined #ruby
angelixd_ has joined #ruby
jolleyjoe has joined #ruby
dross_ has joined #ruby
LiquidInsect has joined #ruby
brandon has joined #ruby
rmnuvg_ has joined #ruby
k3rn3lito has joined #ruby
Nom-_ has joined #ruby
brandon is now known as Guest51584
Spaceghost|work has quit [Remote host closed the connection]
ged has quit [Read error: Connection reset by peer]
hamakn has quit [Read error: Connection reset by peer]
supergiantrobot_ has quit [Read error: Connection reset by peer]
henn1nk has quit [Ping timeout: 276 seconds]
jaredrhine_ has quit [Quit: No Ping reply in 180 seconds.]
Jalada has quit [Ping timeout: 276 seconds]
notbrent_ has quit [Ping timeout: 276 seconds]
Naeblis has quit [Ping timeout: 276 seconds]
jtcoon_ has quit [Ping timeout: 276 seconds]
silky__ has quit [Ping timeout: 276 seconds]
CaptainKnots has quit [Ping timeout: 276 seconds]
klip has quit [Ping timeout: 276 seconds]
sgkim1261 has quit [Ping timeout: 276 seconds]
lsone_ has quit [Ping timeout: 276 seconds]
pdtpatrick has quit [Remote host closed the connection]
angelixd has quit [Remote host closed the connection]
jolleyjo1 has quit [Remote host closed the connection]
dross has quit [Remote host closed the connection]
LiquidIn1ect has quit [Remote host closed the connection]
Guest6596 has quit [Remote host closed the connection]
Nom- has quit [Remote host closed the connection]
rmnuvg has quit [Ping timeout: 276 seconds]
k3rn3lit1 has quit [Ping timeout: 276 seconds]
joast has quit [Ping timeout: 276 seconds]
ccooke has quit [Remote host closed the connection]
jtcoon has joined #ruby
Meatant has quit [Remote host closed the connection]
sn0wb1rdz has quit [Quit: ZNC - http://znc.in]
Jalada has joined #ruby
henn1nk has joined #ruby
henn1nk has quit [Changing host]
henn1nk has joined #ruby
silky__ has joined #ruby
dr_neek has joined #ruby
sn0wb1rdz has joined #ruby
Beoran__ has quit [Ping timeout: 260 seconds]
jimg has quit [Ping timeout: 246 seconds]
Domon has quit [Remote host closed the connection]
mahmoudimus has joined #ruby
Domon has joined #ruby
mahmoudimus has quit [Client Quit]
zeade has joined #ruby
<n_blownapart> bnagy: seitensei I missed those comments you still on?
Naeblis has joined #ruby
<n_blownapart> Well I was told to stick with one language and learn it inside and out. seitensei. I don't know how to program. been struggling with it and intermittently been dropping the ball.
<Inside> nah
<Inside> inside and out?
<Inside> impossible
<Inside> learn a language to do something useful
<Inside> it's stupid to know a language inside and out if you're never goign to use those features for anything other than self-gratuitous masturbation (ie: C++'s template metaprogramming stuff)
<n_blownapart> Inside I'm trying to get a job gotta start somewhere. What is wrong with just learn one oop language quite well? I don't get it.
<n_blownapart> learning*
bionhart has quit [Remote host closed the connection]
thesheff17 has joined #ruby
<Inside> jobs want people with results, not with theory
ARCADIVS has quit [Quit: WeeChat 0.3.8]
<n_blownapart> no capiche
mumblerit has quit [Remote host closed the connection]
Asher has joined #ruby
<Inside> program something
<n_blownapart> inside ^^ So don't learn an oop language from books?
<Inside> start with a goal of making something, then learn enough to get there.
<nightfly> this^
<Inside> like right now at work I talked my boss into letting my write a UI for comparing our engineering drawings
<Inside> I'm learning ruby & QT and then some SQL to compare it against our accounting database
kofno has joined #ruby
postmodern has quit [Quit: Leaving]
<Inside> the goal in the future is to move into learning ROR so I can fix our stupid excel-based parts database
Asher has quit [Client Quit]
freakazoid0223 has quit [Ping timeout: 264 seconds]
jeka-91 has joined #ruby
chrishough has joined #ruby
<n_blownapart> I get that often thanks Inside... cool I work in a Geology dept. but I'm not a geologist. I enjoy studying Ruby just out of a book for lack of knowing how to approach an actual problem.
mxweas has joined #ruby
Asher has joined #ruby
bigmac has joined #ruby
Shirakawasuna has quit [Ping timeout: 248 seconds]
takeru has joined #ruby
Asher has quit [Client Quit]
<Inside> geology, eh?
quest88 has joined #ruby
<Inside> so.. I'm sure there's data invoved
<Inside> find a way to do something interesting with that data
eldariof has joined #ruby
bigmac is now known as i8igmac
Michael__ has joined #ruby
Guest11611 has quit [Remote host closed the connection]
<n_blownapart> Inside actually no I'm the field coordinator I work outdoors.
mmlac-bv has quit [Quit: mmlac-bv]
thesheff17 has quit [Ping timeout: 240 seconds]
<Inside> so a website to help you all coordinate better
<n_blownapart> cool thanks Inside. still, I've gone through one book, the well grounded rubyist. should I not look at algorithms? they're in pseudo code so it would be tough but it seems appealing.
<Inside> look only at things that you need
<Inside> there's so much in programming that you can spend your entire life just learning the theory
dmiller has quit [Remote host closed the connection]
<n_blownapart> good call Inside I need to ponder that.
bigkm has joined #ruby
takezawa has joined #ruby
dmiller has joined #ruby
<Inside> I mean if you have a sort() function
<Inside> it's nice to know how a sorting algorithm works (and you'll find that there are dozens of them!)
<Inside> but on the surface all you need to know is that sort() will sort your data for you
Michael__ has quit [Ping timeout: 248 seconds]
<Inside> you can live happily never knowing the difference between a merge sort and a bubble sort
lewis has joined #ruby
freeayu__ has quit [Ping timeout: 260 seconds]
obs has joined #ruby
<n_blownapart> got it Inside thanks
harrymoreno has quit [Ping timeout: 246 seconds]
nomenkun has joined #ruby
harrymoreno_ has joined #ruby
dfedde has joined #ruby
tonini has joined #ruby
jonahR has joined #ruby
vlad_starkov has joined #ruby
nomenkun has quit [Ping timeout: 264 seconds]
bigkm has quit [Quit: Computer has gone to sleep.]
tonini has quit [Client Quit]
bigkm has joined #ruby
mukesh_ has joined #ruby
InFlames has joined #ruby
harrymoreno_ has quit [Ping timeout: 248 seconds]
sr78ger has joined #ruby
kofno has quit [Ping timeout: 245 seconds]
tonini has joined #ruby
<n_blownapart> but Inside for someone not too tech savvy wouldn't learning algorithms in one language well be a good start, especially with all the jobs in the scientific sphere nowadays? people keep telling me to learn Python.
<Inside> algorithms are algorithms
<Inside> code is just syntax sugar to make them work
<Inside> python's a good general purpose language
<Inside> it has lots of libraries -- especially lots for scientific work
vlad_starkov has quit [Ping timeout: 260 seconds]
<mukesh_> is there any other way than using global variables to access some data across multiple instances of a class?
<n_blownapart> ok Inside. comments well-appreciated.
harrymoreno has joined #ruby
macmartine has joined #ruby
ivanoats has quit [Remote host closed the connection]
dross_ is now known as dross
manutter has quit [Read error: Connection reset by peer]
manutter has joined #ruby
Beoran has joined #ruby
<mukesh_> what i have is a situation where i have a list of online and offline users, and when someone logs in an instance of this class is created, and i want to add this user to the list
krawchyk has quit [Remote host closed the connection]
zeade has quit [Quit: Leaving.]
arubin has quit [Quit: Textual IRC Client: www.textualapp.com]
<mukesh_> can anybody please help me?
tonini has quit [Quit: leaving]
tonini has joined #ruby
<Inside> factory class of some sort
<Inside> gotta run ,bye
<mukesh_> @Inside is that a reply for me?
<Inside> yes
tommyvyo has quit [Quit:]
rcs has joined #ruby
tonini has quit [Client Quit]
tonini has joined #ruby
takeru has quit [Remote host closed the connection]
sr78ger has quit [Quit: Qui]
tonini has quit [Client Quit]
akam-it has quit [Read error: Connection reset by peer]
tonini has joined #ruby
harrymoreno has quit [Ping timeout: 260 seconds]
harrymoreno_ has joined #ruby
d2dchat has quit [Remote host closed the connection]
huoxito has quit [Quit: Leaving]
unCork has quit [Changing host]
unCork has joined #ruby
Inside has quit [Ping timeout: 260 seconds]
unCork is now known as Cork
mukesh_ has quit [Quit: Leaving]
tethra has quit [Ping timeout: 240 seconds]
Guest16618 has quit [Quit: Textual IRC Client: www.textualapp.com]
ffranz has joined #ruby
macmartine has quit [Quit: Computer has gone to sleep.]
philcrissman has joined #ruby
n_blownapart has quit [Remote host closed the connection]
harrymoreno_ has quit [Ping timeout: 240 seconds]
bigkm has quit [Quit: Computer has gone to sleep.]
cyong has quit [Quit: Leaving.]
harrymoreno has joined #ruby
n_blownapart has joined #ruby
macmartine has joined #ruby
philcrissman has quit [Ping timeout: 264 seconds]
n_blownapart has quit [Remote host closed the connection]
rickruby_ has quit [Read error: Connection reset by peer]
byprdct has joined #ruby
rahult has joined #ruby
rahult is now known as Guest63811
jonahR has quit [Quit: jonahR]
harrymoreno has quit [Ping timeout: 248 seconds]
harrymoreno has joined #ruby
<byprdct> Hello!
bigkm has joined #ruby
wmoxam has quit [Ping timeout: 240 seconds]
araujo has quit [Quit: Leaving]
bmn has quit [Quit: obai]
Guest63811 has left #ruby [#ruby]
rickruby has joined #ruby
apeiros has joined #ruby
harrymoreno has quit [Ping timeout: 240 seconds]
byprdct has quit [Quit: Textual IRC Client: www.textualapp.com]
harrymoreno has joined #ruby
tomsthumb has quit [Quit: Leaving.]
ivanoats has joined #ruby
girija has joined #ruby
nhhagen_ has joined #ruby
takeru has joined #ruby
cherrypeel has joined #ruby
Guga_ has quit [Quit: ~]
generalissimo has joined #ruby
dfedde has quit [Ping timeout: 248 seconds]
bigkm has quit [Quit: Computer has gone to sleep.]
jdunck has quit [Quit: Computer has gone to sleep.]
harrymoreno has quit [Ping timeout: 245 seconds]
cyong has joined #ruby
areil has joined #ruby
nhhagen_ has quit [Ping timeout: 245 seconds]
stkowski has joined #ruby
dhruvasagar has quit [Ping timeout: 260 seconds]
harrymoreno has joined #ruby
saarinen has quit [Quit: saarinen]
bigkm has joined #ruby
Eaven has joined #ruby
sr78ger has joined #ruby
Eaven has quit [Remote host closed the connection]
ffranz has quit [Quit: Leaving]
InFlames has quit [Quit: This computer has gone to sleep]
tethra has joined #ruby
takeru has quit [Remote host closed the connection]
atno has quit [Remote host closed the connection]
generalissimo has quit [Remote host closed the connection]
krz has joined #ruby
atno has joined #ruby
havenwood has joined #ruby
eldariof has quit [Read error: Operation timed out]
mxweas has quit [Quit: Computer has gone to sleep.]
lewis has quit [Remote host closed the connection]
sr78ger has quit [Quit: Qui]
bigkm has quit [Quit: Computer has gone to sleep.]
lewis has joined #ruby
splittingred has quit [Quit: splittingred]
sleetdrop has joined #ruby
jimg has joined #ruby
nomenkun has joined #ruby
bean__ has joined #ruby
Guest63811 has joined #ruby
n0s has joined #ruby
kofno has joined #ruby
vlad_starkov has joined #ruby
momomomomo has quit [Quit: momomomomo]
Eaven has joined #ruby
bigkm has joined #ruby
Guest63811 has quit [Quit: Colloquy for iPad - http://colloquy.mobi]
jimg has quit [Ping timeout: 248 seconds]
nomenkun has quit [Ping timeout: 246 seconds]
chandankumar has quit [Quit: Leaving]
harrymoreno_ has joined #ruby
bradhe has joined #ruby
harrymoreno has quit [Ping timeout: 248 seconds]
harrymoreno_ is now known as harrymoreno
vlad_starkov has quit [Ping timeout: 246 seconds]
kofno has quit [Ping timeout: 264 seconds]
angusiguess has quit [Ping timeout: 264 seconds]
cherrypeel has quit [Quit: Leaving]
saarinen has joined #ruby
mikepack has joined #ruby
djbkd has joined #ruby
freerobby has quit [Quit: Leaving.]
donkonstante has left #ruby [#ruby]
sayan has joined #ruby
RahulT has joined #ruby
RahulT has quit [Client Quit]
bigkm has quit [Quit: Computer has gone to sleep.]
n0s has quit [Quit: Page closed]
harrymoreno has quit [Ping timeout: 246 seconds]
Vert has joined #ruby
harrymoreno has joined #ruby
Tarential has quit [Quit: Terminated with extreme prejudice - dircproxy 1.0.5]
macmartine has quit [Quit: Computer has gone to sleep.]
bigkm has joined #ruby
codecop has joined #ruby
saarinen has quit [Quit: saarinen]
n_blownapart has joined #ruby
n_blownapart has quit [Remote host closed the connection]
ocnam has joined #ruby
dysinger has quit [Ping timeout: 245 seconds]
d2dchat has joined #ruby
dysinger has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
rippa has quit [Ping timeout: 240 seconds]
notbrent__ has joined #ruby
cHarNe2_ has quit [Ping timeout: 264 seconds]
d2dchat has quit [Remote host closed the connection]
wmoxam has joined #ruby
harrymoreno has quit [Ping timeout: 260 seconds]
harrymoreno has joined #ruby
corehook has joined #ruby
nomenkun has joined #ruby
angusiguess has joined #ruby
bricker`LA has joined #ruby
DomKM1 has quit [Quit: Leaving.]
nomenkun has quit [Ping timeout: 240 seconds]
Nom-_ is now known as Nom-
Nom- has quit [Changing host]
Nom- has joined #ruby
bean__ has quit [Quit: Computer has gone to sleep.]
tagrudev has joined #ruby
bionhart has joined #ruby
dash_ has joined #ruby
dmiller has quit [Remote host closed the connection]
Eaven has quit [Read error: Connection reset by peer]
cyong has quit [Quit: Leaving.]
angusiguess has quit [Ping timeout: 246 seconds]
Eaven has joined #ruby
chandankumar has joined #ruby
Y_Ichiro_ is now known as Y_Ichiro
quest88 has quit [Quit: quest88]
bionhart has quit [Remote host closed the connection]
Zeeraw has joined #ruby
wmoxam has quit [Ping timeout: 246 seconds]
ananthakumaran has joined #ruby
ananthakumaran1 has joined #ruby
workmad3 has joined #ruby
nalaginrut has joined #ruby
Zeeraw has quit [Quit: Computer has gone to sleep.]
ananthakumaran has quit [Ping timeout: 248 seconds]
corehook has quit [Remote host closed the connection]
hamakn_ has quit [Read error: Connection reset by peer]
hamakn has joined #ruby
jimg_ has joined #ruby
ehaliewicz has quit [Ping timeout: 248 seconds]
harrymoreno has quit [Ping timeout: 264 seconds]
harrymoreno has joined #ruby
leonid_ has joined #ruby
ddfreyne has quit [Excess Flood]
ivanoats has quit [Remote host closed the connection]
takeru_ has joined #ruby
bionhart has joined #ruby
ddfreyne has joined #ruby
fierycatnet has quit [Quit: Leaving]
mxweas has joined #ruby
aces1up23 has joined #ruby
harrymoreno has quit [Ping timeout: 260 seconds]
freeayu has joined #ruby
harrymoreno has joined #ruby
arya has quit [Ping timeout: 248 seconds]
aces1up has quit [Ping timeout: 264 seconds]
freeayu has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
hamakn has quit [Read error: Connection reset by peer]
freeayu has quit [Read error: Connection reset by peer]
hamakn_ has joined #ruby
heresy has quit [Quit: c-ya]
freeayu has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
altamic_ has joined #ruby
freeayu has joined #ruby
altamic_ has left #ruby [#ruby]
zigomir has joined #ruby
ckrailo has joined #ruby
jtran has joined #ruby
jtran has quit [Client Quit]
jimg_ has quit [Remote host closed the connection]
mxweas has quit [Quit: Leaving...]
zigomir has quit [Client Quit]
fphilipe has joined #ruby
cHarNe2 has joined #ruby
tomzx_mac has quit [Ping timeout: 245 seconds]
Repentinus has quit [Ping timeout: 256 seconds]
freeayu has quit [Read error: Connection reset by peer]
takeru_ has quit [Remote host closed the connection]
freeayu has joined #ruby
pcarrier_ has quit [Quit: Computer has gone to sleep.]
ybart has joined #ruby
jimg has joined #ruby
ayaz has joined #ruby
bigkm has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
dmiller has joined #ruby
girija has quit [Ping timeout: 264 seconds]
_erroric has quit [Ping timeout: 256 seconds]
chrishough has quit [Quit: chrishough]
chrishough has joined #ruby
andikr has joined #ruby
workmad3 has quit [Ping timeout: 264 seconds]
phipes has quit [Quit: phipes]
osvico has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
cHarNe2 has quit [Read error: Operation timed out]
JohnBat26 has joined #ruby
dmiller has quit [Ping timeout: 246 seconds]
Repentinus has joined #ruby
i8igmac has quit [Ping timeout: 260 seconds]
kobain_ has quit [Quit: l'unica verità.. è la morte stessa!]
slash_nick has joined #ruby
slash_nick has joined #ruby
aganov has joined #ruby
Niamkik_ has quit [Quit: Disconnecting from stoned server.]
druonysus has joined #ruby
druonysus has joined #ruby
druonysus has quit [Changing host]
sayan has quit [Read error: Connection reset by peer]
Niamkik has joined #ruby
sayan has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
wallerdev has quit [Quit: wallerdev]
freeayu has joined #ruby
mafolz has joined #ruby
Animawish has joined #ruby
ahawkins has joined #ruby
girija has joined #ruby
icco has quit [Ping timeout: 252 seconds]
akemrir has joined #ruby
yashshah_ has joined #ruby
pduin has joined #ruby
yashshah has quit [Ping timeout: 264 seconds]
icco has joined #ruby
nomenkun has joined #ruby
nomenkun_ has joined #ruby
nomenkun has quit [Remote host closed the connection]
arietis has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
takeru_ has joined #ruby
takeru_ has quit [Read error: Connection reset by peer]
takeru_ has joined #ruby
freeayu has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
Mon_Ouie has joined #ruby
jbueza has quit [Quit: Leaving.]
hamakn_ has quit [Remote host closed the connection]
jonahR has joined #ruby
sayan_ has joined #ruby
jonahR has quit [Client Quit]
dagobah has joined #ruby
hamakn has joined #ruby
jonahR has joined #ruby
dfdf has joined #ruby
sayan has quit [Ping timeout: 260 seconds]
freeayu has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
diadara has joined #ruby
Macaveli has joined #ruby
jonahR has quit [Client Quit]
freeayu has quit [Read error: Connection reset by peer]
icco has quit [Ping timeout: 256 seconds]
sayan_ is now known as sayan
freeayu has joined #ruby
sayan has quit [Changing host]
sayan has joined #ruby
arietis has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
kreantos has joined #ruby
pcarrier_ has joined #ruby
moos3 has quit [Read error: Connection reset by peer]
slash_nick has quit [Ping timeout: 248 seconds]
Zeeraw has joined #ruby
harrymoreno has quit [Ping timeout: 240 seconds]
bionhart has quit [Remote host closed the connection]
fphilipe has quit [Remote host closed the connection]
harrymoreno has joined #ruby
fphilipe has joined #ruby
tonini has quit [Ping timeout: 248 seconds]
hamakn has quit [Remote host closed the connection]
ccooke_ is now known as ccooke
hamakn has joined #ruby
Takehiro has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
sean_ has joined #ruby
<sean_> does anyone here know anything about ruby?
<sean_> I mean about super
freeayu has joined #ruby
<sean_> super as is used in inheritance
fphilipe has quit [Ping timeout: 260 seconds]
<tobiasvl_> sean_: sure, but just ask your question and people will answer if they know the answer
ezkl has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
dr_bob has joined #ruby
<sean_> tobiasvl_: nevermind, I just found it on stack overflow
Shirakawasuna has joined #ruby
<sean_> maybe I should ask it anyway to see if anyone knows it
freeayu has joined #ruby
<sean_> does anyone know how to call a grandparent's method
gregorg_taf has quit [Changing host]
gregorg_taf has joined #ruby
gregorg_taf is now known as gregorg
icco has joined #ruby
vlad_starkov has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
arietis has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
takeru_ has quit [Remote host closed the connection]
basicsss has joined #ruby
aspiers has joined #ruby
threesome has quit [Ping timeout: 252 seconds]
arietis has quit [Client Quit]
<basicsss> --> agularjs is a framework for developing web apps, and rails is also a web framework so you just use one? im new, thanks very much
<basicsss> dont you*
seitensei has quit [Quit: Leaving...]
<tobiasvl_> sean_: sure, but don't do it
fphilipe has joined #ruby
<bnagy> sean_: hopefully super can't do that :)
<sean_> rails is more of a backend
<bnagy> without checking, but I'm assuming so
<sean_> server framework
carcajou is now known as Veejay
<canton7> basicsss, yeah pick your favourite web framework. there's also sinatra, camping, and more
<bnagy> I'd just find the method itself by walking the iheritance tree and call it directly
<tobiasvl_> bnagy: i doubt super can do it, but i'm sure it can be done with superclass somehow. but yeah. it shouldn't be done
<sean_> angular.js is MVC used for building dynamic frontends
northelks has quit [Ping timeout: 264 seconds]
<sean_> why not
<sean_> ?
freeayu has quit [Read error: Connection reset by peer]
nomenkun_ has quit [Remote host closed the connection]
<basicsss> so sean and canton's answers conflict
<basicsss> someone please clear it up
<sean_> why wouldn't someone want to call a grandparents method
cHarNe2 has joined #ruby
<canton7> ah yeah, agular is a javascript framwork, so that's used to structure client-side in-browser programming
<bnagy> sean_: it's a violation of the OO model
freeayu has joined #ruby
<sean_> no way!
<sean_> here's an example
<bnagy> so if you're going to violate it you may as well make it nice and clear that you're doing something bizarre
<sean_> I have a class called animal
mikepack has quit [Remote host closed the connection]
aqil has joined #ruby
aqil has quit [Remote host closed the connection]
<sean_> a class called bird
<sean_> and a class called penguin
<bnagy> sigh
freeayu has quit [Read error: Connection reset by peer]
aqil has joined #ruby
<sean_> animal has a method called move
tonini has joined #ruby
<sean_> and penguin and bird both inherit from it
freeayu has joined #ruby
jimeh_ has joined #ruby
<sean_> but penguin's superclass is bird
aqil has quit [Remote host closed the connection]
<sean_> but birds and move differently from penguins
<bnagy> you're killing me, man
<sean_> so it would need the method from animal
<bnagy> no, it wouldn't
<sean_> okay not practical
<bnagy> you should design your object model properly
<sean_> I'm sure there's a reason why you'd need a grandparent's methods
<bnagy> like having Flight as a mixin or whatever the hell
<basicsss> so that means if you dont use wordpress etc. there is ALOT of work/know-hows to building a simple website besides html/css/js/jquery
<sean_> mixins confuse things
<bnagy> but if penguin < bird < aninmal, penguin never calls directly into animal
<sean_> I find mixins a heavy complexity
<basicsss> since you have to learn rails AND angularjs
<bnagy> that is How Inheritance Works
<canton7> sean_, that's a very broad statement, and implies a lack of understanding rather than a lack of suitability
sideshowcoder has quit [Ping timeout: 260 seconds]
<canton7> basicsss, you can build websites without frameworks
<canton7> in fact, it's normally recommended that you first build without frameworks, so you appreciate where the frameworks can help you
<basicsss> oh yes ofc... so the frameworks are just for scalibity and advance features mainly, yes?
bionhart has joined #ruby
skattyadz has joined #ruby
<sean_> well OO was built for the sake of reducing complexity
<bnagy> I thought rails was for the opposite of scalability ;)
<sean_> mixins mix everything up and are almost he equivalent of multiple inheritance
<canton7> it's like... after building a few websites from scratch, you're going to realise you need to write a router each time, and a validation library, and an email library, and you're going to develop some form of proper structure
<canton7> so you'll build up a library, etc
Macaveli has quit [Read error: Connection reset by peer]
pyrac has joined #ruby
<sean_> BTW, here's how you call a grandparents method: GrandParent.instance_method(:fun).bind(self).call
<canton7> frameworks basically provide comprehensive, better-tested versions of the libraries you're going to be writing yourself
<sean_> where :fun is the method name
<basicsss> canton7: ok so it sounds like ti's mainly for advance or reusable features adn that's the purpose of rails framework at least
<canton7> if I ever saw code that did that, I'd throw it away
<basicsss> canton7: ok great so libraries with my elementary knowledge are basically reusable codebases so yes ok
thebastl has joined #ruby
kiri has quit [Quit: Leaving]
<bnagy> sean_: you don't need to bind it, unless it needs locally scoped stuff - you might just be able to call it directly
<canton7> basicsss, once you know rails, you can build a website extremely quickly. until you know rails, it's going to be slow going
<bnagy> sean_: but the fact that it's so awful is a good hint that you're doing something Bad
<sean_> bnagy: as in create a new instance and call the method directly?
<canton7> basicsss, if you're just starting out, i'd recomment sinatra for ruby and jquery (not a framework, but does make life easier) for javascript
zmo_ has joined #ruby
osvico has quit [Ping timeout: 246 seconds]
<bnagy> plus, you refer to the GrandParent - normally a class doesn't actually know that
<bnagy> so you'd need to mess about finding out
<sean_> awful looking maybe, but maybe super should work twice, ie super.super
<bnagy> yeah no
<tobiasvl_> sean_: superclass works twice though.
ckrailo has quit [Quit: Computer has gone to sleep.]
<tobiasvl_> self.class.superclass.superclass
<bnagy> because that encourages people to write dumb code
<basicsss> canton7: ofc you can build a simple site with just html, it'll be ugly. so then im wondering if you learn only rail, would you also need html/css/js (i just know basics of html/css)
sideshowcoder has joined #ruby
<canton7> basicsss, ruby is for server-side programming. so you can make your websites interactive, use databases, templates, you name it
<sean_> self.class.superclass.superclass.instance_method(:method_name).bind(self).call awful looking. someone should add super.super to ruby's codebase
Senjai has quit [Ping timeout: 256 seconds]
moos3 has joined #ruby
<canton7> of course you'll need html and css - they're the content and presentation that's sent to the browser (by ruby, if you like). you can't avoid those
<basicsss> sean_: and would angularjs just be an easier way for reusable or advance features similiar to what rail does?
<canton7> and you'll want some javascript if you want things to happen in the browser without having to refresh the whole page each time
<bnagy> sean_: they really shouldn't
jprovazn has joined #ruby
<canton7> sean_, no. it's a bad idea. you're doing it wrong (tm)
<sean_> no, angularjs is nothing like rails. Rails is for building backends, Angular is used for frontends
timonv has joined #ruby
<sean_> Everybody in here's against me
<canton7> basicsss, since you're at this very early stage, why not forget about frameworks for now? write a few web apps without. then you'll understand
<canton7> sean_, there's a reason for that
dhruvasagar has joined #ruby
Naeblis|XChat has joined #ruby
<basicsss> OK IT GOT IT -- you dont actually need any backends, just that it makes things easier by connecting components together, and angular just makes the frontends easier in the same way rails does, with librarires, templates, e tc.
<sean_> maybe I'll fork my own version of ruby. ruby 3.0 and see how many people will join me. It'll be a revolution.
Naeblis|XChat has quit [Read error: Connection reset by peer]
<canton7> basicsss, not quite true. you need a backend if, say, you want to have a 'contact me' form...
<sean_> you'd need a backend for a website that stores data
<canton7> you need some logic on the server that can handle sending that email
<basicsss> canton7: liek wordpress, tumblr, got it!
aspiers has quit [Ping timeout: 264 seconds]
chandankumar has quit [Quit: Leaving]
<canton7> ish. it's more "like php, ruby, etc"
<sean_> well okay. I was only joking. it's a bad idea. fine.
<basicsss> canton7: im tryigng to say that those cms takes care of the backend problem, and i read from quora, and it's basicallly that rails is a framework, and those are programming languges
freeayu has quit [Read error: Connection reset by peer]
<basicsss> so is sinatra a cms?
<canton7> sean_, what really bugs me about 'learn oop' books is that the inheritance examples are so rubbish. no-one uses a whole tree of classes to represent a car. you're not going to have a zoo-ful of animals that have that much in common.
* Hanmac designed his game-maker with backend and frontend too (and even with server component)
freeayu has joined #ruby
<tobiasvl_> basicsss: no, sinatra is a framework. you can use it to build a CMS if you want
<canton7> basicsss, no. a cms is a content management system. it does a lot for you, including providing forms to edit your pages using your browser
<canton7> sinatra is a dsl for making websites - it's not even a framework really
atno has quit [Remote host closed the connection]
<basicsss> yea looks liek a framework (is it frontend or backend tho) -- http://www.quora.com/Sinatra-software/How-easy-is-it-to-learn-Sinatra-and-Ruby-at-the-same-time
timonv has quit [Remote host closed the connection]
alem0lars has joined #ruby
<canton7> backend. the only frontend language is javascript
<basicsss> because that's how im understanding frameworks right, backends and frontends
<canton7> that's the only language which browsers understand
atno has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
<sean_> canton7: probably right. I've learned my lesson.
<basicsss> ok thanks that's interesting, wish there was a basic guide out on the web.... so much scattered info :/
<canton7> basicsss, books ;)
freeayu has joined #ruby
takezawa has quit [Remote host closed the connection]
<basicsss> in pdf
<sean_> basicsss: screencasts are alot really good for all the super basic stuff
<canton7> sean_, at the most, you'll have a penguin that implements the interfaces IBird and IAnimal, by holding instances of various things. it might inherit from AnimalBase. that's about it
<basicsss> its one of the highest # of reviews but it's kinda outdated to me
<canton7> ruby doesn't have interfaces, so those will be implicit
<basicsss> i know this is a rails irc but you know whats the best book for html5/css3
takezawa has joined #ruby
<basicsss> because i need a good foundation in html5/css3/javascript
<basicsss> sean_: can you link to one of the best ones, im not sure if i've ran across them
Speed has joined #ruby
<sean_> basicsss: peepcode is really really good. it cost money though
sean_ has left #ruby [#ruby]
gumtee has joined #ruby
<basicsss> i have 30,000 blocked sites on https://chrome.google.com/webstore/detail/personal-blocklist-by-goo/nolijncfnkgaikbjbdaogikpmpbdcdef so im on the web all day every day
<basicsss> i will good look for some top quality "screencasts" -- it's hard to find what the good books are :/
<basicsss> thanks canton7
freeayu has quit [Read error: Connection reset by peer]
<basicsss> over 30k*
basicsss has quit [Quit: Page closed]
freeayu has joined #ruby
bionhart has quit [Remote host closed the connection]
freeayu has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
gumtee has quit [Quit: Leaving]
druonysus has quit [Ping timeout: 248 seconds]
harrymoreno has quit [Ping timeout: 264 seconds]
Kar- has joined #ruby
harrymoreno has joined #ruby
teclator has joined #ruby
thebastl has quit [Remote host closed the connection]
thebastl has joined #ruby
prophile_ is now known as prophile
gasbakid has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
ezkl has quit [Quit: Textual IRC Client: www.textualapp.com]
freeayu has joined #ruby
diadara has quit [Ping timeout: 240 seconds]
admin0 has joined #ruby
ocnam has quit [Quit: Quit: Textual IRC Client: http://www.textualapp.com/]
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
freeayu has quit [Read error: Connection reset by peer]
Trynemjoel has quit [Ping timeout: 245 seconds]
thebastl has quit [Ping timeout: 246 seconds]
sr78ger has joined #ruby
freeayu has joined #ruby
harrymoreno has quit [Ping timeout: 246 seconds]
dcunit3d_ has joined #ruby
harrymoreno has joined #ruby
swex has joined #ruby
hoelzro_ is now known as hoelzro
Coffers has joined #ruby
swex_ has quit [Ping timeout: 245 seconds]
rickruby has quit [Remote host closed the connection]
alem0lars has quit [Ping timeout: 248 seconds]
blaxter_ has joined #ruby
JohnBat26 has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
harrymoreno_ has joined #ruby
justsee_ has joined #ruby
harrymoreno has quit [Ping timeout: 264 seconds]
harrymoreno_ is now known as harrymoreno
marr has joined #ruby
freeayu has joined #ruby
freeayu has quit [Read error: Connection reset by peer]
lewis has quit [Remote host closed the connection]
dcunit3d_ has quit [Quit: leaving]
justsee has quit [Ping timeout: 264 seconds]
dcunit3d has joined #ruby
LennyLinux has joined #ruby
threesome has joined #ruby
DaniG2k has joined #ruby
srji has joined #ruby
aspiers has joined #ruby
ezkl has joined #ruby
dcunit3d has quit [Client Quit]
ezkl has quit [Max SendQ exceeded]
dcunit3d has joined #ruby
ttt_ has joined #ruby
ttt has quit [Read error: Connection reset by peer]
marr has quit [Ping timeout: 248 seconds]
Jackneill has joined #ruby
charliesome has joined #ruby
senayar has joined #ruby
troessner has joined #ruby
ioNull has quit [Ping timeout: 264 seconds]
jimg has quit [Remote host closed the connection]
diadara has joined #ruby
dcunit3d has quit [Client Quit]
dcunit3d has joined #ruby
dcunit3d has quit [Client Quit]
dcunit3d has joined #ruby
ioNull has joined #ruby
tobiasvl_ is now known as tobiasvl
cj3kim has joined #ruby
alem0lars has joined #ruby
klipeto has quit [Read error: Operation timed out]
klip has joined #ruby
GeissT_ has joined #ruby
Kar-_ has joined #ruby
Spami has joined #ruby
Spami has joined #ruby
Animawish has quit [Quit: Animawish]
dfdf has quit [Remote host closed the connection]
Rizzle has quit [Read error: Connection reset by peer]
kiri has joined #ruby
dfdf has joined #ruby
vlad_starkov has joined #ruby
Kar- has quit [Read error: Operation timed out]
GeissT has quit [Ping timeout: 240 seconds]
dcunit3d has quit [Client Quit]
dcunit3d has joined #ruby
djbkd has quit [Ping timeout: 240 seconds]
_maes_ has quit [Ping timeout: 240 seconds]
cHarNe2 has quit [Ping timeout: 245 seconds]
Al__ has joined #ruby
sr78ger has quit [Quit: Qui]
monkegjinni has joined #ruby
Giorgio has joined #ruby
elaptics`away is now known as elaptics
kleinerdrache has joined #ruby
LennyLinux has quit [Remote host closed the connection]
iMe has quit [Ping timeout: 246 seconds]
ferdev has quit [Quit: ferdev]
dash_ has quit [Read error: Connection reset by peer]
vlad_starkov has quit [Ping timeout: 248 seconds]
dfdf has quit [Ping timeout: 248 seconds]
LennyLinux has joined #ruby
kil0byte has joined #ruby
niceguyjames has joined #ruby
adiectio has joined #ruby
dash_ has joined #ruby
northelks_ has joined #ruby
justsee_ has quit [Ping timeout: 260 seconds]
dcunit3d has quit [Quit: leaving]
camilasan has joined #ruby
reset has joined #ruby
justsee has joined #ruby
justsee has quit [Changing host]
justsee has joined #ruby
adambeynon has joined #ruby
ghr has joined #ruby
sayan has quit [Read error: Connection reset by peer]
ctp has quit [Remote host closed the connection]
vlad_starkov has joined #ruby
ctp has joined #ruby
mklappstuhl has joined #ruby
cutmail has joined #ruby
persand has joined #ruby
gyre007 has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
vlad_starkov has joined #ruby
senayar_ has joined #ruby
mikecmpbll has joined #ruby
Kar-_ has quit [Remote host closed the connection]
razi has joined #ruby
Kar- has joined #ruby
kpwz_ is now known as kpwz
thebastl has joined #ruby
timonv has joined #ruby
ParanoidSP has quit [Ping timeout: 252 seconds]
senayar has quit [Read error: Connection reset by peer]
senayar has joined #ruby
cutmail has quit [Remote host closed the connection]
adiectio has quit [Ping timeout: 248 seconds]
adiectio has joined #ruby
senayar_ has quit [Ping timeout: 245 seconds]
dhruvasagar has quit [Ping timeout: 246 seconds]
dcunit3d has joined #ruby
dhruvasagar has joined #ruby
hrls has joined #ruby
* hrls
hrls is now known as morevespenegas
tonini has quit [Ping timeout: 248 seconds]
<dcunit3d> whats up? i just installed irssi
pkrzywicki has joined #ruby
<dcunit3d> or configured rather. finally
morevespenegas has quit [Client Quit]
dcunit3d has left #ruby [#ruby]
nerdman has joined #ruby
timmow has joined #ruby
diadara has quit [Read error: Connection reset by peer]
tonini has joined #ruby
cj3kim has quit [Remote host closed the connection]
rdark has joined #ruby
ferdev has joined #ruby
sayan has joined #ruby
slainer68 has joined #ruby
fixl has joined #ruby
gyre007 has quit [Ping timeout: 248 seconds]
sayan has quit [Max SendQ exceeded]
Takehiro has quit [Remote host closed the connection]
sayan has joined #ruby
Eaven has quit [Read error: Connection reset by peer]
Eaven has joined #ruby
Eaven has quit [Remote host closed the connection]
kevinfagan has quit [Max SendQ exceeded]
Nuck has quit [Ping timeout: 256 seconds]
kevinfagan has joined #ruby
mklappstuhl has quit [Remote host closed the connection]
slainer68 has quit [Remote host closed the connection]
DaniG2k has quit [Quit: Leaving.]
bhaak has quit [Read error: Operation timed out]
ntus1017 has joined #ruby
timmow has quit [Read error: Connection reset by peer]
diadara has joined #ruby
timmow has joined #ruby
Eaven has joined #ruby
timmow has quit [Read error: Connection reset by peer]
mklappstuhl has joined #ruby
mikewintermute has joined #ruby
timmow has joined #ruby
icole has quit [Remote host closed the connection]
yacks has quit [Ping timeout: 264 seconds]
maz-dev__ has joined #ruby
diadara_ has joined #ruby
emergion has joined #ruby
Iszak has joined #ruby
nomenkun has joined #ruby
gstamp has quit [Quit: Computer has gone to sleep.]
diadara has quit [Ping timeout: 245 seconds]
maz-dev_ has quit [Ping timeout: 256 seconds]
threesome has quit [Ping timeout: 264 seconds]
sr78ger has joined #ruby
vlad_starkov has quit [Ping timeout: 264 seconds]
nplusp has joined #ruby
nplusp has quit [Max SendQ exceeded]
nplusp has joined #ruby
hamakn has quit [Read error: Connection reset by peer]
hamakn has joined #ruby
DaniG2k has joined #ruby
slainer68 has joined #ruby
yacks has joined #ruby
DaniG2k has quit [Client Quit]
bhaak has joined #ruby
zigomir has joined #ruby
Zai00 has joined #ruby
rickruby has joined #ruby
emergion has quit [Quit: Computer has gone to sleep.]
tundrax has joined #ruby
_Andres has joined #ruby
threesome has joined #ruby
forgot has joined #ruby
Nuck has joined #ruby
takeru has joined #ruby
<_Andres> Quick question: does ruby give you undefined method error when the method name matches but arguments don't?
<_Andres> AWS.new(true, true)
<_Andres> NoMethodError: undefined method `new' for AWS:Module
filipe__ has quit [Ping timeout: 256 seconds]
<bnagy> libs _should_ only use NoMethodError for 'it doesn't exist'
rickruby has quit [Ping timeout: 240 seconds]
<forgot> what's ruby equivalent to python's ipython?
<bnagy> ArgumentError is for.. argument errors
<nightfly> irb?
<_Andres> Sounds reasonable
<ij> forgot, is that a cool py shell?
Takehiro has joined #ruby
braoru has joined #ruby
mikewintermute has quit [Quit: mikewintermute]
<forgot> irb is like python's default IDLE
<ij> forgot, pry > irb, but looks like ipython does a whole lot more than is just a shell
<forgot> yes, a very cool python shell
<_Andres> Forgive me, being a newcomer to ruby, but shouldn't every module respond to .new?
<bnagy> _Andres: no, none of them should
<bnagy> new is for Classes
nfk has joined #ruby
nfk has quit [Changing host]
nfk has joined #ruby
<ij> _Andres, You mean Module or an object of module?
<_Andres> Do I instantiate modules?
<bnagy> except that a Class is a kind_of? Module, but whatever
jonahR has joined #ruby
<ij> _Andres, module X; code; end
<bnagy> _Andres: you do not.
<forgot> ij: i'll check pry
<forgot> thx
<ij> :)
fphilipe has quit [Remote host closed the connection]
<_Andres> I see, so it's just a procedure -- or a block of code, in other words?
<ij> _Andres, Why don't you look at wikipedia's page on modules.
DaniG2k has joined #ruby
<ij> _Andres, No, it's a namespace rather, but the code in it gets executed, yes.
<ij> sorry, I meant rubydoc's
takeru has quit [Ping timeout: 241 seconds]
<ij> not wikipedia, ha
<ij> _Andres, Did you look at this? http://ruby-doc.org/core-2.0/Module.html
<_Andres> I did
<bnagy> _Andres: basically a Module is a namespace. Idiomatically, they're for 'bags of code' that don't need state etc
<_Andres> Thanks for the quick clarification :)
<bnagy> Classes are for making instances out of
jimg has joined #ruby
<bnagy> so like Base64.decode64 some_string <-- Module
skattyadz has quit [Quit: skattyadz]
<_Andres> 2.0.0-p195 :004 > AWS.public_method_defined? "do_query" => true
<_Andres> 2.0.0-p195 :005 > AWS.do_queryNoMethodError: undefined method `do_query' for AWS:Module
<_Andres> Pardon for the formatting on the last line
<_Andres> AWS.do_query returns NoMethodError
<bnagy> the AWS gem is awful
<_Andres> Why is that so if line4 evaluates to true?
<bnagy> written by a bunch of insane Java programmers afaict
<ij> _Andres, If it's a module, you've got to include it in a class, to use it on the class' instance.
<ij> _Andres, module X; def bunch_of_unrelated_functions; 3; end; end; class Jesus; include X; end; Jesus.new.responds_to? :bunch_of_unrelated_functions => true
<forgot> i typed `gem install pry` and this is an error log http://pastebin.com/5bhRw2e2
<ij> Maybe that's mouthfeeding of modules, but I belive it's nice to show a simple usecase.
<ij> Does pry even work on windows?
<_Andres> I see
<_Andres> However, I'm still not positive on why .do_query returns NoMethodError when it is defined?
vlad_starkov has joined #ruby
jimg has quit [Ping timeout: 246 seconds]
<bnagy> _Andres: you should be checking respond_to? not public_method_defined?
allanm__ has joined #ruby
<lupine> also check the docs for public_method_defined?
<lupine> it seems to refer to instance methods
sr78ger has quit [Quit: Qui]
Blue_Ice_ is now known as Blue_Ice
jmeeuwen_ has joined #ruby
<lupine> (i.e., you get do_query when you mixin AWS, it's not a singleton method on AWS)
uxp_ has joined #ruby
<forgot> ij: actually it installed successfully, just something wrong with rdoc, i'm ok with that. ty
danslo has joined #ruby
filipe__ has joined #ruby
Mch1 has joined #ruby
drfreeze has joined #ruby
jlebrech has joined #ruby
gyre007 has joined #ruby
monkegjinni has quit [Remote host closed the connection]
harrymoreno has quit [Ping timeout: 248 seconds]
linduxed_ has joined #ruby
harrymoreno has joined #ruby
lschmidt has joined #ruby
gasbakid has quit [Ping timeout: 260 seconds]
nomadic_ has joined #ruby
fbernier_ has joined #ruby
mosheee has joined #ruby
elektronaut_ has joined #ruby
gasbakid has joined #ruby
vereteran has joined #ruby
gkunno_ has joined #ruby
jfelchner has quit [*.net *.split]
jayne has quit [*.net *.split]
camt has quit [*.net *.split]
three18ti has quit [*.net *.split]
allanm_ has quit [*.net *.split]
Mchl has quit [*.net *.split]
robwilliamsuk has quit [*.net *.split]
thomas` has quit [*.net *.split]
jmeeuwen has quit [*.net *.split]
naquad has quit [*.net *.split]
nemesit|znc has quit [*.net *.split]
joelteon has quit [*.net *.split]
drfreeze_ has quit [*.net *.split]
alex88 has quit [*.net *.split]
__main__ has quit [*.net *.split]
fbernier has quit [*.net *.split]
elektronaut has quit [*.net *.split]
uxp has quit [*.net *.split]
nyuszika7h has quit [*.net *.split]
gkunno has quit [*.net *.split]
nomadic has quit [*.net *.split]
Gnubie has quit [*.net *.split]
Boohbah has quit [*.net *.split]
sindork has quit [*.net *.split]
DanKnox_away has quit [*.net *.split]
xybre has quit [*.net *.split]
sirecote has quit [*.net *.split]
wuest has quit [*.net *.split]
tr4656 has quit [*.net *.split]
taec has quit [*.net *.split]
jso has quit [*.net *.split]
jcarouth has quit [*.net *.split]
moshee has quit [*.net *.split]
marcellu1 has quit [*.net *.split]
linduxed has quit [*.net *.split]
BeanDip_ has quit [*.net *.split]
Stelian1 has quit [*.net *.split]
matrixise has quit [*.net *.split]
Schmidt has quit [*.net *.split]
ttt_ has quit [*.net *.split]
matti has quit [*.net *.split]
ChristianS has quit [*.net *.split]
nhhagen has quit [*.net *.split]
mnaser has quit [*.net *.split]
huttan_ has quit [*.net *.split]
JumpMast3r has quit [*.net *.split]
rgrinberg has quit [*.net *.split]
paissad_ has quit [*.net *.split]
xargoon has quit [*.net *.split]
deavid has quit [*.net *.split]
adkron has quit [*.net *.split]
JoeHazzers has quit [*.net *.split]
bjeanes has quit [*.net *.split]
marwinism has quit [*.net *.split]
ij has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
Mch1 is now known as Mchl
elektronaut_ is now known as elektronaut
jmeeuwen_ is now known as jmeeuwen
havenwood has quit [Remote host closed the connection]
Criztian has joined #ruby
jayne_ has joined #ruby
ttt_ has joined #ruby
matti has joined #ruby
wuest has joined #ruby
camt has joined #ruby
nhhagen has joined #ruby
mnaser has joined #ruby
JumpMast3r has joined #ruby
ChristianS has joined #ruby
rgrinberg has joined #ruby
huttan_ has joined #ruby
paissad_ has joined #ruby
xargoon has joined #ruby
adkron has joined #ruby
deavid has joined #ruby
bjeanes has joined #ruby
JoeHazzers has joined #ruby
three18ti has joined #ruby
ij has joined #ruby
robwilliamsuk has joined #ruby
marwinism has joined #ruby
nemesit|znc has joined #ruby
bigkevmcd has joined #ruby
thomas` has joined #ruby
joelteon has joined #ruby
__main__ has joined #ruby
alex88 has joined #ruby
Boohbah has joined #ruby
Gnubie has joined #ruby
jcarouth has joined #ruby
sindork has joined #ruby
DanKnox_away has joined #ruby
xybre has joined #ruby
taec has joined #ruby
Stelian1 has joined #ruby
sirecote has joined #ruby
jso has joined #ruby
tr4656 has joined #ruby
marcellu1 has joined #ruby
matrixise has joined #ruby
BeanDip_ has joined #ruby
pkrzywicki has quit [Excess Flood]
kreantos has quit [Excess Flood]
nyuszika7h has joined #ruby
Azulinho has joined #ruby
three18ti has quit [Max SendQ exceeded]
jfelchner has joined #ruby
three18ti has joined #ruby
harrymoreno has quit [Ping timeout: 258 seconds]
harrymoreno has joined #ruby
kreantos has joined #ruby
pkrzywicki has joined #ruby
pi3r has joined #ruby
nhhagen has quit [Ping timeout: 276 seconds]
nhhagen has joined #ruby
mikewintermute has joined #ruby
zmo_ has quit [Quit: Leaving]
dash_ has quit [Quit: Time to beer :)]
ctp_ has joined #ruby
hoyang has joined #ruby
mikewintermute has quit [Quit: mikewintermute]
persand has quit [Quit: persand]
monkegjinni has joined #ruby
tvw has joined #ruby
ctp has quit [Ping timeout: 240 seconds]
h8R has joined #ruby
BeLucid has joined #ruby
sayan has quit [Ping timeout: 264 seconds]
eccstartup has quit [Ping timeout: 245 seconds]
nari has quit [Ping timeout: 245 seconds]
daniel_- has joined #ruby
araujo has joined #ruby
araujo has joined #ruby
<Veejay> Hello everyone, if I need to turn a nested hash into an OpenStruct, should I code it by hand or is there some special magic flag that does it?
jayne_ is now known as jayne
northelks_ has quit [Quit: ...]
tk__ has joined #ruby
<joonty> Veejay: nested OpenStruct's or OpenStruct with hash properties?
altamic has joined #ruby
altamic has left #ruby [#ruby]
timonv has quit [Ping timeout: 240 seconds]
jurbat has quit [Quit: Computer has gone to sleep.]
<Veejay> Basically it goes recursive and turns hashes into properties
skattyadz has joined #ruby
mikewintermute has joined #ruby
kil0byte_ has joined #ruby
<Veejay> {:foo => {:bar => 32, :quux => [{:domain => "foo", :tld => ".com"}, {:domain => "bar", :tld = ".net"}]} would turn into an OpenStruct os where
<Veejay> os.foo.bar => 32 and os.foo.quux would return the array of hashes
mikewintermute has quit [Client Quit]
Zeeraw has quit [Quit: Computer has gone to sleep.]
Neomex has joined #ruby
<Veejay> And I guess os.foo would return an OpenStruct as well
kil0byte has quit [Ping timeout: 240 seconds]
schlunz has joined #ruby
Neomex has quit [Client Quit]
<Veejay> There's no way to specify "recursive" in OpenStruct::new
cHarNe2 has joined #ruby
tonini has quit [Ping timeout: 248 seconds]
reset has quit [Ping timeout: 264 seconds]
mklappstuhl has quit [Remote host closed the connection]
Inside has joined #ruby
mklappstuhl has joined #ruby
Hanmac2 has quit [Quit: Leaving.]
Hanmac1 has joined #ruby
jonahR has joined #ruby
hoyang has quit [Quit: 离开]
chrishough has quit [Quit: chrishough]
jonahR has quit [Client Quit]
mklappstuhl has quit [Ping timeout: 248 seconds]
<joonty> Veejay: yeh I think you'd have to do that yourself
ioNull has quit [Quit: Textual IRC Client: www.textualapp.com]
<Veejay> Nevermind, I'll just use the Hash directly, it's uglier but at least I don't have to jump through hoops
cHarNe2 has quit [Ping timeout: 245 seconds]
atno has quit [Remote host closed the connection]
<_Andres> Another quick one: When one includes a module does the initialize method get executed? If not, how do I execute it (it's private)?
ioNull has joined #ruby
ioNull has quit [Max SendQ exceeded]
<bnagy> modules don't have an initialize method
<bnagy> because they're still not Classes :)
ioNull has joined #ruby
seoaqua has joined #ruby
Anarch has quit [Read error: Operation timed out]
ioNull has quit [Max SendQ exceeded]
agjacome has joined #ruby
<bnagy> there are hooks for included and extended you can use
<_Andres> line 66
ioNull has joined #ruby
tundrax has quit [Remote host closed the connection]
codecop has quit [Remote host closed the connection]
tundrax has joined #ruby
skattyadz has quit [Quit: skattyadz]
<bnagy> yeah I said AWS was awful
<_Andres> hah, doesn't make a great start for a beginner :p
timonv has joined #ruby
<_Andres> So AWS module is mean't to be extended by a class?
<bnagy> so that's overloaded the initialize for the class it's going to be included in
<bnagy> *overloading
<bnagy> it won't run until the including class is instantiated
Repentinus has quit [Ping timeout: 248 seconds]
<bnagy> and imho I do not endorse this style :<
<_Andres> I see, that's starting to make sense then
<bnagy> actually.. wtf it shouldn't overload
Michae___ has joined #ruby
Spooner has joined #ruby
<bnagy> like that should only work for classes that don't have an initialize already
DonRichie has joined #ruby
alem0lars has quit [Ping timeout: 248 seconds]
<bnagy> which confuses me
camilasan has quit [Remote host closed the connection]
<bnagy> anyway, it still definitely won't run until the class is instantiated
vlad_starkov has quit [Remote host closed the connection]
ioNull has quit [Ping timeout: 246 seconds]
persand has joined #ruby
<bnagy> _Andres: btw include and extend are different
daniel_- has quit [Quit: WeeChat 0.4.1]
<bnagy> but imho forget about extend for now.
fixl has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
dallasm has joined #ruby
<_Andres> Ok
<bnagy> include is kind of like imagining you'd just typed all the code in the module into the code body of the class you're writing
Inside has quit [Read error: Connection reset by peer]
ioNull has joined #ruby
<bnagy> it's how we get around multiple inheritance
ioNull has quit [Max SendQ exceeded]
lkba has quit [Ping timeout: 256 seconds]
<_Andres> just to clarify: when including a module there is NOT a method that gets executed (e.g. run/initialize)?
<bnagy> extend adds module methods directly onto an instance
ioNull has joined #ruby
<bnagy> _Andres: yes, the include hook will run
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<bnagy> if you have it defined
BizarreCake has joined #ruby
nkr has joined #ruby
<bnagy> but if you find yourself using included it's a code smell
cads has quit [Ping timeout: 248 seconds]
yshh has quit [Remote host closed the connection]
<bnagy> you might not be doing it wrong, but the odds are not on your side
dallasm has quit [Client Quit]
<bnagy> ( imho )
<_Andres> What's an accepted use case for using the included hook?
<bnagy> I've never used it, so I don't really know
<bnagy> in 7 years
<_Andres> Smells like metaprogramming to me
<bnagy> oh totally
<bnagy> but even then
<bnagy> you could go grep the ActiveRecord code for it
<bnagy> I'm sure they use it ;)
kil0byte_ has quit [Ping timeout: 246 seconds]
mikewintermute has joined #ruby
<_Andres> No need to get lost this early :p
slainer68 has quit [Remote host closed the connection]
Repentinus has joined #ruby
kil0byte has joined #ruby
h8R has quit [Ping timeout: 248 seconds]
icecandy has joined #ruby
pcarrier_ has quit [Quit: Textual IRC Client: www.textualapp.com]
h8R has joined #ruby
cads has joined #ruby
icecandy has quit [Remote host closed the connection]
hogeo_ has quit [Remote host closed the connection]
robwilliamsukio has joined #ruby
<_Andres> With flexibility, like ruby's, comes a great learning curve; it's so easy to go out looking for answers in a totally wrong direction
alex88_ has joined #ruby
harrymoreno has quit [Ping timeout: 248 seconds]
sirecote_ has joined #ruby
mercwithamouth has joined #ruby
tr4656_ has joined #ruby
harrymoreno has joined #ruby
jso_ has joined #ruby
orien has joined #ruby
mikewintermute has quit [Quit: mikewintermute]
ioNull has quit [Ping timeout: 264 seconds]
ArchBeOS has quit [Remote host closed the connection]
jfelchner has quit [*.net *.split]
camt has quit [*.net *.split]
robwilliamsuk has quit [*.net *.split]
thomas` has quit [*.net *.split]
nemesit|znc has quit [*.net *.split]
__main__ has quit [*.net *.split]
joelteon has quit [*.net *.split]
alex88 has quit [*.net *.split]
Gnubie has quit [*.net *.split]
Boohbah has quit [*.net *.split]
sindork has quit [*.net *.split]
DanKnox_away has quit [*.net *.split]
xybre has quit [*.net *.split]
sirecote has quit [*.net *.split]
tr4656 has quit [*.net *.split]
taec has quit [*.net *.split]
marcellu1 has quit [*.net *.split]
BeanDip_ has quit [*.net *.split]
jso has quit [*.net *.split]
jcarouth has quit [*.net *.split]
Stelian1 has quit [*.net *.split]
matrixise has quit [*.net *.split]
ttt_ has quit [*.net *.split]
wuest has quit [*.net *.split]
jayne has quit [*.net *.split]
ChristianS has quit [*.net *.split]
matti has quit [*.net *.split]
mnaser has quit [*.net *.split]
huttan_ has quit [*.net *.split]
JumpMast3r has quit [*.net *.split]
rgrinberg has quit [*.net *.split]
paissad_ has quit [*.net *.split]
xargoon has quit [*.net *.split]
adkron has quit [*.net *.split]
deavid has quit [*.net *.split]
JoeHazzers has quit [*.net *.split]
bjeanes has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
ij has quit [*.net *.split]
marwinism has quit [*.net *.split]
robwilliamsukio is now known as robwilliamsuk
alex88_ is now known as alex88
ioNull has joined #ruby
mikewintermute has joined #ruby
mikewintermute has quit [Client Quit]
linduxed_ is now known as linduxed
camilasan has joined #ruby
sleetdrop has quit [Ping timeout: 245 seconds]
mikewintermute has joined #ruby
Kabaka has quit [Excess Flood]
codecop has joined #ruby
poikon has joined #ruby
deavid has joined #ruby
paissad_ has joined #ruby
marwinism has joined #ruby
ChristianS has joined #ruby
xargoon has joined #ruby
JoeHazzers has joined #ruby
bjeanes has joined #ruby
huttan_ has joined #ruby
nemesit|znc has joined #ruby
adkron has joined #ruby
rgrinberg has joined #ruby
Gnubie has joined #ruby
xybre has joined #ruby
wuest has joined #ruby
joelteon has joined #ruby
Boohbah has joined #ruby
marcellu1 has joined #ruby
jayne has joined #ruby
matti has joined #ruby
Stelian1 has joined #ruby
ij has joined #ruby
JumpMast3r has joined #ruby
sindork has joined #ruby
camt has joined #ruby
matrixise has joined #ruby
bigkevmcd has joined #ruby
mnaser has joined #ruby
__main__ has joined #ruby
jcarouth has joined #ruby
BeanDip_ has joined #ruby
ttt_ has joined #ruby
DanKnox_away has joined #ruby
taec has joined #ruby
Kabaka has joined #ruby
niceguyjames has quit [Quit: Computer has gone to sleep.]
mnaser has quit [Max SendQ exceeded]
sleetdrop has joined #ruby
jfelchner has joined #ruby
mnaser has joined #ruby
kleinerdrache has quit [Quit: Ex-Chat]
nplusp has quit [Ping timeout: 264 seconds]
nari has joined #ruby
khushildep has joined #ruby
Azulinho has quit [Read error: Connection reset by peer]
monkegji_ has joined #ruby
emergion has joined #ruby
mafolz has quit [Read error: Connection reset by peer]
mikewintermute has quit [Quit: mikewintermute]
Azulinho has joined #ruby
h8R has quit [Quit: Leaving]
monkegjinni has quit [Ping timeout: 264 seconds]
Xeago has joined #ruby
mercwithamouth has quit [Ping timeout: 260 seconds]
slainer68 has joined #ruby
kil0byte_ has joined #ruby
davetherat has joined #ruby
evenix has joined #ruby
kil0byte has quit [Ping timeout: 245 seconds]
ntus1017 has quit [Remote host closed the connection]
bothra13 has quit [Read error: Connection reset by peer]
Giorgio has quit [Ping timeout: 248 seconds]
bothra13 has joined #ruby
mercwithamouth has joined #ruby
wwwq has joined #ruby
mafolz has joined #ruby
Ortuna has joined #ruby
kofno has joined #ruby
northelks has joined #ruby
harrymoreno_ has joined #ruby
aspiers has quit [Ping timeout: 264 seconds]
harrymoreno has quit [Ping timeout: 260 seconds]
vlad_starkov has joined #ruby
zodiak has quit [Ping timeout: 248 seconds]
niceguyjames has joined #ruby
jeka-91 has quit [Ping timeout: 260 seconds]
mikewintermute has joined #ruby
mikewintermute has quit [Client Quit]
mklappstuhl has joined #ruby
harrymoreno_ has quit [Ping timeout: 246 seconds]
r0bgleeson has joined #ruby
harrymoreno has joined #ruby
nettoweb has joined #ruby
skasio has quit [Quit: leaving]
addisaden has joined #ruby
Giorgio has joined #ruby
drfreeze_ has joined #ruby
skasio has joined #ruby
sayan has joined #ruby
aspiers has joined #ruby
b0oh has joined #ruby
drfreeze has quit [Ping timeout: 248 seconds]
harrymoreno has quit [Ping timeout: 248 seconds]
viszu has joined #ruby
kofno has quit [Remote host closed the connection]
ichilton has joined #ruby
nplusp has joined #ruby
persand has quit [Quit: persand]
bagliore has joined #ruby
yashshah_ has quit [Ping timeout: 246 seconds]
harrymoreno has joined #ruby
jonahR has joined #ruby
kevinfagan has quit [Max SendQ exceeded]
kevinfagan has joined #ruby
kevinfagan has quit [Max SendQ exceeded]
kevinfagan has joined #ruby
kevinfagan has quit [Max SendQ exceeded]
Elico has joined #ruby
kevinfagan has joined #ruby
kevinfagan has quit [Max SendQ exceeded]
kevinfagan has joined #ruby
kevinfagan has quit [Max SendQ exceeded]
robustus has quit [Ping timeout: 248 seconds]
angusiguess has joined #ruby
kevinfagan has joined #ruby
harrymoreno has quit [Ping timeout: 264 seconds]
harrymoreno_ has joined #ruby
<Elico> Hello I wrote a script and I am unsure how to do something. can anyone please try to help me?
machuga|away is now known as machuga
emergion has quit [Quit: Computer has gone to sleep.]
<tobiasvl> Elico: just state your question
<tobiasvl> if anyone knows the answer they'll chime in
Zeeraw has joined #ruby
nplusp has quit [Ping timeout: 264 seconds]
robustus has joined #ruby
Guest68730 has joined #ruby
_ffio_ has quit [Ping timeout: 264 seconds]
slainer68 has quit [Remote host closed the connection]
mikecmpbll has joined #ruby
eccstartup has joined #ruby
harrymoreno_ has quit [Ping timeout: 241 seconds]
eccstartup has quit [Max SendQ exceeded]
Domon has quit [Remote host closed the connection]
eccstartup has joined #ruby
bagliore has quit [Quit: Colloquy for iPhone - http://colloquy.mobi]
harrymoreno has joined #ruby
slainer68 has joined #ruby
tundrax_ has joined #ruby
sleetdrop has quit [Quit: Textual IRC Client: www.textualapp.com]
Guest68730 has quit [Quit: WeeChat 0.4.0]
ffio_ has joined #ruby
<Elico> tobiasvl: I wrote this script:http://www1.ngtech.co.il/paste/1002/ and I want to bind the ping to specific IP\interface but I dont know how.
tundrax has quit [Ping timeout: 240 seconds]
sailias has joined #ruby
dr_bob has quit [Quit: Leaving.]
cj3kim has joined #ruby
<joonty> Elico: sounds like you want Net::Ping::TCP
<Elico> hmm OK and there is a way to bind specific IP?or specific interface?
<joonty> do you mean that you want to ping with a given IP address?
ferdev has quit [Quit: ferdev]
dr_bob has joined #ruby
<Elico> yes. I have an interface which is specific routed throw one ISP2 and another throw ISP1 so I want to test ping using specific interface with IP 192.168.2.100
Ortuna has quit [Quit: Computer has gone to sleep.]
<joonty> yeh you can do Net::Ping::Tcp.new("192.168.2.100")
camilasan has quit [Remote host closed the connection]
<joonty> then call ping
<Elico> that simple ???
harrymoreno has quit [Ping timeout: 246 seconds]
machuga has quit [Excess Flood]
vlad_starkov has quit [Remote host closed the connection]
<joonty> hehe welcome to ruby
slainer68 has quit [Read error: Connection reset by peer]
addisaden has quit [Ping timeout: 248 seconds]
bagliore has joined #ruby
camilasan has joined #ruby
<Elico> joonty: I am not new to ruby but the api dosn't state it..
slainer68 has joined #ruby
<joonty> Elico: ah I see
slainer68 has quit [Remote host closed the connection]
harrymoreno has joined #ruby
bagliore has left #ruby [#ruby]
tundrax_ has quit [Remote host closed the connection]
<joonty> Elico: I read it from the code, but I'm not entirely sure it works
machuga has joined #ruby
<Elico> this is why we have CHAT ..
<Elico> I will try it..
<Elico> I upgraded to ruby 2.0.0.p195 and hope to get more.
nettoweb has quit [Quit: nettoweb]
<Elico> for now it works just perfect!
<joonty> ah good
vereteran has quit [Quit: ZNC - http://znc.in]
yugui is now known as yugui_zzz
naquad has joined #ruby
<joonty> Elico: looks like you might need a port number
<Elico> works perfect..ruby ntot the ping..
<Elico> Well I will try it..
<Elico> gem installing..
vlad_starkov has joined #ruby
<joonty> Elico: instead of doing a ping it tries to open a TCP connection
<Elico> this is better for me...
b0oh has left #ruby [#ruby]
<Elico> but the src is important then the dst a dst I can find..
ArchBeOS has joined #ruby
jonahR has quit [Quit: jonahR]
<Elico> joonty: where have you seen it in the code?
<Elico> it uses TCPSocekt...
<Elico> so this is only the dstination..
DrForr_ has quit [Read error: Operation timed out]
faulkner has quit [Read error: Operation timed out]
<Elico> I can write it on the socket level but it will require more effort
<joonty> Elico: 'lib/net/ping/tcp.rb'
<Elico> line..
jeka-91 has joined #ruby
<joonty> line for what?
harrymoreno has quit [Ping timeout: 248 seconds]
<bnagy> Elico: I would shell out to ping
danslo has quit [Quit: danslo]
pothibo has joined #ruby
harrymoreno has joined #ruby
<Elico> for the evidence this is what I was thinking.
DrForr_ has joined #ruby
<bnagy> this gem is just using the system routes
<joonty> Elico: I completely agree with bnagy, this is way too over the top
faulkner has joined #ruby
<bnagy> unless you're on a tricky platform
<Elico> Linux..
kil0byte_ has quit [Remote host closed the connection]
<joonty> but it doesn't seem to have a wrapper around the ping command
<bnagy> ah no problems. You can specify source addr or source iface
<Elico> I prefer TCPping..
<Elico> yes but I prefer to do it in ruby when I have all sorts of other stuff I can do..
<Elico> it's a basic TCPsocket with a bind thing.
eka has joined #ruby
<Elico> this is suppose to be a very simple task. I just need to add the time measurement code.
yalue has joined #ruby
<bnagy> *shrug* up to you
<Elico> the ping command is pretty simple I will just need to store the data from ping and analyze it..
danslo has joined #ruby
<Elico> since it's a really simple command to run in every 5 secs it's fine...
byprdct has joined #ruby
ntus1017 has joined #ruby
<bnagy> >> `ping -c 1 www.google.com`[/time=([\d\.]+)/ ,1]
maz-dev__ has quit [Remote host closed the connection]
<eval-in> bnagy => (http://eval.in/32841)
harrymoreno has quit [Ping timeout: 246 seconds]
<bnagy> oh yeah eval.in sandbox :D
cads has quit [Ping timeout: 264 seconds]
harrymoreno has joined #ruby
davetherat has quit [Remote host closed the connection]
davetherat has joined #ruby
maz-dev has joined #ruby
Meatant has joined #ruby
jamesaxl has joined #ruby
cHarNe2 has joined #ruby
mikecmpbll has quit [Quit: Computer has gone to sleep.]
emergion has joined #ruby
braincra- has quit [Quit: bye bye]
slash_nick has joined #ruby
<Elico> thanks bnagy
slainer68 has joined #ruby
chase-work has joined #ruby
mikecmpbll has joined #ruby
danslo has quit [Read error: Connection reset by peer]
iMe has joined #ruby
<bnagy> Elico: I would probably do it over longer and parse the avg / stddev line at the end
harrymoreno_ has joined #ruby
<bnagy> imho
<bnagy> was just an example
harrymoreno has quit [Ping timeout: 248 seconds]
jetblack has quit [Quit: leaving]
solidoodlesuppor has joined #ruby
braincrash has joined #ruby
jetblack has joined #ruby
devoldmx3 has joined #ruby
mikewintermute has joined #ruby
devoldmx has quit [Ping timeout: 248 seconds]
pcarrier_ has joined #ruby
nerdman has quit [Quit: leaving]
persand has joined #ruby
mikewintermute has quit [Client Quit]
klaas_ is now known as klaas
mercwithamouth has quit [Ping timeout: 245 seconds]
iMe has quit [Client Quit]
harrymoreno has joined #ruby
harrymoreno_ has quit [Ping timeout: 260 seconds]
iMe has joined #ruby
slash_nick has quit [Ping timeout: 246 seconds]
_bart has joined #ruby
viszu has quit [Quit: Leaving.]
iMe has quit [Client Quit]
iMe has joined #ruby
sailias has quit [Quit: Leaving.]
aMoniker has joined #ruby
<aMoniker> Using veewee (0.3.7) from source at /Library/Ruby/Gems/1.8/gems/veewee-0.3.7
<aMoniker> Errno::EACCES: Permission denied - veewee-0.3.7.gem
<aMoniker> An error occurred while installing veewee (0.3.7), and Bundler cannot continue.
<aMoniker> Make sure that `gem install veewee -v '0.3.7'` succeeds before bundling.
iMe has quit [Client Quit]
<aMoniker> veewee 0.3.7 is installed, and has the same permissions as other gems
iMe has joined #ruby
<aMoniker> why isn't this working?
harrymoreno has quit [Ping timeout: 260 seconds]
<bnagy> I have never had much luck with OSX system ruby
<bnagy> plus it is ancient
harrymoreno has joined #ruby
angusiguess has quit [Ping timeout: 240 seconds]
<aMoniker> bnagy: what's the version I should be using? I'm on 1.9.2
malkomalko has joined #ruby
<tobiasvl> /Library/Ruby/Gems/1.8/gems/veewee-0.3.7 says you're using 1.8?
<aMoniker> ruby -v
<aMoniker> ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin12.3.0]
slainer68 has quit [Ping timeout: 248 seconds]
iMe has quit [Client Quit]
<bnagy> looks like you've got some half and half going on
<aMoniker> bnagy: ok, how do I fix that?
DaniG2k has quit [Quit: Leaving.]
<aMoniker> I don't see any other directories under Ruby/Gems/
<aMoniker> only 1.8
bubblehead has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
<bnagy> how did you install ruby 1.9?
iMe has joined #ruby
<aMoniker> bnagy: rvm
<bnagy> hahah
<bnagy> poor you
vlad_starkov has joined #ruby
<aMoniker> poor ruby community
<aMoniker> rvm is no good?
<bnagy> some people like it
dr_bob has quit [Quit: Leaving.]
devoldmx3 has quit [Read error: Connection reset by peer]
<bnagy> ime when it breaks it BREAKS though
<aMoniker> bnagy: ok, so how do I fix it?
slainer68 has joined #ruby
<bnagy> personally, I'd rip it all out, and install via rbenv or chruby from source in my ~
<bnagy> but that could be the booze talking
cofin has joined #ruby
<bnagy> ... it's totally what I'd do though
aspiers has quit [Quit: WeeChat 0.4.1]
mikewintermute has joined #ruby
<aMoniker> that sounds like it would take too much time for now
aspiers has joined #ruby
<bnagy> the #rvm channel is pretty helpful
<aMoniker> will try there
<bnagy> or #bundler if it's a weird bundler issue
<aMoniker> bnagy: ok, thanks
<bnagy> no worries
danslo has joined #ruby
harrymoreno has quit [Ping timeout: 240 seconds]
babinho_ is now known as babinho
harrymoreno has joined #ruby
BSaboia has joined #ruby
<aMoniker> Wait, isn't that 1.8 the version of rubygems, and not ruby?
poikon has quit [Remote host closed the connection]
<bnagy> 1.9 installs will have blah/1.9/gems/blah
jfelchner has quit [*.net *.split]
camt has quit [*.net *.split]
nemesit|znc has quit [*.net *.split]
__main__ has quit [*.net *.split]
joelteon has quit [*.net *.split]
Boohbah has quit [*.net *.split]
Gnubie has quit [*.net *.split]
DanKnox_away has quit [*.net *.split]
sindork has quit [*.net *.split]
xybre has quit [*.net *.split]
taec has quit [*.net *.split]
jcarouth has quit [*.net *.split]
marcellu1 has quit [*.net *.split]
BeanDip_ has quit [*.net *.split]
matrixise has quit [*.net *.split]
Stelian1 has quit [*.net *.split]
ttt_ has quit [*.net *.split]
wuest has quit [*.net *.split]
jayne has quit [*.net *.split]
ChristianS has quit [*.net *.split]
matti has quit [*.net *.split]
JumpMast3r has quit [*.net *.split]
rgrinberg has quit [*.net *.split]
huttan_ has quit [*.net *.split]
paissad_ has quit [*.net *.split]
xargoon has quit [*.net *.split]
deavid has quit [*.net *.split]
adkron has quit [*.net *.split]
bjeanes has quit [*.net *.split]
JoeHazzers has quit [*.net *.split]
marwinism has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
ij has quit [*.net *.split]
skasio_ has joined #ruby
wmoxam has joined #ruby
skasio_ has quit [Client Quit]
pothibo has quit [Quit: pothibo]
Kedare has joined #ruby
mklappst_ has joined #ruby
harrymoreno has quit [Ping timeout: 264 seconds]
skasio_ has joined #ruby
Kedare is now known as Guest56873
tommyvyo has joined #ruby
razi has quit [Quit: Leaving.]
skasio has quit [Quit: leaving]
mklappstuhl has quit [Read error: Connection reset by peer]
skasio_ has quit [Client Quit]
cj3kim has quit [Ping timeout: 264 seconds]
wuest has joined #ruby
jayne has joined #ruby
matti has joined #ruby
ttt_ has joined #ruby
camt has joined #ruby
huttan_ has joined #ruby
xargoon has joined #ruby
paissad_ has joined #ruby
ChristianS has joined #ruby
rgrinberg has joined #ruby
marwinism has joined #ruby
xybre has joined #ruby
taec has joined #ruby
Boohbah has joined #ruby
DanKnox_away has joined #ruby
marcellu1 has joined #ruby
JoeHazzers has joined #ruby
adkron has joined #ruby
jcarouth has joined #ruby
Stelian1 has joined #ruby
ij has joined #ruby
sindork has joined #ruby
nemesit|znc has joined #ruby
matrixise has joined #ruby
JumpMast3r has joined #ruby
BeanDip_ has joined #ruby
bigkevmcd has joined #ruby
Gnubie has joined #ruby
deavid has joined #ruby
bjeanes has joined #ruby
joelteon has joined #ruby
jamesaxl has quit [Excess Flood]
harrymoreno has joined #ruby
skasio has joined #ruby
GeissT_ has quit [Quit: MillBroChat AdIRC User]
K3dar3 has quit [Ping timeout: 248 seconds]
jfelchner has joined #ruby
__main__ has joined #ruby
kreantos has quit [Excess Flood]
thomas` has joined #ruby
jamesaxl has joined #ruby
wmoxam has quit [Ping timeout: 255 seconds]
emergion has quit [Quit: Computer has gone to sleep.]
<fearoffish> If I wanted to put someone on a Ruby course, that is in-house. What would you guys suggest?
devoldmx has joined #ruby
mljsimone|bnc is now known as mljsimone
kreantos has joined #ruby
lemonsparrow has joined #ruby
<fearoffish> Normally I'd give him the right material to read and off he goes, but this particular guy would be better off with a person teaching him
harrymoreno has quit [Ping timeout: 260 seconds]
devoldmx has quit [Read error: Connection reset by peer]
tommyvyo has quit [Quit:]
robbyoconnor has quit [Ping timeout: 248 seconds]
devoldmx has joined #ruby
burlyscudd has joined #ruby
harrymoreno has joined #ruby
<fearoffish> I was thinking about the pragmatic studio course, as a backup
<fearoffish> it's online but a video series
<fearoffish> I'm not sure if he'd do well with the code academy one
cm_is has joined #ruby
Trynemjoel has joined #ruby
osvico has joined #ruby
GeissT has joined #ruby
DrCode has quit [Remote host closed the connection]
dr_bob has joined #ruby
ntus1017 has quit [Remote host closed the connection]
DrCode has joined #ruby
Corey has quit [Read error: Operation timed out]
bubbajoness has quit [Read error: Operation timed out]
busybox42 has quit [Read error: Operation timed out]
kofno has joined #ruby
kil0byte has joined #ruby
angusiguess has joined #ruby
Alina-malina has quit [Ping timeout: 256 seconds]
ferdev has joined #ruby
busybox42 has joined #ruby
pipework has joined #ruby
bubbajones has joined #ruby
Corey has joined #ruby
kil0byte has quit [Remote host closed the connection]
DestinyAwaits has joined #ruby
Alina-malina has joined #ruby
srji has quit [Ping timeout: 248 seconds]
krz has quit [Quit: krz]
arya has joined #ruby
bubblehead has quit [Read error: Connection reset by peer]
TradeRaider has joined #ruby
harrymoreno has quit [Ping timeout: 246 seconds]
bubblehead has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
angusiguess has quit [Ping timeout: 245 seconds]
Lubinski has joined #ruby
harrymoreno has joined #ruby
wallerdev has joined #ruby
dhruvasagar has quit [Ping timeout: 245 seconds]
TradeRaider has quit [Ping timeout: 250 seconds]
mikewintermute has quit [Quit: mikewintermute]
dhruvasagar has joined #ruby
Nuck has quit [Ping timeout: 248 seconds]
krawchyk has joined #ruby
vlad_starkov has joined #ruby
arya has quit [Ping timeout: 248 seconds]
TradeRaider has joined #ruby
sailias has joined #ruby
TradeRaider is now known as TradeRaider2
Nuck has joined #ruby
WhereIsMySpoon has quit [Changing host]
WhereIsMySpoon has joined #ruby
<TradeRaider2> Hello. In rails, if I want to use an instance variable in application.html.erb, where should I declare it? ie, in which controller?
<tobiasvl> #rubyonrails
autumn has quit [Ping timeout: 256 seconds]
autumn has joined #ruby
crazymykl has quit [Remote host closed the connection]
cheese1756 has quit [Ping timeout: 256 seconds]
thoraxe has quit [Ping timeout: 256 seconds]
crazymykl has joined #ruby
etank has quit [Ping timeout: 256 seconds]
d_roge has quit [Ping timeout: 240 seconds]
<TradeRaider2> tobiasvl: Do you know if they have a moderator page/website? I am currently banned there, and I don't recall even logging in #rubyonrails before.
<tobiasvl> what?
<tobiasvl> who?
krawchyk has quit [Remote host closed the connection]
<tobiasvl> what's a moderator page/website
RubNoob has joined #ruby
<hoelzro> I'm guessing they only allow registered nicks to talk there
mikewintermute has joined #ruby
SegFaultAX has quit [Ping timeout: 240 seconds]
arusso has quit [Ping timeout: 240 seconds]
<TradeRaider2> tobiasvl: I am banned in #rubyonrails Is there someway I can contact their admin?
thoraxe has joined #ruby
<tobiasvl> i don't know anything about Rails (which is why I told you to go there) or #RubyOnRails
jerius has joined #ruby
<tobiasvl> these two channels aren't much related
<TradeRaider2> hoelzro: I tried earlier with a registered nick. I am still banned.
arya has joined #ruby
<hoelzro> curious
LiquidInsect has quit [Ping timeout: 246 seconds]
<TradeRaider2> tobiasvl: ok
<r0bgleeson> TradeRaider2: you should define it in application_controller is a before_filter
<r0bgleeson> TradeRaider2: everything that uses the application layout depends on it
ShapeShifter499 has quit [Ping timeout: 240 seconds]
vlad_starkov has quit [Remote host closed the connection]
srji has joined #ruby
casheew_ has quit [Ping timeout: 252 seconds]
sumark has quit [Ping timeout: 256 seconds]
Debaser has quit [Read error: Operation timed out]
LiquidInsect has joined #ruby
<TradeRaider2> r0bgleeson: Thanks. before_filter huh. Will check on that.
Alina-malina has quit [Quit: Leaving]
<r0bgleeson> TradeRaider2: it is a callback before control is passed over to your action, you can set state there that will be available to the layout & views.
Alina-malina has joined #ruby
casheew has joined #ruby
<r0bgleeson> TradeRaider2: check out the rails guides, https://guides.rubyonrails.org
orien has quit [Quit: Computer has gone to sleep.]
sumark has joined #ruby
cofin has quit [Quit: cofin]
<TradeRaider2> robustus: Thanks a lot!
etank has joined #ruby
RubNoob has quit [Client Quit]
cmarques has quit [Ping timeout: 264 seconds]
BSaboia has quit [Ping timeout: 248 seconds]
tockitj has joined #ruby
cheese1756 has joined #ruby
<burlyscudd> anyone in here ever used the bitset gem or something like it for creating bitsets in Ruby?
pipework has quit [Remote host closed the connection]
passcod has quit [Ping timeout: 256 seconds]
echevemaster has quit [Ping timeout: 256 seconds]
_cheney4 has quit [Ping timeout: 256 seconds]
steeve1 has quit [Ping timeout: 256 seconds]
krawchyk has joined #ruby
dysinger has quit [Quit: dysinger]
plantigrade has quit [Ping timeout: 252 seconds]
Elfix has quit [Ping timeout: 252 seconds]
carloslopes has joined #ruby
predator217 has quit [Ping timeout: 256 seconds]
predator117 has joined #ruby
harrymoreno_ has joined #ruby
Elfix has joined #ruby
Hobogrammer_ has joined #ruby
emdub_ has quit [Ping timeout: 246 seconds]
brunoro has joined #ruby
krislappy has joined #ruby
krislappy has quit [Changing host]
krislappy has joined #ruby
bitZero__ has quit [Ping timeout: 246 seconds]
Debaser has joined #ruby
aces1up has joined #ruby
interactionjaxsn has joined #ruby
Azulinho_ has joined #ruby
fumbe has quit [Ping timeout: 256 seconds]
<TradeRaider2> r0bgleeson: found it and it works! and I think I thanked the wrong guy earlier while that was meant for you. :)
ArchBeOS has quit [Ping timeout: 241 seconds]
fumbe has joined #ruby
toddWork_ has joined #ruby
ArchBeOS has joined #ruby
ArchBeOS has quit [Changing host]
ArchBeOS has joined #ruby
emdub has joined #ruby
_cheney4 has joined #ruby
steeve1 has joined #ruby
manutter has quit [Read error: Connection reset by peer]
splittingred has joined #ruby
harrymoreno has quit [Ping timeout: 260 seconds]
harrymoreno_ is now known as harrymoreno
<bnagy> burlyscudd: no, never heard of it
plantigrade has joined #ruby
manutter has joined #ruby
Hobogrammer has quit [Ping timeout: 256 seconds]
<bnagy> I have used bitvector, which I think is also old and bitarray which is new but pure ruby
lkba has joined #ruby
<bnagy> so it depends what you want it for
bothra_ has joined #ruby
cpyfvw has joined #ruby
ariedler has joined #ruby
[m]adman has joined #ruby
jdripper has joined #ruby
passcod has joined #ruby
pyrac has quit [Quit: pyrac]
<burlyscudd> bnagy: there are 65535 ports on a TCP host. I want to represent all of them as either open or not open, and a bitset is the best way to have that data compact.
interactionjaxsn has quit [Remote host closed the connection]
dhruvasagar has quit [Ping timeout: 240 seconds]
SegFaultAX has joined #ruby
arusso_znc has joined #ruby
Davey_ has joined #ruby
<bnagy> sounds like an assertion to me :)
moshee has joined #ruby
arusso- has joined #ruby
krawchyk_ has joined #ruby
dhruvasagar has joined #ruby
<aMoniker> So I see gems in /Library/Ruby/Gems, in ~/.gem/ruby/1.9.1/cache, and in ~/.rvm/gems/ruby-1.9.2-p230/gems
<aMoniker> wtf?
filipe__ has quit [Ping timeout: 264 seconds]
<aMoniker> I just did "gem install veewee" and it seems like it was installed into the second directory
<aMoniker> running veewee produces "Could not locate GemFile"
interactionjaxsn has joined #ruby
v0n has joined #ruby
Niamkik_ has joined #ruby
asuka has quit [Ping timeout: 252 seconds]
emdub has quit [Ping timeout: 246 seconds]
asuka has joined #ruby
<burlyscudd> aMoniker: stop using OSX Ruby
emdub has joined #ruby
jerius_ has joined #ruby
<burlyscudd> aMoniker: echo $GEM_HOME
<bnagy> burlyscudd: there are a ton of ways of compressing sets of ints
bricker`1A has joined #ruby
<aMoniker> burlyscudd: yes, I'm thoroughly unimpressed with ruby so far
thejefflarson___ has joined #ruby
mephux- has quit [Quit: w0ots...]
ryannielson has joined #ruby
<bnagy> that's a few
<burlyscudd> aMoniker: rofl — it's your env, dude
dr_neek_ has joined #ruby
<aMoniker> burlyscudd: so what's your recommendation?
Mendon has quit [Read error: Connection reset by peer]
<aMoniker> $GEM_HOME = /Users/me/.rvm/gems/ruby-1.9.2-p320
kiri_ has joined #ruby
breakingthings has joined #ruby
Guest46725 has joined #ruby
<bnagy> burlyscudd: if you don't want to operate on them as a bitvector eg | ^ then it's unlikely to be the best approach
krawchyk has quit [Ping timeout: 264 seconds]
<bnagy> like, even just expressing the ports as a number is only 9KB
Al___ has joined #ruby
WhereIsMySpoon_ has joined #ruby
Mendon has joined #ruby
<burlyscudd> aMoniker: install RVM properly, install Ruby 2 or 1.9.3, go to town
tk___ has joined #ruby
<aMoniker> burlyscudd: I've installed rvm, and I'm running 1.9.2
<burlyscudd> aMoniker: Gemfile is a bundler thing — if you're using something that expects a Gemfile, you need bundler installed
<aMoniker> burlyscudd: bundler is installed as well
krisfremen has quit [Remote host closed the connection]
Azulinho has quit [Ping timeout: 260 seconds]
aces1up23 has quit [Ping timeout: 260 seconds]
bitZero_1 has joined #ruby
bothra13 has quit [Ping timeout: 243 seconds]
Davey has quit [Ping timeout: 278 seconds]
<burlyscudd> bnagy: fair point
devoldmx3 has joined #ruby
devoldmx has quit [Read error: Connection reset by peer]
<bnagy> burlyscudd: I get good results out of compression lvl 4 in that paste, which is 'make a binary string and then pack as 'w*'
palyer has joined #ruby
<bnagy> esp if your maxint is 65k
nari_ has joined #ruby
<bnagy> some of the more exotic stuff is for set that go up to 2**64
thomasfedb has quit [Ping timeout: 246 seconds]
arusso_znc has quit [Ping timeout: 242 seconds]
mosheee has quit [Ping timeout: 242 seconds]
danslo has quit [Quit: danslo]
codecop has quit [Remote host closed the connection]
krawchyk_ has quit [Remote host closed the connection]
wmoxam has joined #ruby
Guest46725 has quit [Ping timeout: 246 seconds]
vNistelr10t has joined #ruby
fumduq has joined #ruby
<burlyscudd> bnagy: hrmmm maybe I need to think through this a bit more. I was basically just thinking "Well if I need to represent the on/off state of 65535 things, I could do it in a bitset"
krawchyk has joined #ruby
<burlyscudd> bnagy: but I admit, not much more sophisticated than that
dnyy_ has joined #ruby
<bnagy> well you definitely can
<bnagy> but also a bitstring
guilleiguaran__ has joined #ruby
<burlyscudd> bnagy: yeah but then I have to turn around and make DB objects defining the ranges
<bnagy> even uncompressed it's only 65k
<bnagy> and they compress really well :P
alo1_ has joined #ruby
thomasfedb has joined #ruby
vNistelr00t has quit [Ping timeout: 256 seconds]
mephux_ has joined #ruby
queequeg2 has joined #ruby
<burlyscudd> looking for ranges — so like if 1000-1012 are open, I'll make a Range object in the DB, so that my reports guy can report on it
<burlyscudd> (where Range here is a biz logic model)
rwz__ has joined #ruby
dhruvasagar has quit [Ping timeout: 248 seconds]
cjk101010_ has joined #ruby
carcajou has joined #ruby
<burlyscudd> so basic idea was to make a bitset and look for runs of ones
seoaqua has quit [Ping timeout: 264 seconds]
swex_ has joined #ruby
<bnagy> creating ranges from sets is also interesting
bakedb has joined #ruby
<bnagy> kinda
<bnagy> you could use flip flops, but don't
<burlyscudd> yeah I usually avoid those in general
bitZero__ has joined #ruby
<bnagy> anyway my steak is done, sorry :P
maloik_ has joined #ruby
<burlyscudd> lol
mksm has joined #ruby
jgarvey has joined #ruby
bw__ has joined #ruby
phreax_ has joined #ruby
<burlyscudd> bnagy: it's morning in Texas :-p
epitron_ has joined #ruby
kalleth_ has joined #ruby
mosez_ has joined #ruby
yo61_ has joined #ruby
<bnagy> I guess my basic point is that adding a dependency to avoid dealing with a 64KB string that's easy to handle might not be a plan
firebury_ has joined #ruby
Freijo has joined #ruby
eliasp_ has joined #ruby
farn_ has joined #ruby
soukihei_ has joined #ruby
theoros_ has joined #ruby
TheSpect1e has joined #ruby
Roa has joined #ruby
<bnagy> but IRL, open ports are better just done as a Hash
z_ has joined #ruby
<bnagy> cause there are never that many
bubblehe_ has joined #ruby
alem0lars has joined #ruby
Koven has joined #ruby
<burlyscudd> bnagy: lol
rtl_ is now known as rtl
<burlyscudd> bnagy: my exp says that is frequently not true
deception has joined #ruby
<burlyscudd> bnagy: higher ranges usually have runs of thousands open
<bnagy> yeah but not compared to 65k
nyuszika7h has quit [Excess Flood]
<bnagy> and a hash of (0..65535) with the open ports pointing to true is pretty memory efficient
<burlyscudd> bnagy: the thing I'm writing is a test for external data egress capability on a given network — you have to have the entire range reported
Astral__ has quit [Ping timeout: 245 seconds]
<burlyscudd> bnagy: again, fair point — might be over thinking this w/ the bitset idea
<burlyscudd> bnagy: I think i'll try it w/ a hash and see where I get
CaptainKnots has joined #ruby
filipe__ has joined #ruby
it_tard has joined #ruby
rudisimo has joined #ruby
<burlyscudd> bnagy: also — is there some easy way w/ ruby to be like "hey interpreter, how much memory does this object consume?"
ArchBeOS has quit [Quit: Leaving]
busybox43 has joined #ruby
<burlyscudd> bnagy: I think there has to be one, but I'm drawing a blank
wormwood_ has joined #ruby
TomRone_ has joined #ruby
prakriti has joined #ruby
error404_ has joined #ruby
Niamkik has quit [Read error: Connection reset by peer]
bricker`LA has quit [Ping timeout: 260 seconds]
thejefflarson__ has quit [Ping timeout: 260 seconds]
kiri has quit [Ping timeout: 261 seconds]
niceguyjames has quit [Write error: Connection reset by peer]
dr_neek has quit [Write error: Connection reset by peer]
byprdct has quit [Ping timeout: 265 seconds]
WhereIsMySpoon has quit [Ping timeout: 265 seconds]
bitZero_1 has quit [Ping timeout: 261 seconds]
dr_neek_ is now known as dr_neek
CaptainKnots has quit [Client Quit]
v0n has quit [Quit: WeeChat 0.4.1]
vNistelr10t has quit [Quit: leaving]
rudisimo has quit [Client Quit]
drfreeze has joined #ruby
CaptainKnots has joined #ruby
Hanmac2 has joined #ruby
rudisimo has joined #ruby
fearoffish_ has joined #ruby
billy_ran_away_ has joined #ruby
hash has joined #ruby
v0n has joined #ruby
fridim__ has joined #ruby
thejefflarson___ is now known as thejefflarson__
<bnagy> you could look at ObjectSpace
geekbri has joined #ruby
banjara1 has joined #ruby
homelinen_ has joined #ruby
<bnagy> but really only jruby has real heap size control
jarin has quit [*.net *.split]
soukihei has quit [*.net *.split]
Vert has quit [*.net *.split]
Veejay has quit [*.net *.split]
fumduq- has quit [*.net *.split]
wormwood has quit [*.net *.split]
cjk101010 has quit [*.net *.split]
tomku has quit [*.net *.split]
Fraeon has quit [*.net *.split]
Kov|abx has quit [*.net *.split]
drastic has quit [*.net *.split]
yo61 has quit [*.net *.split]
estating56 has quit [*.net *.split]
ned has quit [*.net *.split]
guilleiguaran_ has quit [*.net *.split]
Roa_ has quit [*.net *.split]
awwaiid_ has quit [*.net *.split]
z has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
Lemtzas has quit [*.net *.split]
alexwh has quit [*.net *.split]
Soliah has quit [*.net *.split]
rwz_ has quit [*.net *.split]
epitron has quit [*.net *.split]
dnyy has quit [*.net *.split]
TomRone has quit [*.net *.split]
lushious has quit [*.net *.split]
kaichanvong has quit [*.net *.split]
niftylettuce has quit [*.net *.split]
phreax has quit [*.net *.split]
Guedes has quit [*.net *.split]
Sou|cutter has quit [*.net *.split]
error404 has quit [*.net *.split]
homelinen has quit [*.net *.split]
QKO has quit [*.net *.split]
TMM has quit [*.net *.split]
queequeg1 has quit [*.net *.split]
jsaak has quit [*.net *.split]
darrik has quit [*.net *.split]
perun0 has quit [*.net *.split]
codex has quit [*.net *.split]
firebury has quit [*.net *.split]
eliasp has quit [*.net *.split]
TheSpectre has quit [*.net *.split]
bsdbandit has quit [*.net *.split]
mosez has quit [*.net *.split]
palyboy has quit [*.net *.split]
bw_ has quit [*.net *.split]
t_hash has quit [*.net *.split]
alo1 has quit [*.net *.split]
maddog_ has quit [*.net *.split]
Jelco___ has quit [*.net *.split]
maloik has quit [*.net *.split]
yourway_chu has quit [*.net *.split]
jtperreault has quit [*.net *.split]
bakedb_ has quit [*.net *.split]
Sargun has quit [*.net *.split]
fearoffish has quit [*.net *.split]
coreinfo99 has quit [*.net *.split]
Mendon has quit [*.net *.split]
Cork has quit [*.net *.split]
epochwolf has quit [*.net *.split]
heidar has quit [*.net *.split]
mrmist has quit [*.net *.split]
brian`_ has quit [*.net *.split]
classix has quit [*.net *.split]
cout_ has quit [*.net *.split]
yxhuvud2 has quit [*.net *.split]
Hanmac has quit [*.net *.split]
farn has quit [*.net *.split]
lsmola has quit [*.net *.split]
telling has quit [*.net *.split]
choobie has quit [*.net *.split]
cafk has quit [*.net *.split]
crodas has quit [*.net *.split]
afd__ has quit [*.net *.split]
NimeshNeema has quit [*.net *.split]
lupine has quit [*.net *.split]
DrCode has quit [*.net *.split]
LucidDreamZzZz has quit [*.net *.split]
end_guy has quit [*.net *.split]
Bry8Star{T2 has quit [*.net *.split]
fearoffish_ is now known as fearoffish
homelinen_ is now known as homelinen
<burlyscudd> bnagy: gotcha
drastic has joined #ruby
Sargun has joined #ruby
<bnagy> like you could count instances of whatever via ObjectSpace, but it's kinda icky
Soliah has joined #ruby
ned has joined #ruby
<burlyscudd> bnagy: yeah no worries
ryannielson has quit [Write error: Broken pipe]
snearch has joined #ruby
brunoro has quit [Ping timeout: 253 seconds]
busybox42 has quit [Ping timeout: 253 seconds]
<bnagy> egress capability is.. um.. tricky
ryannielson has joined #ruby
codex has joined #ruby
<burlyscudd> bnagy: yup
bionhart has joined #ruby
ArchBeOS has joined #ruby
<bnagy> cause *:80 is a lot
QKO has joined #ruby
cHarNe2_ has joined #ruby
<Spooner> burlyscudd, Might as well use Set (which is just a wrapper around Hash that sets true for you).
Al__ has quit [Ping timeout: 261 seconds]
TradeRaider2 has quit [Quit: Page closed]
<burlyscudd> Spooner: good tip — thanks!
estating56 has joined #ruby
<bnagy> that stuff I gisted is all extensions to Set, btw
<burlyscudd> bnagy: more about which ports are open and can therefore have a TCP connection established over them
Jelco___ has joined #ruby
<burlyscudd> bnagy: less about testing DLPs or something like that
<bnagy> it's just for when the data is at rest
<burlyscudd> bnagy: this is to answer the question: on what ports can SYN packets leave the network?
rwz__ is now known as rwz_
<bnagy> uh
alexwh has joined #ruby
<bnagy> you mean _to_ what ports surely
harrymoreno has quit [Ping timeout: 260 seconds]
banister`shop has joined #ruby
rudisimo has quit [Client Quit]
machuga is now known as machuga|away
<burlyscudd> bnagy: lol yeah just using vernacular
<banister`shop> forgot: what features do you want most from ipython?
sayan_ has joined #ruby
bw__ is now known as bw_
rudisimo has joined #ruby
jarin has joined #ruby
bitZero_1 has joined #ruby
tk__ has quit [Read error: Connection reset by peer]
nari has quit [Ping timeout: 260 seconds]
jerius has quit [Ping timeout: 265 seconds]
terrellt has quit [Ping timeout: 259 seconds]
banjara has quit [Max SendQ exceeded]
persand has quit [Ping timeout: 252 seconds]
taqutor has quit [Ping timeout: 260 seconds]
ferdev has quit [Read error: Connection reset by peer]
charliesome has quit [Ping timeout: 260 seconds]
wwwq has quit [Ping timeout: 260 seconds]
swex has quit [Ping timeout: 267 seconds]
ElderFain has quit [Read error: Connection reset by peer]
bitZero_1 has quit [Ping timeout: 261 seconds]
CaptainK1ots has quit [Ping timeout: 261 seconds]
Naeblis has quit [Ping timeout: 261 seconds]
Guest92883 has quit [Ping timeout: 257 seconds]
mikewintermute has quit [Ping timeout: 263 seconds]
r0bgleeson has quit [Ping timeout: 263 seconds]
fridim_ has quit [Ping timeout: 263 seconds]
jlebrech has quit [Ping timeout: 263 seconds]
theoros has quit [Ping timeout: 263 seconds]
kalleth has quit [Write error: Broken pipe]
bubblehead has quit [Ping timeout: 260 seconds]
cHarNe2 has quit [Ping timeout: 260 seconds]
chase-work has quit [Ping timeout: 260 seconds]
eka has quit [Ping timeout: 260 seconds]
chichouw has quit [Ping timeout: 260 seconds]
jacobw has quit [Ping timeout: 260 seconds]
ElderFain has joined #ruby
sayan has quit [Ping timeout: 254 seconds]
`MArceLL` has quit [Ping timeout: 254 seconds]
QKO_ has joined #ruby
DrShoggoth has quit [Ping timeout: 259 seconds]
billy_ran_away has quit [Ping timeout: 259 seconds]
Mekkis has quit [Ping timeout: 259 seconds]
admin0 has quit [Ping timeout: 260 seconds]
Repentinus has quit [Ping timeout: 260 seconds]
maddog__ has joined #ruby
awwaiid has joined #ruby
DaniG2k has joined #ruby
admin0 has joined #ruby
Mekkis has joined #ruby
nfk has quit [Remote host closed the connection]
wwwq has joined #ruby
drfreeze_ has quit [Ping timeout: 259 seconds]
Hanmac1 has quit [Ping timeout: 259 seconds]
nyuszika7h_ has joined #ruby
`MArceLL` has joined #ruby
jsaak_ has joined #ruby
QKO_ has quit [Ping timeout: 253 seconds]
victorK has joined #ruby
joast has joined #ruby
jerius_ is now known as jerius
billy_ran_away_ is now known as billy_ran_away
<bnagy> it is not useful to worry about syn source ports
<bnagy> burlyscudd: I honestly think this is not decidable with scanning btw
<burlyscudd> bnagy: I'm not worried about the overall design of this thing
<burlyscudd> bnagy: it most definitely is
rudisimo has quit [Client Quit]
<burlyscudd> bnagy: I have a box in the cloud that SYN-ACKs back with crafted packets to every tcp_src it receives from
<bnagy> only if you can change your source IP to everything in ipv6
guilleiguaran__ is now known as guilleiguaran_
guiocavalcanti has quit [Remote host closed the connection]
SDr_ has joined #ruby
malkomal_ has joined #ruby
Sou|cutter has joined #ruby
<burlyscudd> bnagy: so filtering pcap from that src and searching out the packet taint verifies receipt from that host
<bnagy> 'allowed to leave the network' means a fw on whatever exgress says ok
zigomir_ has joined #ruby
<bnagy> and that fw checks src / dst
guiocavalcanti has joined #ruby
blaxter_ has quit [Ping timeout: 246 seconds]
banister`shop has quit [Remote host closed the connection]
ariedler has quit [Read error: Connection reset by peer]
<burlyscudd> bnagy: yup
dysinger has joined #ruby
Cyrus has quit [Ping timeout: 264 seconds]
cofin has joined #ruby
Guedes has joined #ruby
<bnagy> sooo.. cannot
<bnagy> just audit all the egress nodes
<Spooner> bitset would be fine too, in this case, assuming many of the numbers are set. Reduces to fixed 8k (bitset gem) from 0-128k (for Set solution)
farn has joined #ruby
Mendon has joined #ruby
DrCode has joined #ruby
heidar has joined #ruby
coreinfo99 has joined #ruby
mrmist has joined #ruby
Bry8Star{T2 has joined #ruby
end_guy has joined #ruby
lsmola has joined #ruby
cout_ has joined #ruby
epochwolf has joined #ruby
cafk has joined #ruby
Cork has joined #ruby
telling has joined #ruby
LucidDreamZzZz has joined #ruby
brian`_ has joined #ruby
crodas has joined #ruby
yxhuvud2 has joined #ruby
choobie has joined #ruby
lupine has joined #ruby
classix has joined #ruby
Hanmac has joined #ruby
afd__ has joined #ruby
NimeshNeema has joined #ruby
farn_ has quit [Read error: Connection reset by peer]
hash has quit [Ping timeout: 264 seconds]
bsdbandit has joined #ruby
TMM has joined #ruby
Uranio has joined #ruby
kaichanvong has joined #ruby
palyer has quit []
perun0 has joined #ruby
malkomalko has quit [Ping timeout: 264 seconds]
<burlyscudd> bnagy: thanks for your input on the design — this approach has all been validated w/ co-workers who have spent lots of time writing IDS controls and/or doing pro pentesting :-). Perhaps I'm just not explaining it well.
palyboy has joined #ruby
classix has quit [Max SendQ exceeded]
kiri_ is now known as kiri
jerius has quit [Ping timeout: 264 seconds]
mafolz has quit [Ping timeout: 264 seconds]
Zeeraw has quit [Ping timeout: 264 seconds]
zigomir has quit [Ping timeout: 264 seconds]
Mchl has quit [Ping timeout: 264 seconds]
SDr has quit [Ping timeout: 264 seconds]
<bnagy> burlyscudd: I suspect the whole approach is just wrong
onewheelskyward_ has joined #ruby
<bnagy> but that never stopped people selling security stuff
aganov has quit [Ping timeout: 264 seconds]
Repentinus has joined #ruby
dayepa has joined #ruby
<bnagy> I have some modicum of security skillz myself
classix has joined #ruby
aganov has joined #ruby
<burlyscudd> bnagy: ok
haxrbyte_ has joined #ruby
prime_ has joined #ruby
lunarjar has quit [Ping timeout: 245 seconds]
hash has joined #ruby
jtperreault has joined #ruby
martxel_ has joined #ruby
Schuyler has joined #ruby
<bnagy> tbf egress auditing doesn't matter, cause as long as 53 and 443 are open you already lost, from a transport level
ttt_ has quit [Remote host closed the connection]
mafolz has joined #ruby
<bnagy> but meh
onewheelskyward has quit [Ping timeout: 256 seconds]
haxrbyte has quit [Read error: Connection reset by peer]
poga has quit [Read error: Connection reset by peer]
davidboy has quit [Ping timeout: 256 seconds]
martxel has quit [Ping timeout: 256 seconds]
Kudos has quit [Ping timeout: 256 seconds]
prime has quit [Ping timeout: 256 seconds]
Schuy13r has quit [Ping timeout: 256 seconds]
dayepa1 has quit [Ping timeout: 256 seconds]
prime_ is now known as prime
DefV has quit [Ping timeout: 256 seconds]
im0b has quit [Ping timeout: 256 seconds]
preller has quit [Ping timeout: 256 seconds]
onewheelskyward_ is now known as onewheelskyward
flori has quit [Ping timeout: 256 seconds]
ariedler has joined #ruby
estating56 has quit [Excess Flood]
flori_ has joined #ruby
<Hanmac> hm if i have an Hash made with grouped, and i want to remove some keys, what would be the best way for that?
DefV has joined #ruby
Kudos has joined #ruby
<burlyscudd> bnagy: that statement tells me you've never been on a professional pentest assessment inside a large corporate network
tomku has joined #ruby
matchaw_ has quit [Ping timeout: 256 seconds]
darkc0met has quit [Ping timeout: 256 seconds]
peteyg_ has quit [Ping timeout: 256 seconds]
Mchl has joined #ruby
<bnagy> burlyscudd: :D
peteyg has joined #ruby
<Spooner> Hanmac, #select?
matchaw has joined #ruby
harrymoreno has joined #ruby
wallerdev has quit [Ping timeout: 241 seconds]
chson has quit [Write error: Broken pipe]
<Hanmac> damm you are right
ArchBeOS has quit [Ping timeout: 264 seconds]
<Spooner> Or, rather, #reject!
estating56 has joined #ruby
devoldmx3 has quit [Quit: Bye]
deception has quit [Quit: Goodbye]
davidboy has joined #ruby
devoldmx has joined #ruby
<Spooner> I thought it was a trick question, Hanmac ;)
lunarjar has joined #ruby
poga has joined #ruby
grn_ has joined #ruby
rmnuvg has joined #ruby
QKO_ has joined #ruby
grn has quit [Remote host closed the connection]
rmnuvg_ has quit [Remote host closed the connection]
whowantstolivefo has joined #ruby
QKO has quit [Write error: Broken pipe]
YW has joined #ruby
guiocavalcanti has quit [Ping timeout: 301 seconds]
karnowski has quit [Ping timeout: 301 seconds]
kapowaz has quit [Ping timeout: 301 seconds]
cam` has quit [Ping timeout: 301 seconds]
Scient has quit [Excess Flood]
schlunz has quit [Write error: Broken pipe]
preller has joined #ruby
cam` has joined #ruby
Scient has joined #ruby
karnowski has joined #ruby
kapowaz has joined #ruby
johnrlive has joined #ruby
MarioEIU has joined #ruby
darkc0met has joined #ruby
<rismoney> if i have a hash of arrays of hashes... - foo= {"nics"=>[{"pcad01"=>{"mgmt405"=>{"ip"=>"1.2.3.4"}}}, {"pcad02"=>{"mgmt405"=>{"ip"=>"1.2.3.4"}}}]} how can i return just ["pcad01","pcad02"]
Takehiro has quit [Remote host closed the connection]
aalmenar has quit [Ping timeout: 240 seconds]
aboudreault has quit [Ping timeout: 240 seconds]
riku has quit [Ping timeout: 240 seconds]
ereslibre has quit [Ping timeout: 240 seconds]
krnflake has quit [Ping timeout: 240 seconds]
Paradox has quit [Ping timeout: 240 seconds]
girija has quit [Ping timeout: 240 seconds]
bakingbread has quit [Ping timeout: 240 seconds]
alup has quit [Ping timeout: 240 seconds]
pen has quit [Remote host closed the connection]
newUser1234 has joined #ruby
ArchBeOS has joined #ruby
yekta has joined #ruby
cHarNe2_ has quit [Ping timeout: 245 seconds]
mafolz has quit [Remote host closed the connection]
Elico has quit [Remote host closed the connection]
dayepa has quit [Remote host closed the connection]
<burlyscudd> rismoney: return [foo['bar'], foo['baz']] ?
nezumi has quit [Ping timeout: 264 seconds]
lushious has joined #ruby
ChanServ has joined #ruby
Elico has joined #ruby
MarioEIU has left #ruby [#ruby]
mafolz1 has joined #ruby
dayepa has joined #ruby
<Hanmac> Spooner: if you ask i have a function named states, and one named _states, the second one returns allways an array and the first one returns an Hash or an Array depending on the parameter, but there is an third method, suspended_state? that removes variables from the result ...
bionhart has quit [Remote host closed the connection]
guilleiguaran_ has joined #ruby
dnyy_ has joined #ruby
rwz_ has joined #ruby
guilleiguaran_ has quit [Changing host]
dnyy_ has quit [Changing host]
rwz_ has quit [Changing host]
TomRone_ has joined #ruby
kaichanvong has joined #ruby
Kudos has joined #ruby
davidboy has joined #ruby
cam` has joined #ruby
darkc0met has joined #ruby
kapowaz has joined #ruby
karnowski has joined #ruby
TomRone_ has quit [Changing host]
kaichanvong has quit [Changing host]
Kudos has quit [Changing host]
davidboy has quit [Changing host]
cam` has quit [Changing host]
karnowski has quit [Changing host]
kapowaz has quit [Changing host]
darkc0met has quit [Changing host]
devoldmx3 has joined #ruby
ChanServ has left #ruby [#ruby]
devoldmx has quit [Read error: Connection reset by peer]
davidboy is now known as davidboy_
tomzx_mac has joined #ruby
<bnagy> rismoney: h['nics''].map &:keys
<bnagy> aand dinner
devoldmx has joined #ruby
Kudos has joined #ruby
Kudos has quit [Changing host]
thomasfedb has quit [Changing host]
thomasfedb has joined #ruby
homelinen has joined #ruby
homelinen has quit [Changing host]
GeissT has quit [Quit: AdiIRC is updating to v1.9.1 Beta Build (050613-1) 32 Bit]
harrymoreno has quit [Ping timeout: 264 seconds]
angusiguess has joined #ruby
eka has joined #ruby
harrymoreno has joined #ruby
niceguyjames has joined #ruby
GeissT has joined #ruby
dash_ has joined #ruby
mksm is now known as Guest28885
mephux_ is now known as Guest29272
theoros_ is now known as Guest62920
martxel_ is now known as Guest72700
Soliah is now known as Guest80517
Guedes is now known as Guest68598
joast is now known as Guest50155
z_ is now known as Guest47186
ned is now known as Guest79525
YW is now known as Guest33987
Repentinus is now known as Guest39974
fermion has joined #ruby
ArchBeOS is now known as Guest13455
Dummies_freelanc has left #ruby [#ruby]
Lemtzas has joined #ruby
Vert has joined #ruby
jerius has joined #ruby
Takehiro has joined #ruby
fridim__ has quit [Ping timeout: 264 seconds]
DarthGandalf has joined #ruby
yashshah_ has joined #ruby
charliesome has joined #ruby
Guest13455 has quit [Changing host]
Guest13455 has joined #ruby
Guest39974 has quit [Quit: Leaving]
generalissimo has joined #ruby
<rismoney> burlyscudd if I return foo['nics'] I get [{"pcad01"=>{"mgmt405"=>{"ip"=>"1.2.3.4"}}}, {"pcad02"=>{"mgmt405"=>{"ip"=>"1.2.3.4"}}}] I just want the next level of keys returned ["pcad01","pcad02"]
Guest13455 is now known as ArchBeOS
takezawa has quit [Remote host closed the connection]
aalmenar_ has joined #ruby
freerobby has joined #ruby
<rismoney> bnagy let me try
<burlyscudd> bnagy's thing about keys is good
<burlyscudd> rismoney: yeah my bad — just saw the nested hashes thing
vigintas has joined #ruby
riku- has joined #ruby
fuzzyhorns has joined #ruby
krnflake_ has joined #ruby
miskander has joined #ruby
b0oh has left #ruby [#ruby]
ereslibre_laptop has joined #ruby
failshell has joined #ruby
harrymoreno has joined #ruby
b0oh has joined #ruby
<rismoney> whats the &:keys syntax ?
suporte85 has joined #ruby
MrZYX|off is now known as MrZYX
alup_ has joined #ruby
harrymoreno has quit [Ping timeout: 245 seconds]
angusiguess has quit [Ping timeout: 240 seconds]
Rumsteak has joined #ruby
<MrZYX> rismoney: when calling a method, & calls to_proc and converts the resulting proc to a block, Symbol#to_proc creates a proc like proc {|obj| obj.send(self) }
Drekonus has joined #ruby
trollface has joined #ruby
Inoperable has joined #ruby
Drekonus has quit [Max SendQ exceeded]
yashshah_ has quit [Ping timeout: 268 seconds]
ananthakumaran1 has quit [Quit: Leaving.]
<MrZYX> so in your case it would call keys on the object passed to the block
riku- is now known as riku
prime has joined #ruby
prime has quit [Changing host]
osvico has quit [Ping timeout: 240 seconds]
Drekonus has joined #ruby
dr_neek has quit [Quit: dr_neek]
Appineer has joined #ruby
<forgot> banister`shop: foo? for help, _1, _2 as quick backreference, autocompletion, %maigc, etc..
jonathanwallace has quit [Ping timeout: 245 seconds]
<rismoney> mrzyx so what would the non ruby idiomatic way of writing h['nics''].map &:keys be ?
aboudreault has joined #ruby
<Banistergalaxy> Forgot cool, Pry has all of that
<Rumsteak> I have a question about #eql? and Hashes. Doc says "The eql? method returns true if obj and other refer to the same hash key. This is used by Hash to test members for equality." But I cannot think of any example where Hash would actually use #eql?. It seems to me that Hash mostly uses #hash method to compute stuff. Someone has an idea ?
<MrZYX> rismoney: h['nics'].map {|nic| nic.keys }
chichou has joined #ruby
<rismoney> got it! thats awesome!
<hoelzro> Rumsteak: hash collisions
akells` has joined #ruby
<Rumsteak> hoelzro: yes, what then ?
harrymoreno has quit [Ping timeout: 245 seconds]
<Rumsteak> oh ok
<rismoney> mrzyx I h think it could eliminate tons of blocks for me. tyvm
cHarNe2 has joined #ruby
bionhart has joined #ruby
skattyadz has joined #ruby
<forgot> Banistergalaxy: how to get help of String in pry? like str? in ipython
ArchBeOS has quit [Ping timeout: 245 seconds]
<Banistergalaxy> ? String#split
<Banistergalaxy> But you need pry-doc
<forgot> Banistergalaxy: cool.. im python poisoned
rippa has joined #ruby
<Banistergalaxy> You can also view source for c methods
<Banistergalaxy> C
<forgot> Banistergalaxy: i installed pry-doc after watching a video on pry website
jtharris has joined #ruby
haukur has joined #ruby
dmiller has joined #ruby
<Banistergalaxy> Can you do that in ipython? ;)
mikewintermute has joined #ruby
headius has joined #ruby
harrymoreno has joined #ruby
guiocavalcanti has joined #ruby
<haukur> is there a way to use jruby with bundle install?
cpyfvw has quit [Ping timeout: 246 seconds]
palyboy has quit []
dmiller has quit [Remote host closed the connection]
palyboy has joined #ruby
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
nyuszika7h_ has quit [Changing host]
nyuszika7h_ has joined #ruby
nyuszika7h_ is now known as nyuszika7h
<forgot> Banistergalaxy: i usually don't need the source code, doc is fine :p
<Banistergalaxy> If doc exists
noop__ has quit [Quit: Leaving]
<lupine> jruby -S bundle install
<Hanmac> haukur: jruby has extra channel at #jruby
miskander has quit [Quit: miskander]
<Rumsteak> thanks hoelzro for the hash tip, my mind is relieved now I can rest in peace :p
<hoelzro> =)
<lupine> (also works for rake, bundle exec, etc)
<Banistergalaxy> Forgot You don't always have docs or at least good docs
<Banistergalaxy> sometimes ppl are lazy
johnrliv_ has joined #ruby
tommyvyo has joined #ruby
<forgot> Banistergalaxy: can't argue with that :D
wolcanus has joined #ruby
akemrir has quit [Ping timeout: 246 seconds]
<Banistergalaxy> Hehe
ArchBeOS has joined #ruby
miskander has joined #ruby
sirecote_ is now known as sirecote
Hobogrammer has joined #ruby
banister`shop has joined #ruby
jlast has joined #ruby
jlast has quit [Remote host closed the connection]
<banister`shop> forgot: check this out a recent conf presentation on pry that covers some of the more interesting features: http://www.confreaks.com/videos/2467-railsconf2013-pry-the-good-parts
mikewintermute has quit [Quit: mikewintermute]
johnrlive has quit [Ping timeout: 252 seconds]
jlast has joined #ruby
GeissT has quit [Quit: MillBroChat AdIRC User]
sivoais has joined #ruby
therealnoop_ has joined #ruby
Hobogrammer_ has quit [Ping timeout: 246 seconds]
sethetter has left #ruby [#ruby]
johnrliv_ has quit [Ping timeout: 252 seconds]
carloslopes has quit [Remote host closed the connection]
pi3r has quit [Quit: Leaving]
therealnoop has joined #ruby
<forgot> banister`shop: nice, ty
johnrlive has joined #ruby
Alina-malina has quit [Ping timeout: 245 seconds]
takezawa has joined #ruby
bakingbread has joined #ruby
wsterling has joined #ruby
defaultro_ has joined #ruby
vlad_starkov has joined #ruby
bricker`1A has quit [Ping timeout: 240 seconds]
ioNull has quit [Quit: Computer has gone to sleep.]
guiocavalcanti has quit [Remote host closed the connection]
huoxito has joined #ruby
harrymoreno has quit [Ping timeout: 256 seconds]
wu_lmao has quit [Ping timeout: 240 seconds]
skattyadz has quit [Quit: skattyadz]
haukur has quit [Quit: leaving]
carcajou has quit [Ping timeout: 241 seconds]
k3rn3lito has quit [Ping timeout: 241 seconds]
sivoais has quit [Ping timeout: 260 seconds]
k3rn3lito has joined #ruby
harrymoreno has joined #ruby
thesheff17 has joined #ruby
Alina-malina has joined #ruby
<defaultro_> morning folks, is it possible to install rvm without having to install Xcode? I remember when I was installing it, it showed this message. Xcode and/or Command Line Tools is required
wu_lmao has joined #ruby
carcajou has joined #ruby
WhereIsMySpoon_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
WhereIsMySpoon has joined #ruby
WhereIsMySpoon has quit [Changing host]
WhereIsMySpoon has joined #ruby
<MrZYX> yes, install linux
<MrZYX> scnr
<defaultro_> what is scnr
rhys has joined #ruby
<MrZYX> sorry could not resist
<defaultro_> ok :)
<defaultro_> i forgot to bring my dvd of fedora and ubuntu. Might have to download the iso
<linduxed> if one includes guard into a project, should the guardfile be included?
bricker`LA has joined #ruby
<linduxed> in the repository that is
sivoais has joined #ruby
andikr has quit [Read error: Connection reset by peer]
dustint has joined #ruby
dustint has quit [Client Quit]
<fearoffish> I usually do, yes
haukur has joined #ruby
johnrlive has quit [Read error: Connection reset by peer]
<haukur> I'm always running into "RVM is not a function" do you recognize this problem?
johnrlive has joined #ruby
vlad_starkov has quit [Ping timeout: 264 seconds]
<haukur> "selecting rubies with use ... will not work"
balr0g_ has joined #ruby
harrymoreno has quit [Ping timeout: 245 seconds]
bionhart has quit [Remote host closed the connection]
balr0g_ is now known as balr0g
teclator has quit [Ping timeout: 246 seconds]
denver has joined #ruby
Meatant has quit [Quit: nite]
balr0g has left #ruby [#ruby]
banister`shop has quit [Read error: Connection reset by peer]
harrymoreno has joined #ruby
sivoais has quit [Quit: leaving]
bionhart has joined #ruby
Beoran has quit [Ping timeout: 248 seconds]
arya has quit [Ping timeout: 248 seconds]
lyanchih has joined #ruby
gyre008 has joined #ruby
Beoran has joined #ruby
chson has joined #ruby
CaptainKnots has quit [Changing host]
CaptainKnots has joined #ruby
marr has joined #ruby
mikewintermute has joined #ruby
d2dchat has joined #ruby
mikewintermute has quit [Client Quit]
senayar_ has joined #ruby
Elfix_113 has joined #ruby
wolcanus_ has joined #ruby
Elico1 has joined #ruby
casheew_ has joined #ruby
Sp4rKy_ has joined #ruby
Spami_ has joined #ruby
Sou|cutter has quit [Changing host]
Sou|cutter has joined #ruby
yshh has joined #ruby
axl_ has joined #ruby
plantigrade is now known as avelldiroll
firebury has joined #ruby
arya has joined #ruby
elake has joined #ruby
rmnuvg_ has joined #ruby
Spooner_ has joined #ruby
Nom-_ has joined #ruby
IrishGringo has joined #ruby
tomzx_mac has quit [Ping timeout: 260 seconds]
raha has joined #ruby
adman65 has joined #ruby
tagrudev has quit [Remote host closed the connection]
davedev24 has joined #ruby
jolleyjo1 has joined #ruby
jetblack_ has joined #ruby
Elfix has quit [Read error: Operation timed out]
soukihei_ has quit [Ping timeout: 240 seconds]
casheew has quit [Read error: Operation timed out]
Sp4rKy has quit [Read error: Operation timed out]
etank has quit [Read error: Operation timed out]
firebury_ has quit [Read error: Operation timed out]
wu_lmao has quit [Ping timeout: 240 seconds]
jtharris has quit [Ping timeout: 240 seconds]
gyre007 has quit [Ping timeout: 240 seconds]
ahawkins has quit [Ping timeout: 240 seconds]
Nom- has quit [Ping timeout: 240 seconds]
rmnuvg has quit [Read error: Operation timed out]
sgkim126l has quit [Ping timeout: 240 seconds]
jolleyjoe has quit [Ping timeout: 240 seconds]
cm_is has quit [Ping timeout: 240 seconds]
Elico has quit [Ping timeout: 240 seconds]
nari_ has quit [Ping timeout: 240 seconds]
solidoodlesuppor has quit [Ping timeout: 240 seconds]
Spooner has quit [Ping timeout: 240 seconds]
senayar has quit [Ping timeout: 240 seconds]
Debaser has quit [Ping timeout: 240 seconds]
jaredrhine has quit [Ping timeout: 240 seconds]
Scient has quit [Ping timeout: 240 seconds]
Spami has quit [Ping timeout: 240 seconds]
phreax_ has quit [Ping timeout: 240 seconds]
aMoniker has quit [Ping timeout: 240 seconds]
jetblack has quit [Ping timeout: 240 seconds]
Shirakawasuna has quit [Ping timeout: 240 seconds]
wolcanus has quit [Ping timeout: 240 seconds]
ayaz has quit [Ping timeout: 240 seconds]
Scient has joined #ruby
jaredrhine has joined #ruby
Uranio has quit [Ping timeout: 240 seconds]
soukihei has joined #ruby
Shirakawasuna has joined #ruby
phreax has joined #ruby
charliesome has quit [Write error: Broken pipe]
nari_ has joined #ruby
phipes has joined #ruby
Uranio has joined #ruby
jtharris has joined #ruby
sivoais has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
theRoUS has joined #ruby
solidoodlesuppor has joined #ruby
Debaser has joined #ruby
atyz has joined #ruby
mikewintermute has joined #ruby
jurbat has joined #ruby
cmarques has joined #ruby
Davey_ is now known as Davey
mikewintermute has quit [Client Quit]
<ericwood> #rvm
diadara_ has quit [Ping timeout: 248 seconds]
sgkim126l has joined #ruby
Giorgio has quit [Ping timeout: 264 seconds]
jeka-91 has quit [Read error: Connection reset by peer]
Rumsteak has quit [Ping timeout: 264 seconds]
ioNull has joined #ruby
jtharris has quit [*.net *.split]
rmnuvg_ has quit [*.net *.split]
adman65 has quit [*.net *.split]
firebury has quit [*.net *.split]
Nom-_ has quit [*.net *.split]
thesheff17 has quit [*.net *.split]
freerobby has quit [*.net *.split]
headius has quit [*.net *.split]
poga has quit [*.net *.split]
cam` has quit [*.net *.split]
ariedler has quit [*.net *.split]
Kudos has quit [*.net *.split]
wuest has quit [*.net *.split]
theRoUS has quit [*.net *.split]
Shirakawasuna has quit [*.net *.split]
davedev24 has quit [*.net *.split]
IrishGringo has quit [*.net *.split]
elake has quit [*.net *.split]
Spami_ has quit [*.net *.split]
yshh has quit [*.net *.split]
axl_ has quit [*.net *.split]
casheew_ has quit [*.net *.split]
d2dchat has quit [*.net *.split]
chson has quit [*.net *.split]
gyre008 has quit [*.net *.split]
marr has quit [*.net *.split]
bionhart has quit [*.net *.split]
rhys has quit [*.net *.split]
Alina-malina has quit [*.net *.split]
takezawa has quit [*.net *.split]
huoxito has quit [*.net *.split]
akells` has quit [*.net *.split]
Takehiro has quit [*.net *.split]
suporte85 has quit [*.net *.split]
failshell has quit [*.net *.split]
devoldmx has quit [*.net *.split]
yekta has quit [*.net *.split]
darkc0met has quit [*.net *.split]
whowantstolivefo has quit [*.net *.split]
matchaw has quit [*.net *.split]
jfelchner has quit [*.net *.split]
camt has quit [*.net *.split]
nemesit|znc has quit [*.net *.split]
joelteon has quit [*.net *.split]
xybre has quit [*.net *.split]
Gnubie has quit [*.net *.split]
sindork has quit [*.net *.split]
DanKnox_away has quit [*.net *.split]
Boohbah has quit [*.net *.split]
taec has quit [*.net *.split]
jcarouth has quit [*.net *.split]
matrixise has quit [*.net *.split]
solidoodlesuppor has quit [*.net *.split]
marcellu1 has quit [*.net *.split]
BeanDip_ has quit [*.net *.split]
Stelian1 has quit [*.net *.split]
phreax has quit [*.net *.split]
Spooner_ has quit [*.net *.split]
Sp4rKy_ has quit [*.net *.split]
Beoran has quit [*.net *.split]
bricker`LA has quit [*.net *.split]
carcajou has quit [*.net *.split]
therealnoop has quit [*.net *.split]
jlast has quit [*.net *.split]
Hobogrammer has quit [*.net *.split]
cHarNe2 has quit [*.net *.split]
Appineer has quit [*.net *.split]
Lemtzas has quit [*.net *.split]
Drekonus has quit [*.net *.split]
dash_ has quit [*.net *.split]
jayne has quit [*.net *.split]
ChristianS has quit [*.net *.split]
matti has quit [*.net *.split]
JumpMast3r has quit [*.net *.split]
rgrinberg has quit [*.net *.split]
huttan_ has quit [*.net *.split]
paissad_ has quit [*.net *.split]
deavid has quit [*.net *.split]
xargoon has quit [*.net *.split]
adkron has quit [*.net *.split]
JoeHazzers has quit [*.net *.split]
bjeanes has quit [*.net *.split]
marwinism has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
ij has quit [*.net *.split]
wallerdev has joined #ruby
raha has quit [Quit: raha]
johnrlive has quit [Remote host closed the connection]
jtharris has joined #ruby
ananthakumaran has joined #ruby
dysinger has quit [Quit: dysinger]
firebury has joined #ruby
Guest29272 is now known as mephux
mephux is now known as mephux_
mephux_ has quit [Changing host]
mephux_ has joined #ruby
sivoais has quit [Read error: Connection reset by peer]
poga has joined #ruby
Dummies_freelanc has joined #ruby
Nom- has joined #ruby
freerobby has joined #ruby
it_tard is now known as Tsunashi_Takuto
Tsunashi_Takuto has quit [Changing host]
Tsunashi_Takuto has joined #ruby
dysinger has joined #ruby
monkegjinni has joined #ruby
tiripamwe has joined #ruby
sayan_ is now known as sayan
sayan has quit [Changing host]
sayan has joined #ruby
headius has joined #ruby
monkegji_ has quit [Ping timeout: 248 seconds]
maz-dev has quit [Remote host closed the connection]
DomKM has joined #ruby
sivoais has joined #ruby
miskander has quit [Quit: miskander]
rmnuvg has joined #ruby
<forgot> any chance could pry use less or vi key-binding as pager?
srji has quit [Quit: leaving]
braoru has quit [Quit: Leaving]
<linduxed> fearoffish: ok
v0n has quit [Quit: WeeChat 0.4.1]
Alina-malina has joined #ruby
v0n has joined #ruby
failshell has joined #ruby
Hobogrammer has joined #ruby
Banistergalaxy has quit [Ping timeout: 245 seconds]
mikewintermute has joined #ruby
Guest56873 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
huoxito has joined #ruby
Shirakawasuna has joined #ruby
45PAAKBP0 has joined #ruby
bricker`LA has joined #ruby
Spooner_ has joined #ruby
bjeanes has joined #ruby
jfelchner has joined #ruby
yekta has joined #ruby
elake has joined #ruby
Lemtzas has joined #ruby
bigkevmcd has joined #ruby
taec has joined #ruby
devoldmx has joined #ruby
cHarNe2 has joined #ruby
JoeHazzers has joined #ruby
camt has joined #ruby
carcajou has joined #ruby
jlast has joined #ruby
axl_ has joined #ruby
Kudos has joined #ruby
adkron has joined #ruby
theRoUS has joined #ruby
jcarouth has joined #ruby
chson has joined #ruby
ariedler_ has joined #ruby
Takehiro has joined #ruby
darkc0met has joined #ruby
ij has joined #ruby
matrixise has joined #ruby
akells` has joined #ruby
Drekonus has joined #ruby
matti has joined #ruby
nemesit|znc has joined #ruby
Stelian1 has joined #ruby
sindork has joined #ruby
xargoon has joined #ruby
jayne has joined #ruby
suporte85 has joined #ruby
Spami_ has joined #ruby
paissad_ has joined #ruby
Boohbah has joined #ruby
Rumsteak_ has joined #ruby
marr has joined #ruby
solidoodlesuppor has joined #ruby
phreax has joined #ruby
gyre008 has joined #ruby
Beoran has joined #ruby
Gnubie has joined #ruby
casheew_ has joined #ruby
Sp4rKy_ has joined #ruby
wuest_ has joined #ruby
matchaw has joined #ruby
d2dchat has joined #ruby
dash_ has joined #ruby
ChristianS has joined #ruby
rhys has joined #ruby
marwinism has joined #ruby
xybre has joined #ruby
yshh has joined #ruby
joelteon has joined #ruby
DanKnox_away has joined #ruby
huttan_ has joined #ruby
whowantstolivefo has joined #ruby
takezawa has joined #ruby
rgrinberg has joined #ruby
BeanDip_ has joined #ruby
IrishGringo has joined #ruby
JumpMast3r has joined #ruby
marcellu1 has joined #ruby
deavid has joined #ruby
Appineer has joined #ruby
Kudos has quit [Changing host]
Kudos has joined #ruby
45PAAKBP0 has quit [Write error: Connection reset by peer]
Rumsteak_ is now known as Rumsteak
codecop has joined #ruby
ffranz has joined #ruby
thesheff17 has joined #ruby
tiripamwe has quit [Ping timeout: 264 seconds]
Appineer has quit [Remote host closed the connection]
Kudos has quit [Changing host]
Kudos has joined #ruby
bionhart has joined #ruby
ttt has joined #ruby
byprdct has joined #ruby
mikewintermute has quit [Quit: mikewintermute]
Tarential has joined #ruby
BadDesign has joined #ruby
byprdct has quit [Client Quit]
jprovazn has quit [Quit: Leaving]
vlad_starkov has joined #ruby
ttt has quit [Ping timeout: 252 seconds]
Shirakawasuna has quit [Ping timeout: 245 seconds]
carlosjc23 has joined #ruby
<carlosjc23> need tego calderon last album
Spooner_ has quit [Remote host closed the connection]
d2dchat has quit [Remote host closed the connection]
carlosjc23 has left #ruby [#ruby]
ravster has joined #ruby
momomomomo has joined #ruby
Bleah has joined #ruby
biz has joined #ruby
denis__ has joined #ruby
carloslopes has joined #ruby
hydrozen has joined #ruby
thomasfedb has quit [*.net *.split]
ctp_ has quit [*.net *.split]
timmow has quit [*.net *.split]
Coffers has quit [*.net *.split]
Speed has quit [*.net *.split]
icco has quit [*.net *.split]
Caius has quit [*.net *.split]
pduin has quit [*.net *.split]
wyan has quit [*.net *.split]
kennyvb has quit [*.net *.split]
JStoker has quit [*.net *.split]
nopper has quit [*.net *.split]
gadgetoid has quit [*.net *.split]
alexspeller has quit [*.net *.split]
anekos_ has quit [*.net *.split]
ctp has joined #ruby
<carcajou> Quick question strftime can take %d for days but that will format on two digits, I'd like to not have the leading 0
nopper has joined #ruby
<carcajou> How I do?
JStoker has joined #ruby
kennyvb_ has joined #ruby
anekos_ has joined #ruby
thomasfedb has joined #ruby
wyan has joined #ruby
BizarreCake has quit [Quit: Leaving]
biz has quit [Client Quit]
denis__ has quit [Client Quit]
nopper has quit [*.net *.split]
vlad_starkov has quit [*.net *.split]
bionhart has quit [*.net *.split]
rmnuvg has quit [*.net *.split]
jtharris has quit [*.net *.split]
wallerdev has quit [*.net *.split]
ioNull has quit [*.net *.split]
Scient has quit [*.net *.split]
jaredrhine has quit [*.net *.split]
nari_ has quit [*.net *.split]
farn has quit [*.net *.split]
Guest80517 has quit [*.net *.split]
snearch has quit [*.net *.split]
geekbri has quit [*.net *.split]
kofno has quit [*.net *.split]
kreantos has quit [*.net *.split]
thejefflarson__ has quit [*.net *.split]
sirecote has quit [*.net *.split]
Mon_Ouie has quit [*.net *.split]
sideshowcoder has quit [*.net *.split]
cmarques has quit [Ping timeout: 256 seconds]
dr_bob has quit [Quit: Leaving.]
<carcajou> %-d ?
snearch has joined #ruby
thejefflarson___ has joined #ruby
farn has joined #ruby
alex__c2022 has joined #ruby
geekbri has joined #ruby
sirecote has joined #ruby
peta_ has joined #ruby
<ghr> %e - Day of the month, blank-padded ( 1..31)
jaredrhine has joined #ruby
<ghr> %d - Day of the month, zero-padded (01..31)
Scient has joined #ruby
rmnuvg has joined #ruby
dr_bob has joined #ruby
<carcajou> ghr: It seems that %-d works as well
thomasfedb has quit [K-Lined]
nopper has joined #ruby
<carcajou> - specifies no padding apparently
<carcajou> But thanks a lot
tomsthumb has joined #ruby
<ghr> Ah yes, %-d no-padded (1..31)
diadara has joined #ruby
anekos_ has quit [Remote host closed the connection]
_carloslopes has joined #ruby
cmarques has joined #ruby
wallerdev has joined #ruby
seitensei has joined #ruby
generalissimo has quit [Remote host closed the connection]
bionhart has joined #ruby
kofno has joined #ruby
thomasfedb has joined #ruby
filipe__ has quit [Ping timeout: 248 seconds]
carloslopes has quit [Ping timeout: 256 seconds]
<ghr> hah awesome: http://strftimer.com/
seejohnrun has joined #ruby
jtharris has joined #ruby
rangle has joined #ruby
redgirl has joined #ruby
lkba has quit [Ping timeout: 246 seconds]
atyz has quit [Quit: Leaving...]
kreantos has joined #ruby
admin0 has quit [Quit: Leaving]
ioNull has joined #ruby
vlad_starkov has joined #ruby
acrussell has joined #ruby
nari_ has joined #ruby
pskosinski has joined #ruby
dr_bob has quit [Ping timeout: 256 seconds]
burlyscudd has quit [Quit: Leaving.]
jamesaxl has quit [Remote host closed the connection]
burlyscudd has joined #ruby
Mon_Ouie has joined #ruby
mikewintermute has joined #ruby
atyz has joined #ruby
bionhart has quit [Remote host closed the connection]
ryannielson_ has joined #ruby
ryannielson has quit [Ping timeout: 245 seconds]
ryannielson_ is now known as ryannielson
ryannielson has quit [Client Quit]
Zeeraw has joined #ruby
mikewintermute has quit [Client Quit]
babinho has quit [Quit: leaving]
anekos has joined #ruby
babinho has joined #ruby
codex has quit [Changing host]
codex has joined #ruby
stonevil has joined #ruby
mikecmpbll has joined #ruby
miskander has joined #ruby
vigintas has quit [Remote host closed the connection]
<Hanmac> hm i need someone that look over my game-engine code ... because i have a stack error ... i know why but i cant write around that :(
tjbiddle has joined #ruby
stonevil has quit [Remote host closed the connection]
timkohrumel has joined #ruby
devoldmx has quit [Read error: Connection reset by peer]
Bry8Star{T2 has quit [Remote host closed the connection]
<MrZYX> too afraid of a loop?
filipe__ has joined #ruby
Guest79525 is now known as ned
devoldmx has joined #ruby
Bry8Star{T2 has joined #ruby
areil has quit [Remote host closed the connection]
momomomomo has quit [Quit: momomomomo]
<Hanmac> MrZYX: https://github.com/OpenRubyRMK/game-engine/tree/master/data/scripts/2.0 battler_feature and battler_state ... becauses #states and #features result in a looop ...
<Hanmac> states can add features but features can also add states ... (did you see my current problem?)
cam` has joined #ruby
Naeblis has joined #ruby
generalissimo has joined #ruby
geggam has joined #ruby
taqutor has joined #ruby
aganov has quit [Quit: aganov]
cmarques has quit [Ping timeout: 259 seconds]
ppppaul has joined #ruby
<MrZYX> hm, not sure. Sounds a bit like the composite pattern maybe
pen has joined #ruby
viszu has joined #ruby
niftylettuce has joined #ruby
Eaven has quit [Ping timeout: 246 seconds]
jacobw has joined #ruby
ckrailo has joined #ruby
yosafbridge` has quit [Ping timeout: 256 seconds]
jonahR has joined #ruby
nyuszika7h has quit [Excess Flood]
SDr has joined #ruby
dr_bob has joined #ruby
cads has joined #ruby
Caius has joined #ruby
alexspeller has joined #ruby
timmow has joined #ruby
jonahR has quit [Client Quit]
mahlon_ is now known as mahlon
sideshowcoder has joined #ruby
davetherat has quit [Remote host closed the connection]
yosafbridge has joined #ruby
gadgetoid has joined #ruby
davetherat has joined #ruby
chrishough has joined #ruby
icco has joined #ruby
vlad_starkov has quit [Ping timeout: 256 seconds]
<Rumsteak> If #class belongs to Object, as doc says, how come I can do BasicObject.class and it works ?
nyuszika7h_ has joined #ruby
dr_bob has quit [Client Quit]
<MrZYX> >> BasicObject.new.class
<eval-in> MrZYX => undefined method `class' for #<BasicObject:0x40dc52e0> (NoMethodError) ... (http://eval.in/32849)
threesome has quit [Ping timeout: 246 seconds]
<Rumsteak> oh ok then
cads has quit [Max SendQ exceeded]
<Rumsteak> But then I wonder where ::class comes from
<MrZYX> the constant BasicObject holds an object of the type Class
Guest68598 has quit [Excess Flood]
greenarrow|3 has quit [Read error: Connection reset by peer]
r0bgleeson has joined #ruby
lyanchih has quit [Quit: lyanchih]
Guest68598 has joined #ruby
cads has joined #ruby
greenarrow has joined #ruby
tk___ has quit [Quit: ばいばい]
tenseiten has joined #ruby
timkohrumel has quit [Write error: Broken pipe]
Hobogrammer_ has joined #ruby
burlyscudd1 has joined #ruby
cHarNe2 has quit [Ping timeout: 276 seconds]
cads has quit [Max SendQ exceeded]
<Rumsteak> MrZYX: so BasicObject.class is an undocumented getter for the class attribute ?
geekbri_ has joined #ruby
cads has joined #ruby
<MrZYX> no
<MrZYX> >> BasicObject.ancestors
newUser1_ has joined #ruby
failshel_ has joined #ruby
<MrZYX> hm
Alamo777_ has joined #ruby
kofno_ has joined #ruby
fermion_ has joined #ruby
<MrZYX> anyway it comes from Object since Class inherits from Object
khismetix has joined #ruby
jaredrhine_ has joined #ruby
s__e has joined #ruby
byprdct has joined #ruby
<MrZYX> >> class Foo; end; Foo.class
<Hanmac> >> BasicObject.class.ancestors
<MrZYX> eval-in is dead :/
ctp has quit [Quit: Linkinus - http://linkinus.com]
tjbiddle_ has joined #ruby
sayan_ has joined #ruby
<Rumsteak> MrZYX: I think I am lost :p
DestinyAwaits has quit [Quit: Leaving]
dysinger_ has joined #ruby
<MrZYX> classes are just objects too in ruby
framling_ has joined #ruby
sgkim1261 has joined #ruby
rmnuvg_ has joined #ruby
<Rumsteak> Yep
ioNull_ has joined #ruby
b0oh1 has joined #ruby
burlyscudd1 has quit [Client Quit]
nhhagen_ has joined #ruby
<Rumsteak> Okay
ioNull_ has quit [Max SendQ exceeded]
geggam_ has joined #ruby
<MrZYX> that's why you do BasicObject.new and not new BasicObject, new is an instance method on the object that the constant BasicObject holds
Weazy_ has joined #ruby
bean_ has joined #ruby
ntus1017 has joined #ruby
pencilcheck has joined #ruby
Inoperable has quit [Ping timeout: 256 seconds]
krnflake_ has quit [Ping timeout: 256 seconds]
burlyscudd has quit [Read error: Connection reset by peer]
rangle has quit [Ping timeout: 256 seconds]
Norrin has quit [Ping timeout: 256 seconds]
yosafbridge has quit [Ping timeout: 256 seconds]
niftylettuce has quit [Ping timeout: 256 seconds]
jacobw has quit [Ping timeout: 256 seconds]
pen has quit [Ping timeout: 256 seconds]
kofno has quit [Ping timeout: 256 seconds]
seitensei has quit [Ping timeout: 256 seconds]
rmnuvg has quit [Ping timeout: 256 seconds]
thejefflarson___ has quit [Ping timeout: 256 seconds]
sgkim126l has quit [Ping timeout: 256 seconds]
jetblack_ has quit [Ping timeout: 256 seconds]
Elfix_113 has quit [Ping timeout: 256 seconds]
alup_ has quit [Ping timeout: 256 seconds]
fermion has quit [Ping timeout: 256 seconds]
yeban has quit [Ping timeout: 256 seconds]
nw has quit [Ping timeout: 256 seconds]
patteh has quit [Ping timeout: 256 seconds]
framling has quit [Ping timeout: 256 seconds]
xsdg has quit [Ping timeout: 256 seconds]
rotor has quit [Ping timeout: 256 seconds]
ckrailo has quit [Ping timeout: 256 seconds]
viszu has quit [Ping timeout: 256 seconds]
geggam has quit [Ping timeout: 256 seconds]
taqutor has quit [Ping timeout: 256 seconds]
ioNull has quit [Ping timeout: 256 seconds]
miskander has quit [Ping timeout: 256 seconds]
Scient has quit [Ping timeout: 256 seconds]
snearch has quit [Ping timeout: 256 seconds]
geekbri has quit [Ping timeout: 256 seconds]
ravster has quit [Ping timeout: 256 seconds]
Hobogrammer has quit [Ping timeout: 256 seconds]
thesheff17 has quit [Ping timeout: 256 seconds]
huoxito has quit [Ping timeout: 256 seconds]
v0n has quit [Ping timeout: 256 seconds]
Alina-malina has quit [Ping timeout: 256 seconds]
DomKM has quit [Ping timeout: 256 seconds]
dysinger has quit [Ping timeout: 256 seconds]
Dummies_freelanc has quit [Ping timeout: 256 seconds]
aboudreault has quit [Ping timeout: 256 seconds]
aalmenar_ has quit [Ping timeout: 256 seconds]
newUser1234 has quit [Ping timeout: 256 seconds]
ereslibre_laptop has quit [Ping timeout: 256 seconds]
s-e has quit [Ping timeout: 256 seconds]
brjannc| has quit [Ping timeout: 256 seconds]
chid has quit [Ping timeout: 256 seconds]
Kovensky has quit [Ping timeout: 256 seconds]
Weazy has quit [Ping timeout: 256 seconds]
mljsimone has quit [Ping timeout: 256 seconds]
jaredrhine has quit [Ping timeout: 256 seconds]
tjbiddle has quit [Ping timeout: 256 seconds]
failshell has quit [Ping timeout: 256 seconds]
froy has quit [Ping timeout: 256 seconds]
atyz has quit [Ping timeout: 256 seconds]
rotor has joined #ruby
Shirakawasuna has joined #ruby
Inoperable has joined #ruby
JStoker has quit [Excess Flood]
moted has quit [Ping timeout: 256 seconds]
Debaser has quit [Ping timeout: 256 seconds]
im0b has joined #ruby
Elfix has joined #ruby
aalmenar has joined #ruby
im0b has joined #ruby
im0b has quit [Changing host]
dysinger_ is now known as dysinger
Elfix has quit [Changing host]
Elfix has joined #ruby
aalmenar has quit [Changing host]
aalmenar has joined #ruby
ereslibre has joined #ruby
ereslibre has joined #ruby
tjbiddle_ is now known as tjbiddle
DomKM has joined #ruby
<MrZYX> and it comes from Class, since that's the type of that object
sayan has quit [Ping timeout: 245 seconds]
yosafbridge has joined #ruby
Shirakawasuna has quit [Max SendQ exceeded]
bean_ is now known as julian-delphiki
jacobw has joined #ruby
Scient has joined #ruby
froy has joined #ruby
ckrailo has joined #ruby
sivoais has quit [Read error: Connection reset by peer]
ppppaul has quit [Ping timeout: 256 seconds]
anekos has quit [Ping timeout: 256 seconds]
m_3 has quit [Ping timeout: 256 seconds]
Debaser has joined #ruby
huoxito has joined #ruby
Shirakawasuna has joined #ruby
sivoais_ has joined #ruby
<MrZYX> it gets a bit confusing when Class.class is Class but yeah
krnflake has joined #ruby
m_3 has joined #ruby
ppppaul has joined #ruby
snearch has joined #ruby
anekos has joined #ruby
brjannc has joined #ruby
chid has joined #ruby
brjannc has quit [Changing host]
brjannc has joined #ruby
alup_ has joined #ruby
Norrin has joined #ruby
Kovensky has joined #ruby
thesheff17 has joined #ruby
brunoro has joined #ruby
v0n has joined #ruby
<Rumsteak> Yep ok
<eval-in> MrZYX => Class (http://eval.in/32852)
<eval-in> MrZYX => [BasicObject] (http://eval.in/32853)
<eval-in> Hanmac => [Class, Module, Object, Kernel, BasicObject] (http://eval.in/32853)
ioNull has joined #ruby
Speed has joined #ruby
jlebrech has joined #ruby
yeban has joined #ruby
JStoker has joined #ruby
nyuszika7h_ is now known as nyuszika7u
nyuszika7u is now known as nyuszika7h
hamakn has quit [Remote host closed the connection]
<Rumsteak> So BasicObject is implicitly an Object
ivanoats has joined #ruby
<MrZYX> yes, since Class inherits from Object
<Rumsteak> yes right forgot that point
DefV_ has joined #ruby
jsaak has joined #ruby
maddog_ has joined #ruby
<Hanmac> each class is a module while Module is a class
<Hanmac> each class is an object, while Object is a class
forrest has joined #ruby
Tarential has quit [Excess Flood]
jetblack has joined #ruby
brunoro has quit [Client Quit]
jonathanwallace has joined #ruby
r0bglees0n has joined #ruby
cj3kim has joined #ruby
xsdg has joined #ruby
benweint has joined #ruby
icecandy has joined #ruby
<Rumsteak> Hanmac: Yep I know. I made a little sketch to wrap my head around all this : http://imgur.com/FIAjF88
s-e has joined #ruby
geekbri has joined #ruby
dangerousdave has joined #ruby
ntus1017_ has joined #ruby
terrellt_ has joined #ruby
tjbiddle_ has joined #ruby
fivethre1o has quit [Write error: Broken pipe]
LiquidInsect has quit [Write error: Broken pipe]
k3rn3lito has quit [Write error: Broken pipe]
jsaak_ has quit [Write error: Broken pipe]
awwaiid has quit [Write error: Broken pipe]
maddog__ has quit [Write error: Broken pipe]
DefV has quit [Write error: Broken pipe]
<MrZYX> did you find the little diagram at http://rubydoc.info/stdlib/core/Class yet?
nhhagen__ has joined #ruby
b0oh has joined #ruby
pen has joined #ruby
Tarential has joined #ruby
dr_neek has joined #ruby
arya_ has joined #ruby
rodasc has joined #ruby
LucidDreamZzZz has quit [Read error: Connection reset by peer]
Bry8Star{T2 has quit [Read error: Connection reset by peer]
DrCode has quit [Ping timeout: 240 seconds]
anekos has quit [Ping timeout: 264 seconds]
b0oh1 has quit [Ping timeout: 264 seconds]
ckrailo has quit [Ping timeout: 264 seconds]
fermion_ has quit [Ping timeout: 264 seconds]
cam` has quit [Ping timeout: 264 seconds]
mikecmpbll has quit [Ping timeout: 264 seconds]
Mendon has quit [Ping timeout: 264 seconds]
NimeshNeema has quit [Ping timeout: 264 seconds]
DomKM has quit [Ping timeout: 264 seconds]
khismetix has quit [Ping timeout: 264 seconds]
epochwolf has quit [Ping timeout: 264 seconds]
end_guy has quit [Ping timeout: 240 seconds]
<Rumsteak> MrZYX: will have a look
grn_ has quit [Read error: Connection reset by peer]
pencilcheck has quit [Ping timeout: 264 seconds]
ntus1017 has quit [Ping timeout: 264 seconds]
rmnuvg_ has quit [Ping timeout: 264 seconds]
sgkim1261 has quit [Ping timeout: 264 seconds]
byprdct has quit [Ping timeout: 264 seconds]
tjbiddle has quit [Ping timeout: 264 seconds]
geekbri_ has quit [Ping timeout: 264 seconds]
r0bgleeson has quit [Ping timeout: 264 seconds]
devoldmx has quit [Ping timeout: 264 seconds]
babinho has quit [Ping timeout: 264 seconds]
farn has quit [Ping timeout: 264 seconds]
hydrozen has quit [Ping timeout: 264 seconds]
Uranio has quit [Ping timeout: 264 seconds]
estating56 has quit [Ping timeout: 264 seconds]
heidar has quit [Ping timeout: 264 seconds]
brian`_ has quit [Ping timeout: 264 seconds]
telling has quit [Ping timeout: 264 seconds]
lsmola has quit [Ping timeout: 264 seconds]
crodas has quit [Ping timeout: 264 seconds]
lupine has quit [Ping timeout: 264 seconds]
nyuszika7h has quit [Excess Flood]
brian` has joined #ruby
Alamo777_ has quit [Read error: Connection reset by peer]
Guest68598 has quit [Excess Flood]
robscomputer has joined #ruby
redgirl_ has joined #ruby
aboudreault has joined #ruby
maddog_ has quit [Ping timeout: 264 seconds]
thesheff17 has quit [Ping timeout: 264 seconds]
Kovensky has quit [Ping timeout: 264 seconds]
Debaser has quit [Ping timeout: 264 seconds]
Weazy_ has quit [Ping timeout: 264 seconds]
nhhagen_ has quit [Ping timeout: 264 seconds]
s__e has quit [Ping timeout: 264 seconds]
tenseiten has quit [Ping timeout: 264 seconds]
_carloslopes has quit [Ping timeout: 264 seconds]
redgirl has quit [Ping timeout: 264 seconds]
filipe__ has quit [Ping timeout: 264 seconds]
ffranz has quit [Ping timeout: 264 seconds]
kapowaz has quit [Ping timeout: 264 seconds]
QKO_ has quit [Ping timeout: 264 seconds]
Hanmac has quit [Ping timeout: 264 seconds]
afd__ has quit [Write error: Connection reset by peer]
lupine has joined #ruby
r0bgl33s0n has joined #ruby
soc42 has joined #ruby
QKO has joined #ruby
farn has joined #ruby
redgirl_ is now known as redgirl
Alina-malina has joined #ruby
DomKM has joined #ruby
Weazy has joined #ruby
nyuszika7h has joined #ruby
awwaiid has joined #ruby
arya has quit [Ping timeout: 264 seconds]
nhhagen_ has joined #ruby
CaptainKnots has quit [Quit: bazinga!]
r0bglees0n has quit [Read error: Connection reset by peer]
sivoais_ has quit [Ping timeout: 256 seconds]
nhhagen__ has quit [Read error: Connection reset by peer]
benweint has quit [Ping timeout: 256 seconds]
LiquidInsect has joined #ruby
rodasc has quit [Read error: Connection reset by peer]
yeban has quit [Ping timeout: 256 seconds]
im0b has quit [Ping timeout: 256 seconds]
Inoperable has quit [Ping timeout: 256 seconds]
s-e has quit [Read error: Connection reset by peer]
icecandy has quit [Read error: Connection reset by peer]
6JTAASSRY has joined #ruby
fivethreeo has joined #ruby
maddog__ has joined #ruby
palyer has joined #ruby
rodasc has joined #ruby
riku- has joined #ruby
Spooner has joined #ruby
WhereIsMySpoon_ has joined #ruby
b0oh has quit [Ping timeout: 256 seconds]
Dummies_freelanc has joined #ruby
arya_ has quit [Ping timeout: 256 seconds]
ntus1017_ has quit [Ping timeout: 256 seconds]
jonathanwallace has quit [Ping timeout: 256 seconds]
ereslibre has quit [Ping timeout: 256 seconds]
grn has joined #ruby
im0b has joined #ruby
ioNull has quit [Ping timeout: 256 seconds]
s-e has joined #ruby
Elico has joined #ruby
tjbiddle_ is now known as tjbiddle
mikecmpbll has joined #ruby
robscomputer_ has joined #ruby
pskosinski_ has joined #ruby
rodasc is now known as crodas
dr_Poggs has joined #ruby
redgirl_ has joined #ruby
jonathanwallace has joined #ruby
nalaginrut has quit [Ping timeout: 248 seconds]
Inoperable has joined #ruby
ereslibre has joined #ruby
ntus101__ has joined #ruby
nyuszika7h has quit [Excess Flood]
julian-delphiki has quit [Ping timeout: 264 seconds]
k3rn3lito has joined #ruby
seejohnr1n has joined #ruby
epochwolf has joined #ruby
epochwolf has quit [Excess Flood]
karnowski has quit [Ping timeout: 264 seconds]
soc42 has quit [Excess Flood]
jaredrhine has joined #ruby
Chelen__ has joined #ruby
nyuszika7h_ has joined #ruby
epochwolf has joined #ruby
soc42 has joined #ruby
Coolhand has quit [Read error: Operation timed out]
mljsimone has joined #ruby
Mekkis_ has joined #ruby
oxiqny has joined #ruby
viszu has joined #ruby
devoldmx has joined #ruby
Alina-malina has quit [Read error: Connection reset by peer]
farn has quit [Excess Flood]
telling has joined #ruby
Uranio has joined #ruby
filipe_ has joined #ruby
tylersmith has quit [Remote host closed the connection]
im0b has quit [Changing host]
im0b has joined #ruby
robscomputer_ has quit [Changing host]
robscomputer_ has joined #ruby
lupine has quit [Excess Flood]
redgirl has quit [Read error: Connection reset by peer]
pskosinski_ has quit [Changing host]
pskosinski_ has joined #ruby
robscomputer has quit [Ping timeout: 264 seconds]
dysinger has quit [Ping timeout: 264 seconds]
seejohnrun has quit [Ping timeout: 264 seconds]
ereslibre has quit [Changing host]
ereslibre has joined #ruby
lupine has joined #ruby
epochwolf has joined #ruby
epochwolf has quit [Changing host]
telling has joined #ruby
telling has quit [Changing host]
lupine has quit [Changing host]
lupine has joined #ruby
babinho has joined #ruby
fermion has joined #ruby
pipework has joined #ruby
tylersmith has joined #ruby
ckrailo has joined #ruby
redgirl_ is now known as redgirl
Kovensky has joined #ruby
sgkim126l has joined #ruby
Debaser has joined #ruby
estating56 has joined #ruby
tylersmith has quit [Read error: Connection reset by peer]
tylersmi_ has joined #ruby
khismetix has joined #ruby
jaybe_ has joined #ruby
Paradox has joined #ruby
ivanoats_ has joined #ruby
arya has joined #ruby
havenwood has joined #ruby
nopper` has joined #ruby
Drekonus has quit [Quit: Textual IRC Client: www.textualapp.com]
ffranz has joined #ruby
jaredrhine_ has quit [*.net *.split]
Hobogrammer_ has quit [*.net *.split]
newUser1_ has quit [*.net *.split]
greenarrow has quit [*.net *.split]
chrishough has quit [*.net *.split]
sideshowcoder has quit [*.net *.split]
generalissimo has quit [*.net *.split]
Naeblis has quit [*.net *.split]
Zeeraw has quit [*.net *.split]
Mon_Ouie has quit [*.net *.split]
nari_ has quit [*.net *.split]
pskosinski has quit [*.net *.split]
wallerdev has quit [*.net *.split]
kreantos has quit [*.net *.split]
jtharris has quit [*.net *.split]
tomsthumb has quit [*.net *.split]
nopper has quit [*.net *.split]
diadara has quit [*.net *.split]
alex__c2022 has quit [*.net *.split]
sirecote has quit [*.net *.split]
peta_ has quit [*.net *.split]
wyan has quit [*.net *.split]
BadDesign has quit [*.net *.split]
headius has quit [*.net *.split]
monkegjinni has quit [*.net *.split]
codecop has quit [*.net *.split]
jurbat has quit [*.net *.split]
poga has quit [*.net *.split]
Elico1 has quit [*.net *.split]
palyboy has quit [*.net *.split]
denver has quit [*.net *.split]
WhereIsMySpoon has quit [*.net *.split]
trollface has quit [*.net *.split]
riku has quit [*.net *.split]
niceguyjames has quit [*.net *.split]
dayepa has quit [*.net *.split]
eka has quit [*.net *.split]
lunarjar has quit [*.net *.split]
tomku has quit [*.net *.split]
jtperreault has quit [*.net *.split]
TMM has quit [*.net *.split]
SDr has quit [*.net *.split]
`MArceLL` has quit [*.net *.split]
victorK has quit [*.net *.split]
Guest50155 has quit [*.net *.split]
wwwq has quit [*.net *.split]
Mekkis has quit [*.net *.split]
DaniG2k has quit [*.net *.split]
ElderFain has quit [*.net *.split]
splittingred has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
yalue has quit [*.net *.split]
Criztian has quit [*.net *.split]
leonid_ has quit [*.net *.split]
JohnBat26 has quit [*.net *.split]
jimeh_ has quit [*.net *.split]
gianlucadv has quit [*.net *.split]
bradhe has quit [*.net *.split]
foohey has quit [*.net *.split]
talntid has quit [*.net *.split]
Drakevr has quit [*.net *.split]
jaybe has quit [*.net *.split]
patricksroberts_ has quit [*.net *.split]
drPoggs has quit [*.net *.split]
riku- is now known as riku
arusso- is now known as arusso
arusso has quit [Changing host]
arusso has joined #ruby
wyan has joined #ruby
khismetix has quit [Read error: Connection reset by peer]
bionhart has joined #ruby
talntid has joined #ruby
farn has joined #ruby
julian-delphiki has joined #ruby
`MArceLL` has joined #ruby
nw has joined #ruby
timonv has quit [Remote host closed the connection]
haukur has quit [Quit: leaving]
oxiqny has quit [Ping timeout: 245 seconds]
end_guy has joined #ruby
<Uranio> somebody now what happend with "wuby"
wwwq has joined #ruby
<Uranio> now/know
Azulinho has joined #ruby
Appineer has joined #ruby
Spami_ has quit [Quit: This computer has gone to sleep]
ioNull has joined #ruby
mikepack has joined #ruby
lunarjar has joined #ruby
jdunck has joined #ruby
ivanoats has quit [Ping timeout: 256 seconds]
nalaginrut has joined #ruby
mikepack_ has joined #ruby
patteh has joined #ruby
rmnuvg has joined #ruby
mikepack has quit [Read error: Connection reset by peer]
adambeynon has quit [Ping timeout: 246 seconds]
justsee has quit [Ping timeout: 246 seconds]
Iszak has quit [Ping timeout: 246 seconds]
Jalada has quit [Ping timeout: 246 seconds]
lusory has quit [Ping timeout: 246 seconds]
ekarlso has quit [Ping timeout: 246 seconds]
mikepack has joined #ruby
Jelco___ has quit [Ping timeout: 246 seconds]
Azulinho_ has quit [Ping timeout: 246 seconds]
<havenwood> Uranio: Wuby appears long-dead. Whatcha looking to do?
danslo has joined #ruby
DonRichie has quit [Ping timeout: 246 seconds]
jtcoon has quit [Ping timeout: 246 seconds]
forgot has quit [Ping timeout: 246 seconds]
radic__ has quit [Ping timeout: 246 seconds]
<havenwood> Uranio: Espresso is a neat one: https://github.com/espresso/espresso
slash_nick has joined #ruby
slash_nick has quit [Changing host]
slash_nick has joined #ruby
DonRichie has joined #ruby
eldariof has joined #ruby
gildo has joined #ruby
kobain has joined #ruby
harrymoreno has quit [Ping timeout: 256 seconds]
lusory has joined #ruby
justsee has joined #ruby
justsee has quit [Changing host]
justsee has joined #ruby
Jalada has joined #ruby
moted has joined #ruby
foohey has joined #ruby
foohey has joined #ruby
ekarlso has joined #ruby
ravster has joined #ruby
Iszak has joined #ruby
<Uranio> havenwood: I'm looking an alternative to Camping
allanm__ has quit [Ping timeout: 248 seconds]
<Uranio> what you could suggest me?
Jelco___ has joined #ruby
6JTAASSRY has quit [Quit: Leaving]
<havenwood> Uranio: Sinatra makes for a good start.
radic__ has joined #ruby
Alamo777_ has joined #ruby
<havenwood> Sinatra is really nice. Light.
Hanmac has joined #ruby
yshh has quit [Remote host closed the connection]
karnowski has joined #ruby
Alamo777_ has quit [Read error: Connection reset by peer]
khismetix has joined #ruby
forgot has joined #ruby
nomenkun has quit [Ping timeout: 248 seconds]
allanm__ has joined #ruby
jtcoon has joined #ruby
<Uranio> :/ nop... I tried but do not like it
<Uranio> not so mucc MVC flavored
Alina-malina has joined #ruby
<Uranio> not so mucH MVC flavored
<havenwood> Uranio: Then take a look at Espresso.
Naeblis|XChat has joined #ruby
<Uranio> loading page...
<Spooner> Espresso is very like Sinatra. Not MVC at all.
tylersmi_ has quit [Remote host closed the connection]
<havenwood> Uranio: You can make MVC out of Sinatra, it is just a DSL. There is a nice scaffolding generator.
<havenwood> Uranio: Is Rails what you want? :P
<Spooner> Does sound that way ;)
tylersmith has joined #ruby
denver has joined #ruby
<Uranio> humm... espresso is more like ramaze
devoldmx3 has joined #ruby
nari_ has joined #ruby
<Uranio> havenwood: rails! no thanks, I have a normal live and a whife for expend time :D
allanm__ has quit [Read error: Connection reset by peer]
<Uranio> espersso look like very cool, wich template engine could use?
leonid_ has joined #ruby
diadara has joined #ruby
filipe_ has quit [Remote host closed the connection]
<Spooner> Should do anything. I'd recommend Slim.
mercwithamouth has joined #ruby
tommyvyo has quit [Ping timeout: 264 seconds]
nhhagen_ has quit [Remote host closed the connection]
generalissimo has joined #ruby
allanm__ has joined #ruby
Guest47186 has quit [Changing host]
Guest47186 has joined #ruby
Guest47186 is now known as z
devoldmx has quit [Ping timeout: 256 seconds]
mikepack has quit [Remote host closed the connection]
mikepack_ has quit [Remote host closed the connection]
<Uranio> Spooner: yeh, I like slim
pothibo has joined #ruby
devoldmx has joined #ruby
greenarrow has joined #ruby
Hobogrammer_ has joined #ruby
mahat has joined #ruby
heidar has joined #ruby
Criztian has joined #ruby
tylersmith has quit [Ping timeout: 264 seconds]
atmosx has joined #ruby
vigintas has joined #ruby
tommyvyo has joined #ruby
anekos has joined #ruby
yalue has joined #ruby
mantas322 has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
redgirl has quit [Ping timeout: 256 seconds]
<havenwood> Spooner: Heard from UberNerdGirl? Did she take a job straight outta Hacker School?
Guedes has joined #ruby
Guedes has quit [Changing host]
Guedes has joined #ruby
TMM has joined #ruby
jtperreault has joined #ruby
eka has joined #ruby
alex__c2022 has joined #ruby
Mon_Ouie has joined #ruby
jurbat has joined #ruby
Guest50155 has joined #ruby
newUser1_ has joined #ruby
ElderFain has joined #ruby
wallerdev has joined #ruby
codecop has joined #ruby
sirecote has joined #ruby
tomku has joined #ruby
DaniG2k has joined #ruby
sideshowcoder has joined #ruby
jimeh_ has joined #ruby
splittingred has joined #ruby
poga has joined #ruby
tomsthumb has joined #ruby
monkegjinni has joined #ruby
niceguyjames has joined #ruby
jtharris has joined #ruby
patricksroberts_ has joined #ruby
lsmola has joined #ruby
Naeblis has joined #ruby
peta_ has joined #ruby
chrishough has joined #ruby
<Spooner> Nope. She's been cagey about her work plans so far.
tw1sted has joined #ruby
<havenwood> Aha.
dayepa has joined #ruby
devoldmx3 has quit [Ping timeout: 256 seconds]
cmarques has joined #ruby
icecandy has joined #ruby
gianlucadv has joined #ruby
afd__ has joined #ruby
vlad_starkov has joined #ruby
<mantas322> say one negative thing on #rubyonrails and they ban u
<mantas322> jerks..
CaptainKnots has joined #ruby
CaptainKnots has quit [Changing host]
CaptainKnots has joined #ruby
harrymoreno has joined #ruby
<havenwood> Quick, ban him! ^
lkba has joined #ruby
Guest72700 is now known as martxel
<apeiros> I have my doubts that it was "one thing"
martxel has quit [Changing host]
martxel has joined #ruby
geggam_ is now known as geggam
<mantas322> it really was.
peta_ has quit [Quit: peta_]
<Hanmac> someone else interested in an new RPGMaker written in and for ruby?
<havenwood> mantas322: What'd you say? :P They have a very busy channel. Is interesting how different channels have distinctly different culture though.
peta_ has joined #ruby
io_syl has joined #ruby
<mantas322> i was frusterated getting something to work and said "rails is the worst"
<havenwood> Hanmac: RPG being role playing game? Not rocket propelled grenade or some computer sci thing?
<mantas322> they didnt care for that
momomomomo has joined #ruby
allanm__ has quit [Ping timeout: 264 seconds]
<apeiros> mantas322: I don't see you on #rubyonrails' banlist
ybart has quit [Quit: ybart]
<aedorn> I'd much prefer a Ruby powered rocket propelled grenade
<havenwood> apeiros: I think they usually silence first.
allanm__ has joined #ruby
<Hanmac> havenwood: yeah role playing games like the real oldscool oners
carloslopes has joined #ruby
vlad_sta_ has joined #ruby
<havenwood> Hanmac: Nice!
<mantas322> #rubyonrails Cannot join channel (+b) - you are banned
<havenwood> aedorn: Mmmm, arduino 20mm.
bradhe has joined #ruby
SegFaultAX has joined #ruby
Drakevr has joined #ruby
Drakevr has quit [Changing host]
Drakevr has joined #ruby
<aedorn> Hanmac: Can you generate packages that can be run independently without installing Ruby on the target OS?
<mikecmpbll> they get a lot of trolls, your comment sounded trollish.
<apeiros> mantas322: it's not you specifically
<apeiros> the ban is on *!*@*gateway/web/freenode/ip*
<Hanmac> aedorn not yet but this is maybe planed
<mantas322> oh
burlyscudd has joined #ruby
<mantas322> why would they ban that?
carloslopes has quit [Remote host closed the connection]
<mantas322> i like using freenode web irc
carloslopes has joined #ruby
<Spooner> aedorn, Ocra/Releasy would allow for that.
nyuszika7h_ has quit [Changing host]
nyuszika7h_ has joined #ruby
nyuszika7h_ is now known as nyuszika7h
<Hanmac> havenwood: there is the scipts https://github.com/OpenRubyRMK/game-engine/tree/master/data/scripts/2.0 , and the projektpage is currently there http://devel.pegasus-alpha.eu/projects/openrubyrmk
<mljsimone> mantas322: Because people often abuse services. That is why.
dagobah has quit [Remote host closed the connection]
<mantas322> well i took it very personally
<Spooner> Don't worry, you can disparage Rails all you like here. Get it out of your system ;)
<Hanmac> the ones in the rails channel are like apple fanboys ... ;P
SDr has joined #ruby
<mantas322> dont i remember you from java c# android-dev #javascript spooner?
sayan_ has quit [Ping timeout: 264 seconds]
<mantas322> I know
pyrac has joined #ruby
<Spooner> Nope. There is no Spooner.
vlad_starkov has quit [Ping timeout: 260 seconds]
<mantas322> they threatened my life when I said I was trying rails on windows
Voodoofish430 has joined #ruby
<aedorn> Hanmac: So did you make a complete replacement?
coreinfo99 has quit [Ping timeout: 264 seconds]
<Chelen__> hi, sorry, I am a noob with ruby (I just try to install a ruby app from sources ) but I fail with : gem install mysql2. The error message is http://pastebin.com/eA1PAnWu . Can some help me?
mantas322 has quit [Quit: Page closed]
Spooner has quit [Remote host closed the connection]
<Hanmac> aedorn yeah this is planed ... the bad thing is that our maker/game are not complatible with the Enterbrain ones ... but has many more interesting features
<havenwood> Chelen__: Looks like it is complaining MySQL isn't installed.
mityaz has joined #ruby
<aedorn> Spooner: I want to like Ocra... but I also want to move everything to Ruby 2.x. I want to like Releasy, but there's no integrated rake task to mysteriously make my girlfriend's stop jumping on my head.
mafolz1 has quit [Ping timeout: 245 seconds]
<aedorn> *cat* CAT*
<Chelen__> This is what I thought but I did : sudo DEBIAN_FRONTEND=noninteractive apt-get install -y g++ build-essent ial libxslt1-dev libxml2-dev python-dev libmysqlclient-dev redis-server mysql-server nginx
<Chelen__> to mysql should be installed
<aedorn> That sentence is just full of fail. End result, I still want Ruby 2.x support...
Giorgio has joined #ruby
wargasm has joined #ruby
<Hanmac> aedorn there is rake-compiler with Crosscompile but i didnt try it yet
ppppaul has quit [Ping timeout: 256 seconds]
slash_nick is now known as slash-nick
MrZYX is now known as MrZYX|off
Neomex has joined #ruby
Senjai has joined #ruby
Senjai has quit [Changing host]
Senjai has joined #ruby
<Hanmac> aedorn & havenwood: our maker is not finish yet , we parted our work, Quintus works on the maker itself while i currently write on the game scripting (with State and Enemy and more funny classes what Enterbrain does not have) ... and we are still looking for developers if you want to join us ;P
vlad_sta_ has quit [Remote host closed the connection]
<aedorn> Hanmac: What are you needing help on?
<havenwood> Hanmac: Awesome, i'll look at the code.
<havenwood> Chelen__: Check if it is?: dpkg -s mysql-client
jaybe_ is now known as jaybe
threesome has joined #ruby
speakingcode-wor has joined #ruby
<havenwood> Chelen__: If not: sudo apt-get install mysql-client -y
Randomage has joined #ruby
<Chelen__> huumm, ok I will try this, thanks you havenwood
nhhagen_ has joined #ruby
nhhagen_ has quit [Remote host closed the connection]
cj3kim has quit [Remote host closed the connection]
robbyoconnor has joined #ruby
cj3kim has joined #ruby
<Hanmac> aedorn more ruby developer if possible if you know C and C++ too you can help with my bindings (for the one frontend we use ruby-gtk so if you know this its also good) ... otherwise artists are always needed if you want to add tilesets or sounds
mikepack has joined #ruby
ioNull has quit [Ping timeout: 256 seconds]
DaniG2k has quit [Quit: Leaving.]
<aedorn> well.. I am an artist
<Chelen__> havenwood, dpkg -s mysql-client said that it was not installed. I installed it but it doesn't solve the issue
<Hanmac> currently the game-engine needs 2.0 ruby because of prepend ... so be prepared ;P
dhruvasagar has joined #ruby
ghr has quit [Quit: Computer has gone to sleep.]
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
niceguyjames has quit [Quit: Textual IRC Client: www.textualapp.com]
<Hanmac> aedorn: http://devel.pegasus-alpha.eu/projects/openrubyrmk/boards << there is a board for artists too
seitensei has joined #ruby
robert_ has joined #ruby
robert_ has quit [Changing host]
robert_ has joined #ruby
ioNull has joined #ruby
hydrozen has joined #ruby
zastern has joined #ruby
hydrozen has quit [Client Quit]
Coolhand has joined #ruby
headius has joined #ruby
zastern has quit [Remote host closed the connection]
senayar_ has quit [Remote host closed the connection]
ivanoats_ is now known as ivanoats
<aedorn> lol, most of the posting is in German! Guess I'll go learn me some German.
pkrzywicki has quit [Ping timeout: 245 seconds]
<Hanmac> aedorn there is an forum for english ones too
<Hanmac> you are not forced to learn german
anonymuse has joined #ruby
tvw has quit []
<Hanmac> and there is an irc channel too: #openrubyrmk but there is currently no one there
alem0lars has quit [Quit: Leaving]
coreinfo99 has joined #ruby
m4dnificent is now known as madnificent
yashshah_ has joined #ruby
ExxKA has joined #ruby
<aedorn> Hanmac: I'm sure one day I will be lost ... in Germany.. where I'll need to know German. Most likely it will be after falling off a cruise liner near Alaska. I'll float off and end up in Japan first, then trek across the world trying to learn who I am since I lost my memories. Might as well be prepared!
superscott[8] has joined #ruby
phipes has quit [Quit: phipes]
_Andres has quit [Ping timeout: 264 seconds]
wolcanus_ has quit [Remote host closed the connection]
cj3kim_ has joined #ruby
<aedorn> Yes. I fall off giant boats.
cj3kim has quit [Read error: Connection reset by peer]
sayan has joined #ruby
cj3kim_ has quit [Remote host closed the connection]
tonini has joined #ruby
sayan has quit [Changing host]
sayan has joined #ruby
niceguyjames has joined #ruby
northelks has quit [Read error: Connection reset by peer]
<Hanmac> aedorn currently we have a water problem so its maybe not a good time to be lost in germany ;P
ShapeShifter499 has joined #ruby
snearch has quit [Quit: Verlassend]
vlad_starkov has joined #ruby
alup_ has quit [Quit: Leaving]
yashshah_ has quit [Ping timeout: 260 seconds]
Coolhand has quit [Remote host closed the connection]
soc42 has quit [Remote host closed the connection]
nettoweb has joined #ruby
phipes has joined #ruby
zeade has joined #ruby
pcarrier_ has quit [Ping timeout: 264 seconds]
timkohrumel has joined #ruby
jdunck has quit [Quit: Computer has gone to sleep.]
freakazoid0223 has joined #ruby
d_roge has joined #ruby
khismetix has quit [Quit: Computer has gone to sleep.]
stkowski has quit [Quit: stkowski]
johnrlive has joined #ruby
timkohrumel has quit [Ping timeout: 276 seconds]
slainer68 has quit [Remote host closed the connection]
momomomomo has quit [Quit: momomomomo]
mahat has quit [Ping timeout: 256 seconds]
mahat has joined #ruby
bricker`LA has quit [Read error: No route to host]
monkegji_ has joined #ruby
hamakn has joined #ruby
tjbiddle has joined #ruby
baroquebobcat has joined #ruby
timmow has quit [Ping timeout: 240 seconds]
DanKnox_away is now known as DanKnox
juarlex_ has joined #ruby
slainer68 has joined #ruby
monkegjinni has quit [Ping timeout: 260 seconds]
fwaokda has joined #ruby
B|aster has joined #ruby
fuleo has joined #ruby
slainer68 has quit [Remote host closed the connection]
eregon has joined #ruby
hamakn has quit [Ping timeout: 260 seconds]
WhereIsMySpoon_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
cj3kim has joined #ruby
jbueza has joined #ruby
Shirakawasuna has quit [Ping timeout: 256 seconds]
baroquebobcat_ has joined #ruby
mahlon_ has joined #ruby
WhereIsMySpoon has joined #ruby
WhereIsMySpoon has quit [Changing host]
WhereIsMySpoon has joined #ruby
nw has quit [Quit: Lost terminal]
hakunin_ has joined #ruby
jiriki has quit [Quit: Lost terminal]
shaman42_ has quit [Quit: Lost terminal]
rdxc has joined #ruby
devyn_ has joined #ruby
xkickflip has quit [Ping timeout: 264 seconds]
kyle____ has joined #ruby
itman_ has joined #ruby
Alasdairrr has joined #ruby
twoism has joined #ruby
riku has quit [Quit: ZNC - http://znc.sourceforge.net]
daaaan_ has joined #ruby
skogis_ has joined #ruby
pinpin404 has joined #ruby
rdxc has quit [Client Quit]
noname001_ has joined #ruby
lancepantz_ has joined #ruby
spacemud_ has joined #ruby
scrogson_ has joined #ruby
eighty4_ has joined #ruby
baroquebobcat_ has quit [Client Quit]
devoldmx has quit [Ping timeout: 256 seconds]
mercwithamouth has quit [Ping timeout: 256 seconds]
tonini has quit [*.net *.split]
kennyvb_ has quit [*.net *.split]
robustus has quit [*.net *.split]
germanstudent has quit [*.net *.split]
randym_ has quit [*.net *.split]
s0ber has quit [*.net *.split]
Blaster has quit [*.net *.split]
jpun has quit [*.net *.split]
sixteneighty has quit [*.net *.split]
aedornm1 has quit [*.net *.split]
kyle___ has quit [*.net *.split]
fuleo2 has quit [*.net *.split]
jwest has quit [*.net *.split]
qun has quit [*.net *.split]
rismoney has quit [*.net *.split]
devyn has quit [*.net *.split]
mahlon has quit [*.net *.split]
itman has quit [*.net *.split]
Alasdairr has quit [*.net *.split]
moopasta_ has quit [*.net *.split]
juarlex has quit [*.net *.split]
wudofyr___ has quit [*.net *.split]
Rix has quit [*.net *.split]
Jedi_SCT1 has quit [*.net *.split]
KillerFox has quit [*.net *.split]
peterhellberg has quit [*.net *.split]
noname001 has quit [*.net *.split]
eighty4 has quit [*.net *.split]
_rgn has quit [*.net *.split]
Zespre has quit [*.net *.split]
shammancer has quit [*.net *.split]
moeSeth has quit [*.net *.split]
denken has quit [*.net *.split]
ninegrid has quit [*.net *.split]
hakunin has quit [*.net *.split]
blazzy has quit [*.net *.split]
AllStruck has quit [*.net *.split]
lancepantz has quit [*.net *.split]
deadalus has quit [*.net *.split]
scrogson has quit [*.net *.split]
s_e has quit [*.net *.split]
eregon_ has quit [*.net *.split]
skogis has quit [*.net *.split]
kstephens has quit [*.net *.split]
jeekl has quit [*.net *.split]
daaaan has quit [*.net *.split]
spacemud has quit [*.net *.split]
wookiehangover has quit [*.net *.split]
tomaw has quit [*.net *.split]
felipe has quit [*.net *.split]
mame0 has quit [*.net *.split]
baroquebobcat has quit [*.net *.split]
tjbiddle has quit [*.net *.split]
johnrlive has quit [*.net *.split]
zeade has quit [*.net *.split]
superscott[8] has quit [*.net *.split]
vlad_starkov has quit [*.net *.split]
anonymuse has quit [*.net *.split]
seitensei has quit [*.net *.split]
ioNull has quit [*.net *.split]
dhruvasagar has quit [*.net *.split]
peta_ has quit [*.net *.split]
io_syl has quit [*.net *.split]
three18ti has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
chuk has quit [*.net *.split]
nick_h_ has quit [*.net *.split]
madnificent has quit [*.net *.split]
Rennex has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
elaptics has quit [*.net *.split]
wildcard0 has quit [*.net *.split]
prophile has quit [*.net *.split]
duper has quit [*.net *.split]
hackeron has quit [*.net *.split]
crankyco1er has quit [*.net *.split]
pcboy__ has quit [*.net *.split]
wizard` has quit [*.net *.split]
parus has quit [*.net *.split]
xibalba has quit [*.net *.split]
RubyPanther has quit [*.net *.split]
vaicine has quit [*.net *.split]
MetaCosm has quit [*.net *.split]
mfridh has quit [*.net *.split]
stopbit has quit [*.net *.split]
tockitj has quit [*.net *.split]
phasma has quit [*.net *.split]
oddraisi1 has quit [*.net *.split]
Emmanuel_Chanel has quit [*.net *.split]
arr__ has quit [*.net *.split]
graft_ has quit [*.net *.split]
kevinykc_ has quit [*.net *.split]
jphpsf- has quit [*.net *.split]
sweeper_ has quit [*.net *.split]
k-man has quit [*.net *.split]
jinie has quit [*.net *.split]
devdazed has quit [*.net *.split]
purpleidea has quit [*.net *.split]
Doc_X has quit [*.net *.split]
keyvan has quit [*.net *.split]
zphobic has quit [*.net *.split]
NsOmNiAc has quit [*.net *.split]
iaj has quit [*.net *.split]
trent has quit [*.net *.split]
Quadlex has quit [*.net *.split]
monkegji_ has quit [*.net *.split]
diegok has quit [*.net *.split]
coreinfo99 has quit [*.net *.split]
carloslopes has quit [*.net *.split]
mityaz has quit [*.net *.split]
yalue has quit [*.net *.split]
Guedes has quit [*.net *.split]
anekos has quit [*.net *.split]
tommyvyo has quit [*.net *.split]
Hobogrammer_ has quit [*.net *.split]
greenarrow has quit [*.net *.split]
diadara has quit [*.net *.split]
generalissimo has quit [*.net *.split]
nari_ has quit [*.net *.split]
Alina-malina has quit [*.net *.split]
leonid_ has quit [*.net *.split]
forgot has quit [*.net *.split]
radic__ has quit [*.net *.split]
Iszak has quit [*.net *.split]
foohey has quit [*.net *.split]
moted has quit [*.net *.split]
gildo has quit [*.net *.split]
rmnuvg has quit [*.net *.split]
Jalada has quit [*.net *.split]
lusory has quit [*.net *.split]
Appineer has quit [*.net *.split]
Azulinho has quit [*.net *.split]
`MArceLL` has quit [*.net *.split]
julian-delphiki has quit [*.net *.split]
talntid has quit [*.net *.split]
arya has quit [*.net *.split]
havenwood has quit [*.net *.split]
estating56 has quit [*.net *.split]
ckrailo has quit [*.net *.split]
Kovensky has quit [*.net *.split]
lupine has quit [*.net *.split]
jaredrhine has quit [*.net *.split]
epochwolf has quit [*.net *.split]
seejohnr1n has quit [*.net *.split]
Chelen__ has quit [*.net *.split]
k3rn3lito has quit [*.net *.split]
awwaiid has quit [*.net *.split]
Weazy has quit [*.net *.split]
DomKM has quit [*.net *.split]
QKO has quit [*.net *.split]
r0bgl33s0n has quit [*.net *.split]
brian` has quit [*.net *.split]
jsaak has quit [*.net *.split]
vigintas has quit [*.net *.split]
v0n has quit [*.net *.split]
jacobw has quit [*.net *.split]
Scient has quit [*.net *.split]
geggam has quit [*.net *.split]
framling_ has quit [*.net *.split]
kofno_ has quit [*.net *.split]
failshel_ has quit [*.net *.split]
cads has quit [*.net *.split]
davetherat has quit [*.net *.split]
Bleah has quit [*.net *.split]
Nom- has quit [*.net *.split]
ananthakumaran has quit [*.net *.split]
jolleyjo1 has quit [*.net *.split]
fuzzyhorns has quit [*.net *.split]
ArchBeOS has quit [*.net *.split]
haxrbyte_ has quit [*.net *.split]
mrmist has quit [*.net *.split]
yxhuvud2 has quit [*.net *.split]
Cork has quit [*.net *.split]
cout_ has quit [*.net *.split]
choobie has quit [*.net *.split]
cafk has quit [*.net *.split]
end_guy has quit [*.net *.split]
eighty4_ is now known as eighty4
scrogson_ is now known as scrogson
spacemud_ is now known as spacemud
lancepantz_ is now known as lancepantz
eighty4 has quit [Changing host]
eighty4 has joined #ruby
pothibo has quit [Quit: pothibo]
Rix has joined #ruby
wolcanus has joined #ruby
kennyvb has joined #ruby
atno has joined #ruby
coderhs has joined #ruby
arya has joined #ruby
bean is now known as 18WADNBMV
generalissimo has joined #ruby
cam` has joined #ruby
wookiehangover has joined #ruby
Pierrick_ has joined #ruby
Coolhand has joined #ruby
xkickflip has joined #ruby
s_e has joined #ruby
ninegrid_ has joined #ruby
tjbiddle has joined #ruby
kstephens has joined #ruby
anonymuse has joined #ruby
johnrlive has joined #ruby
seitensei has joined #ruby
peterhellberg has joined #ruby
denken has joined #ruby
AllStruck has joined #ruby
io_syl has joined #ruby
carloslopes has joined #ruby
zeade has joined #ruby
s0ber_ has joined #ruby
qun_ has joined #ruby
dhruvasagar has joined #ruby
yalue has joined #ruby
vlad_starkov has joined #ruby
tommyvyo has joined #ruby
mityaz has joined #ruby
Guedes has joined #ruby
Zespre_ has joined #ruby
jpun_ has joined #ruby
Hobogrammer_ has joined #ruby
radic__ has joined #ruby
leonid_ has joined #ruby
moted has joined #ruby
diadara has joined #ruby
foohey has joined #ruby
Azulinho has joined #ruby
sixteneighty has joined #ruby
end_guy has joined #ruby
coreinfo99 has joined #ruby
lusory has joined #ruby
vigintas has joined #ruby
Alina-malina has joined #ruby
Appineer has joined #ruby
monkegji_ has joined #ruby
talntid has joined #ruby
anekos has joined #ruby
Kovensky has joined #ruby
Jalada has joined #ruby
bean has joined #ruby
havenwood has joined #ruby
jaredrhine has joined #ruby
Iszak has joined #ruby
ckrailo has joined #ruby
`MArceLL` has joined #ruby
gildo has joined #ruby
epochwolf has joined #ruby
Chelen__ has joined #ruby
seejohnr1n has joined #ruby
k3rn3lito has joined #ruby
rmnuvg has joined #ruby
nari_ has joined #ruby
greenarrow has joined #ruby
estating56 has joined #ruby
peta_ has joined #ruby
awwaiid has joined #ruby
forgot has joined #ruby
DomKM has joined #ruby
lupine has joined #ruby
Weazy has joined #ruby
ioNull has joined #ruby
r0bgl33s0n has joined #ruby
jsaak has joined #ruby
v0n has joined #ruby
Scient has joined #ruby
brian` has joined #ruby
Bleah has joined #ruby
cafk has joined #ruby
ananthakumaran has joined #ruby
QKO has joined #ruby
ArchBeOS has joined #ruby
fuzzyhorns has joined #ruby
davetherat has joined #ruby
cads has joined #ruby
Nom- has joined #ruby
framling_ has joined #ruby
yxhuvud2 has joined #ruby
mrmist has joined #ruby
Cork has joined #ruby
failshel_ has joined #ruby
tockitj has joined #ruby
jolleyjo1 has joined #ruby
three18ti has joined #ruby
geggam has joined #ruby
choobie has joined #ruby
haxrbyte_ has joined #ruby
chuk has joined #ruby
madnificent has joined #ruby
cout_ has joined #ruby
samuelkadolph has joined #ruby
Rennex has joined #ruby
jacobw has joined #ruby
nick_h_ has joined #ruby
wildcard0 has joined #ruby
thejoecarroll has joined #ruby
duper has joined #ruby
hackeron has joined #ruby
graft_ has joined #ruby
prophile has joined #ruby
elaptics has joined #ruby
pcboy__ has joined #ruby
crankyco1er has joined #ruby
wizard` has joined #ruby
parus has joined #ruby
mfridh has joined #ruby
MetaCosm has joined #ruby
stopbit has joined #ruby
vaicine has joined #ruby
RubyPanther has joined #ruby
phasma has joined #ruby
xibalba has joined #ruby
Emmanuel_Chanel has joined #ruby
oddraisi1 has joined #ruby
arr__ has joined #ruby
kevinykc_ has joined #ruby
jphpsf- has joined #ruby
jinie has joined #ruby
k-man has joined #ruby
Doc_X has joined #ruby
purpleidea has joined #ruby
devdazed has joined #ruby
sweeper_ has joined #ruby
keyvan has joined #ruby
zphobic has joined #ruby
NsOmNiAc has joined #ruby
iaj has joined #ruby
diegok has joined #ruby
trent has joined #ruby
Quadlex has joined #ruby
rismoney has joined #ruby
Chelen__ has quit [Ping timeout: 264 seconds]
psychouroboros has joined #ruby
malkomal_ has quit [Remote host closed the connection]
rupee has joined #ruby
vigintas has quit [Quit: Leaving]
shaman42 has joined #ruby
echevemaster has joined #ruby
echevemaster has joined #ruby
tomaw has joined #ruby
ldnunes has joined #ruby
ldnunes has quit [Read error: Connection reset by peer]
cads has quit [Max SendQ exceeded]
ldnunes has joined #ruby
wudofyr___ has joined #ruby
cads has joined #ruby
SDr has quit [Ping timeout: 260 seconds]
braincrash has quit [Ping timeout: 246 seconds]
adkron_ has joined #ruby
braincrash has joined #ruby
SDr has joined #ruby
Asher has joined #ruby
banjara1 has quit [Quit: Leaving.]
tylersmith has joined #ruby
jeekl has joined #ruby
banghouse2 has joined #ruby
dysinger has joined #ruby
takeru has joined #ruby
pcarrier_ has joined #ruby
jwest has joined #ruby
mocfive has joined #ruby
khushildep has quit [Ping timeout: 245 seconds]
shammancer has joined #ruby
chrishough has quit [Quit: chrishough]
blazzy has joined #ruby
jwest has quit [Client Quit]
aedornm1 has joined #ruby
mahmoudimus has joined #ruby
mercwithamouth has joined #ruby
jaimef has quit [Excess Flood]
banghouse2 is now known as banghouse
adkron_ has quit [Client Quit]
adkron_ has joined #ruby
yshh has joined #ruby
phipes has quit [Quit: phipes]
takeru has quit [Ping timeout: 245 seconds]
ExxKA has quit [Quit: This computer has gone to sleep]
Eiam has joined #ruby
monkegjinni has joined #ruby
aspiers has quit [Ping timeout: 245 seconds]
monkegji_ has quit [Read error: Connection reset by peer]
monkegj__ has joined #ruby
Banistergalaxy has joined #ruby
aqil has joined #ruby
foobArrr has quit [Ping timeout: 256 seconds]
fabionl has joined #ruby
luckyruby has joined #ruby
burlyscudd has quit [Quit: Leaving.]
fabionl has quit [Client Quit]
ivanoats has quit [Remote host closed the connection]
fabionl has joined #ruby
burlyscudd has joined #ruby
jaimef has joined #ruby
foobArrr has joined #ruby
icole has joined #ruby
faulkner has quit [Quit: boo.]
chrishough has joined #ruby
ivanoats has joined #ruby
BSaboia has joined #ruby
fabionl has quit [Client Quit]
yshh has quit [Ping timeout: 264 seconds]
fabionl has joined #ruby
monkegjinni has quit [Ping timeout: 264 seconds]
mahat has quit [Quit: Leaving...]
razi has joined #ruby
jbinto- has joined #ruby
jdunck has joined #ruby
Hobogrammer has joined #ruby
banjara has joined #ruby
failshel_ is now known as failshell
faulkner has joined #ruby
Hobogrammer_ has quit [Ping timeout: 264 seconds]
pskosinski_ is now known as pskosinski
vlad_starkov has quit [Remote host closed the connection]
fabionl has quit [Ping timeout: 264 seconds]
pothibo has joined #ruby
Coolhand has quit [Remote host closed the connection]
_rgn has joined #ruby
mljsimone is now known as mljsimone|bnc
mercwithamouth has quit [Ping timeout: 245 seconds]
Shirakawasuna has joined #ruby
Zespre_ is now known as Zespre
rippa has quit [Read error: Connection reset by peer]
teclator has joined #ruby
jwest has joined #ruby
braincrash has quit [Ping timeout: 245 seconds]
fabionl has joined #ruby
robbyoconnor has quit [Max SendQ exceeded]
<coderhs> hi there.. could some one help me with the usage of '&:split'
<coderhs> quite confused on what it does?
<coderhs> is it a pointer to a symbol?
<burlyscudd> coderhs: it's block coercion
mercwithamouth has joined #ruby
<Hanmac> coderhs: array.map(&:split) is similar equal to array.map {|s| s.split }
<coderhs> ah okay...
<burlyscudd> coderhs: I forget the specifics but it's making a Proc and essentially calling that method (rep'd by the symbol)
mrsolo has joined #ruby
<burlyscudd> coderhs: it's great for that kind of thing where you want to use an iterator to call a single method on everything in a collection, like what Hanmac said
<coderhs> ah I c... now i understand..
phipes has joined #ruby
thebastl has quit [Remote host closed the connection]
<burlyscudd> explanation from Prag Dave himself :-)
robbyoconnor has joined #ruby
wolcanus has quit [Remote host closed the connection]
braincrash has joined #ruby
mljsimone|bnc is now known as mljsimone
<coderhs> burlyscudd: thanks :-) I am having a look through the article..
<Hanmac> its also often used for callbacks, like object.bind(:type,&method(:callback)) ... or something similar
chichou has quit []
garbados has joined #ruby
niftylettuce has joined #ruby
<coderhs> hanmac: could you explain that a bit more. By callback do you mean the active records call backs?
thejefflarson___ has joined #ruby
<burlyscudd> coderhs: AR has callbacks — but callbacks are a general notion of programming and not limited to any particular library
taqutor has joined #ruby
takezawa_ has joined #ruby
mikepack_ has joined #ruby
wolcanus has joined #ruby
jdripper has quit [Quit: Leaving.]
<coderhs> oh okay, so how can we use it in a general object in ruby?
Takehiro_ has joined #ruby
Takehiro_ has quit [Remote host closed the connection]
akells`_ has joined #ruby
scrogson has quit [Ping timeout: 245 seconds]
rismoney has quit [Ping timeout: 245 seconds]
nemesit|znc has quit [Ping timeout: 245 seconds]
xybre has quit [Ping timeout: 245 seconds]
Zai00 has quit [Ping timeout: 248 seconds]
sindork has quit [Read error: Connection reset by peer]
mikepack has quit [Ping timeout: 245 seconds]
sindork has joined #ruby
ssoren11 has joined #ruby
Banistergalaxy has quit [Ping timeout: 245 seconds]
takezawa has quit [Ping timeout: 245 seconds]
Takehiro has quit [Ping timeout: 245 seconds]
camt has quit [Ping timeout: 245 seconds]
rismoney has joined #ruby
Giorgio has quit [Ping timeout: 245 seconds]
casheew_ has quit [Ping timeout: 245 seconds]
DanKnox has quit [Ping timeout: 245 seconds]
casheew has joined #ruby
Gnubie_ has joined #ruby
thebastl has joined #ruby
camt has joined #ruby
nemesit|znc has joined #ruby
<ssoren11> How can I call a method dynamically? Something like: %{foo bar baz}.each do |m|; something."#{m}"; end
DanKnox has joined #ruby
akells` has quit [Ping timeout: 245 seconds]
Gnubie has quit [Ping timeout: 245 seconds]
scrogson has joined #ruby
kirun has joined #ruby
Giorgio has joined #ruby
devoldmx has joined #ruby
<morrolan_> ssoren11: Object#send
<ssoren11> morrolan_: Perfect. Thanks!
<morrolan_> :)
mljsimone is now known as mljsimone|bnc
BSaboia has quit [Ping timeout: 245 seconds]
Coolhand has joined #ruby
mikewintermute has joined #ruby
jbueza1 has joined #ruby
jbueza has quit [Read error: Connection reset by peer]
morrolan_ is now known as Morrolan
Shirakawasuna has quit [Ping timeout: 245 seconds]
statarb3 has joined #ruby
statarb3 has quit [Changing host]
statarb3 has joined #ruby
mljsimone|bnc is now known as mljsimone
kapowaz has joined #ruby
vlad_starkov has joined #ruby
<garbados> ahoy! i'm trying to get salticid (https://github.com/aphyr/salticid) up and running, but any use yields a "cannot load such file -- ncurses" error.
pipi404 has joined #ruby
xybre has joined #ruby
xybre has quit [Changing host]
xybre has joined #ruby
jbinto- has quit [Read error: Connection reset by peer]
yeban has joined #ruby
tjbiddle_ has joined #ruby
tjbiddle has quit [Read error: Operation timed out]
tjbiddle_ is now known as tjbiddle
<garbados> i take it "cannot load such file" means it isn't installed -- is there a particular wrapper for ncurses i need, that salticid didn't grab?
headius has quit [Quit: headius]
djbkd has joined #ruby
NimeshNeema has joined #ruby
jbpros has joined #ruby
marr has quit [Ping timeout: 245 seconds]
wchun has joined #ruby
wchun has quit [Read error: Connection reset by peer]
Banistergalaxy has joined #ruby
cj3kim has quit [Remote host closed the connection]
chandankumar has joined #ruby
ArchBeOS is now known as ArchBeOS|AWAY
erry is now known as erryone
Appineer has quit [Remote host closed the connection]
Appineer has joined #ruby
Appineer has left #ruby [#ruby]
mikewintermute has quit [Quit: mikewintermute]
tjbiddle has quit [Quit: tjbiddle]
pinpin404 has quit [Quit: i'm also on quassel]
saarinen has joined #ruby
cofin has quit [Quit: cofin]
robbyoconnor has quit [Ping timeout: 260 seconds]
dhruvasagar has quit [Read error: Operation timed out]
<Hanmac> " Wisee uses wi-fi signals to recognise body gestures" http://www.bbc.co.uk/news/technology-22780640
headius has joined #ruby
rippa has joined #ruby
mmitchell has joined #ruby
fabionl has quit [Quit: fabionl]
<burlyscudd> garbados: looks like Rubygems and GitHub are out-of-sync there. u might consider pulling the repo and building manually, since the commits show ncurses removed recently
<burlyscudd> garbados: looks like they are using a Rake-based gemfile, so I'd "rake -T" to figure out how to build the gem, and then use "gem install salticid-<VERSION>.gem" to install the gem that it makes
nomenkun has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
wargasm has quit [Ping timeout: 260 seconds]
mikewintermute has joined #ruby
palyer has quit []
statarb3 has quit [Quit: Leaving]
palyboy has joined #ruby
<garbados> burlyscudd: cool, thanks. i'll try that and report back.
mljsimone is now known as mljsimone|bnc
cofin has joined #ruby
ellipse has joined #ruby
nezumi has joined #ruby
alvaro_o has joined #ruby
<burlyscudd> garbados: cheers
<garbados> burlyscudd: wait, hmm, i think we're looking at different repos. what repo are you looking at?
camilasan has quit [Remote host closed the connection]
gyre008 has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
mercwithamouth has quit [Ping timeout: 276 seconds]
mljsimone|bnc is now known as mljsimone
redgirl has joined #ruby
ellipse has quit [Remote host closed the connection]
<burlyscudd> garbados: https://github.com/aphyr/salticid
Pierrick_ has left #ruby ["Bye"]
wchun has joined #ruby
Giorgio has quit [Ping timeout: 240 seconds]
<garbados> burlyscudd: oh, i see. sorry, i thought you meant an ncurses lib
wargasm has joined #ruby
rezzack has joined #ruby
akells`_ has quit [Remote host closed the connection]
ffio_ has quit [Ping timeout: 264 seconds]
jbpros has quit [Quit: jbpros]
krainboltgreene has joined #ruby
ellipse has joined #ruby
theRoUS has quit [Ping timeout: 245 seconds]
pipework has quit [Remote host closed the connection]
<burlyscudd> garbados: yeah according to commits there looks like ncurses stuff is in ruby stdlib in 1.9+ (but I'm just guessing — idk about ncurses stuff in the gargantuan pile of (mostly) cool that is the Ruby stdlib)
mercwithamouth has joined #ruby
instinkt has joined #ruby
adambeynon has joined #ruby
defaultro_ has quit [Ping timeout: 250 seconds]
nw has joined #ruby
krislappy is now known as krisfremen
dustint has joined #ruby
pdtpatri1k has quit [Remote host closed the connection]
ryannielson has joined #ruby
cj3kim has joined #ruby
kofno has joined #ruby
<Rumsteak> In Ruby doc, is Array::new(some_parameters) implemented as a real Array::new(some_parameters) or is it rather implemented as Array#initialize(some_parameters) ?
<Rumsteak> (same question for Dir, File, etc)
saarinen has joined #ruby
pdtpatrick has joined #ruby
mocfive has quit [Remote host closed the connection]
jbpros has joined #ruby
mikewintermute has quit [Quit: mikewintermute]
rdark has quit [Quit: leaving]
<canton7> Hmm? Array.new calls Array.initialize at some point, as well as doing stuff like memory allocation etc
timonv has joined #ruby
saarinen has quit [Client Quit]
<robert_> is there a way I can encode a string in a specified base?
Davey has quit [Quit: Computer has gone to sleep.]
erryone is now known as erry
saarinen has joined #ruby
<canton7> >> 100.to_s(16)
<eval-in> canton7 => "64" (http://eval.in/32861)
cj3kim has quit [Remote host closed the connection]
daniel_- has joined #ruby
daniel_- has quit [Changing host]
daniel_- has joined #ruby
<robert_> >> "Hello, world.".to_s(16)
<eval-in> robert_ => wrong number of arguments (1 for 0) (ArgumentError) ... (http://eval.in/32862)
Takehiro has joined #ruby
<canton7> what are you trying to do there? a string isn't a number, so saying you want it in a particular base makes no sense
jlebrech has quit [Quit: Computer has gone to sleep.]
kofno has quit [Remote host closed the connection]
<canton7> maybe you were after something like...
dhruvasagar has joined #ruby
<canton7> >> "hello world".split('').map{ |x| x.ord.to_s(16) }
<eval-in> canton7 => ["68", "65", "6c", "6c", "6f", "20", "77", "6f", "72", "6c", "64"] (http://eval.in/32863)
<robert_> canton7: I'm trying to convert a base16 algorithm from C# to ruby
cj3kim has joined #ruby
<canton7> robert_, ruby has a base64 library
<robert_> base16, not 64.
<canton7> ah my misread
<robert_> it's fine. :D
<robert_> er base24
Al___ has quit [Quit: Al___]
thesheff17 has joined #ruby
<robert_> my brain is also mush.
<robert_> sorry
<robert_> (canton7)
headius has quit [Quit: headius]
<canton7> heh
Spami has joined #ruby
Spami has quit [Changing host]
Spami has joined #ruby
InFlames has joined #ruby
<Hanmac> >> "Hello, world.".each_byte.map {|b| b.to_s(16)}
<eval-in> Hanmac => ["48", "65", "6c", "6c", "6f", "2c", "20", "77", "6f", "72", "6c", "64", "2e"] (http://eval.in/32866)
sepp2k has joined #ruby
Takehiro has quit [Ping timeout: 276 seconds]
<canton7> robert_, also String#unpack might be of use?
<robert_> hm, perhaps.
<Hanmac> unpack("C*") is similar equal to each_char
<robert_> if I can get the same output, I don't care about the C# snippet, heh
burlyscudd has quit [Quit: Leaving.]
Takehiro has joined #ruby
supergiantrobot has joined #ruby
jnix has joined #ruby
Coolhand has quit [Read error: Connection reset by peer]
ThePicard has joined #ruby
B|aster is now known as Blaster
<robert_> >> '4b3fc1400de0690bf2000001'.hex.to_s(36)
<eval-in> robert_ => "29a6dblglcujcoeboqp" (http://eval.in/32869)
skattyadz has joined #ruby
robbyoconnor has joined #ruby
<robert_> >> 'Hi, world.'.hex.to_s(24)
<eval-in> robert_ => "0" (http://eval.in/32870)
<robert_> yay.
<robert_> (not)
nari_ has quit [Ping timeout: 264 seconds]
<robert_> >> "Hi, world.".pack("m")
<eval-in> robert_ => undefined method `pack' for "Hi, world.":String (NoMethodError) ... (http://eval.in/32871)
burlyscudd has joined #ruby
boshhead has joined #ruby
InFlames has quit [Quit: This computer has gone to sleep]
ezkl has joined #ruby
ezkl has quit [Max SendQ exceeded]
jbpros has quit [Ping timeout: 240 seconds]
<robert_> >> 'Hi, world'.unpack("m*")
<eval-in> robert_ => ["\x1E,("] (http://eval.in/32872)
monkegj__ has quit [Ping timeout: 245 seconds]
<robert_> >> 'Hi, world'.unpack("M*")
<eval-in> robert_ => ["Hi, world"] (http://eval.in/32873)
r0bby has joined #ruby
monkegjinni has joined #ruby
klip has quit [Remote host closed the connection]
robbyoconnor has quit [Ping timeout: 240 seconds]
<robert_> canton7: any ideas?
<canton7> robert_, got the encode, working on the decode
<robert_> canton7: awesome! :D
<robert_> canton7: I appreciate the help!
enredado has joined #ruby
bitcycle has joined #ruby
<enredado> Hi. I'm new to Ruby. Is there a better/more idiomatic way to do this? http://pastebin.com/raw.php?i=tsHRJ2kV
c0rn has joined #ruby
Blaster has left #ruby [#ruby]
wsterling has quit [Read error: Connection reset by peer]
r0bby has quit [Ping timeout: 245 seconds]
wsterling has joined #ruby
mikewintermute has joined #ruby
slainer68 has joined #ruby
dr_neek has quit [Ping timeout: 256 seconds]
Uranio has quit [Quit: while you reading this, a kitty dies]
diadara has quit [Quit: Leaving]
chandankumar has quit [Quit: Leaving]
bitcycle has quit [Remote host closed the connection]
burlyscudd has quit [Quit: Leaving.]
jrbing has joined #ruby
devyn_ has quit [Changing host]
devyn_ has joined #ruby
devyn_ is now known as devyn
emergion has joined #ruby
<canton7> robert_, http://pastie.org/8011264
supergiantrobot has quit [Quit: supergiantrobot]
mikewintermute has quit [Quit: mikewintermute]
elaptics is now known as elaptics`away
ananthakumaran has quit [Quit: Leaving.]
prakriti has quit [Read error: Connection reset by peer]
mityaz has quit [Quit: See ya!]
danslo has quit [Quit: danslo]
dangerousdave has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby
cofin has quit [Ping timeout: 240 seconds]
khismeti_ has joined #ruby
forgot has quit [Ping timeout: 264 seconds]
bionhart has quit [Remote host closed the connection]
forgot_ has joined #ruby
DrShoggoth has joined #ruby
headius has joined #ruby
byprdct has joined #ruby
_Andres has joined #ruby
monkegjinni has quit [Remote host closed the connection]
cofin has joined #ruby
mikepack_ has quit [Remote host closed the connection]
BlakeRG has joined #ruby
Davey has joined #ruby
workmad3 has joined #ruby
mikepack has joined #ruby
danslo has joined #ruby
danslo has quit [Client Quit]
benweint has joined #ruby
pipework has joined #ruby
mocfive has joined #ruby
marr has joined #ruby
cofin has quit [Ping timeout: 245 seconds]
forgot has joined #ruby
dysinger has quit [Quit: dysinger]
moeSeth has joined #ruby
icole has quit [Remote host closed the connection]
forgot_ has quit [Ping timeout: 240 seconds]
jfelchner has quit [Quit: zzzzzzzzzzzzz………]
randym_ has joined #ruby
gildo has quit [Ping timeout: 264 seconds]
JZTech101 has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
theRoUS has joined #ruby
slash-nick is now known as slash_nick
atmosx has quit [Quit: And so the story goes…]
Rizzle has joined #ruby
ivanoats has quit [Remote host closed the connection]
mikewintermute has joined #ruby
jfelchner has joined #ruby
alex__c2022 has quit [Ping timeout: 260 seconds]
Eaven has joined #ruby
alex__c2022 has joined #ruby
defaultro_ has joined #ruby
defaultro_ has quit [Changing host]
defaultro_ has joined #ruby
defaultro_ has joined #ruby
Guest62920 has left #ruby [#ruby]
forgot has quit [Quit: leaving]
burlyscudd has joined #ruby
Banistergalaxy has quit [Ping timeout: 245 seconds]
mikepack_ has joined #ruby
Banistergalaxy has joined #ruby
ivanoats has joined #ruby
scrogson has quit [Ping timeout: 245 seconds]
camt has quit [Ping timeout: 245 seconds]
DanKnox has quit [Ping timeout: 245 seconds]
joelteon has quit [Ping timeout: 245 seconds]
mikepack has quit [Ping timeout: 245 seconds]
sindork_ has joined #ruby
khismeti_ has quit [Quit: Computer has gone to sleep.]
kobain has quit [Ping timeout: 256 seconds]
pskosinski has quit [Ping timeout: 256 seconds]
sindork has quit [Ping timeout: 245 seconds]
fermion has quit [Ping timeout: 256 seconds]
xybre has quit [Ping timeout: 245 seconds]
Gnubie_ has quit [Ping timeout: 245 seconds]
pskosinski has joined #ruby
Neomex has quit [Quit: Neomex]
seitensei has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
nyuszika7h has quit [Ping timeout: 256 seconds]
altamic has joined #ruby
altamic has left #ruby [#ruby]
nw has quit [Ping timeout: 245 seconds]
ffranz has quit [Excess Flood]
Inoperable has quit [Ping timeout: 256 seconds]
kobain has joined #ruby
fermion has joined #ruby
mikewintermute has quit [Quit: mikewintermute]
nemesit|znc has quit [Ping timeout: 245 seconds]
crodas has quit [Ping timeout: 256 seconds]
Elico has quit [Ping timeout: 256 seconds]
enredado has quit [Quit: enredado]
gildo has joined #ruby
brianpWins has joined #ruby
sgkim1261 has joined #ruby
<canton7> robert_, ...?
<robert_> canton7: thanks! :D
yosafbridge` has joined #ruby
<robert_> I'll write the verification code. :D
joelteon has joined #ruby
Takehiro has quit [Remote host closed the connection]
scrogson has joined #ruby
krawchyk has quit [Remote host closed the connection]
Hanmac1 has joined #ruby
arya_ has joined #ruby
c0rn has quit [Quit: Computer has gone to sleep.]
Drekonus has joined #ruby
s__e has joined #ruby
xkickflip has quit [Quit: h..hi]
mikepack has joined #ruby
Hanmac has quit [Ping timeout: 256 seconds]
s-e has quit [Ping timeout: 256 seconds]
ntus101__ has quit [Ping timeout: 256 seconds]
Inoperable has joined #ruby
jrajav has joined #ruby
monkegjinni has joined #ruby
matchaw has quit [Ping timeout: 245 seconds]
sgkim126l has quit [Ping timeout: 256 seconds]
yosafbridge has quit [Ping timeout: 256 seconds]
Inoperable has quit [Excess Flood]
Inoperable has joined #ruby
Inoperable has quit [Excess Flood]
Inoperable has joined #ruby
telling has quit [Ping timeout: 256 seconds]
aalmenar has quit [Ping timeout: 256 seconds]
krnflake has quit [Ping timeout: 256 seconds]
Inoperable has quit [Max SendQ exceeded]
viszu has quit [Quit: Leaving.]
davidcelis has quit [Ping timeout: 256 seconds]
aalmenar has joined #ruby
Inoperable has joined #ruby
krnflake has joined #ruby
Inoperable has quit [Excess Flood]
Inoperable has joined #ruby
farn has quit [Quit: farn]
aalmenar has quit [Changing host]
aalmenar has joined #ruby
jurbat has quit [Quit: Computer has gone to sleep.]
farn_ has joined #ruby
sepp2k1 has joined #ruby
kenichi has quit [Ping timeout: 256 seconds]
Spami has quit [Read error: Connection reset by peer]
sepp2k has quit [Ping timeout: 245 seconds]
xybre has joined #ruby
xybre has quit [Changing host]
xybre has joined #ruby
matchaw has joined #ruby
ssoren11 has quit [Ping timeout: 264 seconds]
ffranz1 has joined #ruby
Gnubie has joined #ruby
dhruvasagar has quit [Ping timeout: 276 seconds]
nw_ has joined #ruby
nyuszika7h_ has joined #ruby
arya has quit [Ping timeout: 242 seconds]
45PAAKH1X has joined #ruby
Elico1 has joined #ruby
nemesit|- has joined #ruby
telling_ has joined #ruby
ntus1017 has joined #ruby
kenichi has joined #ruby
slash_nick has quit [Ping timeout: 256 seconds]
vlad_starkov has joined #ruby
dougireton has joined #ruby
davidcelis has joined #ruby
davidcelis has quit [Changing host]
davidcelis has joined #ruby
mikepack_ has quit [Read error: No buffer space available]
DanKnox has joined #ruby
45PAAKH1X has quit [Ping timeout: 241 seconds]
skattyadz has quit [Quit: skattyadz]
niceguyjames has quit [Quit: Textual IRC Client: www.textualapp.com]
ullopirlo has joined #ruby
chrishough has quit [Quit: chrishough]
slash_nick has joined #ruby
slash_nick has joined #ruby
slash_nick has quit [Changing host]
Inoperable has quit [Excess Flood]
Inoperable has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
emergion has quit [Quit: Computer has gone to sleep.]
ullopirlo has left #ruby [#ruby]
telling_ has quit [Ping timeout: 271 seconds]
telling has joined #ruby
telling has quit [Changing host]
telling has joined #ruby
rismoney has quit [Read error: No buffer space available]
ChristianS has quit [Ping timeout: 272 seconds]
deavid has quit [Ping timeout: 272 seconds]
rismoney has joined #ruby
harrymoreno_ has joined #ruby
ChristianS has joined #ruby
brotatos has joined #ruby
ullopirlo has joined #ruby
dougireton has quit [Ping timeout: 246 seconds]
nyuszika7h_ has quit [Changing host]
nyuszika7h_ has joined #ruby
brotatos has quit [Client Quit]
nyuszika7h_ is now known as nyuszika7h
bionhart has joined #ruby
RORgasm has joined #ruby
deavid has joined #ruby
vlad_starkov has joined #ruby
akells` has joined #ruby
teclator has quit [Ping timeout: 264 seconds]
harrymoreno has quit [Ping timeout: 257 seconds]
harrymoreno_ is now known as harrymoreno
akells` has quit [Remote host closed the connection]
jprovazn has joined #ruby
bmn has joined #ruby
chrishough has joined #ruby
pcarrier_ has quit [Ping timeout: 264 seconds]
geggam has quit [Ping timeout: 264 seconds]
splittingred has quit [Read error: Connection reset by peer]
mercwithamouth has quit [Ping timeout: 240 seconds]
splittingred has joined #ruby
akells` has joined #ruby
Azulinho has quit [Ping timeout: 264 seconds]
burlyscudd has left #ruby [#ruby]
pcarrier_ has joined #ruby
jdunck has quit [Quit: Computer has gone to sleep.]
skattyadz has joined #ruby
harrymoreno_ has joined #ruby
harrymoreno has quit [Ping timeout: 246 seconds]
harrymoreno_ is now known as harrymoreno
dash_ has quit [Quit: Time to beer :)]
reset has joined #ruby
chrishunt has joined #ruby
whowantstolivef1 has joined #ruby
whowantstolivef1 has quit [Client Quit]
farn_ is now known as farn
bklane has joined #ruby
<ullopirlo> Zfhffzhf
ivanoats has quit [Remote host closed the connection]
aqil has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)]
ullopirlo is now known as albertone
dougireton has joined #ruby
Animawish has joined #ruby
geggam has joined #ruby
icecandy has quit [Remote host closed the connection]
pipi404 has quit [Ping timeout: 256 seconds]
ryannielson has quit [Quit: ryannielson]
sailias has quit [Ping timeout: 248 seconds]
klip has joined #ruby
yalue has quit [Quit: Leaving]
pinpin404 has joined #ruby
splittingred_ has joined #ruby
c0rn has joined #ruby
splittingred has quit [Ping timeout: 240 seconds]
splittingred_ is now known as splittingred
centr0 has joined #ruby
ntus1017 has quit [Remote host closed the connection]
telling has quit [*.net *.split]
harrymoreno has quit [*.net *.split]
farn has quit [*.net *.split]
monkegjinni has quit [*.net *.split]
sgkim1261 has quit [*.net *.split]
fermion has quit [*.net *.split]
Banistergalaxy has quit [*.net *.split]
sindork_ has quit [*.net *.split]
pskosinski has quit [*.net *.split]
byprdct has quit [*.net *.split]
saarinen has quit [*.net *.split]
cj3kim has quit [*.net *.split]
timonv has quit [*.net *.split]
adambeynon has quit [*.net *.split]
redgirl has quit [*.net *.split]
nomenkun has quit [*.net *.split]
nezumi has quit [*.net *.split]
devoldmx3 has joined #ruby
r0bby has joined #ruby
devoldmx27 has joined #ruby
theRoUS has quit [Ping timeout: 260 seconds]
ARCADIVS has joined #ruby
razi has quit [Quit: Leaving.]
mikepack has quit [Remote host closed the connection]
farn_ has joined #ruby
dangerousdave has quit [Read error: Connection reset by peer]
Jackneill has quit [Ping timeout: 248 seconds]
dangerousdave has joined #ruby
saarinen has joined #ruby
felipe has joined #ruby
leoc has joined #ruby
devoldmx has quit [Ping timeout: 276 seconds]
pipework has quit [Remote host closed the connection]
devoldmx3 has quit [Ping timeout: 245 seconds]
jrbing has left #ruby [#ruby]
harrymoreno has joined #ruby
r0bby is now known as robbyoconnor
ry4nn has joined #ruby
telling has joined #ruby
monkegjinni has joined #ruby
pskosinski has joined #ruby
sindork_ has joined #ruby
cj3kim has joined #ruby
nezumi has joined #ruby
timonv has joined #ruby
nomenkun has joined #ruby
redgirl has joined #ruby
nezumi has quit [Ping timeout: 240 seconds]
sgkim126l has joined #ruby
rippa has quit [Ping timeout: 240 seconds]
Azulinho has joined #ruby
burlyscudd has joined #ruby
verto has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bklane has quit [Remote host closed the connection]
germanstudent has joined #ruby
verto has joined #ruby
adambeynon has joined #ruby
Rumsteak_ has joined #ruby
nezumi has joined #ruby
<leoc> Hi, I am trying to write a c extension gem, which includes a c++ library. It´s called openzwave. I call have_library('stdc++') and have_library('openzwave') the first works the latter doesn't. I tried to find out the mangled function name via `nm`. Still no luck. Is there something special I have to take care of before linking a c++ library?
sindork_ has quit [Ping timeout: 240 seconds]
pskosinski has quit [Ping timeout: 240 seconds]
BlakeRG_ has joined #ruby
BlakeRG_ has quit [Client Quit]
BlakeRG has quit [Ping timeout: 240 seconds]
Rumsteak has quit [Ping timeout: 276 seconds]
pskosinski has joined #ruby
Rumsteak_ is now known as Rumsteak
sindork has joined #ruby
Floydzy has joined #ruby
dougireton has quit [Ping timeout: 246 seconds]
sayan has quit [Ping timeout: 260 seconds]
DonRichie has quit [Quit: Verlassend]
redgirl has quit [Quit: Leaving]
afd__ has quit [Ping timeout: 256 seconds]
ivanoats has joined #ruby
tommyvyo has quit [Ping timeout: 264 seconds]
Naeblis|XChat has quit [Quit: Leaving]
mocfive has quit [Remote host closed the connection]
tommyvyo has joined #ruby
naquad has quit [Quit: ZNC - http://znc.in]
krainboltgreene has quit [Ping timeout: 245 seconds]
ivanoats_ has joined #ruby
<bricker> Is this the best way to do this? https://gist.github.com/bricker/5716945
naquad has joined #ruby
afd__ has joined #ruby
<bricker> I'm monstly concerned about the "or" - even after so many years working with ruby, I am always a little confused by it
<workmad3> bricker: no... query.query_url.match(Regexp.union(/regex1/, /regex2/,...))
naquad has quit [Client Quit]
leonid_ has quit [Ping timeout: 264 seconds]
naquad has joined #ruby
Eaven has quit [Read error: Connection reset by peer]
jrajav has quit [Quit: phunq, sandwich store loop, WHAT NO UNIVERSE]
ivanoats has quit [Ping timeout: 245 seconds]
<bricker> workmad3: is there anything wrong with the way I have it there, besides it maybe being a little inefficient?
mercwithamouth has joined #ruby
eldariof has quit [Ping timeout: 256 seconds]
johnrlive has quit [Remote host closed the connection]
wmoxam has quit [Ping timeout: 264 seconds]
<Hanmac1> hm if you do not use the match object you can replace match with =~ its more faster
<workmad3> bricker: 'or' is lower precedence than '='
<bricker> workmad3: oh yeah, I was afraid of that
troessner has quit [Ping timeout: 248 seconds]
jrajav has joined #ruby
Banistergalaxy has joined #ruby
<bricker> anyways I do the union thing, thanks
icole has joined #ruby
epitron_ has quit [Changing host]
epitron_ has joined #ruby
epitron_ is now known as epitron
cj3kim has quit [Ping timeout: 240 seconds]
khismeti_ has joined #ruby
huoxito has quit [Quit: Leaving]
telling has quit [Ping timeout: 240 seconds]
nomenkun has quit [Ping timeout: 240 seconds]
Xeago_ has joined #ruby
arietis has joined #ruby
mocfive has joined #ruby
ybart has joined #ruby
timonv_ has joined #ruby
cj3kim has joined #ruby
tw1sted has quit [Quit: tw1sted]
Rumsteak has quit [Quit: Rumsteak]
carloslopes has quit [Remote host closed the connection]
icole has quit [Ping timeout: 246 seconds]
timonv has quit [Ping timeout: 240 seconds]
nomenkun has joined #ruby
khismeti_ has quit [Client Quit]
pipework has joined #ruby
ArchBeOS|AWAY has quit [Read error: Connection reset by peer]
icole has joined #ruby
timonv_ has quit [Remote host closed the connection]
robscomputer has joined #ruby
telling has joined #ruby
telling has quit [Changing host]
telling has joined #ruby
jprovazn has quit [Quit: Odcházím]
cj3kim has quit [Remote host closed the connection]
robscomputer has quit [Read error: Connection reset by peer]
icole_ has joined #ruby
robscomputer has joined #ruby
xkickflip has joined #ruby
monkegji_ has joined #ruby
monkegjinni has quit [Ping timeout: 240 seconds]
jlebrech has joined #ruby
leonidlm has joined #ruby
JaTochNietDan has joined #ruby
Lubinski has quit [Quit: Leaving]
robscomputer_ has quit [Ping timeout: 256 seconds]
icole has quit [Ping timeout: 240 seconds]
JaTochNietDan has quit [Client Quit]
nezumi has quit [Ping timeout: 276 seconds]
slainer68 has quit [Remote host closed the connection]
robscomputer has quit [Ping timeout: 245 seconds]
robscomputer has joined #ruby
tockitj has quit [Changing host]
tockitj has joined #ruby
momomomomo has joined #ruby
tommyvyo has quit [Quit:]
diadara has joined #ruby
JaTochNietDan has joined #ruby
pyrac has quit [Quit: pyrac]
jbinto has joined #ruby
ntus1017 has joined #ruby
dhruvasagar has joined #ruby
Azulinho has quit [Ping timeout: 260 seconds]
_bart has left #ruby [#ruby]
carloslopes has joined #ruby
albertone has quit [Ping timeout: 240 seconds]
carloslopes has quit [Remote host closed the connection]
gyre007 has joined #ruby
arietis has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
tjbiddle has joined #ruby
mercwithamouth has quit [Ping timeout: 276 seconds]
wu_1mao has joined #ruby
jrajav has quit [Quit: I tend to be neutral about apples]
coderhs has quit [Ping timeout: 245 seconds]
momomomomo has quit [Quit: momomomomo]
LennyLin_ has joined #ruby
mklappst_ has quit [Remote host closed the connection]
burlyscudd has quit [Quit: Leaving.]
adambeynon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
nomenkun has quit [Remote host closed the connection]
LennyLinux has quit [Ping timeout: 248 seconds]
denver has quit [Remote host closed the connection]
nkr has quit [Quit: Linkinus - http://linkinus.com]
evenix_ has joined #ruby
evenix_ has quit [Remote host closed the connection]
evenix has quit [Read error: Connection reset by peer]
tootubular has joined #ruby
evenix has joined #ruby
farn_ is now known as farn
monkegji_ has quit [Remote host closed the connection]
Alina-malina has quit [Read error: Connection reset by peer]
teclator has joined #ruby
Drekonus has quit [Quit: Textual IRC Client: www.textualapp.com]
<rismoney> i am using this line @ips = @data['network::ipconfig'].map { |element| element.values.first.values.first["ipaddress"]} but I only want the values in the new array to be if element.values.first.keys == 'foo' or 'bar'
xardas has joined #ruby
diadara has quit [Remote host closed the connection]
geekbri has quit [Remote host closed the connection]
<davidcelis> rismoney: do a #select first with that condition, then
Alina-malina has joined #ruby
headius has quit [Quit: headius]
mercwithamouth has joined #ruby
pinpin404 has quit [Ping timeout: 246 seconds]
ferno has joined #ruby
byprdct has joined #ruby
devoldmx has joined #ruby
devoldmx27 has quit [Read error: Connection reset by peer]
<ravster> how do I download the latest jruby using rbenv? I can't find that in the readme.
ldnunes has quit [Quit: Leaving]
arya has joined #ruby
Spami has joined #ruby
Spami has joined #ruby
interactionjaxsn has quit [Remote host closed the connection]
<havenwood> ravster: Another option (new) is ruby-install. Download latest JRuby with: ruby-install jruby
BadDesign has joined #ruby
naquad has quit [Quit: ZNC - http://znc.in]
interactionjaxsn has joined #ruby
naquad has joined #ruby
pinpin404 has joined #ruby
arya_ has quit [Ping timeout: 245 seconds]
naquad has quit [Client Quit]
jgarvey has quit [Quit: Leaving]
pcarrier_ has quit [Ping timeout: 245 seconds]
<havenwood> ravster: But with ruby-build: ruby-build jruby-1.7.4
xardas has quit [Changing host]
xardas has joined #ruby
naquad has joined #ruby
coderhs has joined #ruby
geggam has quit [Remote host closed the connection]
<ravster> havenwood: great. Thank you.
<ravster> I'll look at both of those
v0n has quit [Ping timeout: 264 seconds]
<rismoney> davidcelis can't seem to make it work
interactionjaxsn has quit [Ping timeout: 256 seconds]
<davidcelis> rismoney: gist
pcarrier_ has joined #ruby
cj3kim has joined #ruby
awarner_ has joined #ruby
aspiers has joined #ruby
wolcanus has quit [Remote host closed the connection]
Criztian has quit [Remote host closed the connection]
<rismoney> davidcelis i don't have anything beyond the one line, because my source is a yaml file:(
wolcanus has joined #ruby
ivanoats_ has quit [Remote host closed the connection]
ntus1017 has quit [Remote host closed the connection]
awarner has quit [Ping timeout: 256 seconds]
timonv has joined #ruby
jbinto has quit [Remote host closed the connection]
ivanoats has joined #ruby
solidoodlesuppor has quit [Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803]]
Banistergalaxy has quit [Ping timeout: 246 seconds]
momomomomo has joined #ruby
robbyoconnor has quit [Ping timeout: 240 seconds]
jbinto has joined #ruby
bionhart has quit [Remote host closed the connection]
<apeiros> rismoney: element.values.first.keys == 'foo' or 'bar' # makes no sense, .keys is an array…
<apeiros> so do you mean == ['foo'], i.e. the hash contains only a single key named 'foo'?
osvico has joined #ruby
Appineer has joined #ruby
jbinto has quit [Remote host closed the connection]
reset has quit [Quit: Leaving...]
<rismoney> yes, thats right, .keys is an array. i need to check each element of the array and if the element == 'foo' then I want to grab the subkey ip address data
<apeiros> errr… what?
noname001_ has quit [Remote host closed the connection]
<apeiros> you mean you really want element.values['foo']?
<apeiros> because… accessing by key is the purpose of hashes…
thebastl has quit [Read error: Connection reset by peer]
thebastl has joined #ruby
<rismoney> yes that is correct
huttan has joined #ruby
Spaceghost|work has joined #ruby
adkron__ has joined #ruby
banjara1 has joined #ruby
jlast_ has joined #ruby
mahlon_ has quit [Read error: Connection reset by peer]
centr0_ has joined #ruby
rads has joined #ruby
Spooner has joined #ruby
jlast has quit [Read error: Connection reset by peer]
<apeiros> then… do that? what stops you?
verto has quit [Ping timeout: 276 seconds]
banjara has quit [Ping timeout: 276 seconds]
suporte85 has quit [Quit: Saindo]
mahlon_ has joined #ruby
centr0 has quit [Ping timeout: 276 seconds]
centr0_ is now known as centr0
huttan_ has quit [Ping timeout: 276 seconds]
adkron has quit [Ping timeout: 276 seconds]
seejohnr1n has quit [Quit: leaving]
Kar- has quit []
pipework has quit [Ping timeout: 276 seconds]
codecop has quit [Quit: Išeinu]
speakingcode-wor has quit [Quit: Lost terminal]
nalaginrut has quit [Ping timeout: 256 seconds]
bionhart has joined #ruby
DanKnox is now known as DanKnox_away
[m]adman has quit [Quit: —I-n-v-i-s-i-o-n— 3.3 (November '11)]
Inoperable is now known as Inoperable_AWY
angusiguess has joined #ruby
thebastl has quit [Remote host closed the connection]
mikepack has joined #ruby
afd__ has quit [Ping timeout: 245 seconds]
reset has joined #ruby
Criztian has joined #ruby
jdunck has joined #ruby
evenix has quit [Remote host closed the connection]
DanKnox_away is now known as DanKnox
evenix has joined #ruby
<rismoney> apeiros - so here is the data representation: foo={"pcad01"=>{"mgmt405"=>{"ip"=>"1.2.3.4"}}}, {"pcad02"=>{"mgmt407"=>{"ip"=>"1.2.3.4"}}}
nettoweb has quit [Quit: nettoweb]
mljsimone is now known as mljsimone|bnc
BadDesign has quit [Read error: Connection reset by peer]
Inoperable_AWY is now known as inoperable
ybart has quit [Read error: Connection reset by peer]
chichou has joined #ruby
ij has quit [Read error: Connection reset by peer]
<apeiros> single-key-hashes are somewhat missing the point of using a hash…
ybart has joined #ruby
Criztian has quit [Remote host closed the connection]
teclator has quit [Ping timeout: 246 seconds]
momomomomo has quit [Quit: momomomomo]
ij has joined #ruby
timonv has quit [Remote host closed the connection]
<rismoney> its a much more complicated hash, but for simplicity i snipped
nalaginrut has joined #ruby
Eaven has joined #ruby
Appineer has quit [Ping timeout: 240 seconds]
afd__ has joined #ruby
Xeago_ has quit [Ping timeout: 250 seconds]
robscomputer has quit [Read error: Connection reset by peer]
<rismoney> ultimately i am trying to find dupe ip's but i am only interested in mgmt407 entries
robscomputer has joined #ruby
mercwithamouth has quit [Ping timeout: 240 seconds]
Dummies_freelanc has quit [Read error: Connection reset by peer]
harrymoreno_ has joined #ruby
harrymoreno has quit [Ping timeout: 260 seconds]
harrymoreno_ is now known as harrymoreno
terrellt_ has quit [Ping timeout: 256 seconds]
pinpin404 has quit [Read error: Connection reset by peer]
evenix has quit [Ping timeout: 256 seconds]
<rismoney> thats why i am doing a ip = foo.map { |element| element.values.first.values.first["ip"]} but it gives me every interface, i want to pick and chooose
robscomputer_ has joined #ruby
jerius has quit [Ping timeout: 264 seconds]
vlad_starkov has quit [Remote host closed the connection]
defaultro_ has quit [Ping timeout: 250 seconds]
Michae___ has quit [Remote host closed the connection]
Michae___ has joined #ruby
acrussell has quit [Quit: Leaving.]
instinkt has quit [Quit: Lost terminal]
robscomp_ has joined #ruby
vlad_starkov has joined #ruby
robscomp_ has quit [Read error: Connection reset by peer]
camt has joined #ruby
robscomputer has quit [Ping timeout: 260 seconds]
robscomputer_ has quit [Read error: Connection reset by peer]
teclator has joined #ruby
robscomputer has joined #ruby
DanKnox is now known as DanKnox_away
Dummies_freelanc has joined #ruby
Dummies_freelanc has quit [Max SendQ exceeded]
verto has joined #ruby
Spami has quit [Ping timeout: 246 seconds]
Spaceghost|work has quit [Remote host closed the connection]
generalissimo is now known as mashed_potato
Astralum has joined #ruby
byprdct has quit [Quit: Textual IRC Client: www.textualapp.com]
mmitchell has quit [Ping timeout: 245 seconds]
Michae___ has quit [Ping timeout: 256 seconds]
harrymoreno has quit [Ping timeout: 276 seconds]
harrymoreno has joined #ruby
Jb has joined #ruby
leoc has quit [Read error: Connection reset by peer]
mklappstuhl has joined #ruby
MrZYX|off is now known as MrZYX
harrymoreno has quit [Ping timeout: 256 seconds]
failshell has quit [Remote host closed the connection]
ehaliewicz has joined #ruby
harrymoreno has joined #ruby
arya has quit [Ping timeout: 246 seconds]
vlad_starkov has quit [Remote host closed the connection]
Evixion has quit []
chson has quit [Remote host closed the connection]
Asher has quit [Quit: Leaving.]
ffranz1 is now known as ffranz
ariedler_ has quit [Remote host closed the connection]
pothibo has quit [Quit: pothibo]
_Andres has quit [Ping timeout: 260 seconds]
ninjabot has joined #ruby
Senjai has quit [Ping timeout: 245 seconds]
pothibo has joined #ruby
arya has joined #ruby
thebastl has joined #ruby
leonidlm has quit [Ping timeout: 276 seconds]
jbueza1 has quit [Quit: Leaving.]
forrest has quit [Quit: Leaving]
kirun has quit [Quit: Client exiting]
jgoss has joined #ruby
Davey has quit [Quit: Computer has gone to sleep.]
tjbiddle_ has joined #ruby
chrishunt has quit [Quit: ZzZzZz...]
Sp4rKy_ is now known as Sp4rKy
workmad3 has quit [Ping timeout: 245 seconds]
inoperable is now known as Inoperable_AWY
tjbiddle has quit [Ping timeout: 256 seconds]
tjbiddle_ is now known as tjbiddle
tommyvyo has joined #ruby
larissa has joined #ruby
breakingthings has quit [Quit: breakingthings]
mashed_potato has quit [Remote host closed the connection]
Spooner has quit [Remote host closed the connection]
tjbiddle has quit [Quit: tjbiddle]
xardas has quit [Ping timeout: 276 seconds]
dustint has quit [Quit: Leaving]
RORgasm has quit [Read error: Connection reset by peer]
RORgasm has joined #ruby
teclator has quit [Ping timeout: 240 seconds]
nomenkun has joined #ruby
harrymoreno_ has joined #ruby
harrymoreno has quit [Ping timeout: 276 seconds]
harrymoreno_ is now known as harrymoreno
teclator has joined #ruby
splittingred has quit [Quit: splittingred]
newUser1_ has quit [Remote host closed the connection]
slainer68 has joined #ruby
Animawish has quit [Quit: Animawish]
baroquebobcat has joined #ruby
awarner_ has quit [Ping timeout: 260 seconds]
Spooner has joined #ruby
nomenkun has quit [Ping timeout: 260 seconds]
baroquebobcat has quit [Client Quit]
yekta has quit [Quit: yekta]
akells` has quit [Remote host closed the connection]
Ortuna has joined #ruby
devoldmx3 has joined #ruby
dcunit3d has joined #ruby
bean has quit [Quit: Computer has gone to sleep.]
cmarques has quit [Ping timeout: 260 seconds]
sailias has joined #ruby
alex__c2022 has quit [Quit: alex__c2022]
fuzzyhorns has quit [Remote host closed the connection]
devoldmx has quit [Ping timeout: 256 seconds]
emmanuelux has joined #ruby
thebastl has quit [Remote host closed the connection]
statarb3 has joined #ruby
statarb3 has joined #ruby
jonathanwallace has quit [Ping timeout: 256 seconds]
bubblehe_ has quit [Remote host closed the connection]
ninjabot has quit [Remote host closed the connection]
bubblehead has joined #ruby
vwoo has joined #ruby
ravster has quit [Quit: Leaving.]
sailias has quit [Quit: Leaving.]
JimmyNeutron has joined #ruby
<vwoo> Does anyone know how to iterate a specific range of an array, but also maintain the index of the element in question properly? arr[4..9].map.with_index { |val, idx| } will give me idx values from 0 to 5.
agjacome has quit [Quit: leaving]
wolcanus has quit [Ping timeout: 256 seconds]
dayepa has quit [Ping timeout: 260 seconds]
awarner has joined #ruby
ArchBeOS has joined #ruby
ArchBeOS has quit [Changing host]
ArchBeOS has joined #ruby
tylersmith has quit [Read error: Connection reset by peer]
dayepa has joined #ruby
tylersmith has joined #ruby
mklappst_ has joined #ruby
Evixion has joined #ruby
vwoo has quit [Ping timeout: 248 seconds]
mklappstuhl has quit [Ping timeout: 246 seconds]
bean has joined #ruby
bean has quit [Max SendQ exceeded]
skattyadz has quit [Quit: skattyadz]
bean has joined #ruby
bean has quit [Client Quit]
danslo has joined #ruby
toddWork_ has quit [Quit: toddWork_]
Meatant has joined #ruby
gyre007 has quit [Remote host closed the connection]
atno has quit [Remote host closed the connection]
ezkl has joined #ruby
skattyadz has joined #ruby
stkowski has joined #ruby
Neomex has joined #ruby
Neomex has quit [Client Quit]
vwoo has joined #ruby
d2dchat has joined #ruby
Eaven has quit [Remote host closed the connection]
atno has joined #ruby
mercwithamouth has joined #ruby
arya has quit [Ping timeout: 276 seconds]
Alina-malina has quit [Read error: Connection reset by peer]
Alina-malina has joined #ruby
DonRichie has joined #ruby
Spami has joined #ruby
Spami has quit [Changing host]
Spami has joined #ruby
Alina-malina has quit [Client Quit]
Alina-malina has joined #ruby
Mekkis_ has quit [Ping timeout: 245 seconds]
statarb3 has quit [Quit: Leaving]
icole_ has quit [Read error: Connection reset by peer]
apeiros has quit [Remote host closed the connection]
arya has joined #ruby
apeiros has joined #ruby
icole has joined #ruby
luckyruby has quit [Remote host closed the connection]
devoldmx3 has quit [Read error: Connection reset by peer]
devoldmx has joined #ruby
vwoo has quit [Ping timeout: 240 seconds]
vwoo has joined #ruby
vlad_starkov has joined #ruby
icole has quit [Ping timeout: 240 seconds]
icole_ has joined #ruby
echevemaster is now known as echeve
harrymoreno has quit [Ping timeout: 240 seconds]
devoldmx has quit [Ping timeout: 246 seconds]
Spami has quit [Ping timeout: 276 seconds]
icole_ has quit [Read error: Connection reset by peer]
SuPrbly has joined #ruby
harrymoreno has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
theRoUS has joined #ruby
Azulinho has joined #ruby
<SuPrbly> Hi, Iam just starting to learn Ruby, are there any awesome books you guys can recommend?
vlad_starkov has quit [Ping timeout: 248 seconds]
osvico has quit [Ping timeout: 256 seconds]
Bleah has quit [Ping timeout: 264 seconds]
alex__c2022 has joined #ruby
jtharris has quit [Quit: WeeChat 0.4.0]
rhys has quit [Quit: Leaving]
theRoUS has quit [Ping timeout: 260 seconds]
vwoo has quit [Ping timeout: 240 seconds]
SuPrbly has left #ruby [#ruby]
Opettaja has joined #ruby
gasbakid has quit [Read error: Connection reset by peer]
alex__c2022 has quit [Ping timeout: 276 seconds]
vwoo has joined #ruby
cj3kim has quit [Remote host closed the connection]
arya has quit [Ping timeout: 276 seconds]
slash_nick is now known as slash_quit
tjbiddle has joined #ruby
ybart has quit [Quit: ybart]
Davey has joined #ruby
arya has joined #ruby
tomsthumb has quit [Quit: Leaving.]
robbyoconnor has joined #ruby
orien has joined #ruby
afd__ has quit [Ping timeout: 240 seconds]
dangerousdave has quit [Ping timeout: 260 seconds]
saarinen has quit [Quit: saarinen]
MrZYX is now known as MrZYX|off
phipes has quit [Quit: phipes]
statarb3 has joined #ruby
statarb3 has joined #ruby
18WADNBMV is now known as bean
chichou has quit [Remote host closed the connection]
Michae___ has joined #ruby
Eaven has joined #ruby
robscomputer has quit [Ping timeout: 241 seconds]
slash_quit has quit [Ping timeout: 246 seconds]
tootubular has quit [Quit: tootubular]
vwoo has quit [Quit: Computer has gone to sleep.]
harrymoreno_ has joined #ruby
afd__ has joined #ruby
harrymoreno has quit [Ping timeout: 248 seconds]
harrymoreno_ is now known as harrymoreno
pskosinski has quit [Quit: pskosinski]
mikepack has quit [Remote host closed the connection]
InFlames has joined #ruby
gstamp_ has joined #ruby
robscomputer has joined #ruby
takeru has joined #ruby
Mekkis has joined #ruby
aspiers has quit [Ping timeout: 256 seconds]
nkts has joined #ruby
cj3kim has joined #ruby
coderhs has quit [Ping timeout: 256 seconds]
nezumi has joined #ruby
takeru has quit [Ping timeout: 246 seconds]
mikepack has joined #ruby
brianpWins has quit [Quit: brianpWins]
troessner has joined #ruby
stkowski has quit [Quit: stkowski]
jbueza has joined #ruby
harrymoreno_ has joined #ruby
chichou has joined #ruby
pcarrier_ has quit [Quit: Computer has gone to sleep.]
harrymoreno has quit [Ping timeout: 276 seconds]
harrymoreno_ is now known as harrymoreno
chrishunt has joined #ruby
devoldmx has joined #ruby
d2dchat has quit [Remote host closed the connection]
wsterling has quit [Remote host closed the connection]
jimeh_ has quit [Quit: Computer has gone to sleep.]
Ortuna has quit [Quit: Computer has gone to sleep.]
justsee has quit [Ping timeout: 256 seconds]
jimeh_ has joined #ruby
anonymuse has quit [Quit: Leaving...]
statarb3 has quit [Quit: Leaving]
obs has quit [Ping timeout: 248 seconds]
justsee has joined #ruby
justsee has quit [Changing host]
justsee has joined #ruby
pcarrier_ has joined #ruby
Myconix has joined #ruby
khismetix has joined #ruby
obs has joined #ruby
icole has joined #ruby
jimeh_ has quit [Client Quit]
statarb3 has joined #ruby
statarb3 has quit [Changing host]
statarb3 has joined #ruby
mocfive has quit [Remote host closed the connection]
predator217 has joined #ruby
statarb3 has quit [Client Quit]
mercwithamouth has quit [Ping timeout: 248 seconds]
mrsolo has quit [Quit: Leaving]
statarb3 has joined #ruby
statarb3 has quit [Changing host]
statarb3 has joined #ruby
phipes has joined #ruby
poga_ has joined #ruby
Soliah has joined #ruby
Ortuna has joined #ruby
poga has quit [Ping timeout: 260 seconds]
predator117 has quit [Ping timeout: 248 seconds]
_maes_ has joined #ruby
rads has quit [Quit: rads]
h4mz1d has joined #ruby
tylersmith has quit [Remote host closed the connection]
chson has joined #ruby
dmiller has joined #ruby
Mekkis has quit [Ping timeout: 245 seconds]
wargasm has quit [Read error: Connection reset by peer]
obs has quit [Ping timeout: 260 seconds]
bionhart has quit [Remote host closed the connection]
InFlames has quit [Quit: This computer has gone to sleep]
statarb3 has quit [Quit: Leaving]
Proshot has quit [Ping timeout: 256 seconds]
Proshot has joined #ruby
Mekkis has joined #ruby
arya has quit [Ping timeout: 248 seconds]
Zeeraw has joined #ruby
Proshot has quit [Client Quit]
Proshot has joined #ruby
phipes has quit [Quit: phipes]
Floydzy has left #ruby [#ruby]
LennyLin_ has quit [Remote host closed the connection]
viszu has joined #ruby
Xeago has quit [Remote host closed the connection]
DanKnox_away is now known as DanKnox
Dummies_freelanc has joined #ruby
ged_ is now known as ged
arya has joined #ruby
r0bgl33s0n is now known as r0bgleeson
boshhead has quit [Quit: brb]
poga_ has quit [Remote host closed the connection]
poga has joined #ruby
ariedler has joined #ruby
takeru has joined #ruby
JimmyNeutron has quit [Quit: Leaving]
jlebrech has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
khismetix has quit [Quit: Computer has gone to sleep.]
slainer68 has quit [Remote host closed the connection]
InFlames has joined #ruby
mumblerit has joined #ruby
feedbackloop is now known as mknln
mikepack has quit [Remote host closed the connection]
InFlames has quit [Client Quit]
itman_ is now known as itman
dmiller has quit [Remote host closed the connection]
<fwaokda> anyone think they could help me define what the format is of the CSV file? The headers seem broken when I view it, but I'm not sure... (http://web1.ncaa.org/mfb/2012/Internet/player%20stats/DIVISIONB.csv)
peta_ has quit [Quit: peta_]
harrymoreno_ has joined #ruby
nkts__ has joined #ruby
phipes has joined #ruby