Posts Tagged ‘gem’

Ruby 1.9 and gem compatibility

Posted by Rahoul Baruah on February 5th, 2009 under General, Ruby on Rails and Software Development Tags: , ,  •  1 Comment

You may have heard that Ruby 1.9.1 is now out and “production-ready”.  This gives us a number of benefits, not least real threading and a general performance boost.  However, there is “production-ready” and there is “production-ready”; in particular, Ruby alone isn’t much use without the many gems that we all depend upon also being usable. [...]