<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 The implementation of **Dirty Objects** was the starting point for another very interesting feature.
                                                                                                          
-Since we can now track down what has changed in an object state, why not use it to avoid unnecessary updates to the database ?
+Since we can now track down what has changed in an object's state, why not use it to avoid unnecessary updates to the database ?
   
 On previous versions of Rails when we called **save** from an already existing **ActiveRecord** object, all of its fields would be updated in the database. Even the ones that had not suffered any change.
 
@@ -17,9 +17,9 @@ This action could be greatly enhanced with the use of **Dirty Objects** and it i
 
 	# it creates the following SQL
 	article.save
-	#=&gt;  &quot;UPDATE articles SET title = 'New Title&#8217; WHERE id = 1&#8243;
-           
-Notice how only the fields that were changed in the application were also updated in the database. If no field had been updated in the application, then **ActiveRecord** would not execute any update.
+	#=&gt;  &quot;UPDATE articles SET title = 'New Title' WHERE id = 1&quot;
+	
+Notice how only the fields that were changed in the application were updated in the database. If no field had been updated in the application, then **ActiveRecord** would not execute any update.
                                 
 To enable/disable this new feature you change the **partial\_updates** property related to your model.
 </diff>
      <filename>text/01_ActiveRecord/15_partial_updates.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fd5ddf486bb9172b8e9ecae98a35f0fec696bf57</id>
    </parent>
    <parent>
      <id>5c523b4005ee53188ca4b1754295d9aff692fd07</id>
    </parent>
  </parents>
  <author>
    <name>escobera</name>
    <email>rbocosta@gmail.com</email>
  </author>
  <url>http://github.com/carlosbrando/rails21-book/commit/6287bb5d39dacb20d536da93879633365c085c00</url>
  <id>6287bb5d39dacb20d536da93879633365c085c00</id>
  <committed-date>2008-06-09T11:09:05-07:00</committed-date>
  <authored-date>2008-06-09T11:09:05-07:00</authored-date>
  <message>Merge branch 'master' of git@github.com:carlosbrando/rails21-book</message>
  <tree>2523675d5563e363450eab20af8aaa1d45757d43</tree>
  <committer>
    <name>escobera</name>
    <email>rbocosta@gmail.com</email>
  </committer>
</commit>
