Installing MySQL gem on Mac OS X Leopard
Installing the MySQL gem on Leopard was much more painful than I thought. I had the 64-bit version of MySQL already installed. So I had to uninstall MySQL on Leopard, which was a challenge all on its own. Here is what I did (after stopping MySQL, and backing up my databases first, of course): sudo rm /usr/local/mysql sudo rm -rf /usr/local/mysql* sudo rm →
iPhone UI for Rails applications
I knew something like this should and would exist - nice work.. Will try and incorporate into the next Rails thing we do! Slash Dot Dash � Blog Archive � iPhone on Rails - Creating an iPhone optimised version of your Rails site using iUI and Rails 2.
Configuring Gmail as SMTP Relay on Elastix
Elastix uses Postfix, and getting Postfix configured to use Gmail as a SMTP Relay has been incredibly painful to do. This should not be as difficult as it turned out to be, but here is what I had to do to get things working. Edit the /etc/postfix/main.cf file nano /etc/postfix/main.cf Change these lines to your external domain and the name of your elastix →
Social Networking in a box
I have been looking for a while for a bunch of social networking functionality to use out of the box - it is ridiculous that you have to build all the same basic things over and over again. I think I found exactly what I was looking for - Community Engine can be used as is, but is designed as →