<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,11 @@
 
 Rails plugin which adds a convenient way to override attr_accessible protection.
 
+If you are unfamiliar with the dangers of mass assignment please check these links
+
+* http://railspikes.com/2008/9/22/is-your-rails-application-safe-from-mass-assignment
+* http://railscasts.com/episodes/26-hackers-love-mass-assignment
+
 
 == Install
 
@@ -14,11 +19,11 @@ You can install this as a plugin into your Rails app.
 
 This plugin does several things.
 
+* Adds &quot;trust&quot; method on hash to bypass attribute protection
 * Disables attr_protected because you should use attr_accessible.
 * Requires attr_accessible be specified in every model
 * Adds :all as option to attr_accessible to allow all attributes to be mass-assignable
-* Raises an exception when assigning a protected attribute
-* Adds &quot;trust&quot; method on hash to bypass attribute protection
+* Raises an exception when assigning a protected attribute (instead of just a log message)
 
 
 == Usage</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b44ceaa46626a54216f3005b6c34fca6801cc4cf</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </author>
  <url>http://github.com/ryanb/trusted-params/commit/da34c4aa2188226eaddc2e3c9cb4bea585d0568e</url>
  <id>da34c4aa2188226eaddc2e3c9cb4bea585d0568e</id>
  <committed-date>2009-06-01T13:37:06-07:00</committed-date>
  <authored-date>2009-06-01T13:37:06-07:00</authored-date>
  <message>adding links to beginning of readme</message>
  <tree>cbc548503521019c76baa7ae86c528d383d424fd</tree>
  <committer>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </committer>
</commit>
