apeiros_ changed the topic of #ruby to: Ruby 1.9.3-p327: http://ruby-lang.org (ruby-2.0.0-preview2) || Paste >3 lines of text on http://gist.github.com
khimera has quit [Quit: khimera]
leonardorb has quit [Remote host closed the connection]
pr0ton has joined #ruby
daniel_- has quit [Ping timeout: 240 seconds]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
daniel_- has joined #ruby
statarb3 has joined #ruby
statarb3 has quit [Changing host]
statarb3 has joined #ruby
jds__ has quit [Remote host closed the connection]
soulcake has joined #ruby
Jasko2 has quit [Read error: Connection reset by peer]
DrShoggoth has joined #ruby
Jasko2 has joined #ruby
davejacobs has left #ruby [#ruby]
atno__ has quit [Read error: Connection reset by peer]
ltsstar has quit [Quit: ltsstar]
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
_nitti has joined #ruby
atno__ has joined #ruby
grote has quit [Quit: Leaving.]
chrisbolton has quit [Quit: chrisbolton]
atno__ has quit [Read error: Connection reset by peer]
iamjarvo has quit [Quit: Leaving.]
atno__ has joined #ruby
C0deMaver1ck has quit [Remote host closed the connection]
atno__ has quit [Read error: Connection reset by peer]
freeayu has joined #ruby
atno__ has joined #ruby
LouisGB has quit []
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
ffranz has quit [Quit: Leaving]
x82_nicole has quit [Quit: Computer has gone to sleep.]
_nitti has quit [Ping timeout: 264 seconds]
crueber has quit [Quit: Leaving.]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
c0rn has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
joeycarmello has quit [Remote host closed the connection]
emmanuelux has joined #ruby
Juul has left #ruby ["Leaving"]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
u89_ has quit [Remote host closed the connection]
atno__ has quit [Read error: Connection reset by peer]
kirun_ has quit [Quit: Client exiting]
nwertman_ has quit [Ping timeout: 264 seconds]
baphled has quit [Ping timeout: 276 seconds]
atno__ has joined #ruby
baphled has joined #ruby
nateberkopec has joined #ruby
_alejandro has joined #ruby
u89 has joined #ruby
workmad3 has joined #ruby
staafl has quit [Ping timeout: 264 seconds]
xnm has joined #ruby
nga4 has quit []
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
Takehiro has joined #ruby
CaptainJet has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
rellin has quit [Ping timeout: 255 seconds]
atno__ has joined #ruby
kiyoura has joined #ruby
leonardorb has joined #ruby
SCommette has joined #ruby
mrsolo has quit [Quit: Leaving]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
graft has joined #ruby
dmiller has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
<graft> okay, here's a dumb one: I want to have a subclass of Hash which does: SubHash.new == Hash.new { |h,k| h[k] = {} }, how do i do this?
chessguy has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
jds__ has joined #ruby
thone has joined #ruby
LouisGB has joined #ruby
atno__ has joined #ruby
u89 has quit [Remote host closed the connection]
acook has quit [Ping timeout: 264 seconds]
Goles has quit [Quit: Out.]
nateberkopec has quit [Quit: Linkinus - http://linkinus.com]
leonardorb has quit [Ping timeout: 240 seconds]
dmiller has quit [Ping timeout: 264 seconds]
ChampS666 has quit [Ping timeout: 260 seconds]
thone_ has quit [Ping timeout: 252 seconds]
<davidcelis> class SubHash < Hash; def initialize; super { |h,k| h[k] = {} }); end; end
jrajav has joined #ruby
mikeg has quit [Quit: Leaving]
atno__ has quit [Read error: Connection reset by peer]
<davidcelis> or, bonus, change the {} in that block to SubHash.new for recursion
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
<davidcelis> naw nevermind, that won't work
<davidcelis> the original does tho
<graft> yeah
x82_nicole has joined #ruby
<davidcelis> oh wait
<davidcelis> it does, i just used the wrong variable
<davidcelis> yeah change {} to SubHash.new and it'll just keep on goin
freeayu has quit [Remote host closed the connection]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
mikepack has joined #ruby
<davidcelis> class SubHash < Hash; def initialize; super { |h,k| h[k] = SubHash.new }; end; end # winning
ilyam has quit [Quit: ilyam]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
<apeiros_> hash = Hash.new { |h,k| h[k] = Hash.new(&h.default_proc) }
<apeiros_> for single use
icole has quit [Remote host closed the connection]
SCommette has quit [Quit: SCommette]
atno__ has quit [Read error: Connection reset by peer]
jds__ has quit [Ping timeout: 255 seconds]
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
<davidcelis> i wish i knew ruby
postmodern has joined #ruby
tomku has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
caleb_io has joined #ruby
atno__ has joined #ruby
jenrzzz has joined #ruby
pkeni has quit [Read error: Operation timed out]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
SCommette has joined #ruby
ebobby has quit [Quit: Leaving]
pu22l3r_ has quit [Remote host closed the connection]
matrixise has joined #ruby
havenn has quit [Remote host closed the connection]
medik has quit [Quit: medik has no reason]
brianpWins has quit [Quit: brianpWins]
Takehiro has quit [Remote host closed the connection]
tomku has quit [Ping timeout: 252 seconds]
havenn has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
leonardorb has joined #ruby
SCommette has quit [Quit: SCommette]
workmad3 has quit [Ping timeout: 252 seconds]
atno__ has joined #ruby
lordnaz has joined #ruby
nignaztic has quit [Ping timeout: 240 seconds]
mercwithamouth has quit [Ping timeout: 264 seconds]
x82_nicole has quit [Quit: Computer has gone to sleep.]
Cicloid has quit [Remote host closed the connection]
havenn has quit [Ping timeout: 260 seconds]
atno__ has quit [Read error: Connection reset by peer]
apeiros_ has quit [Remote host closed the connection]
Averna1 has joined #ruby
savant has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
savant has joined #ruby
Russell^^ has quit [Quit: Russell^^]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
freakazoid0223 has quit [Quit: Leaving]
atno__ has quit [Read error: Connection reset by peer]
_jds has left #ruby [#ruby]
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
havenn has joined #ruby
vasile has joined #ruby
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
leonardorb has quit [Ping timeout: 240 seconds]
invisime has quit [Quit: Leaving.]
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
digitalcakestudi has joined #ruby
atno__ has joined #ruby
seanstickle has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
mikepack has quit [Remote host closed the connection]
atno__ has joined #ruby
miso1337 has joined #ruby
Jasko2 has quit [Quit: Leaving]
davidcelis has quit [Quit: K-Lined.]
c0rn has quit [Quit: Computer has gone to sleep.]
IceDragon has joined #ruby
imami|afk is now known as banseljaj
sn0wb1rd has quit [Quit: I will be right back]
dmerrick_ has joined #ruby
tomku has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
caleb_io has quit [Quit: caleb_io]
bradhe has quit [Remote host closed the connection]
dmerrick has quit [Ping timeout: 240 seconds]
havenn has joined #ruby
havenn has quit [Read error: Connection reset by peer]
TTilus has joined #ruby
estan has joined #ruby
TTilus has quit [Read error: Operation timed out]
Spaceboy1 has joined #ruby
Ethan2 has joined #ruby
estan has quit [Read error: Connection reset by peer]
Cicloid has joined #ruby
dmerrick_ has quit [Ping timeout: 260 seconds]
alee has quit [Ping timeout: 276 seconds]
undersc0re97 has quit [Ping timeout: 265 seconds]
jeffreybaird has quit [Quit: jeffreybaird]
ilyam has joined #ruby
ilyam has quit [Client Quit]
Cicloid has quit [Ping timeout: 250 seconds]
Spaceboy has quit [Ping timeout: 276 seconds]
atno__ has quit [Read error: Connection reset by peer]
Ethan2 is now known as Ethan
alee has joined #ruby
leonardorb has joined #ruby
Jasko has joined #ruby
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
Cicloid has joined #ruby
atno__ has joined #ruby
joeycarmello has joined #ruby
Cicloid has quit [Remote host closed the connection]
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
atno__ has joined #ruby
joeycarmello has quit [Ping timeout: 250 seconds]
nat2610 has quit [Quit: Leaving.]
digitalcakestudi has quit [Quit: Leaving.]
gridaphobe has quit [Ping timeout: 248 seconds]
c0rn has joined #ruby
dmiller has joined #ruby
headius has joined #ruby
IceDragon has quit [Quit: Space~~~]
x82_nicole has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
<havenn> So I pushed a pull request and it is Red on Travis CI but when I run Ubuntu locally or the VirtualBox of Travis CI with Vagrant it is green. Build 13: https://travis-ci.org/robgleeson/xpool/pull_requests
atno__ has joined #ruby
tommyvyo_ has joined #ruby
<havenn> I can't for the life of me figure out what the problem is. Does adding a "require 'rbconfig'" need some other changes to not break Travis CI or am I missing something?
atno__ has quit [Read error: Connection reset by peer]
tomku has quit [Ping timeout: 240 seconds]
dmiller has quit [Ping timeout: 265 seconds]
atno__ has joined #ruby
charliesome has joined #ruby
cableray has quit [Ping timeout: 255 seconds]
crueber has joined #ruby
Ethan has quit [Quit: Leaving]
Mon_Ouie has quit [Ping timeout: 264 seconds]
tommyvy__ has joined #ruby
Takehiro has joined #ruby
timonv has joined #ruby
mikepack has joined #ruby
blazes816 has quit [Quit: blazes816]
atno__ has quit [Read error: Connection reset by peer]
rezzack has quit [Ping timeout: 244 seconds]
atno__ has joined #ruby
IceDragon has joined #ruby
LouisGB has quit [Ping timeout: 265 seconds]
atno__ has quit [Read error: Connection reset by peer]
Tref_ has quit [Quit: Tref_]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
atno__ has joined #ruby
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
atno__ has quit [Read error: Connection reset by peer]
rezzack has joined #ruby
atno__ has joined #ruby
atno__ has quit [Read error: Connection reset by peer]
timonv has quit [Ping timeout: 252 seconds]
bradhe has joined #ruby
banseljaj is now known as imami|afk
khimera has joined #ruby
sn0wb1rd has joined #ruby
khimera has quit [Client Quit]
ruby_noob has quit [Quit: ruby_noob]
elaptics is now known as elaptics`away
mahmoudimus has joined #ruby
hsbt is now known as hsbt_away
vlad_starkov has joined #ruby
cableray has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
tomku has joined #ruby
Jasko has joined #ruby
efrainolivares has joined #ruby
dankest has quit [Quit: Leaving...]
banjara has quit [Quit: Leaving.]
matrixise has quit [Ping timeout: 248 seconds]
ephemerian has quit [Quit: Leaving.]
vlad_starkov has quit [Ping timeout: 255 seconds]
mikepack has quit [Remote host closed the connection]
c0rn has quit [Quit: Computer has gone to sleep.]
Nanuq has quit [Ping timeout: 246 seconds]
bradhe has quit [Ping timeout: 264 seconds]
hsbt_away is now known as hsbt
statarb3 has quit [Read error: Connection reset by peer]
g_bleezy has joined #ruby
friskd has quit [Ping timeout: 240 seconds]
samphippen has quit [Quit: Computer has gone to sleep.]
maletor has quit [Quit: Computer has gone to sleep.]
silent1mezzo has joined #ruby
mikepack has joined #ruby
sebastianb has quit [Ping timeout: 246 seconds]
mikepack has quit [Remote host closed the connection]
c0rn has joined #ruby
sebastianb has joined #ruby
eka has quit [Remote host closed the connection]
eka has joined #ruby
vasile has quit [Ping timeout: 240 seconds]
xyzodiac has joined #ruby
xyzodiac has quit [Read error: Connection reset by peer]
tjbiddle_ has joined #ruby
Virunga has quit [Remote host closed the connection]
xyzodiac has joined #ruby
eka has quit [Ping timeout: 260 seconds]
tjbiddle has quit [Ping timeout: 240 seconds]
tjbiddle_ is now known as tjbiddle
sebastianb has quit [Ping timeout: 246 seconds]
freakazoid0223 has joined #ruby
bradhe has joined #ruby
gridaphobe has joined #ruby
sebastianb has joined #ruby
davidcelis has joined #ruby
jrajav has quit [Quit: I tend to be neutral about apples]
c0rn has quit [Quit: Computer has gone to sleep.]
seanstickle has quit [Quit: seanstickle]
c0rn has joined #ruby
c0rn has quit [Client Quit]
devdazed has quit [Ping timeout: 276 seconds]
apeiros_ has joined #ruby
mahmoudimus has quit [Quit: Computer has gone to sleep.]
devdazed has joined #ruby
NiteRain has quit [Ping timeout: 246 seconds]
moos3 has quit [Quit: Computer has gone to sleep.]
cintrikz has quit [Remote host closed the connection]
danneu has joined #ruby
apeiros_ has quit [Ping timeout: 252 seconds]
sebastianb has quit [Ping timeout: 246 seconds]
slainer68 has quit [Remote host closed the connection]
leonardorb has quit [Remote host closed the connection]
malkomalko has joined #ruby
bradhe has quit [Remote host closed the connection]
nwertman has joined #ruby
daniel_- has quit [Ping timeout: 252 seconds]
sebastianb has joined #ruby
xnm has quit [Ping timeout: 264 seconds]
silent1mezzo has quit [Remote host closed the connection]
dmiller has joined #ruby
emmanuelux has quit [Remote host closed the connection]
headius has quit [Quit: headius]
jenrzzz has quit [Ping timeout: 255 seconds]
nwertman has quit [Ping timeout: 260 seconds]
cableray has quit [Quit: cableray]
dmiller has quit [Ping timeout: 250 seconds]
bradhe has joined #ruby
JDubs has quit [Ping timeout: 260 seconds]
bradhe has quit [Remote host closed the connection]
danneu has quit [Ping timeout: 252 seconds]
crueber has quit [Quit: Leaving.]
<banisterfiend> does anyone know how to do this on rbenv? http://alisnic.net/blog/making-your-ruby-fly/
danneu has joined #ruby
nobuoka has joined #ruby
jojosiao has joined #ruby
x82_nicole has quit [Quit: Computer has gone to sleep.]
<havenn> banisterfiend: https://gist.github.com/1688857
adeponte has quit [Remote host closed the connection]
<havenn> banisterfiend: I use chruby + ruby-build, but same diff.
firefux has left #ruby [#ruby]
<banisterfiend> havenn: i'll give it a go, thanks
drago757 has joined #ruby
Hanmac1 has joined #ruby
<banisterfiend> havenn: i assume just going: export CFLAGS="-march=native -O3 -pipe -fomit-frame-pointer" and then installing any ruby via ruby-build will have those config options applied?
samg_ has joined #ruby
<havenn> banisterfiend: Actually, I think all you need is CFLAGS="-march=native -O2" with GCC >= 4.3
malkomalko has quit [Remote host closed the connection]
nari has joined #ruby
<havenn> gcc -v
<havenn> err, oops :P
Hanmac has quit [Ping timeout: 255 seconds]
<samg_> Array#shuffle optionally takes an rng, which I want to use to make an action deterministic in a test. You can pass in, e.g., Random.new(1), and the shuffle is deterministic. This works, but not across platform because Random's rng isn't specified. My question: When I try to pass anything other than an instance of Random, ruby ignores me and I get a non-deterministic shuffle. How can I inject a cross-implementation rng to Array#shuffle?
coliflor_ has joined #ruby
louism2_ has quit [Quit: This computer has gone to sleep]
sn0wb1rd has quit [Quit: I will be right back]
<havenn> samg_: Set Kernel#srand so rand ain't rand. http://www.ruby-doc.org/core-1.9.3/Kernel.html#method-i-srand
efrainolivares has left #ruby [#ruby]
yshh has joined #ruby
<samg_> havenn: I would run into the same problem. Between rbx and mri, while the seed might be the same, the shuffle would be different.
<havenn> samg_: Ahh, I see what you're saying...
<samg_> I want to make MyRandom, so the rng impl. is defined, but I can't seem to pass anything other than Random into Array#shuffle.
coliflor has quit [Ping timeout: 245 seconds]
pcarrier has joined #ruby
vlad_starkov has joined #ruby
ryanlecompte has quit [Remote host closed the connection]
igro has quit [Quit: Computer has gone to sleep.]
<samg_> As a last resort, I could inject a mock array instead of a mock rng, but I'd much prefer to inject the rng.
osvico has joined #ruby
<havenn> samg_: You could monkeypatch Array with srand, hrmm.
Guest66847 has quit [Quit: Computer has gone to sleep.]
slainer68 has joined #ruby
<samg_> I think a part of the issue is that Array#shuffle goes directly into a C routine.
leonardorb has joined #ruby
<samg_> For example, if I pass a naked stub as the rng into shuffle, I don't get any "unexpected message" exceptions.
gmci has joined #ruby
gmci is now known as Guest38105
<havenn> samg_: Every time: Kernel.srand(1); [1,2,3,4,5].shuffle #=> [3, 2, 5, 1, 4]; exit
<samg_> havenn: Right. That is expected. Now try it in rubinius.
vlad_starkov has quit [Ping timeout: 260 seconds]
<havenn> samg_: [4, 2, 3, 5, 1] >.>
<samg_> It depends on the RNG implementation, which isn't specified, so rbx and mri use different ones.
<havenn> samg_: Yeah, I didn't realize...
nwertman has joined #ruby
<samg_> [1, 2, 3, 4, 5].shuffle(random: Random.new(1)) has the same result, without a global mutation, btw.
<havenn> samg_: We need an MRI to RBX #srand converter! :P
<samg_> I want [1, 2, 3, 4, 5].shuffle(random: MyRandom.new), but I don't think that is possible.
Guest38105 has quit [Client Quit]
leonardorb has quit [Ping timeout: 240 seconds]
<bigmac> i think it is
kil0byte_ has joined #ruby
<samg_> bigmac: I'm not sure what interface I need to implement.
<bigmac> your just trying to random 1 threw 5 ?
<samg_> no. I have some code that does a random shuffle, but for testing, I want to make it deterministic. My preferred approach is to inject the RNG, so the shuffle is deterministic in test.
g_bleezy has quit [Remote host closed the connection]
crueber has joined #ruby
slainer68 has quit [Ping timeout: 256 seconds]
<samg_> It would be enough to shuffle 1..5 consistently between rbx and mri, as a proof of concept.
<bigmac> i want to see if i can do, ill need if expression
<bigmac> rand("5")
<samg_> [1, 2, 3, 4, 5].shuffle(random: MyRandom.new)
pdtpatrick has joined #ruby
<bigmac> give me a minute
<samg_> for some MyRandom, get that to deterministically output the same value in ruby and rbx
mercwithamouth has joined #ruby
pr0ton has left #ruby [#ruby]
silent1mezzo has joined #ruby
khimera has joined #ruby
waxjar has left #ruby ["Textual IRC Client: www.textualapp.com"]
waxjar has joined #ruby
hotovson has joined #ruby
<havenn> samg_: It looks like the problem is with RBX's Kernel#srand: Thread.current.randomizer.swap_seed isn't repeatable.
<samg_> I really don't think rbx has a bug.
headius has joined #ruby
<samg_> [1, 2, 3, 4, 5].shuffle(random: Random.new(1)) is deterministic _within_ rbx.
v0n has quit [Quit: Leaving]
khimera has quit [Client Quit]
<havenn> samg_: Hrmm....
nycjv321 has joined #ruby
<nycjv321> hey what does "para" mean in the following line: "@label = para "Press ", stong("start"), " to begin timing.""
nwertman has quit [Ping timeout: 260 seconds]
<samg_> nycjv321: looks like a method, probably part of a DSL.
<havenn> ^
hsbt is now known as hsbt_away
hotovson has quit [Read error: No route to host]
<samg_> para("Press ", strong("start"), " to begin timing.") would be equivalent.
RickSchmitty has quit [Remote host closed the connection]
dmiller has joined #ruby
<nycjv321> this is the code: http://pastebin.com/1Jx2n6BQ I'm reading Exploring Everything Things with R and Ruby
<nycjv321> there is no method "para" in the code is that built in?
<havenn> nycjv321: Oh the horror of hard tabs!
kpshek has joined #ruby
<bigmac> i think i got it , might think its lame, but it is simple
<samg_> maybe from a library
niklasb has quit [Read error: Operation timed out]
<bigmac> samg_:
<samg_> that is simple! :P
<nycjv321> havenn: what do u mean?
louism2_ has joined #ruby
<samg_> nycjv321: It seems like "para" comes from Shoes. Check out the Shoes documentation.
<havenn> nycjv321: Since the code you pasted had hard-tabs, pastebin put 8 spaces. In Ruby the convention is 2-space soft-tabs.
baroquebobcat has joined #ruby
tnk1 has quit [Read error: Connection reset by peer]
<nycjv321> samg_: ah thanks I'll look at it
<nycjv321> 2 soft-tabs? eh
<nycjv321> I'm used to hard tabs
<bigmac> samg_: im doing 0 threw 4 instead of 1 threw5
<samg_> bigmac: did you paste code? if so I missed it.
<bigmac> v=""; 50.times{v<<rand("4").to_s+"\n"}; v.split.uniq
hotovson has joined #ruby
<bigmac> paist that into irb
mneorr_ has quit [Remote host closed the connection]
<bigmac> 0..4
<nycjv321> ah it works thanks for the link havenn
<nycjv321> so the syntax changed in ruby?
mahmoudimus has joined #ruby
<bigmac> samg_: paste into irb----> v=""; 50.times{v<<rand("4").to_s+"\n"}; v.split.uniq
<nycjv321> sorry Shoes**
<samg_> bigmac: TypeError
louism2_ has quit [Client Quit]
<bigmac> works for me
<samg_> bigmac: I fixed the TypeError, but this isn't what I'm looking for. It isn't deterministic.
<waxjar> weird question. does anyone know the name of this open blogging platform focused on technology? i think you had to log in with your github account and the colour scheme of the site was a white background with (light) blue accents.
<bigmac> v=""; 50.times{v<<rand("4").to_s+"\n"}; v=v.split.uniq
<samg_> bigmac: what version of ruby?
<bigmac> try that one
<bigmac> v = [0,1,2,3,4]
<bigmac> v = [2,3,0,1]
<samg_> the issue is rand("4")
louism2_ has joined #ruby
<samg_> bigmac: I'm not sure you understood my problem...
bronson has quit [Quit: bronson]
quest88 has joined #ruby
<bigmac> i dont, i just wanted to try and random 0 threw 4
hotovson has quit [Ping timeout: 240 seconds]
<samg_> Oh, well you did it!
bronson has joined #ruby
<bigmac> ["2", "3", "0", "1"]
<havenn> waxjar: Just a wild guess, but Octopress?: http://octopress.org/
cableray has joined #ruby
<bigmac> you already had this working? 0..4
<samg_> bigmac: I don't need that to work.
<waxjar> no, it is some community based website, all posts are aggregated on their home page. it's not a piece of software
reset has quit [Ping timeout: 248 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
BadProphet has quit [Remote host closed the connection]
louism2_ has quit [Quit: This computer has gone to sleep]
chessguy has quit [Remote host closed the connection]
gmci_ has joined #ruby
Synthead has quit [Ping timeout: 260 seconds]
silent1mezzo has quit [Remote host closed the connection]
devdazed has quit [Ping timeout: 255 seconds]
devdazed has joined #ruby
hsbt_away is now known as hsbt
kpshek has quit []
kil0byte_ has quit [Remote host closed the connection]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
<ryanf> waxjar: http://www.rubyflow.com/ ?
jlast has quit [Remote host closed the connection]
tommyvyo has quit [Quit: Computer has gone to sleep.]
tommyvy__ is now known as tommyvyo
Takehiro has quit [Remote host closed the connection]
adeponte has joined #ruby
baroquebobcat has joined #ruby
jeffreybaird has joined #ruby
bronson has quit [Quit: bronson]
Takehiro has joined #ruby
rhys has joined #ruby
rhys has quit [Changing host]
rhys has joined #ruby
Takehiro has quit [Remote host closed the connection]
dankest has joined #ruby
havenn has quit [Remote host closed the connection]
vasile has joined #ruby
mildfate has joined #ruby
<waxjar> not the one i meant, but something very much like it. thx ryanf :)
Aiur has joined #ruby
<mildfate> If I have an array of user-written objects, what method inside the object will be called if I call .include?(some_obj) on said array? eq? equals? equal?
mneorr has joined #ruby
philomory has joined #ruby
<philomory> Anyone know, is the 'test "foo" do … end' style of running tests specific to rails? I thought it was a feature of mintiest but I appear to be wrong.
<Spaceghostc2c> It isn't.
<waxjar> i don't think so philomory, depends on the test framework you / rails use(s) obvioulsy
CaptainJet has quit []
<waxjar> mildfate: http://rubydoc.org/stdlib/core/Enumerable#include%3F-instance_method
<philomory> Hm. I guess it's not part of mintiest then
aaronmacy has quit [Quit: Leaving.]
<waxjar> does rails use minitest for their tests?
<mildfate> waxjar: can one overwrite the == method in a class?
<mildfate> def == … end?
<waxjar> sure
<mildfate> ok!
NiteRain has joined #ruby
tommyvyo_ has joined #ruby
silent1mezzo has joined #ruby
<waxjar> i recommend not doing that with String, Integer, etc though. it'll break more than it'll fix :P
yaymukund has quit [Ping timeout: 252 seconds]
headius has quit [Quit: headius]
Jasko has quit [Read error: Connection reset by peer]
Bosox20051 has joined #ruby
Jasko has joined #ruby
aaronmacy has joined #ruby
ewag has joined #ruby
aaronmacy has quit [Client Quit]
hsbt is now known as hsbt_away
lolcathost has quit [Ping timeout: 260 seconds]
slainer68 has joined #ruby
Nanuq has joined #ruby
forced_request has quit [Read error: Connection reset by peer]
slainer68 has quit [Ping timeout: 240 seconds]
browndawg has joined #ruby
rakunHo has joined #ruby
dmiller has quit [Remote host closed the connection]
mercwithamouth has quit [Quit: Lost terminal]
louism2_ has joined #ruby
jeffreybaird has quit [Quit: jeffreybaird]
leonardorb has joined #ruby
jlast has joined #ruby
silent1mezzo has quit [Remote host closed the connection]
kiplitton has quit [Quit: leaving]
nomenkun_ has quit [Ping timeout: 240 seconds]
leonardorb has quit [Ping timeout: 240 seconds]
NiteRain has quit [Ping timeout: 246 seconds]
cj3kim has quit [Quit: This computer has gone to sleep]
silent1mezzo has joined #ruby
berserkr has quit [Quit: Leaving.]
radic has quit [Disconnected by services]
radic_ has joined #ruby
lolcathost has joined #ruby
jlast has quit [Ping timeout: 264 seconds]
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
maletor has joined #ruby
IceDragon has quit [Quit: Space~~~]
proxie is now known as virtualentity
jlwestsr has joined #ruby
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
baphled has quit [Ping timeout: 264 seconds]
NiteRain has joined #ruby
dukedave has joined #ruby
coliflor_ has quit [Ping timeout: 245 seconds]
dukedave has quit [Client Quit]
araujo has quit [Quit: Leaving]
<danneu> dang, that was an hour ago
L1 has quit [Quit: Quitter]
phantasm66 has quit [Quit: *sleeeep….]
danneu has quit [Quit: WeeChat 0.3.8]
dmiller has joined #ruby
<mildfate> If I have multiple locks, can I have a synchronize on one OR the other? and then have the information on which one has synchronized in order to perform waits on the right condition vars?
vasile has quit [Ping timeout: 255 seconds]
ryanf has quit [Quit: leaving]
yshh has quit [Remote host closed the connection]
mercwithamouth has joined #ruby
xyzodiac has quit [Quit: Computer has gone to sleep.]
zaki has quit [Read error: Operation timed out]
yaymukund has joined #ruby
<philomory> For general reference, the syntax I am referring to *is* rails specific, or at least ActiveSupport-specific, and comes from ActiveSupport::Testing::Declarative
<philomory> In case anyone was wondering
Takehiro has joined #ruby
kuzushi has joined #ruby
mneorr has quit [Remote host closed the connection]
jlast has joined #ruby
mrsrikanth has joined #ruby
vlad_starkov has joined #ruby
FlowState has joined #ruby
FlowState has quit [Changing host]
FlowState has joined #ruby
xyzodiac has joined #ruby
samg_ has quit [Read error: Connection reset by peer]
samg_ has joined #ruby
samg_ has quit [Client Quit]
quest88 has quit [Quit: quest88]
crueber has quit [Quit: Leaving.]
kiyoura has quit [Quit: Leaving]
havenn has joined #ruby
hsbt_away is now known as hsbt
vlad_starkov has quit [Ping timeout: 265 seconds]
aetcore has joined #ruby
louism2_ has quit [Quit: This computer has gone to sleep]
Bosox20051 has quit [Quit: Leaving]
hadees has joined #ruby
havenn has quit [Ping timeout: 240 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
zaki has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
jlast has quit [Ping timeout: 240 seconds]
FlowState has quit [Quit: Ex-Chat]
ddd has quit [Quit: Leaving.]
mneorr has joined #ruby
mrsrikanth has quit [Quit: Leaving]
d2dchat has quit [Remote host closed the connection]
gridaphobe has quit [Remote host closed the connection]
dankest is now known as dankest|away
freeayu has joined #ruby
Aiur has quit [Quit: Computer has gone to sleep.]
silent1mezzo has quit [Remote host closed the connection]
michaelmartinez has joined #ruby
Slivka has quit [Read error: Connection reset by peer]
Takehiro has quit [Remote host closed the connection]
mahmoudimus has joined #ruby
d2dchat has joined #ruby
devdazed has quit [Ping timeout: 264 seconds]
rohit has joined #ruby
crueber has joined #ruby
crueber has left #ruby [#ruby]
Hanmac1 has quit [Ping timeout: 260 seconds]
pavilionXP__ has joined #ruby
lolcathost has joined #ruby
devdazed has joined #ruby
d2dchat has quit [Remote host closed the connection]
skaczor has quit [Remote host closed the connection]
dmiller has quit [Ping timeout: 240 seconds]
pavilionXP has quit [Ping timeout: 252 seconds]
babonk has quit [Quit: babonk]
wargasm has quit [Ping timeout: 244 seconds]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
jlast has joined #ruby
xyzodiac has quit [Quit: Computer has gone to sleep.]
jimeh has quit [Quit: Computer has gone to sleep.]
ryanf has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
wargasm1 has joined #ruby
browndawg has quit [Quit: Leaving.]
xyzodiac has joined #ruby
pcarrier has quit []
nycjv321 has quit [Read error: Connection reset by peer]
wmoxam has quit [Read error: Connection reset by peer]
osvico has quit [Ping timeout: 264 seconds]
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
areil has joined #ruby
jlast has quit [Ping timeout: 240 seconds]
osvico has joined #ruby
adeponte has quit [Remote host closed the connection]
pavilionXP__ has quit [Ping timeout: 250 seconds]
Loaft has joined #ruby
<Loaft> can anyone recommend me a text editor they use?
shammancer has quit [Quit: Leaving]
<savant> ed
<waxjar> sublime text 2
mneorr has quit [Remote host closed the connection]
philomory has quit [Read error: Connection reset by peer]
philomory has joined #ruby
<Loaft> thanks wax looks good
Takehiro has joined #ruby
lordnaz has quit [Ping timeout: 265 seconds]
rohit_ has joined #ruby
jds__ has joined #ruby
baroquebobcat has joined #ruby
<reactormonk> Loaft, emacs/vim if you want to go for the advanced ones
<Loaft> i literally just installed ruby and the devkit so
xyzodiac has quit [Quit: Computer has gone to sleep.]
<Loaft> if the time comes ill make sure to switch
rohit has quit [Ping timeout: 240 seconds]
Hanmac has joined #ruby
tommyvyo_ has joined #ruby
drago757 has quit [Quit: drago757]
jds__ has quit [Ping timeout: 255 seconds]
<Loaft> alright i need a suggestion for a better cmd prompt now =P
<waxjar> you mean like an alternative to bash, or are you on windows?
<Loaft> im on windows yes
hemanth has quit [Read error: Connection reset by peer]
<Loaft> something that actually expands would be nice, i've set the font smaller on the default OS one but its not cutting it
hemanth has joined #ruby
<waxjar> no idea, i think there is a version of zsh for windows, but i'm not sure
osvico has quit [Ping timeout: 248 seconds]
xyzodiac has joined #ruby
ananthakumaran has joined #ruby
jojosiao has left #ruby [#ruby]
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
slainer68 has joined #ruby
<Loaft> i guess they dont make as many for windows lol
L1 has joined #ruby
<kuzushi> o
jlast has joined #ruby
slainer68 has quit [Ping timeout: 240 seconds]
eka has joined #ruby
xyzodiac has quit [Quit: Computer has gone to sleep.]
eka has quit [Ping timeout: 240 seconds]
fyolnish has quit [Remote host closed the connection]
hemanth has quit [Ping timeout: 240 seconds]
skcin7 has quit [Ping timeout: 240 seconds]
dmiller has joined #ruby
jlast has quit [Ping timeout: 264 seconds]
cantonic_ has joined #ruby
dmiller has quit [Ping timeout: 255 seconds]
cantonic has quit [Ping timeout: 264 seconds]
cantonic_ is now known as cantonic
yshh has joined #ruby
hemanth has joined #ruby
rohit_ has quit [Quit: Leaving]
Spaceboy1 has quit [Ping timeout: 276 seconds]
gridaphobe has joined #ruby
gridaphobe has quit [Read error: Connection reset by peer]
gridaphobe has joined #ruby
jlwestsr has quit [Quit: Ex-Chat]
lolcathost has quit [Ping timeout: 250 seconds]
babonk has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
artm has joined #ruby
lolcathost has joined #ruby
nerd has quit [Quit: WeeChat 0.3.9.2]
nerd has joined #ruby
klacc has joined #ruby
Spaceboy has joined #ruby
nerd has quit [Client Quit]
lenovodroid has joined #ruby
jlast has joined #ruby
fyolnish has joined #ruby
mildfate has quit [Quit: Leaving.]
mildfate has joined #ruby
jenrzzz has joined #ruby
Axsuul has quit [Remote host closed the connection]
ewag has quit [Ping timeout: 260 seconds]
artm has quit [Quit: artm]
fyolnish has quit [Ping timeout: 265 seconds]
jlast has quit [Ping timeout: 264 seconds]
mneorr has joined #ruby
vlad_starkov has joined #ruby
vlad_starkov has quit [Ping timeout: 252 seconds]
rakl has quit [Quit: sleeping]
hadees has quit [Quit: hadees]
adac has joined #ruby
browndawg has joined #ruby
browndawg has left #ruby [#ruby]
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
<adac> I have a path/string "/assets/images_test_data/2ASKG7fcBGyJDigYK1epkPMg0XI/0.JPEG" Now I wanted to remove the filename so that I get the folders path only "/assets/webpage_images_test_data/2ASKG7fcBGyJDigYK1epkPMg0XI" How to do that?
ananthakumaran has quit [Ping timeout: 264 seconds]
gridaphobe has quit [Read error: Connection reset by peer]
<adac> sorry: last path should be of course: "/assets/images_test_data/2ASKG7fcBGyJDigYK1epkPMg0XI"
browndawg has joined #ruby
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
tommyvyo_ has joined #ruby
answer_42 has joined #ruby
DanBoy has joined #ruby
Paradox has quit [Ping timeout: 252 seconds]
<adac> tsou, thanks!
<tsou> np
Slivka has joined #ruby
dmiller has joined #ruby
devdazed has quit [Ping timeout: 255 seconds]
scruple has joined #ruby
zeen has joined #ruby
<zeen> hey, pretty new to ruby. i have it installed on my server already, 1.9.2 and i want to upgrade to 1.9.3.. when i su and do rvm install it installs it into my ~/.gems/ directory instead of /usr/local/rvm/gems/ (where 1.9.2 is). any advice? i can't remember how i did this the first time
devdazed has joined #ruby
<Hanmac> zeen what is your server version? (maybe there is an newer ruby for your server)
s1n4 has joined #ruby
<Hanmac> adac File.dirname
Asher has quit [Ping timeout: 260 seconds]
<zeen> oh actually bundle install --system is doing something, let me try this first..
dmiller has quit [Ping timeout: 246 seconds]
jlast has joined #ruby
<zeen> but it's ruby ruby-1.9.2-p320 in the RIGHT dir, and 1.9.3p194 in my root home dir
<zeen> hmm that didn't help
Asher has joined #ruby
yacks has quit [Read error: Connection reset by peer]
baroquebobcat has quit [Quit: baroquebobcat]
hsbt is now known as hsbt_away
cableray has quit [Quit: cableray]
<zeen> hmm one of the errors when installing is /root/.rvm/user/db does not exist
<zeen> maybe it's a path problem
gridaphobe has joined #ruby
savant has left #ruby [#ruby]
Paradox has joined #ruby
ewag has joined #ruby
klacc has quit [Quit: leaving]
<zeen> yes .. yes it is
wargasm1 has quit [Ping timeout: 256 seconds]
jlast has quit [Ping timeout: 264 seconds]
ananthakumaran has joined #ruby
apeiros_ has joined #ruby
lenovodroid has quit [Ping timeout: 255 seconds]
mneorr has quit [Remote host closed the connection]
gridaphobe has quit [Read error: Connection reset by peer]
coliflor has joined #ruby
jekotia has quit [Quit: *passes out*]
gridaphobe has joined #ruby
Synthead has joined #ruby
Slivka has quit [Read error: Connection reset by peer]
gridaphobe has quit [Remote host closed the connection]
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
DanBoy has quit [Remote host closed the connection]
gridaphobe has joined #ruby
adac has quit [Ping timeout: 265 seconds]
hsbt_away is now known as hsbt
gridaphobe has quit [Remote host closed the connection]
eldariof has joined #ruby
workmad3 has joined #ruby
ewag has quit [Ping timeout: 252 seconds]
maletor has quit [Quit: Computer has gone to sleep.]
michaelmartinez has quit [Quit: Check it, Wreck it http://www.caffeineindustries.com/blog]
segv- has joined #ruby
jackdanger has joined #ruby
freeayu has quit [Remote host closed the connection]
maletor has joined #ruby
scruple has quit [Ping timeout: 244 seconds]
lenovodroid has joined #ruby
mercwithamouth has quit [Ping timeout: 244 seconds]
workmad3 has quit [Ping timeout: 256 seconds]
segv- has quit [Remote host closed the connection]
jlast has joined #ruby
NiteRain has quit [Ping timeout: 246 seconds]
lolcathost has quit [Ping timeout: 252 seconds]
mfridh has joined #ruby
cableray has joined #ruby
daniel_hinojosa1 has quit [Ping timeout: 244 seconds]
BoomCow has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
lolcathost has joined #ruby
Xapht1 has joined #ruby
jlast has quit [Ping timeout: 264 seconds]
nicoulaj has joined #ruby
ejholmes has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
<zeen> so i install ruby via rvm install logged in as root and it puts it into my home directory, is there a reason it's not in my /usr/local/rvm directory? should it be in my home directory to start with?
whowantstolivefo has quit [Quit: need to reboot]
<ryanf> you need to install rvm itself as root for stuff to be in /usr/local/rvm. after that, you don't generally need to use sudo anymore
aetcore has quit [Quit: aetcore]
fyolnish has joined #ruby
<zeen> k cool, i'll try reinstalling rvm
ejholmes has quit [Quit: ejholmes]
jackbrownhf has joined #ruby
jackbrownhf has quit [Changing host]
jackbrownhf has joined #ruby
Xapht1 has quit [Quit: Leaving.]
ewag has joined #ruby
yshh_ has joined #ruby
yshh has quit [Read error: Connection reset by peer]
cj3kim has joined #ruby
Guest___ has quit [Quit: Computer has gone to sleep.]
ejholmes has joined #ruby
h4mz1d has joined #ruby
kil0byte has joined #ruby
jackdanger has quit [Read error: Connection reset by peer]
maletor has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
mildfate has quit [Quit: Leaving.]
jlast has joined #ruby
Beoran__ has joined #ruby
wchun has quit [Ping timeout: 240 seconds]
cableray has quit [Quit: cableray]
rweng has joined #ruby
rweng has quit [Client Quit]
<zeen> finally got it, path was wrong. forgot to restart terminal and source didn't do anything
<zeen> thanks
Beoran_ has quit [Ping timeout: 250 seconds]
Mon_Ouie has joined #ruby
toto_ has joined #ruby
locriani_ has joined #ruby
<ryanf> sure, no problem
locriani has quit [Read error: Connection reset by peer]
c0rn has joined #ruby
nilg has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
McSvenster has joined #ruby
jlast has quit [Ping timeout: 264 seconds]
karoshi has joined #ruby
yacks has joined #ruby
McSvenster has left #ruby [#ruby]
Zai00 has joined #ruby
<karoshi> I am looking for algorithms to solve dy/dx = sqrt(x).
fyolnish has quit [Remote host closed the connection]
nilg has quit [Remote host closed the connection]
s1n4 has quit [Quit: leaving]
jamesaxl has quit [Ping timeout: 264 seconds]
love_color_text has quit [Remote host closed the connection]
piotr has joined #ruby
Jackneill has joined #ruby
max_ has joined #ruby
Jackneill is now known as Guest54127
Synthead has quit [Ping timeout: 246 seconds]
jackbrownhf has quit [Quit: Sto andando via]
arturaz has joined #ruby
nilg has joined #ruby
bairui has quit [Ping timeout: 276 seconds]
Virunga has joined #ruby
bairui has joined #ruby
timonv has joined #ruby
s1n4 has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
lampe2 has joined #ruby
hamed_r has joined #ruby
karoshi has quit [Ping timeout: 256 seconds]
ChampS666 has joined #ruby
Virunga has quit [Remote host closed the connection]
lenovodroid has quit [Remote host closed the connection]
ryanf has quit [Ping timeout: 252 seconds]
bairui_ has joined #ruby
aetcore has joined #ruby
bairui has quit [Ping timeout: 250 seconds]
bairui_ is now known as bairui
cj3kim has quit [Quit: This computer has gone to sleep]
adambeynon has joined #ruby
jlast has joined #ruby
Virunga has joined #ruby
karoshi has joined #ruby
lolmaus has joined #ruby
eka has joined #ruby
karoshi has left #ruby [#ruby]
phelps has quit [Quit: Computer has gone to sleep.]
dmiller has joined #ruby
artm has joined #ruby
phelps has joined #ruby
coliflor has quit [Ping timeout: 245 seconds]
dmiller has quit [Ping timeout: 255 seconds]
artm has quit [Client Quit]
rezzack has quit [Ping timeout: 255 seconds]
jlast has quit [Ping timeout: 264 seconds]
Zai00 has quit [Quit: Zai00]
freeayu has joined #ruby
yshh has joined #ruby
elkclone has joined #ruby
elkclone has quit [Changing host]
elkclone has joined #ruby
yshh_ has quit [Ping timeout: 252 seconds]
nemesit has joined #ruby
luminous has joined #ruby
elaptics`away is now known as elaptics
c0rn has quit []
buibex has joined #ruby
Zai00 has joined #ruby
combataircraft has quit [Quit: leaving]
whowantstolivefo has joined #ruby
coliflor has joined #ruby
<Loaft> anyone here familiar with watir and could give me a hand?
marr has joined #ruby
hamed_r has quit [Remote host closed the connection]
buibex has quit [Remote host closed the connection]
phelps has quit [Quit: Computer has gone to sleep.]
staafl has joined #ruby
<luminous> join /redmine
staafl_alt has joined #ruby
jlast has joined #ruby
Slivka has joined #ruby
horrror has joined #ruby
<horrror> What's a good ruby speech recognition library?
staafl has quit [Ping timeout: 240 seconds]
fyolnish has joined #ruby
luminous has left #ruby [#ruby]
statarb3 has joined #ruby
vasile has joined #ruby
cascalheira has joined #ruby
moshee has quit [Ping timeout: 244 seconds]
moshee has joined #ruby
cascalheira has quit [Client Quit]
Takehiro has quit [Remote host closed the connection]
fyolnish has quit [Ping timeout: 276 seconds]
Takehiro has joined #ruby
artm has joined #ruby
jlast has quit [Ping timeout: 240 seconds]
kil0byte has quit [Read error: Connection reset by peer]
h4mz1d has quit [Ping timeout: 264 seconds]
adac has joined #ruby
vasile has quit [Ping timeout: 252 seconds]
buibex has joined #ruby
Takehiro has quit [Remote host closed the connection]
vasile has joined #ruby
artm has quit [Quit: artm]
daniel_- has joined #ruby
Takehiro has joined #ruby
vasile has quit [Ping timeout: 240 seconds]
piotr_ has joined #ruby
piotr has quit [Ping timeout: 240 seconds]
Xeago has joined #ruby
L1 has quit [Quit: Quitter]
fyolnish has joined #ruby
louism2_ has joined #ruby
moshee has quit [Ping timeout: 265 seconds]
moshee has joined #ruby
moshee has quit [Changing host]
moshee has joined #ruby
freeayu has quit [Remote host closed the connection]
araujo has joined #ruby
dmiller has joined #ruby
ejholmes has quit [Quit: ejholmes]
drizzy has joined #ruby
dmiller has quit [Ping timeout: 246 seconds]
lampe2 has quit [Quit: Leaving.]
Gooder` has joined #ruby
Gooder` has quit [Remote host closed the connection]
jlast has joined #ruby
<adac> is there a way to read out "objects" from a yaml file? I'm trying something like this: "agent.agent.http.verify_mode = APP_CONFIG['localhost']['ssl_verfication']"
<adac> where APP_CONFIG['localhost']['ssl_verfication'] would be "OpenSSL::SSL::VERIFY_NONE"
Gonzih has joined #ruby
alee has quit [Remote host closed the connection]
dankest|away has quit [Quit: Leaving...]
browndawg has quit [Quit: Leaving.]
alee has joined #ruby
nilg has quit [Remote host closed the connection]
devdazed has quit [Ping timeout: 276 seconds]
devdazed has joined #ruby
drizzy has quit [Quit: Leaving]
jlast has quit [Ping timeout: 240 seconds]
x82_nicole has joined #ruby
hck89 has joined #ruby
toto-_ has joined #ruby
hsbt is now known as hsbt_away
tk__ has joined #ruby
toto_ has quit [Ping timeout: 240 seconds]
elkclone has quit [Quit: It's never too late to unplug and run.]
<elaptics> adac: just load the data. data = Yaml.load(yaml_file_name)
browndawg has joined #ruby
<elaptics> adac: data['localhost'] etc
Mon_Ouie has quit [Ping timeout: 264 seconds]
lolcathost has quit [Ping timeout: 256 seconds]
malkomalko has joined #ruby
dukedave has joined #ruby
baphled has joined #ruby
daniel_- has quit [Ping timeout: 252 seconds]
gyre007 has joined #ruby
dukedave has quit [Ping timeout: 240 seconds]
lolcathost has joined #ruby
louism2_ has quit [Quit: This computer has gone to sleep]
Loaft has quit [Read error: Connection reset by peer]
LouisGB has joined #ruby
timonv has quit [Remote host closed the connection]
baphled has quit [Ping timeout: 244 seconds]
malkomalko has quit [Remote host closed the connection]
lolcathost has quit [Ping timeout: 265 seconds]
BoomCow has quit [Ping timeout: 250 seconds]
jlast has joined #ruby
lkba has quit [Ping timeout: 252 seconds]
jeffreybaird has joined #ruby
jds__ has joined #ruby
lolcathost has joined #ruby
buibex has quit [Remote host closed the connection]
BoomCow has joined #ruby
ananthakumaran has quit [Ping timeout: 252 seconds]
slainer68 has joined #ruby
baphled has joined #ruby
i42n has joined #ruby
ikaros has joined #ruby
hck89 has quit [Quit: Sto andando via]
<i42n> hey guys, I try to install the redcloth ruby gem and get the following error: http://pastebin.com/3pJD9Byk I do not know what to do now. Any tips?
<apeiros_> hi stefan
<apeiros_> i42n: odd… you have rvm (which afair needs xcode or at least a compiler), but the error you get indicates that you don't have that…
<apeiros_> i42n: have you installed xcode?
<i42n> yes, I also installed the command line tools
<i42n> also checked that gcc is 4.2
jlast has quit [Ping timeout: 264 seconds]
<i42n> apeiros_:
<i42n> apeiros_: I am also able to install some other gems. But RedCloth has problems.
devdazed has quit [Ping timeout: 265 seconds]
<apeiros_> by "other gems" you mean "other gems with native extensions"?
dmiller has joined #ruby
clj_newb has joined #ruby
devdazed has joined #ruby
<i42n> from ruby requirements: Right now Ruby requires gcc to compile, but Xcode 4.2 and later no longer ship with gcc. Instead they ship with llvm-gcc (to which gcc is a symlink) and clang, neither of which are supported for building Ruby. Xcode 4.1 was the last version to ship gcc, which was /usr/bin/gcc-4.2.
bigmac has quit [Remote host closed the connection]
<i42n> That's odd. I am on Xcode 4.5.2 but gcc --version shows me 4.2
areil_ has joined #ruby
Virunga has quit [Remote host closed the connection]
<i42n> oh but it seems to be the llvm build
<i42n> maybe that is my problem
chessguy has joined #ruby
jds__ has quit [Remote host closed the connection]
dmiller has quit [Ping timeout: 246 seconds]
areil has quit [Ping timeout: 240 seconds]
emmanuelux has joined #ruby
radic_ has quit [Ping timeout: 265 seconds]
chessguy_ has joined #ruby
chessguy_ has quit [Read error: Connection reset by peer]
chessguy has quit [Read error: No route to host]
chessguy has joined #ruby
atmosx has quit [Quit: WeeChat 0.4.0-dev]
ananthakumaran has joined #ruby
robustus has joined #ruby
baphled has quit [Ping timeout: 264 seconds]
radic has joined #ruby
baphled has joined #ruby
<i42n> apeiros_: hm that did not help. I did what they say in ruby requirements (http://pastebin.com/ZupmzK3E).
malkomalko has joined #ruby
malkomalko has quit [Remote host closed the connection]
<i42n> apeiros_: still the same error on installing redcloth gem: http://pastebin.com/3pJD9Byk
<i42n> apeiros_: installing rake worked. but rake maybe does not use native extension I suppose?
niklasb has joined #ruby
ChampS666 has quit [Ping timeout: 276 seconds]
<i42n> Really no ideas what I am doing wrong here? http://pastebin.com/3pJD9Byk
jlast has joined #ruby
baphled has quit [Ping timeout: 252 seconds]
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
lolcathost has joined #ruby
ltsstar has joined #ruby
<eka> The compiler failed to generate an executable file. (RuntimeError)
<eka> You have to install development tools first.
<eka> i42n: ^^^
clj_newb has quit [Ping timeout: 244 seconds]
<eka> i42n: that was on the error message
<i42n> eka: I have install the development tools
<eka> i42n: seems that some lib is missing
kirun has joined #ruby
baphled has joined #ruby
jeffreybaird has quit [Quit: jeffreybaird]
<eka> i42n: Check the mkmf.log
horrror has quit [Quit: horrror]
daniel_- has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
eka has quit [Remote host closed the connection]
lolcathost has quit [Ping timeout: 248 seconds]
Gonzih has quit [Read error: Connection reset by peer]
segv- has joined #ruby
hsbt_away is now known as hsbt
jlast has quit [Ping timeout: 240 seconds]
samphippen has joined #ruby
pmros has joined #ruby
tenmilestereo has joined #ruby
adac has quit [Ping timeout: 240 seconds]
clj_newb has joined #ruby
hsbt is now known as hsbt_away
Slivka has quit [Read error: Connection reset by peer]
Gooder` has joined #ruby
lolcathost has joined #ruby
nemesit has quit [Quit: Leaving...]
miso1337 has quit [Read error: Connection timed out]
miso1337 has joined #ruby
jds__ has joined #ruby
Virunga has joined #ruby
seanstickle has joined #ruby
baphled has quit [Ping timeout: 244 seconds]
phantasm66 has joined #ruby
phantasm66 has quit [Changing host]
phantasm66 has joined #ruby
jamesaxl has joined #ruby
lolmaus has quit []
dangerousdave has joined #ruby
TheFuzzball has quit [Read error: No route to host]
u89 has joined #ruby
buibex has joined #ruby
gyre008 has joined #ruby
jds__ has quit [Ping timeout: 252 seconds]
x82_nicole has quit [Quit: Computer has gone to sleep.]
baphled has joined #ruby
Virunga has quit [Remote host closed the connection]
leonardorb has joined #ruby
gyre007 has quit [Ping timeout: 264 seconds]
malkomalko has joined #ruby
Neomex has joined #ruby
dmiller has joined #ruby
Neomex has quit [Client Quit]
jlast has joined #ruby
pseudonymous has joined #ruby
TheFuzzball has joined #ruby
daniel_- has quit [Ping timeout: 240 seconds]
Xeago has quit [Remote host closed the connection]
dmiller has quit [Ping timeout: 264 seconds]
baphled has quit [Ping timeout: 264 seconds]
pmros has quit [Ping timeout: 264 seconds]
baphled has joined #ruby
Adget has joined #ruby
buibex has quit [Remote host closed the connection]
jlast has quit [Ping timeout: 240 seconds]
buibex has joined #ruby
fcoury has quit [Remote host closed the connection]
pen has joined #ruby
pac1 has joined #ruby
lampe2 has joined #ruby
buibex has quit [Read error: Connection reset by peer]
Mon_Ouie has joined #ruby
bluehavana has quit [Remote host closed the connection]
buibex has joined #ruby
clj_newb has quit [Ping timeout: 260 seconds]
malkomalko has quit [Remote host closed the connection]
Guest54127 is now known as Jackneill
Jackneill has quit [Changing host]
Jackneill has joined #ruby
nwertman has joined #ruby
osvico has joined #ruby
Adget has quit [Quit: Adget]
nwertman has quit [Ping timeout: 255 seconds]
slainer68 has quit [Remote host closed the connection]
robbyoconnor has quit [Ping timeout: 264 seconds]
Eplemosen has joined #ruby
horrror has joined #ruby
horrror has quit [Client Quit]
erichmenge has left #ruby [#ruby]
erichmenge has joined #ruby
Takehiro has quit [Remote host closed the connection]
niklasb has quit [Ping timeout: 252 seconds]
jds__ has joined #ruby
robustus has quit [Quit: ZNC - http://znc.in]
Neomex has joined #ruby
jlast has joined #ruby
Nisstyre has quit [Read error: Connection reset by peer]
bluOxigen has joined #ruby
timonv has joined #ruby
tommyvyo_ has joined #ruby
wallerdev has quit [Quit: wallerdev]
undert_ has quit [Ping timeout: 255 seconds]
pettsson has joined #ruby
perenecabuto has joined #ruby
timonv has quit [Ping timeout: 252 seconds]
devdazed has quit [Ping timeout: 255 seconds]
undert_ has joined #ruby
jlast has quit [Ping timeout: 264 seconds]
toto-_ has quit [Quit: Linkinus - http://linkinus.com]
cameron_ has joined #ruby
devdazed has joined #ruby
x0F has quit [Disconnected by services]
x0F_ has joined #ruby
x0F_ is now known as x0F
cameron_ has quit [Client Quit]
nomenkun has joined #ruby
fcoury has joined #ruby
Russell^^ has joined #ruby
samphippen has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
Morkel has joined #ruby
Nisstyre has joined #ruby
jeffreybaird has joined #ruby
jds__ has quit [Remote host closed the connection]
bluehavana has joined #ruby
nemesit has joined #ruby
Gooder`` has joined #ruby
Gooder` has quit [Ping timeout: 248 seconds]
Gooder`` has quit [Remote host closed the connection]
igro has joined #ruby
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
lolcathost has joined #ruby
Nisstyre has quit [Ping timeout: 248 seconds]
bigmcq77 has joined #ruby
buibex has quit [Remote host closed the connection]
<Jackneill> how can i create unix date format?
aetcore has quit [Quit: aetcore]
arietis has joined #ruby
<shevy> Jackneill how do these look?
mercwithamouth has joined #ruby
<shevy> Time.at(1333477526) # => Tue Apr 03 21:25:26 0300 2012
<shevy> perhaps?
<Jackneill> shevy: well i solved it, anyway thanks.
<shevy> kk
aruntomar has joined #ruby
pseudonymous has quit [Ping timeout: 264 seconds]
tobinharris_ has joined #ruby
NiteRain has joined #ruby
coliflor has left #ruby [#ruby]
jackbrownhf has joined #ruby
jackbrownhf has joined #ruby
jackbrownhf has quit [Changing host]
DaZ has quit [Ping timeout: 252 seconds]
jeffreybaird_ has joined #ruby
niklasb has joined #ruby
jlast has joined #ruby
jeffreybaird has quit [Ping timeout: 250 seconds]
jeffreybaird_ is now known as jeffreybaird
s1n4 has quit [Quit: gonna home]
devdazed has quit [Ping timeout: 264 seconds]
postmodern has quit [Quit: Leaving]
blacktulip has joined #ruby
apeiros_ has quit [Remote host closed the connection]
DaZ has joined #ruby
devdazed has joined #ruby
Xeago has joined #ruby
lampe2 has quit [Ping timeout: 252 seconds]
Xeago has quit [Remote host closed the connection]
DaZ has quit [Ping timeout: 248 seconds]
Ethan has joined #ruby
s1n4 has joined #ruby
jlast has quit [Ping timeout: 240 seconds]
s1n4 has quit [Client Quit]
jds__ has joined #ruby
tomku has quit [Ping timeout: 240 seconds]
lampe2 has joined #ruby
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
<_br_> Someone have an idea about ffi-rzmq and the error "Assertion failed: ok (mailbox.cpp:79)"
max_ has quit [Quit: p33 ba115]
adambeynon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
niklasb has quit [Ping timeout: 248 seconds]
eka has joined #ruby
jackbrownhf has quit [Quit: Sto andando via]
ltsstar has quit [Quit: ltsstar]
DaZ has joined #ruby
adamjleonard has joined #ruby
eka has quit [Ping timeout: 240 seconds]
pen has quit [Remote host closed the connection]
Gooder` has joined #ruby
rampantmonkey has joined #ruby
gyre008 has quit [Remote host closed the connection]
mercwithamouth has quit [Ping timeout: 255 seconds]
timonv has joined #ruby
hsbt_away is now known as hsbt
nomenkun_ has joined #ruby
osvico has quit []
nomenkun has quit [Read error: Connection reset by peer]
Takehiro has joined #ruby
baroquebobcat has joined #ruby
apeiros_ has joined #ruby
Neomex has quit [Quit: Neomex]
drlaj has joined #ruby
Takehiro has quit [Ping timeout: 252 seconds]
HumperD has joined #ruby
phelps has joined #ruby
DaZ has quit [Read error: Operation timed out]
io_syl has quit [Quit: Computer has gone to sleep.]
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
pu22l3r_ has joined #ruby
phelps has quit [Read error: Connection reset by peer]
drlaj has left #ruby [#ruby]
phelps has joined #ruby
rampantmonkey has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
foohey has quit [Quit: Quitte]
foohey has joined #ruby
MrIlyas has joined #ruby
jlast has joined #ruby
Xeago has joined #ruby
Takehiro has joined #ruby
hoelzro|away is now known as hoelzro
IceDragon has joined #ruby
Xeago has quit [Remote host closed the connection]
DaZ has joined #ruby
HumperD has quit [K-Lined]
phantasm66 has quit [Quit: *sleeeep….]
pu22l3r_ has quit [Remote host closed the connection]
baroquebobcat has quit [Quit: baroquebobcat]
swex_ has joined #ruby
dmiller has joined #ruby
swex has quit [Ping timeout: 240 seconds]
i42n has quit [Quit: afk.]
Takehiro has quit [Read error: Connection reset by peer]
ebouchut has joined #ruby
jlast has quit [Ping timeout: 240 seconds]
apeiros_ has quit [Remote host closed the connection]
Takehiro has joined #ruby
freeayu has joined #ruby
dmiller has quit [Ping timeout: 246 seconds]
invisime has joined #ruby
vasile has joined #ruby
redmaverick has joined #ruby
nemesit has quit [Quit: Leaving...]
<redmaverick> Hi Guys! I am a newbie. Any RubyGems that I can learn best practices from. The gem should not be too big.
MrIlyas has quit [Quit: Want to be different? Try HydraIRC -> http://www.hydrairc.com <-]
DaZ has quit [Ping timeout: 240 seconds]
<shevy> redmaverick gems usually solve a problem. if you want a rather small and useful gem, look at slop
headius has joined #ruby
<redmaverick> thanks Shevy!
drlaj has joined #ruby
banisterfiend has quit [Remote host closed the connection]
jonathanwallace has quit [Quit: WeeChat 0.3.9.2]
jrunning1 has joined #ruby
forced_request has joined #ruby
apeiros_ has joined #ruby
toto_ has joined #ruby
jrunning1 has quit [Client Quit]
pseudonymous has joined #ruby
DaZ has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
mercwithamouth has joined #ruby
Jasko has joined #ruby
adac has joined #ruby
hamed_r has joined #ruby
ewag has quit [Ping timeout: 265 seconds]
<drlaj> Is it always this quiet/
lolcathost has quit [Quit: brb peepls!!1!1!1]
<phelps> drlaj: only on weekends
lolcathost has joined #ruby
bluOxigen has quit [Read error: Connection reset by peer]
eka has joined #ruby
havenn has joined #ruby
dysoco has joined #ruby
<dysoco> Hello, I'm trying to install Octopress in my linux system, I'm using Ruby 1.9.3 via RVM and when I run "bundle install" I get an error while installing the RedCloth gem, I've searched but couldn't find anything so far... any ideas?
lampe2 has quit [Ping timeout: 240 seconds]
apeiros_ has quit [Remote host closed the connection]
<waxjar> what error do you get dysoco?
<dysoco> An error occurred while installing RedCloth (4.2.9), and Bundler cannot continue.
jlast has joined #ruby
m_3 has quit [Remote host closed the connection]
<waxjar> is that all?
<dysoco> /home/dylan/.rvm/rubies/ruby-1.9.3-p327/lib64/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
<dysoco> oh wait, I might not have the lastest version of GCC or something?
<dysoco> this is a new box
jrajav has joined #ruby
<waxjar> i think that's probably it. Redcloth apparently has to compile a C extension
leonardorb has quit [Remote host closed the connection]
m_3 has joined #ruby
xyzodiac has joined #ruby
slainer68 has joined #ruby
seanstickle has quit [Quit: seanstickle]
nari has quit [Ping timeout: 255 seconds]
lampe2 has joined #ruby
jds__ has quit [Remote host closed the connection]
malkomalko has joined #ruby
Naeblis has joined #ruby
clj_newb has joined #ruby
Gooder` has quit [Ping timeout: 256 seconds]
jlast has quit [Ping timeout: 240 seconds]
<shevy> drlaj depends on the day and time, usually around evening CET time it is quite active here
xyzodiac has quit [Quit: Computer has gone to sleep.]
vasile has quit [Ping timeout: 264 seconds]
kjellski has joined #ruby
samphippen has joined #ruby
redmaverick has quit [Quit: Page closed]
iaj has quit [Ping timeout: 260 seconds]
iaj has joined #ruby
pmros has joined #ruby
gyre007 has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
lkba has joined #ruby
Jasko has joined #ruby
<jrajav> I'm here now
<jrajav> That's all that really matters
u89 has quit [Remote host closed the connection]
gyre007 has quit [Read error: Operation timed out]
nerd has joined #ruby
xyzodiac has joined #ruby
monkegjinni has joined #ruby
<shevy> hmmm
<shevy> what's with this ubuntu spyware
Squarepy has joined #ruby
Squarepy has quit [Changing host]
Squarepy has joined #ruby
<jrajav> That's pretty old news
<jrajav> Which RMS apparently only just found out about
Squarepy has quit [Read error: Connection reset by peer]
<jrajav> I'm curious what OS he uses personally
Squarepy has joined #ruby
Squarepy has quit [Changing host]
Squarepy has joined #ruby
jamesaxl has quit [Ping timeout: 252 seconds]
dmiller has joined #ruby
artm has joined #ruby
leonardorb has joined #ruby
<shevy> debian probably
Takehiro has quit [Read error: Connection reset by peer]
headius has quit [Ping timeout: 240 seconds]
Takehiro_ has joined #ruby
Takehiro_ has quit [Read error: Connection reset by peer]
<shevy> or
<shevy> GNU Hurd
<shevy> (hahahahahahaha)
<shevy> hey wait...
<shevy> I know
<shevy> Emacs
Takehiro has joined #ruby
aruntomar has left #ruby [#ruby]
malkomalko has quit [Remote host closed the connection]
dmiller has quit [Ping timeout: 250 seconds]
leonardorb has quit [Remote host closed the connection]
leonardorb has joined #ruby
hotovson has joined #ruby
phantasm66 has joined #ruby
phantasm66 has joined #ruby
phantasm66 has quit [Changing host]
Morkel has quit [Quit: Morkel]
hotovson has quit [Remote host closed the connection]
Eplemosen has quit [Quit: Hexchat FTW! http://www.hexchat.org/]
jlast has joined #ruby
<shevy> hmm emacs is written in C and lisp?
metrix has joined #ruby
Goles has joined #ruby
pen has joined #ruby
jlwestsr has joined #ruby
hotovson has joined #ruby
<jrajav> I wouldn't be surprised :P
<metrix> What is a good GUI for Ruby and Windows? are there any good GUI designer apps out there?
clj_newb has quit [Ping timeout: 260 seconds]
<shevy> the ruby GUIs kind of died
statarb3 has quit [Quit: Leaving]
<shevy> in the past I used ruby-gnome bindings on both windows and linux
<shevy> but I cant even get the latest to compile anymore... :(
<metrix> :/
<shevy> you could use glade XML files for ruby-gnome back then
u89 has joined #ruby
<shevy> I hated XML though so I wrote things on my own
<metrix> I see
<shevy> qtruby looked beautiful but it's only one guy really who wrote stuff
<Jackneill> can you help me? i have this working xpath: @rate = @page.xpath("//table[@class='dataTable']"), but when i do //table[@class='dataTable']/tbody which also should be working, i got nothing for response. more properly an empty line. | sorry for asking here but in nokogiri i didnt get any response since 4 hours.
<shevy> and he kind of stopped, or at least became less active
<shevy> it's the mobile sector that killed the ruby GUI bindings
<metrix> really? how is that?
<jrajav> Also, this is gold: http://stallmanfacts.com/all
<shevy> aha so Richard uses gNewSense
<shevy> metrix, at the time when HTML5 + CSS and the mobile sector became more important, there was a decline in the GUI bindings
<shevy> FXRuby died for instance
<shevy> and the FXRuby guy said it died because FOX became inactive
hotovson has quit [Ping timeout: 240 seconds]
<metrix> crazy..
<dysoco> So I installed the build tools and ran "bundle install" again but I keep having problems with RedCloth:
<shevy> if you look at what became popular, look at unity, things heavily changed ... even compiz kind of died
<dysoco> .rvm/rubies/ruby-1.9.3-p327/lib64/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
<shevy> and unity makes a lot of sense on the smartphone sector, less so for desktop users
<metrix> yeah
<dysoco> I like Ruby as a language: but EVERY time I need to install something via Gem I mess all the things
<dysoco> took me about 2h to get Rails running...
<shevy> dysoco, no. not gems, you use bundler ;)
drlaj has quit [Remote host closed the connection]
<shevy> yeah, rails switched to bundler. silly move from them
<metrix> well, I guess I could a make a desktop rails app
<dysoco> yeah well, I was running "bundle install"
<dysoco> metrix: what about that Shoes thing?
<shevy> yup dysoco, I could install rails ~3 years ago, but with bundler, I failed
<metrix> dysoco: shoes?
hsbt is now known as hsbt_away
<dysoco> or whoever was asking for the UI toolkit
<shevy> dysoco, ruby works very well when people write things on their own ;P
jlast has quit [Ping timeout: 252 seconds]
graft has quit [Quit: Lost terminal]
<metrix> that would be me
<dysoco> Sure, but I want to get some simple blog running and I'm not writing an Engine like Octopress in C or Go :P
drago757 has joined #ruby
<dysoco> not a Ruby expert here
catphish has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
sjhuang has joined #ruby
Proshot has joined #ruby
<shevy> metrix hehe... for me too, partially. when other ruby software is GOOD in quality, I am fine using it
Proshot is now known as statarb3
<shevy> sadly, most projects are either too BIG, or suffer from quality or lack of good documentation
<shevy> or they are too restricted in how they want to be used
statarb3 has quit [Changing host]
statarb3 has joined #ruby
nerd is now known as database
drlaj has joined #ruby
ddd has joined #ruby
<metrix> yeah, I can see that
<metrix> hmm.. well... are there any really quick web GUI's out there?
<dysoco> oh man, this is impossible: installed the base devel packages, installed ruby-devel, tried with older versions of the Gem... no luck
pmros has quit [Quit: Konversation terminated!]
daniel_- has joined #ruby
miso1337 has quit [Ping timeout: 244 seconds]
u89 has quit [Remote host closed the connection]
<shevy> what is the specific error again dysoco
<shevy> usually it's in a .log file I think
<waxjar> maybe you need to run in with sudo dysoco?
iamjarvo has joined #ruby
<waxjar> *it
aetcore has joined #ruby
yshh has quit [Remote host closed the connection]
aetcore has quit [Client Quit]
<dysoco> Allright, "sudo gem install RedCloth" worked, but after that "bundle install" fails with the same error and "sudo bundle install" fails too
freeayu has quit [Ping timeout: 255 seconds]
miso1337 has joined #ruby
GoGoGarrett has joined #ruby
ebouchut has quit [Quit: This computer has gone to sleep]
mpereira has joined #ruby
rakunHo has quit [Remote host closed the connection]
ebouchut has joined #ruby
tobinharris_ has quit [Quit: tobinharris_]
dysoco has quit [Quit: Lost terminal]
apeiros_ has joined #ruby
atmosx has joined #ruby
tps_ has joined #ruby
timonv has quit [Remote host closed the connection]
kuzushi has quit [Ping timeout: 260 seconds]
<maetthew> I have a program that needs to check certain conditions before it executes. I can do this with nested if statements but it's tedious and just plain ugly. Is there a better way to perform these kinds of checks in Ruby?
<_br_> maetthew: Not sure, do you mean something like the andand gem?
<waxjar> a trick i often use is, instead of wrapping everything in an if statement, just invert the condition and return on based on that
<maetthew> _br_, hmm no i don't but i'm having a look at it.
Virunga has joined #ruby
<maetthew> waxjar, Like "do_this unless condition_is_met"?
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
<waxjar> so not if `x.is_a? Integer; xxx; end` but `return unless x.is_a? Integer`
<waxjar> and put the xx part below
jlast has joined #ruby
atmosx has quit [Client Quit]
apeiros_ has quit [Ping timeout: 276 seconds]
<waxjar> i rarely have to nest if-clauses
lolcathost has joined #ruby
alup has quit [Ping timeout: 260 seconds]
<waxjar> and that too maetthew, it reads much easier
lampe21 has joined #ruby
GoGoGarrett has quit [Remote host closed the connection]
ebouchut has quit [Quit: This computer has gone to sleep]
areil_ has quit [Ping timeout: 264 seconds]
<waxjar> another trick is to use || where possible to pass the right argument: method(some_method_that_may_return_nil || 'default value')
lampe2 has quit [Ping timeout: 264 seconds]
bocchrj has joined #ruby
arietis has quit [Quit: Computer has gone to sleep.]
<maetthew> waxjar, thanks a lot. learned something new :)
<maetthew> will try it out
kuzushi has joined #ruby
aaronmacy has joined #ruby
jlast has quit [Ping timeout: 264 seconds]
nemesit has joined #ruby
<waxjar> yw :)
Slivka has joined #ruby
i42n has joined #ruby
ebouchut has joined #ruby
tomku has joined #ruby
<maetthew> waxjar, Would it be terribly wrong to instead of making nested if statements. I just do one if statements for each check and just "return" if condition is met
dmiller has joined #ruby
<canton7> it's called "early escape" and it's pretty popular
<maetthew> canton7, What I'm talking about?
<canton7> yeah
<maetthew> cool thanks
bocchrj has quit [Quit: HydraIRC -> http://www.hydrairc.com <-]
medik has joined #ruby
medik has quit [Excess Flood]
ltsstar has joined #ruby
medik has joined #ruby
vasile has joined #ruby
atmosx has joined #ruby
<waxjar> i don't think so
<waxjar> if you're working within a class it may be useful to define some xx? methods that have conditions in them
dmiller has quit [Ping timeout: 244 seconds]
Adget has joined #ruby
elico has joined #ruby
kjellski has quit [Quit: This computer has gone to sleep]
<maetthew> waxjar, hmm yeah. didn't think of that. will look in to that
<maetthew> thanks for the help
gbchaosmaster has quit [Quit: leaving]
akafurious has joined #ruby
Nisstyre has joined #ruby
Fewona is now known as Bulgaria
tk__ has quit [Quit: ばいばい]
adamjleonard has quit [Quit: Leaving...]
havenn has quit [Remote host closed the connection]
_alejandro has quit [Remote host closed the connection]
banisterfiend has joined #ruby
database is now known as developer
Nisstyre has quit [Ping timeout: 244 seconds]
<adac> to remove the last char, why do I need here "-2" instead of "-1" https://gist.github.com/4240913 ?
hsbt_away is now known as hsbt
havenn has joined #ruby
hamed_r has quit [Quit: Leaving]
entrenador has joined #ruby
s1n4 has joined #ruby
ckrailo has joined #ruby
<waxjar> adac: i guess because -0 wouldn't be possible, to indicate the end of the String
yaymukund has quit [Ping timeout: 276 seconds]
atno has joined #ruby
<adac> waxjar, hmmm....
Nisstyre has joined #ruby
jlast has joined #ruby
<heftig> waxjar: clearly, string indices should be floating point numbers :p
drlaj has quit [Remote host closed the connection]
<_br_> adac: String#chomp
perenecabuto has quit [Quit: Leaving]
<_br_> s/chomp/chop
akafurious has left #ruby ["Leaving"]
metrix has quit [Ping timeout: 252 seconds]
Nisstyre_ has joined #ruby
Nisstyre has quit [Ping timeout: 260 seconds]
banisterfiend has quit [Read error: Connection reset by peer]
Nisstyre_ is now known as Nisstyre
moos3 has joined #ruby
havenn has quit [Remote host closed the connection]
jlast has quit [Ping timeout: 264 seconds]
Nisstyre has quit [Read error: Operation timed out]
hsbt is now known as hsbt_away
<jrajav> adac: It is a little odd that negative indices are 1-indexed rather than zero indexed, but there are several reasons for it: 1) If they were zero-indexed, the statement array[0] would be ambiguous, 2) it makes the negative indicing consistent with array[array.length - 1], 3) That's how everyone else does it :P
metrix has joined #ruby
juarlex has quit [Ping timeout: 264 seconds]
<jrajav> Arguably, we should never have had 0-indexed arrays to begin with
<jrajav> It made memory work and some algorithms marginally simpler to reason about in the olden days though
<jrajav> So we're stuck with it
iamjarvo has quit [Quit: Leaving.]
monkegjinni has quit [Remote host closed the connection]
<adac> jrajav, _br_ thank you
s1n4 has quit [Quit: leaving]
yshh has joined #ruby
monkegjinni has joined #ruby
nilg has joined #ruby
yshh has quit [Ping timeout: 244 seconds]
<shevy> guys I am looking at old code I wrote years ago
carlyle has joined #ruby
<shevy> that method can be simplified... right?
g_bleezy has joined #ruby
developer is now known as unix
carlyle has quit [Read error: Connection reset by peer]
<shevy> like, return @data.keys.include?(i) alone
pettsson has quit [Read error: Operation timed out]
carlyle has joined #ruby
syamajala has joined #ruby
lolcathost has quit [Quit: b(not so)rb]
forced_request has quit [Remote host closed the connection]
bigmac has joined #ruby
<invisime> shevy: @data.has_key?(i)
<shevy> ah that is even shorter
<shevy> the new method has like 30% characters only compared to the old!
DaZ has quit [Ping timeout: 260 seconds]
Squarepy has quit [Read error: Connection reset by peer]
atmosx has quit [Quit: WeeChat 0.4.0-dev]
Squarepy has joined #ruby
Squarepy has quit [Changing host]
Squarepy has joined #ruby
drago757 has quit [Quit: drago757]
monkegjinni has quit [Remote host closed the connection]
juarlex has joined #ruby
metrix has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232]]
daniel_- has quit [Ping timeout: 252 seconds]
silent1mezzo has joined #ruby
drlaj has joined #ruby
jimeh has joined #ruby
rhys has quit [Ping timeout: 240 seconds]
tommyvy__ has joined #ruby
kuzushi has quit [Ping timeout: 265 seconds]
banisterfiend has joined #ruby
tommyvy__ has quit [Client Quit]
DaZ has joined #ruby
syamajala has quit [Remote host closed the connection]
catphish has left #ruby ["Leaving"]
hsbt_away has quit [Ping timeout: 260 seconds]
yaymukund has joined #ruby
etank has quit [Ping timeout: 264 seconds]
jlast has joined #ruby
Bulgaria is now known as NullByte
dmiller has joined #ruby
drlaj has quit [Ping timeout: 264 seconds]
matrixise has joined #ruby
ebouchut has quit [Quit: This computer has gone to sleep]
adamjleonard has joined #ruby
adamjleonard has quit [Client Quit]
dmiller has quit [Ping timeout: 265 seconds]
mildfate has joined #ruby
adac has quit [Ping timeout: 264 seconds]
rhys has joined #ruby
artm has quit [Quit: artm]
jlast has quit [Ping timeout: 240 seconds]
adac has joined #ruby
adamjleonard has joined #ruby
rhys has quit [Client Quit]
hsbt_away has joined #ruby
Nisstyre has joined #ruby
dukedave has joined #ruby
cj3kim has joined #ruby
AlSquirrel has joined #ruby
AlSquire has quit [Read error: Connection reset by peer]
drlaj has joined #ruby
timonv has joined #ruby
artm has joined #ruby
philomory has quit [Read error: Connection reset by peer]
philomory_ has joined #ruby
berserkr has joined #ruby
adamjleonard has quit [Quit: Linkinus - http://linkinus.com]
Neomex has joined #ruby
aaronmacy has quit [Quit: Leaving.]
matrixise has quit [Ping timeout: 240 seconds]
Axsuul has joined #ruby
cj3kim has quit [Quit: This computer has gone to sleep]
jacortinas has joined #ruby
bel3atar has joined #ruby
cj3kim has joined #ruby
cj3kim has joined #ruby
cj3kim has quit [Changing host]
pvh has quit [Read error: Connection reset by peer]
pvh_ has joined #ruby
bel3atar has quit [Client Quit]
hsbt_away is now known as hsbt
toto_ has quit [Quit: Leaving...]
kevinykchan has quit [Quit: Computer has gone to sleep.]
banisterfiend has quit [Remote host closed the connection]
jlast has joined #ruby
lisukorin has joined #ruby
io_syl has joined #ruby
karakedi has joined #ruby
carlyle has quit [Remote host closed the connection]
lisukorin has quit [Client Quit]
g-ram has joined #ruby
Hanmac has quit [Quit: Leaving.]
timonv has quit [Remote host closed the connection]
dangerousdave has quit [Quit: Leaving...]
Hanmac has joined #ruby
joofsh has joined #ruby
ebouchut has joined #ruby
karakedi has quit [Ping timeout: 252 seconds]
carlyle has joined #ruby
hsbt is now known as hsbt_away
mpereira has quit [Ping timeout: 255 seconds]
reset has joined #ruby
artm has quit [Ping timeout: 260 seconds]
jlast has quit [Ping timeout: 252 seconds]
dmiller has joined #ruby
banisterfiend has joined #ruby
BoomCow has quit [Ping timeout: 248 seconds]
mneorr has joined #ruby
tyfighter has joined #ruby
Takehiro has quit [Remote host closed the connection]
xyzodiac has quit [Quit: Computer has gone to sleep.]
vlad_starkov has joined #ruby
browndawg has quit [Quit: Leaving.]
wallerdev has joined #ruby
Morkel has joined #ruby
cj3kim has quit [Quit: This computer has gone to sleep]
jamesaxl has joined #ruby
g-ram has quit [Quit: Computer has gone to sleep.]
workmad3 has joined #ruby
wallerdev has quit [Client Quit]
g-ram has joined #ruby
g-ram has quit [Client Quit]
freakazoid0223 has quit [Quit: Leaving]
ebouchut has quit [Quit: This computer has gone to sleep]
maletor has joined #ruby
maletor has quit [Max SendQ exceeded]
adambeynon has joined #ruby
maletor has joined #ruby
maletor has quit [Max SendQ exceeded]
x82_nicole has joined #ruby
xyzodiac has joined #ruby
maletor has joined #ruby
tps_ has quit [Quit: tps_]
brianpWins has joined #ruby
khimera has joined #ruby
workmad3 has quit [Ping timeout: 248 seconds]
adambeynon has quit [Client Quit]
hsbt_away is now known as hsbt
carlyle has quit [Remote host closed the connection]
mercwithamouth has quit [Ping timeout: 276 seconds]
gmarsh has joined #ruby
GoGoGarrett has joined #ruby
mercwithamouth has joined #ruby
jlast has joined #ruby
butblack has joined #ruby
mneorr has quit [Ping timeout: 255 seconds]
cjharrelson has joined #ruby
emmanuelux has quit [Ping timeout: 240 seconds]
cjharrelson has left #ruby [#ruby]
reset has quit [Quit: Leaving...]
gmarsh has left #ruby [#ruby]
vlad_sta_ has joined #ruby
devdazed has quit [Ping timeout: 255 seconds]
vlad_starkov has quit [Ping timeout: 264 seconds]
cjharrelson has joined #ruby
cjharrelson has quit [Client Quit]
Squarepy has quit [Quit: Leaving]
SuperrMann has joined #ruby
joofsh has quit [Ping timeout: 240 seconds]
xyzodiac has quit [Quit: Computer has gone to sleep.]
devdazed has joined #ruby
tps_ has joined #ruby
Takehiro has joined #ruby
jeffreybaird has quit [Quit: jeffreybaird]
<butblack> could someone direct me on how I could parse this response? https://gist.github.com/4241297
<butblack> here is an easier view of it
jlast has quit [Ping timeout: 252 seconds]
GoGoGarrett has quit [Remote host closed the connection]
<Axsuul> Say I have 2 ruby files, A and B and B requires A. Is there any way to get the path of B from within A
<butblack> Axsuul: check out DIR
<Axsuul> butblack: DIR?
emmanuelux has joined #ruby
<butblack> for directory
Monie has quit [Read error: Connection reset by peer]
pyr0commie has joined #ruby
adac has quit [Ping timeout: 240 seconds]
Takehiro has quit [Ping timeout: 255 seconds]
<Axsuul> butblack: I only see Dir.pwd which doesn't give me what I want
dmiller has quit [Ping timeout: 246 seconds]
hsbt is now known as hsbt_away
<arturaz> Axsuul you want to know what file included B?
<arturaz> err, included A ?
<Axsuul> arturaz: yep
<arturaz> why?
GoGoGarrett has joined #ruby
pseudonymous has quit [Ping timeout: 244 seconds]
gmci_ has quit [Quit: Computer has gone to sleep.]
generalissimo has joined #ruby
jacortinas has quit [Remote host closed the connection]
Morkel has quit [Quit: Morkel]
wallerdev has joined #ruby
<_br_> Axsuul: Tricky one, not sure maybe you get some information about this in the Callstack. "caller"
<butblack> does anyone know mine?
gmci has joined #ruby
kirun has quit [Read error: Operation timed out]
gmci is now known as Guest45802
<_br_> butblack: Hm, you get that as a string? It looks like a object.inspect to me.
<_br_> butblack: It seems you just printed a ruby object?
Jasko has quit [Read error: Connection reset by peer]
<butblack> _br_: how could i get the @title out?
Jasko has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
Shamgar has quit [Ping timeout: 240 seconds]
rakl has joined #ruby
mneorr has joined #ruby
hoelzro is now known as hoelzro|away
timonv has joined #ruby
jlast has joined #ruby
Shamgar has joined #ruby
IcyDragon has joined #ruby
tyfighter has quit [Quit: tyfighter]
IceDragon has quit [Ping timeout: 244 seconds]
hsbt_away is now known as hsbt
snearch has joined #ruby
<_br_> butblack: Hm, object.videos is an array containing a Video object. object.videos.each { |v| puts v.title } I guess..
ananthakumaran has quit [Quit: Leaving.]
xyzodiac has joined #ruby
<_br_> butblack: Read the manual about #instance_variables, might be interesting for you.
ananthakumaran has joined #ruby
ananthakumaran has quit [Max SendQ exceeded]
<_br_> butblack: Also, if you want to play with objects and see a bit what is going on, try "pry"
ananthakumaran has joined #ruby
ananthakumaran has quit [Max SendQ exceeded]
ananthakumaran has joined #ruby
drlaj has quit [Remote host closed the connection]
ryanf has joined #ruby
kirun has joined #ruby
carlyle has joined #ruby
<butblack> _br_: i use pry.. and perfect thanks!
x82_nicole has quit [Quit: Computer has gone to sleep.]
hsbt is now known as hsbt_away
whowantstolivef1 has joined #ruby
jlast has quit [Ping timeout: 244 seconds]
Adget has quit [Ping timeout: 255 seconds]
rcsheets has quit [Remote host closed the connection]
davidboy has quit [Remote host closed the connection]
bel3atar has joined #ruby
DDAZZA has joined #ruby
patricksroberts has quit [Remote host closed the connection]
bel3atar has left #ruby [#ruby]
octarine has quit [Remote host closed the connection]
t0rc has joined #ruby
carlyle has quit [Remote host closed the connection]
grote has joined #ruby
arturaz has quit [Ping timeout: 240 seconds]
iamjarvo has joined #ruby
forced_request has joined #ruby
slainer68 has quit [Remote host closed the connection]
daniel_- has joined #ruby
arietis has joined #ruby
xyzodiac has quit [Quit: Computer has gone to sleep.]
blazes816 has joined #ruby
jenrzzz has joined #ruby
mengu has joined #ruby
workmad3 has joined #ruby
araujo has quit [Ping timeout: 260 seconds]
swarley-freenode is now known as swarley
lampe2 has joined #ruby
x82_nicole has joined #ruby
jeffreybaird has joined #ruby
whowantstolivef1 has quit [Ping timeout: 240 seconds]
whowantstolivef1 has joined #ruby
banisterfiend has quit [Remote host closed the connection]
lampe21 has quit [Ping timeout: 252 seconds]
dangerousdave has joined #ruby
grote has quit [Quit: Leaving.]
ipalaus has joined #ruby
grote has joined #ruby
Adget has joined #ruby
<ipalaus> I'm having some problems using a vagrant that is ruby based. Basically win-rm gives me this error: http://paste.laravel.com/cWK . I've tried installing it but nothing changes. some light please? thanks in advance!
araujo has joined #ruby
araujo has quit [Changing host]
araujo has joined #ruby
jackdanger has joined #ruby
arietis has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
Takehiro has joined #ruby
s1n4 has joined #ruby
mercwithamouth has quit [Ping timeout: 252 seconds]
jeffreybaird has quit [Quit: jeffreybaird]
drlaj has joined #ruby
nateberkopec has joined #ruby
banisterfiend has joined #ruby
g-ram has joined #ruby
wchun has joined #ruby
cableray has joined #ruby
grote has quit [Quit: Leaving.]
jlast has joined #ruby
grote has joined #ruby
<shevy> ipalaus, it can not load the file em-winrm
jenrzzz has quit [Ping timeout: 265 seconds]
<ipalaus> shevy this depends of the winrm gem? or it's something different?
<shevy> it seems to belong to winrm
<shevy> how did you install it
<ipalaus> gem install winrm
Takehiro has quit [Ping timeout: 255 seconds]
berserkr has quit [Quit: Leaving.]
lushious has quit [Remote host closed the connection]
<shevy> hmm
<shevy> can not easily test this right now
<shevy> Fetching: gssapi-1.0.3.gem (100%)
<shevy> ERROR: Error installing winrm:
<shevy> gssapi requires Ruby version >= 1.9.1.
moeSeth_ has joined #ruby
<shevy> there are only two situations I can think of, if the command vagrant basebox build 'debian-7.0' should work
<shevy> either vagrant is broken or buggy, or you changed something
kaichanvong__ has joined #ruby
garndt_ has joined #ruby
ctevie_ has joined #ruby
jhowarth_ has joined #ruby
<ipalaus> shevy just a clean install, first time I try it… will try to uninstall and redo it and see if happens the same
mneorr has quit [Remote host closed the connection]
<Paradox> rbenv seems to be slowing my terminal down excessively
lucaspiller__ has joined #ruby
mneorr has joined #ruby
<Paradox> specifically
artm has joined #ruby
<shevy> ipalaus I mean if vagrant works with other commands, or if it breaks already
<Paradox> via the "ruby" prezto zsh module
<ipalaus> shevy works with other commands
kapowaz_ has joined #ruby
<shevy> :)
<shevy> perhaps you found a bug!
dekz_ has joined #ruby
<shevy> you could try to find out where the em-winrm is at
<shevy> the file
bluehavana_ has joined #ruby
Zai00 has quit [Quit: Zai00]
yeban_ has joined #ruby
fcoury_ has joined #ruby
pvh__ has joined #ruby
<shevy> if you think it is a bug, I would write at: https://github.com/mitchellh/vagrant/issues
spanx__ has joined #ruby
Goles has quit [Ping timeout: 252 seconds]
jhowarth has quit [Remote host closed the connection]
yeban has quit [Remote host closed the connection]
pvh_ has quit [Remote host closed the connection]
thejefflarson has quit [Remote host closed the connection]
kapowaz has quit [Remote host closed the connection]
dekz has quit [Remote host closed the connection]
pkondzior_ has quit [Remote host closed the connection]
kaichanvong_ has quit [Remote host closed the connection]
NimeshNeema has quit [Remote host closed the connection]
dkannan has quit [Remote host closed the connection]
moeSeth has quit [Remote host closed the connection]
Spaceghost|cloud has quit [Remote host closed the connection]
ctevie has quit [Remote host closed the connection]
garndt has quit [Remote host closed the connection]
lucaspiller_ has quit [Write error: Broken pipe]
bluehavana has quit [Write error: Broken pipe]
spanx_ has quit [Write error: Broken pipe]
percival_ has quit [Read error: Connection reset by peer]
fcoury has quit [Write error: Connection reset by peer]
percival_ has joined #ruby
jhowarth_ is now known as jhowarth
andrewh has joined #ruby
hemanth has quit [Read error: No buffer space available]
nomenkun_ has quit [Read error: Connection reset by peer]
tenmilestereo has quit [Read error: No buffer space available]
hemanth has joined #ruby
tenmilestereo has joined #ruby
nomenkun has joined #ruby
andrewh has quit [Client Quit]
pkondzior_ has joined #ruby
thejefflarson has joined #ruby
jlast has quit [Ping timeout: 264 seconds]
hotovson has joined #ruby
Spaceghost|cloud has joined #ruby
devdazed has quit [Ping timeout: 260 seconds]
tenmilestereo has quit [Client Quit]
andrewh has joined #ruby
dkannan has joined #ruby
workmad3 has quit [Ping timeout: 250 seconds]
NimeshNeema has joined #ruby
johnmilton has joined #ruby
aaronmacy has joined #ruby
Slivka has quit [Read error: Connection reset by peer]
devdazed has joined #ruby
cousine has joined #ruby
i42n has quit [Quit: afk.]
arietis has joined #ruby
cousine has quit [Remote host closed the connection]
Monie has joined #ruby
unix has quit [Quit: WeeChat 0.3.9.2]
nerd has joined #ruby
jeffreybaird has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
andrewh has quit [Ping timeout: 255 seconds]
shevy has quit [Ping timeout: 252 seconds]
marr has quit []
JarJar has joined #ruby
jackdanger has quit [Quit: Leaving.]
Phaba has joined #ruby
Takehiro has joined #ruby
<Phaba> what is .ruby.bin ??
<banisterfiend> Phaba: A beautiful woman.
drago757 has joined #ruby
<Phaba> why is that bitch using so much of my memory??
<banisterfiend> Phaba: keeping a beautiful women happy is expensive
<Phaba> she doesnt cook or clean though, infact i dont know what shes doing...........
<whowantstolivef1> Phaba: you are using windows ?
<Phaba> ubuntu
<whowantstolivef1> does application rendering new db ?
<Phaba> should not be, i have ossec which is linked to sql but no db
Takehiro has quit [Ping timeout: 255 seconds]
DaZ has quit [Ping timeout: 240 seconds]
<whowantstolivef1> strange
FernandoBasso has joined #ruby
shevy has joined #ruby
<Phaba> i have apache running, but only for ossecs sake, is there anyway to trace what its doing??
codecaster has joined #ruby
codecaster has quit [Client Quit]
daniel_- has quit [Ping timeout: 240 seconds]
jlast has joined #ruby
artm has quit [Quit: artm]
sfim has joined #ruby
mpereira has joined #ruby
Goles has joined #ruby
drago757 has quit [Quit: drago757]
cableray has quit [Quit: cableray]
sfim has quit [Quit: jIRCii - http://www.oldschoolirc.com]
DaZ has joined #ruby
adac has joined #ruby
nateberkopec has quit [Quit: Leaving...]
h4mz1d has joined #ruby
atno has quit [Read error: Connection reset by peer]
mercwithamouth has joined #ruby
kuzushi has joined #ruby
timonv has quit [Remote host closed the connection]
atno has joined #ruby
jackbrownhf has joined #ruby
burgestrand has joined #ruby
snearch has quit [Quit: Verlassend]
jackbrownhf has quit [Remote host closed the connection]
niklasb has joined #ruby
s1n4 has quit [Quit: leaving]
jlast has quit [Ping timeout: 264 seconds]
hotovson has quit [Remote host closed the connection]
c0rn has joined #ruby
h4mz1d has quit [Ping timeout: 240 seconds]
sirecote has quit [Ping timeout: 245 seconds]
c0rn has quit [Client Quit]
slainer68 has joined #ruby
niklasb has quit [Read error: Operation timed out]
jackbrownhf has joined #ruby
jackbrownhf has joined #ruby
jackbrownhf has quit [Changing host]
sirecote has joined #ruby
LouisGB has quit [Ping timeout: 240 seconds]
slainer68 has quit [Ping timeout: 276 seconds]
g-ram has quit [Quit: Computer has gone to sleep.]
Jackneill has quit [Quit: Jackneill]
clj_newb has joined #ruby
s0ber_ has joined #ruby
banjara has joined #ruby
medik has quit [Quit: medik has no reason]
daniel_- has joined #ruby
s0ber has quit [Ping timeout: 256 seconds]
s0ber_ is now known as s0ber
Guest45802 has quit [Ping timeout: 265 seconds]
vlad_sta_ has quit [Ping timeout: 240 seconds]
gmci has joined #ruby
gmci is now known as Guest41249
medik has joined #ruby
medik has quit [Excess Flood]
medik has joined #ruby
Neomex has quit [Quit: Neomex]
adeponte has joined #ruby
<butblack> how can i output a string within a string?
jobicoppola has joined #ruby
<butblack> so for example puts ""hello""
silent1mezzo has left #ruby ["Leaving..."]
<butblack> would return "hello"
mercwithamouth has quit [Ping timeout: 250 seconds]
naeblis_ has joined #ruby
naeblis_ has quit [Remote host closed the connection]
<waxjar> butblack you can either use single quotes: puts '"hello"' or escape the quotes by putting a \ in front: puts "\"hello\""
kil0byte has joined #ruby
jlwestsr has quit [Ping timeout: 246 seconds]
mahmoudimus has joined #ruby
ChampS666 has joined #ruby
Naeblis has quit [Ping timeout: 265 seconds]
banister_ has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
jlast has joined #ruby
adeponte has quit [Remote host closed the connection]
jackbrownhf has quit [Quit: Sto andando via]
Goles has quit [Ping timeout: 252 seconds]
Goles has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
banister_ has quit [Ping timeout: 264 seconds]
Jasko has joined #ruby
banisterfiend has joined #ruby
kil0byte has quit [Remote host closed the connection]
DanBoy has joined #ruby
apeiros_ has joined #ruby
GoGoGarrett has quit [Remote host closed the connection]
jobicoppola has quit [Quit: Computer has gone to sleep.]
apeiros_ has quit [Remote host closed the connection]
g-ram has joined #ruby
Naeblis has joined #ruby
clj_newb has quit [Ping timeout: 260 seconds]
arietis has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
rcsheets has joined #ruby
jlwestsr has joined #ruby
jlast has quit [Ping timeout: 252 seconds]
patricksroberts has joined #ruby
davidboy has joined #ruby
answer_42 has quit [Ping timeout: 240 seconds]
mengu has quit [Read error: Connection reset by peer]
mengu_ has joined #ruby
mengu_ has quit [Changing host]
mengu_ has joined #ruby
pmros has joined #ruby
mengu_ has quit [Remote host closed the connection]
mengu__ has joined #ruby
mengu__ has quit [Read error: Connection reset by peer]
mengu__ has joined #ruby
mengu__ has quit [Remote host closed the connection]
mengu has joined #ruby
mengu has joined #ruby
mengu has quit [Changing host]
grote has quit [Quit: Leaving.]
mengu has quit [Remote host closed the connection]
mengu_ has joined #ruby
mengu_ has joined #ruby
mengu_ has quit [Changing host]
mengu_ has quit [Read error: Connection reset by peer]
mengu_ has joined #ruby
mengu_ has quit [Changing host]
mengu_ has joined #ruby
mengu_ has quit [Remote host closed the connection]
mengu__ has joined #ruby
mengu__ has quit [Remote host closed the connection]
mengu has joined #ruby
mengu has quit [Changing host]
mengu has joined #ruby
mengu has quit [Remote host closed the connection]
mengu_ has joined #ruby
mengu_ has joined #ruby
mengu_ has quit [Read error: Connection reset by peer]
c0rn has joined #ruby
dangerousdave has quit [Quit: Leaving...]
c0rn has quit [Client Quit]
ChampS666 has quit [Ping timeout: 250 seconds]
elico has quit [Quit: elico]
grote has joined #ruby
twoism has joined #ruby
drago757 has joined #ruby
c0rn has joined #ruby
kuzushi has quit [Ping timeout: 252 seconds]
scruple has joined #ruby
LouisGB has joined #ruby
timonv has joined #ruby
DDAZZA has quit [Quit: Leaving]
guardian has joined #ruby
<guardian> hello
<guardian> I'm a new ruby programmer. I need to manipulate images. what's the state of rmagick today?
jacortinas has joined #ruby
<guardian> hesitating between using it or using system(). tried mini_magick but I need more than mogrify
robbyoconnor has joined #ruby
Guest41249 has quit [Ping timeout: 252 seconds]
guardian has left #ruby [#ruby]
beachandbytes has joined #ruby
guardian has joined #ruby
<pmros> guardian, I don't know... but I read your lines
<pmros> you are not alone
haxrbyte has joined #ruby
joeycarmello has joined #ruby
Jasko has quit [Quit: Leaving]
gmci_ has joined #ruby
twoism has quit [Remote host closed the connection]
Nisstyre has quit [Disconnected by services]
GoGoGarrett has joined #ruby
Nisstyre has joined #ruby
nateberkopec has joined #ruby
Goles has quit [Ping timeout: 255 seconds]
mercwithamouth has joined #ruby
reto_ has joined #ruby
Goles has joined #ruby
reto_ has left #ruby [#ruby]
jlast has joined #ruby
kuzushi has joined #ruby
Jasko has joined #ruby
jlast has quit [Remote host closed the connection]
jlast has joined #ruby
twoism has joined #ruby
chussenot has joined #ruby
chussenot has quit [Client Quit]
classix has quit [Ping timeout: 240 seconds]
bronson has joined #ruby
Goles has quit [Read error: Connection reset by peer]
g-ram has quit [Quit: Computer has gone to sleep.]
pettsson has joined #ruby
sailias has joined #ruby
slash_nick has joined #ruby
Goles has joined #ruby
joeycarmello has quit [Remote host closed the connection]
joeycarmello has joined #ruby
pjackson has joined #ruby
twoism has quit [Remote host closed the connection]
devdazed has quit [Remote host closed the connection]
c0rn has quit [Ping timeout: 248 seconds]
GoGoGarrett has quit [Remote host closed the connection]
g-ram has joined #ruby
Goles_ has joined #ruby
devdazed has joined #ruby
generalissimo has quit [Remote host closed the connection]
joeycarmello has quit [Ping timeout: 244 seconds]
Goles has quit [Ping timeout: 264 seconds]
c0rn has joined #ruby
kzrl has quit [Ping timeout: 260 seconds]
timonv has quit [Remote host closed the connection]
kzrl has joined #ruby
otters has quit [Quit: WeeChat 0.3.9.1]
otters has joined #ruby
mengu has joined #ruby
eldariof has quit []
ner0x has joined #ruby
shiin has joined #ruby
<foucist> guardian: rmagick should be fine, the GC issues should've been fixed a long time ago
otters has quit [Client Quit]
<guardian> ok
bronson has quit [Quit: bronson]
otters has joined #ruby
<foucist> guardian: i don't have a problem with doing `convert -blh.. #{file} etc` type stuff, but that requires a bit more setup and handling
<ipalaus> what is this error with pure-ruby? http://paste.laravel.com/cWW I installed eventmachine that should solve it...
<foucist> guardian: i know that 37signals used to do that for the longest time
<foucist> they may still do that for all i know
atmosx has joined #ruby
ryanf has quit [Quit: broken pipes |||]
haxrbyte has quit [Ping timeout: 255 seconds]
c0rn has quit [Ping timeout: 260 seconds]
c0rn has joined #ruby
pcarrier has joined #ruby
nateberkopec has quit [Quit: Leaving...]
kuzushi has quit [Ping timeout: 276 seconds]
ananthakumaran has quit [Quit: Leaving.]
burgestrand has quit [Quit: Leaving.]
_alejandro has joined #ruby
daniel_- has quit [Ping timeout: 255 seconds]
swex_ has quit [Read error: Operation timed out]
chessguy has quit [Remote host closed the connection]
rakl has quit [Quit: sleeping]
lampe2 has quit [Quit: Leaving.]
generalissimo has joined #ruby
nateberkopec has joined #ruby
nateberkopec has quit [Client Quit]
iamjarvo has quit [Quit: Leaving.]
louism2_ has joined #ruby
kjellski has joined #ruby
kjellski has quit [Remote host closed the connection]
jackdanger has joined #ruby
kjellski has joined #ruby
kjellski has quit [Client Quit]
seanstickle has joined #ruby
c0rn has quit [Ping timeout: 256 seconds]
c0rn has joined #ruby
rakuN has joined #ruby
kil0byte has joined #ruby
tommyvyo has quit [Quit: Computer has gone to sleep.]
Jasko has quit [Read error: Connection reset by peer]
tommyvyo_ is now known as tommyvyo
Jasko has joined #ruby
kil0byte has quit [Remote host closed the connection]
heftig has quit [Read error: Connection reset by peer]
tommyvyo_ has joined #ruby
CaptainJet has joined #ruby
t0rc has quit [Quit: WeeChat 0.3.9.2]
tommyvyo_ has quit [Client Quit]
heftig has joined #ruby
c0rn has quit [Ping timeout: 264 seconds]
iamjarvo has joined #ruby
<shevy> ipalaus, Symbol not found: __ZSt4cerr (LoadError)
<shevy> sounds like a problem with the bindings
companion has quit [Quit: Poweroff]
iamjarvo has quit [Client Quit]
brianpWins has quit [Ping timeout: 264 seconds]
jeffreybaird has quit [Quit: jeffreybaird]
<shevy> rubyeventmachine.bundle probably does not contain that symbol
<shevy> on linux I'd extract the gem of eventmachine, go into that dir and recompile
tommyvyo_ has joined #ruby
c0rn has joined #ruby
cableray has joined #ruby
Russell^^ has quit [Quit: Russell^^]
iamjarvo has joined #ruby
invisime has quit [Quit: Leaving.]
mneorr has quit [Remote host closed the connection]
mneorr has joined #ruby
daniel_- has joined #ruby
jackdanger has quit [Quit: Leaving.]
c0rn has quit [Ping timeout: 248 seconds]
grote has quit [Quit: this community sux]
c0rn has joined #ruby
c0rn has quit [Ping timeout: 250 seconds]
jackdanger has joined #ruby
octarine has joined #ruby
c0rn has joined #ruby
generalissimo has quit [Remote host closed the connection]
L1 has joined #ruby
generalissimo has joined #ruby
Mon_Ouie has quit [Ping timeout: 264 seconds]
drago757 has quit [Quit: drago757]
grotr has joined #ruby
Mon_Ouie has joined #ruby
ryanf has joined #ruby
jacortinas has quit [Remote host closed the connection]
cableray has quit [Quit: cableray]
c0rn has quit [Ping timeout: 265 seconds]
alanp_ has joined #ruby
c0rn has joined #ruby
bpfh has quit [Ping timeout: 255 seconds]
slash_nick has quit [Ping timeout: 244 seconds]
Jasko has quit [Read error: Connection reset by peer]
Michael__ has joined #ruby
segv- has quit [Quit: segv-]
mneorr has quit [Remote host closed the connection]
mneorr has joined #ruby
Jasko has joined #ruby
FiveAcres has joined #ruby
alanp has quit [Ping timeout: 240 seconds]
aaronmacy has quit [Quit: Leaving.]
medik has quit [Ping timeout: 240 seconds]
igro has quit [Quit: Computer has gone to sleep.]
<ipalaus> shevy sorry, i was afk. I'm at Mac OSX
FiveAcres has left #ruby [#ruby]
c0rn has quit [Ping timeout: 244 seconds]
rakl has joined #ruby
foohey has quit [Quit: Quitte]
generalissimo has quit [Remote host closed the connection]
FiveAcres_ has joined #ruby
c0rn has joined #ruby
kil0byte has joined #ruby
foohey has joined #ruby
sailias has quit [Quit: Leaving.]
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
bpfh has joined #ruby
tommyvyo_ has joined #ruby
louism2_ has quit [Quit: This computer has gone to sleep]
rakl has quit [Ping timeout: 255 seconds]
tommyvyo_ has quit [Client Quit]
rakl has joined #ruby
clj_newb has joined #ruby
c0rn has quit [Ping timeout: 256 seconds]
FiveAcres_ has quit [Quit: Page closed]
Goles_ has quit [Read error: Connection reset by peer]
h4mz1d has joined #ruby
<DanBoy> Ruby Cookbook or The Ruby Way
c0rn has joined #ruby
pettsson has quit [Remote host closed the connection]
jackbrownhf has joined #ruby
jackbrownhf has quit [Changing host]
jackbrownhf has joined #ruby
nerd has quit [Ping timeout: 252 seconds]
<seanstickle> DanBoy: ?
daniel_- has quit [Ping timeout: 240 seconds]
<DanBoy> just wondering anyone opinions on either
<DanBoy> they both seem to be cookbook style
nemesit has quit [Quit: Linkinus - http://linkinus.com]
<seanstickle> Both are nice.
gurps has quit [Ping timeout: 276 seconds]
c0rn has quit [Ping timeout: 264 seconds]
mpereira has quit [Ping timeout: 255 seconds]
moos3 has quit [Quit: Computer has gone to sleep.]
gurps has joined #ruby
SuperrMann has quit [Quit: Bye all :)]
c0rn has joined #ruby
Nisstyre has quit [Quit: Leaving]
Foxboron has joined #ruby
neiko has joined #ruby
ckrailo has quit [Quit: Computer has gone to sleep.]
<Foxboron> Helluw, i need some help regarding hub, git bash and ruby. Basically, hub wont be ran with ruby.
grotr has quit [Quit: Leaving.]
mneorr has quit [Remote host closed the connection]
rakl has quit [Ping timeout: 264 seconds]
mneorr has joined #ruby
rakl has joined #ruby
<neiko> Anyone know of a way to, or another library, to use Yajl and encode in chunks? I want to put the items I'm encoding in chunks, not read the encoded data in chunks mind you. So in essence, if I'm building a JSON array I can add the items in a little at a time rather than build a huge in memory array and encode all at once at the end.
elaptics is now known as elaptics`away
dinkytoy has joined #ruby
generalissimo has joined #ruby
Michael__ has quit [Remote host closed the connection]
Nisstyre has joined #ruby
blacktulip has quit [Remote host closed the connection]
generalissimo has quit [Read error: Connection reset by peer]
havenn has joined #ruby
generalissimo has joined #ruby
nerd has joined #ruby
Jasko has quit [Read error: Connection reset by peer]
Jasko has joined #ruby
c0rn has quit [Ping timeout: 260 seconds]
Xeago has joined #ruby
bigmcq77 has quit [Quit: Computer has gone to sleep.]
mildfate has quit [Quit: Leaving.]
whitedawg has joined #ruby
gurps has quit [Quit: bye]
kil0byte has quit [Remote host closed the connection]
c0rn has joined #ruby
<ipalaus> what gem I need to solve this error? /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
bigmcq77 has joined #ruby
* ipalaus installing ruby1.9.1-dev..
pmros has quit [Ping timeout: 244 seconds]
Adget has quit [Quit: Adget]
rakuN has quit [Quit: rakuN]
nicoulaj has quit [Remote host closed the connection]
burgestrand has joined #ruby
kil0byte has joined #ruby
gurps has joined #ruby
Zolrath has joined #ruby
Yarou has quit [Disconnected by services]
c0rn has quit [Ping timeout: 265 seconds]
louism2_ has joined #ruby
Yarou_ has joined #ruby
Yarou has joined #ruby
c0rn has joined #ruby
samphippen has quit [Ping timeout: 255 seconds]
louism2_ has quit [Client Quit]
jenyabaranov has joined #ruby
ddd has quit [Ping timeout: 245 seconds]
<ipalaus> seanstickle when installing a gem shouldn't install dependencies? it's like a nightmare installing and using veewee
hadees has joined #ruby
baphled has quit [Read error: Connection reset by peer]
<seanstickle> It should install dependency gems, yes
<seanstickle> But not the Ruby dev environment
baphled has joined #ruby
<ipalaus> I've never used Ruby and I'm a little bit lost, I think
<ipalaus> can't get vagrant run :(
gurps has quit [Quit: bye]
iamjarvo has quit [Quit: Leaving.]
aaronmacy has joined #ruby
atmosx has quit [Quit: WeeChat 0.4.0-dev]
samphippen has joined #ruby
<shevy> ipalaus if mkmf is not there, someone has crippled your ruby build
<ipalaus> shevy I tried to install vagrant on my Mac OSX and I failed. Same on Debain 7.0, no way I can't get this running… so strange :-\
c0rn has quit [Ping timeout: 252 seconds]
<shevy> what is the specific error you get ob debian if you go into eventmachine-1.0.0.beta.3/ directory and run extconf.rb there
<shevy> ob / with... with debian
beachandbytes2 has joined #ruby
beachandbytes has quit [Ping timeout: 256 seconds]
<ipalaus> shevy no extconf.rb there:http://paste.laravel.com/cXf
gurps has joined #ruby
Iszak has joined #ruby
c0rn has joined #ruby
x82_nicole has quit [Quit: Computer has gone to sleep.]
huoxito has joined #ruby
rellin has joined #ruby
<shevy> hmmmmmmmmmm
<shevy> that is odd
<shevy> ipalaus, can you go into ext/ and look there?
<ipalaus> yeah there is a extconf.rb there shevy, how I have to run it?
<shevy> ok try it
<shevy> I think "ruby extconf.rb" should work
jamesaxl has quit [Quit: Leaving]
timonv has joined #ruby
<shevy> may accept more options, but this should work still
<ipalaus> done!
<shevy> hmmmm
<shevy> ok, if you do "make", you run into an error though right?
<shevy> checking for sys/event.h... no <-- wonder if that is good
<ipalaus> yes the same we seen before: http://paste.laravel.com/cXj
<ipalaus> mmm
<shevy> ok
<shevy> so there is some error with your c++ compiler I guess