<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>264608d09733b602cb3a4e97db7c0a9cc10c56a6</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/40174b572fa933173d5d3c1983eaad7da015b13f</url>
    <id>40174b572fa933173d5d3c1983eaad7da015b13f</id>
    <committed-date>2008-10-10T16:35:22-07:00</committed-date>
    <authored-date>2008-10-10T16:35:22-07:00</authored-date>
    <message>enclosing_resource_name is the name of the mapped enclosing resource (which may not be the class name underscored).
This keeps parity with resource_name, and allows sending params to the enclosing_resource_path like enclosing_resource_path(enclosing_resource_name =&gt; {:enabled =&gt; true})</message>
    <tree>ff4b9869683f22e3112882198948c255f3746e50</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab631bcfcbbc0c4e38296e314c20658c6e383c30</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/264608d09733b602cb3a4e97db7c0a9cc10c56a6</url>
    <id>264608d09733b602cb3a4e97db7c0a9cc10c56a6</id>
    <committed-date>2008-10-10T15:51:49-07:00</committed-date>
    <authored-date>2008-10-10T15:51:49-07:00</authored-date>
    <message>Rename according to spec convention</message>
    <tree>7b79e88e2edee5b7284e780a75170971ace40e86</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>144de668978ff5345f04c1842815b115dc055789</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/ab631bcfcbbc0c4e38296e314c20658c6e383c30</url>
    <id>ab631bcfcbbc0c4e38296e314c20658c6e383c30</id>
    <committed-date>2008-10-09T22:02:20-07:00</committed-date>
    <authored-date>2008-10-09T22:02:20-07:00</authored-date>
    <message>Changed some methods names because of a conflict</message>
    <tree>06f4a0b71963d9f0c0aca0806cd1e4bb83ab8174</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa2c6e2d266bfa800fd00215a6a9cb125c76449d</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/144de668978ff5345f04c1842815b115dc055789</url>
    <id>144de668978ff5345f04c1842815b115dc055789</id>
    <committed-date>2008-10-09T20:53:47-07:00</committed-date>
    <authored-date>2008-10-09T20:53:47-07:00</authored-date>
    <message>renaming methods in IncludeActions for clarity</message>
    <tree>861c8511be80d0f86a2fe7c39fb03444c6ff60a7</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a3691dce98e953bcf5186b024707f7f73f6c896</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/aa2c6e2d266bfa800fd00215a6a9cb125c76449d</url>
    <id>aa2c6e2d266bfa800fd00215a6a9cb125c76449d</id>
    <committed-date>2008-10-09T19:07:17-07:00</committed-date>
    <authored-date>2008-10-09T19:07:17-07:00</authored-date>
    <message>Added IncludeActions#methods_to_remove which enables easier custom behaviour for action modules</message>
    <tree>8a8b98b25c39d0bd679d3b4cd561defbfe3b76f8</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>23f8b9e4d72e9e0b0837a972be596c36fbb65cca</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/8a3691dce98e953bcf5186b024707f7f73f6c896</url>
    <id>8a3691dce98e953bcf5186b024707f7f73f6c896</id>
    <committed-date>2008-10-09T17:48:55-07:00</committed-date>
    <authored-date>2008-10-09T17:48:55-07:00</authored-date>
    <message>Added include_actions extension for including actions/customising including actions. If you use your own Action modules, you can now define a module method #include_actions to do the :only / :except
  handling yourself.  See Ardes::ResourcesController::IncludeActions.  This change is completely BC, you don't need
  to do anything to any of your existing action modules.</message>
    <tree>7c525fec836605b06dffbef51837226cb30b83c7</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a359abd87d4bab1036abbab83b56f4e1113a915</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/23f8b9e4d72e9e0b0837a972be596c36fbb65cca</url>
    <id>23f8b9e4d72e9e0b0837a972be596c36fbb65cca</id>
    <committed-date>2008-10-09T17:45:34-07:00</committed-date>
    <authored-date>2008-10-09T17:45:34-07:00</authored-date>
    <message>Attribution</message>
    <tree>34ac027f560c1837857fdd8efd4a58863eb6a4e5</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f95de2f45f9093108150df702a7e7dbe569ab18</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/9a359abd87d4bab1036abbab83b56f4e1113a915</url>
    <id>9a359abd87d4bab1036abbab83b56f4e1113a915</id>
    <committed-date>2008-10-09T15:26:03-07:00</committed-date>
    <authored-date>2008-10-09T15:26:03-07:00</authored-date>
    <message>Updated CHANGELOG, and contributors</message>
    <tree>52283c4aa82cd1b7827845bec6ef4241d7307b84</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93b29a469bf994434f3e661f29fefc5f51bd4109</id>
      </parent>
    </parents>
    <author>
      <name>Tom Stuart</name>
      <email>tom@e-consultancy.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/2f95de2f45f9093108150df702a7e7dbe569ab18</url>
    <id>2f95de2f45f9093108150df702a7e7dbe569ab18</id>
    <committed-date>2008-10-09T08:53:03-07:00</committed-date>
    <authored-date>2008-10-09T08:42:59-07:00</authored-date>
    <message>Changed add_enclosing_resource arguments to allow implicit resource name (inferred from its class)</message>
    <tree>df84cc775e82eaf8be2167318d6f1ff39fb32f1e</tree>
    <committer>
      <name>Tom Stuart</name>
      <email>tom@e-consultancy.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d82eedac75ba1eb821c50fe542df956b89be73db</id>
      </parent>
    </parents>
    <author>
      <name>Joel Chippindale</name>
      <email>joel.chippindale@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/93b29a469bf994434f3e661f29fefc5f51bd4109</url>
    <id>93b29a469bf994434f3e661f29fefc5f51bd4109</id>
    <committed-date>2008-10-09T06:56:04-07:00</committed-date>
    <authored-date>2008-10-09T06:56:04-07:00</authored-date>
    <message>Extracted #add_enclosing_resource from #load_enclosing_resource_from_specification

This makes it much easier to override #load_enclosing_resources in your controller if
you have a route (or set of routes) which cannot easily be mapped onto a specification.</message>
    <tree>e69ab26c055e7c34ec1775097d4c45cb9e88d2c7</tree>
    <committer>
      <name>Joel Chippindale</name>
      <email>joel.chippindale@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f29e2c42ecda21656462a79dd5c013fe1561831</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/d82eedac75ba1eb821c50fe542df956b89be73db</url>
    <id>d82eedac75ba1eb821c50fe542df956b89be73db</id>
    <committed-date>2008-09-22T22:15:58-07:00</committed-date>
    <authored-date>2008-09-22T22:15:58-07:00</authored-date>
    <message>Fixing another typo</message>
    <tree>3e604ed5e8006226ead4f54c58bd8e3c7f1dec2f</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1db6354d56bb7e25a2ad47df556a5627bde3111e</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/9f29e2c42ecda21656462a79dd5c013fe1561831</url>
    <id>9f29e2c42ecda21656462a79dd5c013fe1561831</id>
    <committed-date>2008-09-22T22:07:59-07:00</committed-date>
    <authored-date>2008-09-22T22:07:59-07:00</authored-date>
    <message>Making cruise task push docs to plugins.ardes.com on success</message>
    <tree>147137bd321c35e47b2293f71a50e0be38cc41f7</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d1acf0e45af72546cda137dc21cfb46543005f2</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/1db6354d56bb7e25a2ad47df556a5627bde3111e</url>
    <id>1db6354d56bb7e25a2ad47df556a5627bde3111e</id>
    <committed-date>2008-09-17T14:33:06-07:00</committed-date>
    <authored-date>2008-09-17T14:33:06-07:00</authored-date>
    <message>Updated README and SPECDOC</message>
    <tree>88cf954be47235f8894cd1ea7345d4e2f8de3f4a</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e19116daaf7730b316752d70b18b931379606d6</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/1d1acf0e45af72546cda137dc21cfb46543005f2</url>
    <id>1d1acf0e45af72546cda137dc21cfb46543005f2</id>
    <committed-date>2008-09-17T14:28:12-07:00</committed-date>
    <authored-date>2008-09-17T14:28:12-07:00</authored-date>
    <message>linking README.rdoc to README for api doc</message>
    <tree>9c7a071ae5d836619d8aa97ff614909afca77d42</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b31d14ed2bcdde7f1b109983afa1388df60e957</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/4e19116daaf7730b316752d70b18b931379606d6</url>
    <id>4e19116daaf7730b316752d70b18b931379606d6</id>
    <committed-date>2008-09-13T22:26:15-07:00</committed-date>
    <authored-date>2008-09-13T22:26:15-07:00</authored-date>
    <message>Remove setting of RC action modules in specs, so we can test compatibility with other plugins (such as response_for_rc)</message>
    <tree>a23f42b1a8a10cb383debdf6373e9a9db02b053b</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ceaf1b96a2ac9eb82250307029f36aed063326e0</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/4b31d14ed2bcdde7f1b109983afa1388df60e957</url>
    <id>4b31d14ed2bcdde7f1b109983afa1388df60e957</id>
    <committed-date>2008-09-13T12:36:32-07:00</committed-date>
    <authored-date>2008-09-13T12:36:32-07:00</authored-date>
    <message>Updated CHENGELOG</message>
    <tree>d79d4610aae4350b20ea058a2807fb6ae88ee0f3</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c21f35c35ef71576c99d412bc562ab10278c652b</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/ceaf1b96a2ac9eb82250307029f36aed063326e0</url>
    <id>ceaf1b96a2ac9eb82250307029f36aed063326e0</id>
    <committed-date>2008-09-13T12:35:48-07:00</committed-date>
    <authored-date>2008-09-13T12:31:16-07:00</authored-date>
    <message>The reason for the reversion in c21f35c has been fixed.  Thanks Jason Lee for the bug report.

The problem was that I had changed resource_saved?'s behaviour to *not* saving the model if it had
already been saved.  In the future resource_saved? will be deprecated, but not yet.

BTW.  All of these changes to resource_saved? behaviour is aimed at making RC drop in compatible with
rspec's generated controller specs (try rake spec:generate).

To do that I need the default update action to use :update_attributes. This meant that the old strategy
of keeping track of saves by using save_resource wont work.  Instead, we keep track by looking at the
AR's state (see lib/ardes/active_record/saved.rb) which is a far better solution anyway.

Squashed commit of the following:

commit f8a589f9b3711140fa7e125a42681acc1ad97e10
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sun Sep 14 05:21:23 2008 +1000

    Docfixes, CHANGELOG, SPECDOC

commit e670fd2e18678d94292bc684e57f8bf64a2e2dc9
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sun Sep 14 05:09:24 2008 +1000

    Fixed logic error in AR.saved?

commit b3e2838e1515503820e49eaf7853099df33a0d8e
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sun Sep 14 05:05:29 2008 +1000

    Adding specs for AR.saved? and AR.validation_attempted?

commit 3e649c53d06a788b5e70878b2cb7e386571fce31
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sun Sep 14 04:56:56 2008 +1000

    Fixed bug in init.rb

commit c72b1a917339b7ee94700d8eb6b6bd939ad7e4b2
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sun Sep 14 04:56:28 2008 +1000

    Fixed bug in init.rb

commit d5702c06d8d54b80dd011f79ff3d2ac782ce902e
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sun Sep 14 04:55:18 2008 +1000

    Added AR.saved? &amp; AR.validation_atempted? convenience methods.  Returned save_resource?'s behaviour to that of saving the record if it has not had save attempted

commit af11af7848811da5ca87efdd8eb678251c5bd6d5
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 09:58:15 2008 +1000

    Added resource_saved? specs, and removed .first and .last for BC in specs to 2.0.x

commit 5efb59f7c0fb8be72b12b5476291e59e6af658c0
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 09:57:30 2008 +1000

    Added resource_saved? specs, and removed .first and .last for BC in specs to 2.0.x

commit 8b73130de97ab87369ec395be4ee696de76e773a
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 09:46:52 2008 +1000

    Small fix for comments_with_models spec

commit 3a2426cd00fa945d155d4f3ebff6ccc48a7b0cf2
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 09:29:26 2008 +1000

    Added specs for comments_controller which use real DB objects

commit 79a93132f6e49a556775e6508a5773686ccd6332
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 06:27:51 2008 +1000

    Fixing comments with models spec

commit 05f551f5755e6db41a83dde0c9b0db99a4e168d8
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 06:24:19 2008 +1000

    Added some controller specs with real models

commit 6163aba8c5315598d173cd205bc2d69286ae4271
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 06:02:36 2008 +1000

    Updated 2.1.x target

commit b3c6d13a77aff7d831e136221ead8b7fa7bed4e1
Author: Ian White &lt;ian.w.white@gmail.com&gt;
Date:   Sat Sep 13 04:54:40 2008 +1000

    Add resource_saved stuff back in (2f49687, 7423cf1)

    This reverts commit c21f35c35ef71576c99d412bc562ab10278c652b.</message>
    <tree>cb74ae8c084cf0158d83259b50e76c32ae45ecfa</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a6493b1f7b812aa4da7c1c8d6a97a9667296ba5</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/c21f35c35ef71576c99d412bc562ab10278c652b</url>
    <id>c21f35c35ef71576c99d412bc562ab10278c652b</id>
    <committed-date>2008-09-12T03:27:32-07:00</committed-date>
    <authored-date>2008-09-12T03:27:32-07:00</authored-date>
    <message>Reverted 2f49687, 7423cf1 (save_resource and resource_saved? stuff) because of aberrant behaviour.
Will add them back in with some extra specs.  [Jason Lee]</message>
    <tree>aa15e604404d44822bb39593e15322e530e62582</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e922c07753cd5da689093969c336343ba204cda1</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/2a6493b1f7b812aa4da7c1c8d6a97a9667296ba5</url>
    <id>2a6493b1f7b812aa4da7c1c8d6a97a9667296ba5</id>
    <committed-date>2008-09-08T15:11:05-07:00</committed-date>
    <authored-date>2008-09-08T15:11:05-07:00</authored-date>
    <message>Added Rein Henrichs to the contributors list.
(Next time i'll properly keep the author and message when I commit a pull request)</message>
    <tree>1a3ec5b5c40a68835b309c8e7504517498763e4e</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>405ff953e98aef0b92e8c25bbf07d8dcf4cd3fc5</id>
      </parent>
      <parent>
        <id>f3b70b193f669a2e93fae9b8f3a4ac9170427624</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/e922c07753cd5da689093969c336343ba204cda1</url>
    <id>e922c07753cd5da689093969c336343ba204cda1</id>
    <committed-date>2008-09-08T15:02:46-07:00</committed-date>
    <authored-date>2008-09-08T15:02:46-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/ReinH/resources_controller into rein</message>
    <tree>aa436e13c3431415b6ab9dc7a1cc685f303909ad</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b91c26f0d45781e2462bcdf3b04a2c4161e0ee73</id>
      </parent>
    </parents>
    <author>
      <name>ReinH</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/f3b70b193f669a2e93fae9b8f3a4ac9170427624</url>
    <id>f3b70b193f669a2e93fae9b8f3a4ac9170427624</id>
    <committed-date>2008-09-08T14:17:54-07:00</committed-date>
    <authored-date>2008-09-08T14:17:54-07:00</authored-date>
    <message>Finishing documentation update</message>
    <tree>c07f2b3d0544fef6adc72054c40c876dd600ed62</tree>
    <committer>
      <name>ReinH</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2492ec4b12b61f0fac67a5ab4a64219de18d18b</id>
      </parent>
    </parents>
    <author>
      <name>ReinH</name>
      <email>reinh@reinh.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/b91c26f0d45781e2462bcdf3b04a2c4161e0ee73</url>
    <id>b91c26f0d45781e2462bcdf3b04a2c4161e0ee73</id>
    <committed-date>2008-09-08T14:16:17-07:00</committed-date>
    <authored-date>2008-09-08T14:16:17-07:00</authored-date>
    <message>Documentation update replacing :erp with :resource_path</message>
    <tree>b8695a10c60e845d78c932e735782825b397d0da</tree>
    <committer>
      <name>ReinH</name>
      <email>reinh@reinh.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9418e02f40a40faa1da70235e3a2143a0560f5f6</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/405ff953e98aef0b92e8c25bbf07d8dcf4cd3fc5</url>
    <id>405ff953e98aef0b92e8c25bbf07d8dcf4cd3fc5</id>
    <committed-date>2008-09-08T07:46:26-07:00</committed-date>
    <authored-date>2008-09-08T07:46:26-07:00</authored-date>
    <message>Updated Readme</message>
    <tree>24993ba42a54fb5b7aff6a3a31116cda38c4e6ff</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f496874436e334346d4b0d8029a055c6821c93b</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/9418e02f40a40faa1da70235e3a2143a0560f5f6</url>
    <id>9418e02f40a40faa1da70235e3a2143a0560f5f6</id>
    <committed-date>2008-09-08T07:19:21-07:00</committed-date>
    <authored-date>2008-09-08T07:19:21-07:00</authored-date>
    <message>resource_saved? has different semantics
Removed the Saved AR mixin</message>
    <tree>71812e0414acd49c4009a966c3f2cfd4b90a6fb6</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>633fe459e681a3dd3c24434d431ef4f0600b45eb</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/2f496874436e334346d4b0d8029a055c6821c93b</url>
    <id>2f496874436e334346d4b0d8029a055c6821c93b</id>
    <committed-date>2008-09-08T03:46:15-07:00</committed-date>
    <authored-date>2008-09-08T03:46:15-07:00</authored-date>
    <message>API change: save_resource and resource_saved? deprecated

  ActiveRecord::Base now has a saved? and attempted_save? method, which makes response_for much easier
  to write, and leaves less artefacts in the controller instance.

  So save_resource, and resource_saved? are now deprecated, just use resource.save, and resource.saved?
  instead.  See response_for_resources_controller if you're into response_for.</message>
    <tree>502fe0e15d5956c4aa2ff9f2bb869d86e7116540</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b4ba5726c552da695fb36c260305f4799fd6925</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/633fe459e681a3dd3c24434d431ef4f0600b45eb</url>
    <id>633fe459e681a3dd3c24434d431ef4f0600b45eb</id>
    <committed-date>2008-09-08T03:13:48-07:00</committed-date>
    <authored-date>2008-09-08T03:13:48-07:00</authored-date>
    <message>Added note about spec:generate task, which ensures rspec_scaffold controller specs all pass against simple resources_controller controllers</message>
    <tree>5f9027e306a7baf097a4dcf24e79350085b41991</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7816162701d0ff5f6f2c431dfab56fea08a83b5</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/1b4ba5726c552da695fb36c260305f4799fd6925</url>
    <id>1b4ba5726c552da695fb36c260305f4799fd6925</id>
    <committed-date>2008-09-07T04:39:23-07:00</committed-date>
    <authored-date>2008-09-07T04:39:23-07:00</authored-date>
    <message>Updated garlic_example to run the spec generator specs</message>
    <tree>692d7bbf7860a4b1bba5396529d1d732f211dd49</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>31edab312747ba50c086f0fcad96ddf21cc7005d</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/c7816162701d0ff5f6f2c431dfab56fea08a83b5</url>
    <id>c7816162701d0ff5f6f2c431dfab56fea08a83b5</id>
    <committed-date>2008-09-07T04:37:44-07:00</committed-date>
    <authored-date>2008-09-07T04:37:44-07:00</authored-date>
    <message>Improved spec:generate output</message>
    <tree>68a68a633dfeef612df0305ebe2363eefacc561e</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88e8625d264fd7387551dc91d649d0f64ab8763e</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/31edab312747ba50c086f0fcad96ddf21cc7005d</url>
    <id>31edab312747ba50c086f0fcad96ddf21cc7005d</id>
    <committed-date>2008-09-07T03:15:06-07:00</committed-date>
    <authored-date>2008-09-07T03:15:06-07:00</authored-date>
    <message>Finished generated specs rake tasks</message>
    <tree>1e36986c447dcf4684df0402f09f27acaaa97b6e</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f20fa7e2b31be4c0668a0439a78f386392872262</id>
      </parent>
    </parents>
    <author>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </author>
    <url>http://github.com/ianwhite/resources_controller/commit/88e8625d264fd7387551dc91d649d0f64ab8763e</url>
    <id>88e8625d264fd7387551dc91d649d0f64ab8763e</id>
    <committed-date>2008-09-05T04:47:44-07:00</committed-date>
    <authored-date>2008-09-05T04:47:44-07:00</authored-date>
    <message>First stab at running against auto-generated rspec specs</message>
    <tree>f12f435eadfa3cbe2beb141a9d4995e394820d1c</tree>
    <committer>
      <name>Ian White</name>
      <email>ian.w.white@gmail.com</email>
    </committer>
  </commit>
</commits>
