"The way I see it, for any new Ruby project, you should start be using with Ruby1.9. If it doesn’t fit your needs, then, consider an alternative."<p>But first, make sure the alternative implements all of the Ruby you are going to need.
Is there a problem here?<p>Yes, there is a problem. The problem may not <i>be</i> the many implementations of Ruby but there is certainly a problem.<p>There should be one Ruby <i>just works</i> or, at the least, different Rubies that can be added and removed only for performance reasons. We aren't there yet and we should be. Multiple Rubies might be a step there. Let's hope.<p>-- Good choice is when you get lots of choice about what tell your system to do. Bad choice is when you have to make lots of choice <i>about</i> you want the system to do what you tell it. The Ruby language itself has lots of good choice in it. But the "now you can choose lots of Rubies" situation is a bad-choice situation.