A tautology, no? He wouldn't use Debian if he did have problems.
I get neck deep in large Ruby deployments and the issue is clear to me. Ruby is evolving at a breakneck speed but as a result has very poor release management.
My solution:
Use Bash and Python for systems programming. Both are stable and simple well integrated into Ubuntu and frankly much better for the task anyway. Oh no, now I can't use Chef! (sarcasm)
Use Ruby for web development, with RVM and bundler. This is a vast universe of bleeding edge web programming toys.
Out of charity to the parent post, he probably meant "the Ruby ecosystem" by Ruby. The larger Ruby world (and especially Rails, which he seems to have in mind) is a place where a tutorial released a month ago for Rails 3, ruby 1.9.2 and using rvm is already out-of-date in a handful of small but confusing-to-a-newbie ways because there's been a new release of cucumber & rspec and people now adore Haml and shun erb.
I've been using Ruby for about 2 years. Before that it was Perl (and still is Perl sometimes now). The difference in the speed of API changes to "major" libraries and tools in Ruby versus Perl seems striking to me, but maybe I'm still too new and need to absorb more. (Another quick example: try to find a book on Ruby - even one on Ruby 1.9.x that doesn't treat Test::Unit as the default test runner in Ruby. Sure, they might mention Minitest, but then they all keep using Test::Unit in all the introductory examples. Argh.)
It may be a misperception, but the pace of change in the larger Ruby ecosystem sure seems breakneck to me.
I get neck deep in large Ruby deployments and the issue is clear to me. Ruby is evolving at a breakneck speed but as a result has very poor release management.
My solution:
Use Bash and Python for systems programming. Both are stable and simple well integrated into Ubuntu and frankly much better for the task anyway. Oh no, now I can't use Chef! (sarcasm)
Use Ruby for web development, with RVM and bundler. This is a vast universe of bleeding edge web programming toys.
I struggle to see a real problem here...