<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -102,17 +102,18 @@ puts ix.sender.name # prints sofa, a single CouchDB request made
 
 idup = i.dup
 i.save!
-idup.save # conflict printed
+idup.save     # conflict printed
 
 # Saving with and without validations
 
-i = Invite.new :sender =&gt; sofa, :name =&gt; &quot;daily show&quot;
-i.save! rescue :ok # save! throws an exception on validation failure or conflict
-i.save # returns false rather than throwing an exception
-puts i.errors.inspect # {:recipient=&gt;&quot;invalid:&quot;}
+i = Invite.new :sender =&gt; sofa, :event_name =&gt; &quot;CouchCamp&quot;
 
-i.validation_skip_list &lt;&lt; :recipient # Any and all validations may be skipped
-i.save #&#160;succeeds
+i.save! rescue :ok      # save! throws an exception on validation failure or conflict
+i.save                  # returns false rather than throwing an exception
+puts i.errors.inspect   # prints {:recipient=&gt;&quot;invalid:&quot;}
+
+i.validation_skip_list &lt;&lt; :recipient  # Any and all validations may be skipped
+i.save                                #&#160;succeeds
 
 &lt;/code&gt;
 &lt;/pre&gt;</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -66,14 +66,15 @@ puts ix.sender.name # prints sofa, a single CouchDB request made
 
 idup = i.dup
 i.save!
-idup.save # conflict printed
+idup.save     # conflict printed
 
 # Saving with and without validations
 
-i = Invite.new :sender =&gt; sofa, :name =&gt; &quot;daily show&quot;
-i.save! rescue :ok # save! throws an exception on validation failure or conflict
-i.save # returns false rather than throwing an exception
-puts i.errors.inspect # {:recipient=&gt;&quot;invalid:&quot;}
+i = Invite.new :sender =&gt; sofa, :event_name =&gt; &quot;CouchCamp&quot;
 
-i.validation_skip_list &lt;&lt; :recipient # Any and all validations may be skipped
-i.save #&#160;succeeds
+i.save! rescue :ok        # save! throws an exception on validation failure or conflict
+i.save                    # returns false rather than throwing an exception
+puts i.errors.inspect     # prints {:recipient=&gt;&quot;invalid:&quot;}
+
+i.validation_skip_list &lt;&lt; :recipient  # Any and all validations may be skipped
+i.save                                #&#160;succeeds</diff>
      <filename>readme.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>341557906b73aea1e2015296b13fe8d0b156a348</id>
    </parent>
  </parents>
  <author>
    <name>Paul Carey</name>
    <email>paul.p.carey@gmail.com</email>
  </author>
  <url>http://github.com/paulcarey/relaxdb/commit/015aa7e7cf7d7e1c9be76c72824cdd8c5cb5abda</url>
  <id>015aa7e7cf7d7e1c9be76c72824cdd8c5cb5abda</id>
  <committed-date>2009-04-01T01:58:14-07:00</committed-date>
  <authored-date>2009-04-01T01:58:14-07:00</authored-date>
  <message>Readme tweaks.</message>
  <tree>434a1847fd1c952befb4a82eb184490ecf88df55</tree>
  <committer>
    <name>Paul Carey</name>
    <email>paul.p.carey@gmail.com</email>
  </committer>
</commit>
