<GitHub132>
[rubinius] brixen pushed 2 new commits to master: http://git.io/CuNd3w
<GitHub132>
rubinius/master cdfaaac Chad Slaughter: debian build update for rubinius-2.3...
<GitHub132>
rubinius/master f3f95cd Brian Shirai: Merge pull request #3167 from slaught/debian-2.3-update...
GitHub132 has left #rubinius [#rubinius]
MEH` has joined #rubinius
MEH` is now known as MEH`
travis-ci has joined #rubinius
<travis-ci>
rubinius/rubinius/master (f3f95cd - Brian Shirai): The build passed.
travis-ci has left #rubinius [#rubinius]
havenwood has joined #rubinius
JohnBat26 has joined #rubinius
noop has quit [Quit: Leaving]
tenderlove has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
slaught has joined #rubinius
slaught has quit [Client Quit]
coffeejunk has left #rubinius ["No."]
<yorickpeterse>
hm golly, I wonder if a release is coming up :P
jnh has joined #rubinius
flavio has quit [Quit: WeeChat 0.4.1]
erdic has quit [Ping timeout: 240 seconds]
erdic has joined #rubinius
max96at is now known as max96at|off
JohnBat26 has quit [Ping timeout: 265 seconds]
coffeejunk has joined #rubinius
elia has joined #rubinius
tenderlove has joined #rubinius
Ngz00 has joined #rubinius
|jemc| has quit [Quit: WeeChat 0.4.3]
tenderlove has quit [Read error: Connection reset by peer]
Ngz00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tenderlove has joined #rubinius
tenderlove has quit [Quit: Leaving...]
tenderlove has joined #rubinius
tenderlove has quit [Client Quit]
tenderlove has joined #rubinius
MEH` is now known as meh`
diegoviola has quit [Ping timeout: 255 seconds]
diegoviola has joined #rubinius
arrubin has quit []
diegoviola has quit [Remote host closed the connection]
diegoviola has joined #rubinius
diegoviola has quit [Ping timeout: 256 seconds]
mbj_ has joined #rubinius
mbj has quit [Ping timeout: 265 seconds]
diegoviola has joined #rubinius
<brixen>
ugh fucking MRI C-API
<brixen>
obviously, time to start drinking
|jemc| has joined #rubinius
arrubin has joined #rubinius
riceandbeans has joined #rubinius
<riceandbeans>
how does rubinius really compare to MRI?
<riceandbeans>
I've never used rubinius
<riceandbeans>
I've only used MRI
<|jemc|>
riceandbeans: depends on what features you are comparing :P
<|jemc|>
also, I'd encourage you to just go ahead and try using it
<|jemc|>
it should be fairly easy to get an installation of it going on your machine, whether you use ruby-install or build from source or whatever you prefer
<|jemc|>
then you can compare directly the features you care about
<riceandbeans>
I was figuring I'd try with rvm....
<riceandbeans>
by chance, would you happen to know about if gems work any differently with rubinius?
<riceandbeans>
for that matter, would puppet work with rubinius?
<|jemc|>
riceandbeans: I don't use or know much about puppet, but in general, rubinius is intended to be a drop-in replacement for MRI
<riceandbeans>
I mean, maybe this is a stupid question, but if I do gem install foo, will it be applied to MRI or will it just work for both?
<|jemc|>
it installs for whatever ruby owns the 'gem' command you ran
<riceandbeans>
so if I install rubinius, I need to install gem again?
<|jemc|>
so, if you use rvm, you install a separate set of gems for each installation
<|jemc|>
yes
<riceandbeans>
ok
<|jemc|>
but with a Gemfile, that should be pretty easy work :)
<riceandbeans>
let's say I have no gemfile
<riceandbeans>
let's say I only have 1 gem to test at first
<|jemc|>
you use it the same way you would use two different versions of MRI with rvm
tenderlove has quit [Read error: Connection reset by peer]
<|jemc|>
I use rbenv instead of rvm, but as I understand it, it's just a matter of switching your 'active' ruby and then run 'gem install foo'
<riceandbeans>
let's say I'm also somewhat novice with rvm...