An RSVP Application in Ruby on Rails

March 9th, 2007 by jcdoll

I wrote an RSVP program for our wedding in Ruby on Rails. It includes live search and editing using AJAX which was ridiculously easy with Rails. It also has a shadow table to which all changes are written in case one of your guests gets all drunk and uppity while signing up. Here is the source code, including the pretty graphics. Feel free to use it for anything and let me know if you find it useful.

Schema

The database schema is included. You can import it with: mysql -u username dbname < schema.mysql

RSVP rails code and schema

blog comments powered by Disqus