Monthly Archives: February 2008

Strict typing as a first line of defence

I’m currently in the final stages of a refactor and I thought I’d just share this little tidbit on why strict typing is a good thing in AS3, especially when working in an agile environment where things can change quickly as requirements unfold and mutate.

Posted in actionscript 3, flash, flex, tips | Tagged , | 3 Comments

Building the MacPorts MySQL gem on OS X

I’ve been running with the Rails MySQL adapter for a while now after failing to build the native MySQL gem under Leopard. The problem, I thought, was that I’m using the
Macports MySQL, and it turns out I was right. If you attempt to build the MySQL gem and you get an error like [...]

Posted in os x, ruby, tips | Tagged , , , , | 3 Comments