10 April 2010 ~ View Comments

The Death of MacRuby for iPhone?

It’s not that Apple doesn’t want “some other company” to establish a higher level language standard; it’s that Apple doesn’t want any company to do that — including Apple. The reasoning is the same: if Apple were to allow developers to write iPhone apps using MacRuby (i.e. Ruby 1.9), there would be nothing to stop those apps from being moved to other mobile platforms that also support Ruby.

Continue Reading

Tags: , ,

01 September 2009 ~ View Comments

Installing MySQL via MacPorts on Snow Leopard for Ruby Development

There are a number of tutorials floating around that explain how to install MySQL 5 on Snow Leopard. They all recommend the x86_64 universal binary supplied by MySQL. If you’d like to install MySQL via MacPorts (MySQL5 is certified compatible!), here are the steps: Install MySQL with developer libraries: sudo port install mysql5-devel Create the [...]

Continue Reading