<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,33 +1,26 @@
-CRUD Scaffold
-==============
+CRUD Scaffold Generator
+=======================
 
 Description:
-    The CRUD scaffold generator creates the model, controller and views to 
-    to interact with a database table.  It is similar to the scaffold generator 
-    (&quot;script/generate scaffold ...&quot;) that was included with Rails versions prior 
-    to 2.1.
-
-    Unlike the original scaffold generator, the CRUD Scaffold generated views 
-    are not dynamic. Instead they use the database schema information at the 
-    time they are generated to create views which reference fields in the 
-    database table. Fields added to the table after the scaffold has been 
-    generated WILL NOT appear in the views--the fields must be added by hand. 
-    Therefore it is advisable to create/migrate your table schema before 
-    generating the scaffold.
-
-    The CRUD Scaffold generator takes a model name, an optional controller name, 
-    and a list of views as arguments.  Scaffolded actions and views are created
-    automatically.  Any views left over generate empty stubs.
-
-    The scaffolded actions and views are:
-        index, list, show, new, create, edit, update, destroy
-
-    If a controller name is not given, the plural form of the model name
-    will be used.  The model and controller names may be given in CamelCase
-    or under_score and should not be suffixed with 'Model' or 'Controller'.
+
+The CRUD Scaffold generator creates the model, controller and views to interact with a database table.  It is similar to the scaffold generator (&quot;script/generate scaffold ...&quot;) that was included with Rails versions prior to 2.1.
+
+Unlike the original scaffold generator, CRUD Scaffold generated views are not dynamic. Instead they use the database schema information at the time they are generated to create views which reference fields in the database table. Fields added to the table after the scaffold has been generated WILL NOT appear in the views--the fields must be added by hand. Therefore it is advisable to create/migrate your table schema before generating the scaffold.
+
+The CRUD Scaffold generator takes a model name, an optional controller name, and a list of views as arguments.  Scaffolded actions and views are created automatically.  Any views left over generate empty stubs.
+
+The scaffolded actions and views are:
+  index, list, show, new, create, edit, update, destroy
+
+If a controller name is not given, the plural form of the model name will be used.  The model and controller names may be given in CamelCase or under_score and should not be suffixed with 'Model' or 'Controller'.
+
+Installation:
+
+Simply drop the entire &quot;crud_scaffold_generator&quot; folder into the /plugins folder of any Rails application and you'll be ready to use it to generate basic scaffolding.
+
 
 Example:
+
     ruby script/generate crud_scaffold Account Bank debit credit
 
-    This will generate an Account model and BankController with a full test
-    suite and a basic user interface.
+This will generate an Account model and BankController with a full test suite and a basic user interface.</diff>
      <filename>crud_scaffold_generator/README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>16d125a9fe1c982408316603b985eae89cb9503c</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Skoglund</name>
    <email>kevin@pixelandpress.com</email>
  </author>
  <url>http://github.com/kevinskoglund/crud-scaffold-generator/commit/93449840d71734f9c4b4176bee111198fde68619</url>
  <id>93449840d71734f9c4b4176bee111198fde68619</id>
  <committed-date>2008-06-26T14:29:38-07:00</committed-date>
  <authored-date>2008-06-26T14:29:38-07:00</authored-date>
  <message>Updated README file with installation instructions</message>
  <tree>a4b00d62e31cb8ba509293281bf3127e6fc075ba</tree>
  <committer>
    <name>Kevin Skoglund</name>
    <email>kevin@pixelandpress.com</email>
  </committer>
</commit>
