What are the things you wish Ruby (and more generally the Ruby community) would improve?
I read somewhere that Ruby is the love-child of Smalltalk and LISP, with Miss P
Replace the Mixin system with a Traits system.
I wish people would consider backward compatibility between minor releases as an unbreakable rule when releasing a new language (or library or framework) version.
I'd appreciate being able to install ruby 1.9 as an RPM rather than having to use the source.
I would like to have support for static compile-time metaprogramming. The Converge Programming Language might be a good starting point.