<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/factories-and-workers/factory_generator.rb</filename>
    </added>
    <added>
      <filename>lib/tasks/generate_factories.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -62,6 +62,10 @@ Two helper methods are available to be used in lambda blocks:
 * uniq( length ) -- returns a random string
 
 
+There is also a rake task to automagically generate template factories from your models.
+  rake factory:generate             # will print templates for all AR models
+  rake factory:generate MODEL=user  # will print template for user model
+
 
 =The FactoryWorker
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require 'active_support/core_ext'  # for returning() and HashWithIndifferentAccess
 
 require 'factories-and-workers/factory_builder'
-require 'factories-and-workers/factory_worker'
\ No newline at end of file
+require 'factories-and-workers/factory_worker'
+require 'factories-and-workers/factory_generator'
\ No newline at end of file</diff>
      <filename>lib/factories-and-workers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>73e5306f0ab1b10b0a3640581233d1508c8674b5</id>
    </parent>
  </parents>
  <author>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </author>
  <url>http://github.com/dfl/factories-and-workers/commit/2064da73d26fad3c1d021ed310c3ff3eea625046</url>
  <id>2064da73d26fad3c1d021ed310c3ff3eea625046</id>
  <committed-date>2008-06-14T10:50:29-07:00</committed-date>
  <authored-date>2008-06-14T10:50:29-07:00</authored-date>
  <message>rake task to generate factory templates</message>
  <tree>595611e734daa0d102d27700437ced261ec2afea</tree>
  <committer>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </committer>
</commit>
