<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>3566588c5aee5fe075e8d7eb5beecc84fedeff5f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/851b3c2e0a6a29b3899ff9011aac709dd8a7dfb8</url>
    <id>851b3c2e0a6a29b3899ff9011aac709dd8a7dfb8</id>
    <committed-date>2009-10-11T15:25:46-07:00</committed-date>
    <authored-date>2009-10-11T15:25:46-07:00</authored-date>
    <message>Update gem source in README</message>
    <tree>1fa1213fa11218f5e12734c8c4d33ccbc391958c</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d4464beac9d2b03f4f81a113d5fd66c53a87e92</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/3566588c5aee5fe075e8d7eb5beecc84fedeff5f</url>
    <id>3566588c5aee5fe075e8d7eb5beecc84fedeff5f</id>
    <committed-date>2009-05-07T16:00:24-07:00</committed-date>
    <authored-date>2009-05-07T16:00:24-07:00</authored-date>
    <message>Fix issue where an association cycle is detected incorrectly, bump version to 1.2.2

This is a one line change that pops the loading stack when the object
already exists in the database, so if later on the object needs to be
loaded again, it won't detect a cycle (since there is no cycle).</message>
    <tree>793691d22f6469e8a6c146e4ab84565dcb107a01</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95de5d4ee7d57bda2359d131d6ec13493aaefa15</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/5d4464beac9d2b03f4f81a113d5fd66c53a87e92</url>
    <id>5d4464beac9d2b03f4f81a113d5fd66c53a87e92</id>
    <committed-date>2009-05-05T08:27:46-07:00</committed-date>
    <authored-date>2009-05-05T08:27:46-07:00</authored-date>
    <message>Work with Sequel 3.0.0, Bump version to 1.2.1</message>
    <tree>3bf328ff6b26619fda08dfb2b0b3bc6ac782f5ee</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97a558bd34c93644c977b166fa129e5bb50890df</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/95de5d4ee7d57bda2359d131d6ec13493aaefa15</url>
    <id>95de5d4ee7d57bda2359d131d6ec13493aaefa15</id>
    <committed-date>2009-02-09T13:00:08-08:00</committed-date>
    <authored-date>2009-02-09T13:00:08-08:00</authored-date>
    <message>Allow nicer API for loading multiple fixtures of the same type, bump version to 1.2.0

This commit allows you to change the following code:

  FixtureDependencies.load(:model__obj1, :model__obj2, :model__obj3)

to:

  FixtureDependencies.load(:models=&gt;[:obj1, :obj2, :obj3])

Basically, it makes the API for loading multiple fixtures of the same
type much easier, without having to load all fixtures of that type
at once (which makes for brittle tests).

Additionally, it adds a helper for RSpec and Sequel, giving easy
access to the load method and running each spec in separate
transaction.</message>
    <tree>0d94788f3aefa6516a12f2a7a03ecb18f5009878</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>da522b9fe42e91c1865ddd27b046a24edb3770f5</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/97a558bd34c93644c977b166fa129e5bb50890df</url>
    <id>97a558bd34c93644c977b166fa129e5bb50890df</id>
    <committed-date>2008-11-17T12:01:18-08:00</committed-date>
    <authored-date>2008-11-17T12:01:18-08:00</authored-date>
    <message>Bump version to 1.1.2</message>
    <tree>461915698d50c437bd7e1fadde86c137f0c1d40a</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b7db5cc759693d421c349df20922a64d8120a4bb</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Willson</name>
      <email>matthew@playlouder.com</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/da522b9fe42e91c1865ddd27b046a24edb3770f5</url>
    <id>da522b9fe42e91c1865ddd27b046a24edb3770f5</id>
    <committed-date>2008-11-17T11:53:16-08:00</committed-date>
    <authored-date>2008-11-13T11:07:21-08:00</authored-date>
    <message>after saving the model, we set the primary key within the fixture hash, in case it was not explicitly specified in the fixture and was generated by an auto_increment / serial field</message>
    <tree>bdbde3ba65b57c0dbe0f8d8d45f63fe900aaa276</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0fdcafb6aa5025ffe0d6dc53f7d2f62563e332a</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/b7db5cc759693d421c349df20922a64d8120a4bb</url>
    <id>b7db5cc759693d421c349df20922a64d8120a4bb</id>
    <committed-date>2008-11-03T19:28:17-08:00</committed-date>
    <authored-date>2008-11-03T19:28:17-08:00</authored-date>
    <message>Add support for hanna rdoc template, and .gitignore file</message>
    <tree>1d7b075fd4777f02b57e7cccb2e0a0e872a5db6e</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63025e78b19cfc0970a443f97f22cf6ac82dfdce</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/e0fdcafb6aa5025ffe0d6dc53f7d2f62563e332a</url>
    <id>e0fdcafb6aa5025ffe0d6dc53f7d2f62563e332a</id>
    <committed-date>2008-10-14T11:58:07-07:00</committed-date>
    <authored-date>2008-10-14T11:58:07-07:00</authored-date>
    <message>Fix bug when adding associated objects when using Sequel

Bump version to 1.1.1</message>
    <tree>3583f50398881020c0052007aee6753aeb57cc77</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bda31cc0049276df463b860a879bfaa5d3cf20c8</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/63025e78b19cfc0970a443f97f22cf6ac82dfdce</url>
    <id>63025e78b19cfc0970a443f97f22cf6ac82dfdce</id>
    <committed-date>2008-08-25T15:03:11-07:00</committed-date>
    <authored-date>2008-08-25T15:03:11-07:00</authored-date>
    <message>Allow use of Sequel in addition to ActiveRecord

- Allow fixture_path to be set, only set by default when using rails helper
- Update README, use better RDoc format
- Add rdoc directory to clean task
- Add 2008 to copyright year
- Bump version to 1.1.0</message>
    <tree>345b8bc59ff8d4193520648960c8e18ef0705e83</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3ada3c2a8df3a88915b743dae48e2b35c275ecc4</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/bda31cc0049276df463b860a879bfaa5d3cf20c8</url>
    <id>bda31cc0049276df463b860a879bfaa5d3cf20c8</id>
    <committed-date>2008-07-07T10:10:46-07:00</committed-date>
    <authored-date>2008-07-07T10:10:46-07:00</authored-date>
    <message>Add gemspec suitable for building on github
Update Rakefile</message>
    <tree>d62ec76b07fcaa6e5b81819ce390d3ebfedb09fe</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f3a98df2a584259781a6efdfb9cf7f2de1eb7ff</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/3ada3c2a8df3a88915b743dae48e2b35c275ecc4</url>
    <id>3ada3c2a8df3a88915b743dae48e2b35c275ecc4</id>
    <committed-date>2008-04-07T14:38:39-07:00</committed-date>
    <authored-date>2008-04-07T14:38:39-07:00</authored-date>
    <message>Replace mentions of subversion with github</message>
    <tree>1b2e82ac6aa01766d7610926999d962f8eb7ed88</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4144e2af04567b96566941f6e0b7ea59cf4aca09</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/2f3a98df2a584259781a6efdfb9cf7f2de1eb7ff</url>
    <id>2f3a98df2a584259781a6efdfb9cf7f2de1eb7ff</id>
    <committed-date>2007-12-10T17:23:53-08:00</committed-date>
    <authored-date>2007-12-10T17:23:53-08:00</authored-date>
    <message>Fix issue with singularizing already singular names when dealing with individual fixtures</message>
    <tree>59a7f205c29d318814bbe2a54b677d12bb18a5fc</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c148122b7bdd5f527464cb69623aa6d0dbcdc379</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/4144e2af04567b96566941f6e0b7ea59cf4aca09</url>
    <id>4144e2af04567b96566941f6e0b7ea59cf4aca09</id>
    <committed-date>2007-12-06T13:34:46-08:00</committed-date>
    <authored-date>2007-12-06T13:34:46-08:00</authored-date>
    <message>Make README more compatible with RDoc</message>
    <tree>110d3464a732b96ca3985484a34d3e0d84aba3cc</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f79b005e9b86c1ea53ab6db0fd1af4141c86b19</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/c148122b7bdd5f527464cb69623aa6d0dbcdc379</url>
    <id>c148122b7bdd5f527464cb69623aa6d0dbcdc379</id>
    <committed-date>2007-12-06T12:43:42-08:00</committed-date>
    <authored-date>2007-12-06T12:43:42-08:00</authored-date>
    <message>Make most FixtureDependencies class methods private, and add RDoc</message>
    <tree>8b8575e4b6494fa70f1c1c24e9de13f80d78c3eb</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/fixture_dependencies/commit/1f79b005e9b86c1ea53ab6db0fd1af4141c86b19</url>
    <id>1f79b005e9b86c1ea53ab6db0fd1af4141c86b19</id>
    <committed-date>2007-12-06T12:22:05-08:00</committed-date>
    <authored-date>2007-12-06T12:22:05-08:00</authored-date>
    <message>Initial import of fixture_dependencies plugin</message>
    <tree>802286299b25f59c91ddcb8c9b0bcafbb8ab7a03</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
</commits>
