<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>guys like dolls &#187; ruby-on-rails</title>
	<atom:link href="http://guyslikedolls.com/category/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://guyslikedolls.com</link>
	<description>an exploration of something</description>
	<lastBuildDate>Tue, 06 Jul 2010 23:21:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>An RSVP Application in Ruby on Rails</title>
		<link>http://guyslikedolls.com/2007/03/09/an-rsvp-application-in-ruby-on-rails/</link>
		<comments>http://guyslikedolls.com/2007/03/09/an-rsvp-application-in-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 07:52:02 +0000</pubDate>
		<dc:creator>jcdoll</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[ruby-on-rails]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<h4>Schema</h4>
<p>The database schema is included. You can import it with: <code>mysql -u username dbname &lt; schema.mysql</code></p>
<p><a href="http://guyslikedolls.com/uploadedFiles/joey/rsvp_rails.zip" title="RSVP Application">RSVP rails code and schema</a></p>
]]></content:encoded>
			<wfw:commentRss>http://guyslikedolls.com/2007/03/09/an-rsvp-application-in-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
