Here’s a collection of free software that I created over the last few years.

This area is still under construction and I will make sure to update it as often as I can.

Ruby on Rails plugins

acts_as_formatted: Automatically formats ActiveRecord string column. You can specify the case (up, down, swap, capitalize) and if trailing and leading white spaces should be stripped or not. (view readme)

validates_child_of: A validation plugin that makes sure that objects have a parent in the database. For example, makes sure that a chapter belongs to a book.

Other

email_transfer.py
This Python script allows you to transfer e-mails from one server (IMAP or POP) to another (IMAP). Everything is automated and extremely straightforward. Simply edit the settings in the file and run it (python email_transfer.py).