Installing MySQL gem on Mac OSX 10.5 (Leopard)

Posted by tom January 15th, 2008

sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/opt/local/bin/mysql_config5

Trying to write a Rails ConnectionAdapter

Posted by tom January 6th, 2008

Today I’ve started with trying to write a Rails Connection Adapter for IBM U2 (UniData/UniVerse). There’s very little documentation available, only a couple of examples.