Continuing my series on Mission Control Desktop, this post covers some enhancements I made for configuring email accounts in Thunderbird. The mail.* branch is one of the largest group of preferences you can manipulate using autoconfig. Setting up the right combination of mail.account, mail.server, mail.identity and mail.smtpserver is just a little tricky. With the exception [...]

Extending acts_as_commentable
acts_as_commentable is a nice little ruby on rails plugin. It extends your ActiveRecord classes giving them comments. We are going to use comments on all kinds of things, starting with recipes, of course. However, AAC lacks a critical feature: the ability for users to approve comments before they are displayed. In this post I am [...]