<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>generators/model/USAGE</filename>
    </added>
    <added>
      <filename>generators/model/model_generator.rb</filename>
    </added>
    <added>
      <filename>generators/model/templates/factories.rb</filename>
    </added>
    <added>
      <filename>generators/model/templates/migration.rb</filename>
    </added>
    <added>
      <filename>generators/model/templates/model.rb</filename>
    </added>
    <added>
      <filename>generators/model/templates/unit_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -14,17 +14,11 @@ To install the generator as a plugin in your Rails app:
 
     ./script/plugin install git://github.com/vigetlabs/model_generator_with_factories.git
 
-If you want the generator to override the standard Rails model generator:
-
-    cd vendor/plugins/model_generator_with_factories/generators &amp;&amp; mv model_with_factories model
-
-You can also pull the `model_with_factories` directory out of this repository and put it in `$HOME/.rails/generators` to make it available to all your present and future Rails applications. (Again, you can rename `model_with_factories` to `model` to have it override the standard Rails model generator.)
+This will override the standard Rails model generator for this application. You can also pull the `generators/model` directory out of this repository and put it in `$HOME/.rails/generators` to make it available to all your present and future Rails applications.
 
 ## Usage
 
-    ./script/generate model_with_factories Thing name:title description:text
-
-If you installed the generator such that it overrides the standard Rails model generator:
+Usage is the same as the standard Rails model generator:
 
     ./script/generate model Thing name:title description:text
 </diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>generators/model_with_factories/USAGE</filename>
    </removed>
    <removed>
      <filename>generators/model_with_factories/model_generator.rb</filename>
    </removed>
    <removed>
      <filename>generators/model_with_factories/model_with_factories_generator.rb</filename>
    </removed>
    <removed>
      <filename>generators/model_with_factories/templates/factories.rb</filename>
    </removed>
    <removed>
      <filename>generators/model_with_factories/templates/migration.rb</filename>
    </removed>
    <removed>
      <filename>generators/model_with_factories/templates/model.rb</filename>
    </removed>
    <removed>
      <filename>generators/model_with_factories/templates/unit_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>9b7a328c4e70d5528cf74f95355ddfa77f1c4bb2</id>
    </parent>
  </parents>
  <author>
    <name>Mark Cornick</name>
    <email>mcornick@mcornick.com</email>
  </author>
  <url>http://github.com/vigetlabs/model_generator_with_factories/commit/6523681d8e8984b9060c6218aab6a1c74470cff6</url>
  <id>6523681d8e8984b9060c6218aab6a1c74470cff6</id>
  <committed-date>2008-12-03T13:01:34-08:00</committed-date>
  <authored-date>2008-12-03T13:01:34-08:00</authored-date>
  <message>rename back to ModelGenerator so it will override standard generator by default</message>
  <tree>4b08a4061093a4cb1034bed0185803e53c0d200e</tree>
  <committer>
    <name>Mark Cornick</name>
    <email>mcornick@mcornick.com</email>
  </committer>
</commit>
