Phillip Gawlowski wrote: > One decision for me was, using JRuby 1.1 / JRuby 1.0.x. Which, > incidentally, provides the sort of release management I needs as a user. :| > > (I know the differences between releases that I can expect, and can plan > accordingly. I don't need to rely on test breaking in interesting ways. > Hasn't happened yet, but still..) Interestingly, several of the failures in Ruby 1.8.7 were found by JRuby developers. We tried to make several of the changes in JRuby and they broke tests and Rails itself. JRuby developers should not be finding and reporting bugs in Ruby releases. The Ruby core team should consider instituting more stringent regression-testing policies. - Charlie