[140 total ]
How about some ActiveRecord?
Rails on Rubinius
RubySpec in MRI
Implementers Unite!
Merb on Rubinius
Welcome to the Club
Rubinius Retort
Ruby in Ruby--Seriously
Rubinius on GitHub

With all the recent press given to Git and GitHub, I thought it worth mentioning that, while the main Rubinius Git repository continues to be hosted at git.rubini.us, there is now a post-commit hook that pushes all commits onto the Rubinius GitHub repository.
So you can now take advantage of the great GitHub features such as [...]

Shotgun Rewrite Underway

Some big changes are underway on the Rubinius VM at present: Shotgun is being completely rewritten! This change was brought about by some fairly significant rework required in order to change the behavior of argument evaluation in method ... [More] calls.
Currently, Rubinius evaluates method arguments from right-to-left, whereas MatzRuby and JRuby evaluate arguments left-to-right. So code like [...] [Less]