Monthly Archives: December 2007

Rails: SQLite Replaces MySQL as Default Database

If you’ve waited until now before upgrading to Ruby on Rails 2.0 now you may be in for a little surprise.  As of version 2.02 the default database in Rails is SQLite, arguably because there is no need to for

Posted in Development

How to filter email attachments in Lotus Notes

This Lotus Notes script strips email attchements using an Agent instead of Rules. Lets say you want to forward mail from your Lotus Notes account but want to strip attachments, you’ll definitely want to try the following script. It’s perfect

Posted in Thoughts