Projects
Clifton Studios
http://cliftonstudios.ca
I put together this project for my artist cooperative. From the front it looks like a pretty simple site, but back end has logins for all studio members. It manages user info, personal image galleries, contact lists, mailing lists, and all sorts of good stuff.
GOTO source code
GraceHrabi.com
http://gracehrabi.com
The professional site for jazz vocalist Grace Hrabi. It is written in Rails 3 with a full CMS. Lots of goodies in the source.
GOTO source code
ebritton.com
http://ebritton.com
One of my legacy sites written in PHP. It again provides a full CMS. It's legacy code but I include it for completeness and because everyone has old code they maintain and have to avoid the constant urge re-write.
Stoneboat Pottery
http://stoneboatpottery.ca
A website written in Rails for a member of my ceramics co-op. It boasts a full CMS back end, including management of nested groups of products. It also does AJAX uploading of photos for almost every entity on the site. It's hosted on GitHub with zero-to-running in only a couple minutes.
GOTO source code
Andrew Littleford
http://andrewlittleford.com
This is a full Rails 3 site for Andrew Littleford, a Winnipeg trumpet player.
GOTO source code
This Site
http://kevinmcphillips.ca
Recently I've been trying to branch out from just working with Ruby on Rails. After all, Rails and ActiveRecord aren't the only Ruby based web frameworks on the block. This site is written in Padrino and uses DataMapper for ORM.