Projects

Page Redirect

The page_redirect extension allows you to redirect pages in Radiant CMS with http status codes. This is my first Radiant extension so use at your own risk.

    git clone git://github.com/randomutterings/page_redirect.git \
    vendor/extensions/page_redirect

Mortgage Calculator Helper

While building a real estate site for a local client I needed a mortgage calculator and I didn't find anything in Ruby so I converted a php script by David Tufts http://dave.imarc.net to a Rails plugin.

http://github.com/randomutterings/mortgage_calculator_helper

Open Source Wedding

I created this Rails wedding site for my personal use (yep, getting married Oct 2nd 2010)! Released under the GNU GPL.

At the time of this writing the project has news articles, events calendar with rsvp, paypal integrated donation meter, wedding party members, wedding stories, and static pages. If you fork the project and make it better, send me a push request. You can find the source at http://github.com/randomutterings/wedding

s3_db_assets_backup

This Rails plugin generates rake tasks for backing up your database and public folder (which should also contain any uploaded assets) to an existing bucket in your Amazon S3 account. The rake tasks compresses and uploads each backup with a time stamp and the config file allows you to set how many of each backup to keep. This script is "very largly based on" the following (www.magnionlabs.com/2009/7/7/db-backups). You can find the source at http://github.com/randomutterings/s3_db_assets_backup