News

The latest upgrade to Ruby, the popular open source dynamic language, will enhance both performance and simplicity. A preview of the upgrade, Ruby 2.4.0, was released this week. The general release of ...
I've done MVC programming but never through any public frameworks, mostly through custom frameworks that I've been involved in the design of. I've spent a number of years programming in many languages ...
There are some fundamental things broken with Ruby 2.0 and the latest Rails version, 3.2.12. For instance, the method that Rails calls to duplicate objects in Ruby was changed to a private method in ...
While at GoGaRuCo this weekend, I finally made good on an experiment I had been thinking about for a while: a static compiler for Ruby. I thought I’d share it with you good people today. First we have ...