<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>40ce2c3524eac31f45f2d70f6cef11fc4dd9b285</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/2216d682c65eccd062709221bc9e52cda024c09c</url>
    <id>2216d682c65eccd062709221bc9e52cda024c09c</id>
    <committed-date>2009-02-15T20:46:28-08:00</committed-date>
    <authored-date>2009-02-15T20:46:28-08:00</authored-date>
    <message>bump version to 1.1.99.6</message>
    <tree>814c2ebb4db6d82592a26686409a7eb11f974906</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e5e5ebb7a69d939cccffe0faff7a63de047e943</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/40ce2c3524eac31f45f2d70f6cef11fc4dd9b285</url>
    <id>40ce2c3524eac31f45f2d70f6cef11fc4dd9b285</id>
    <committed-date>2009-02-15T20:05:19-08:00</committed-date>
    <authored-date>2009-02-15T19:56:48-08:00</authored-date>
    <message>Add bypass_rescue for controller specs

[#695 state:resolved milestone:'Next Release']</message>
    <tree>b983bb7d246bc4037935759d3c8a467350f3236b</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>259672c2fcb3e57de0a96a757ab002063bf92644</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/6e5e5ebb7a69d939cccffe0faff7a63de047e943</url>
    <id>6e5e5ebb7a69d939cccffe0faff7a63de047e943</id>
    <committed-date>2009-02-15T16:02:04-08:00</committed-date>
    <authored-date>2009-02-15T16:02:04-08:00</authored-date>
    <message>words</message>
    <tree>70eefa58603c97735adc22a8c80974ebfd02f0df</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>32812dc7f37067d3cfa43c0502d6f2a65f230697</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/259672c2fcb3e57de0a96a757ab002063bf92644</url>
    <id>259672c2fcb3e57de0a96a757ab002063bf92644</id>
    <committed-date>2009-02-15T15:43:04-08:00</committed-date>
    <authored-date>2009-02-15T15:43:04-08:00</authored-date>
    <message>words</message>
    <tree>df12e35956cecab79c8c282cc5adba3a522097fd</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b9b8f1c1ed20d8725a35ed1969d2f022971d17b</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/32812dc7f37067d3cfa43c0502d6f2a65f230697</url>
    <id>32812dc7f37067d3cfa43c0502d6f2a65f230697</id>
    <committed-date>2009-02-15T15:41:57-08:00</committed-date>
    <authored-date>2009-02-15T14:26:31-08:00</authored-date>
    <message>Deprecate controller.use_rails_error_handling!

- use rescue_action_in_public! instead

[#696 state:resolved milestone:'Next Release']</message>
    <tree>bdb0c0103bd7e44e182421201858d92826a7ba8e</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e8cedd2bb301d0c452b25aba0995884d288630e</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/8b9b8f1c1ed20d8725a35ed1969d2f022971d17b</url>
    <id>8b9b8f1c1ed20d8725a35ed1969d2f022971d17b</id>
    <committed-date>2009-02-15T13:31:36-08:00</committed-date>
    <authored-date>2009-02-15T13:31:36-08:00</authored-date>
    <message>OK - REALLY Got use_rails_error_handling working
correctly for all supported versions of rails.

- 2.0.5,2.1.2,2.2.2,2.3.0,current edge
- by default, all un-rescued errors are raised
- with controller.use_rails_error_handling!, errors
  are not raised, but are reflected in response.response_code
- rescued errors are not re-raised by use_rails_error_handling!
- we'll be adding a new mechanism to bypass rescue_from in
  order to specify errors from an action directly</message>
    <tree>a19d91ea1a61274f568379b18393ec9b86355d21</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f322218443c36e199a5959daae5b1fffe7c48382</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/2e8cedd2bb301d0c452b25aba0995884d288630e</url>
    <id>2e8cedd2bb301d0c452b25aba0995884d288630e</id>
    <committed-date>2009-02-15T05:36:11-08:00</committed-date>
    <authored-date>2009-02-15T05:36:11-08:00</authored-date>
    <message>words</message>
    <tree>08011c5427cfbd1977d3acf6471f447b59387aab</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b808808f13cdd0145e6e77caf434334532d646ba</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/f322218443c36e199a5959daae5b1fffe7c48382</url>
    <id>f322218443c36e199a5959daae5b1fffe7c48382</id>
    <committed-date>2009-02-15T05:22:12-08:00</committed-date>
    <authored-date>2009-02-15T05:22:12-08:00</authored-date>
    <message>Got use_rails_error_handling working correctly for all supported
versions of rails (2.0.5,2.1.2,2.2.2,2.3.0,current edge)

- by default, all errors are raised, even those captured by rescue_from
- with use_rails_error_handling!, errors captured by rescue_from do not
  bubble up</message>
    <tree>1bb44de565d597598bfdd229ebb905e7abe04cba</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6853e88c25c00cb36187e6dbcbd4d81e4f7d8749</id>
      </parent>
    </parents>
    <author>
      <name>Kyle Hargraves</name>
      <email>philodespotos@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/b808808f13cdd0145e6e77caf434334532d646ba</url>
    <id>b808808f13cdd0145e6e77caf434334532d646ba</id>
    <committed-date>2009-02-15T02:27:59-08:00</committed-date>
    <authored-date>2009-02-12T18:46:31-08:00</authored-date>
    <message>Controller specs default to bypassing rescue handlers</message>
    <tree>650a4ca697d6b15d82a9aaa06d2619690dfee17e</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>58f664efae06509b5b13ed45eb5f19c7c6630616</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/6853e88c25c00cb36187e6dbcbd4d81e4f7d8749</url>
    <id>6853e88c25c00cb36187e6dbcbd4d81e4f7d8749</id>
    <committed-date>2009-02-13T02:27:44-08:00</committed-date>
    <authored-date>2009-02-13T02:27:44-08:00</authored-date>
    <message>general cleanup</message>
    <tree>ee5010723b8f6af194411b0741a4153f75d8aac8</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2928c5b541ac233a1ab3e790fc6791a9f54386b7</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/58f664efae06509b5b13ed45eb5f19c7c6630616</url>
    <id>58f664efae06509b5b13ed45eb5f19c7c6630616</id>
    <committed-date>2009-02-13T01:35:58-08:00</committed-date>
    <authored-date>2009-02-13T01:35:58-08:00</authored-date>
    <message>use alias_method_chains for aliased method chains</message>
    <tree>20f15e290fc09d38309cd35dd1586c6f7900721e</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a22c42123aa90523c77fffa7941b3e902d31414</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/2928c5b541ac233a1ab3e790fc6791a9f54386b7</url>
    <id>2928c5b541ac233a1ab3e790fc6791a9f54386b7</id>
    <committed-date>2009-02-13T01:08:57-08:00</committed-date>
    <authored-date>2009-02-13T01:05:39-08:00</authored-date>
    <message>enhance doco for errors_on/error_on</message>
    <tree>06e4dfded1bd5a920211f4176fa11b431a1d359d</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdcf8d21c10a56af98113765f509daf063bfaaa5</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/2a22c42123aa90523c77fffa7941b3e902d31414</url>
    <id>2a22c42123aa90523c77fffa7941b3e902d31414</id>
    <committed-date>2009-02-12T07:00:47-08:00</committed-date>
    <authored-date>2009-02-12T07:00:47-08:00</authored-date>
    <message>bump version to 1.1.99.5</message>
    <tree>e9599df593fe0c0adc03ee07c368ab8bc26a3d7f</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b578d76777d596c5737e18c4c373233dc0cff8b6</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/bdcf8d21c10a56af98113765f509daf063bfaaa5</url>
    <id>bdcf8d21c10a56af98113765f509daf063bfaaa5</id>
    <committed-date>2009-02-11T22:47:41-08:00</committed-date>
    <authored-date>2009-02-11T22:46:49-08:00</authored-date>
    <message>move routing helpers out to its own module</message>
    <tree>7a1a77adda924c8d696bb0f4f1e1b4e437afca37</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91b9240c55c4ceca40ebf1ca8035f8924427e819</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/b578d76777d596c5737e18c4c373233dc0cff8b6</url>
    <id>b578d76777d596c5737e18c4c373233dc0cff8b6</id>
    <committed-date>2009-02-11T22:42:11-08:00</committed-date>
    <authored-date>2009-02-11T22:25:34-08:00</authored-date>
    <message>clean up template extensions related to isolation</message>
    <tree>f19c2365e9805722a9538a8c56529f845279d8fa</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>333810bf6f062599bd39007a3fe32ba227a4b32a</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/91b9240c55c4ceca40ebf1ca8035f8924427e819</url>
    <id>91b9240c55c4ceca40ebf1ca8035f8924427e819</id>
    <committed-date>2009-02-11T21:30:27-08:00</committed-date>
    <authored-date>2009-02-11T21:22:17-08:00</authored-date>
    <message>Fixed bug whhere accessing an object via assigns would raise an error
about FalseClass not implementing a method if the object in question
overrode == with attribute comparisons against the other object.</message>
    <tree>d2d90bc34d7da1d7dbee0105750c58df8f4fe522</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b702dfbb11dcb6d55fe15db3d2e3d8ccbf317a6e</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/333810bf6f062599bd39007a3fe32ba227a4b32a</url>
    <id>333810bf6f062599bd39007a3fe32ba227a4b32a</id>
    <committed-date>2009-02-11T20:18:33-08:00</committed-date>
    <authored-date>2009-02-11T20:18:33-08:00</authored-date>
    <message>Rails edge (post 2.3.0-RC1) prefers template paths with no leading
slash, whereas previous versions didn't care. So rspec-rails is
stripping the leading slash if present in view specs.</message>
    <tree>c26f3e6f4edc597e355c7a8bdd40a84c91f829d3</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>13457d0f886f02ea521c12aa5c00fdf1f58b4139</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/b702dfbb11dcb6d55fe15db3d2e3d8ccbf317a6e</url>
    <id>b702dfbb11dcb6d55fe15db3d2e3d8ccbf317a6e</id>
    <committed-date>2009-02-11T19:31:48-08:00</committed-date>
    <authored-date>2009-02-11T19:29:44-08:00</authored-date>
    <message>support 2 arg version of ActionController::Base#render</message>
    <tree>abf01a3fef1a52a1535d8cbd4578899dc61f2714</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07ab4ccac6880f5f6e6846a844c868335e5dda57</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/13457d0f886f02ea521c12aa5c00fdf1f58b4139</url>
    <id>13457d0f886f02ea521c12aa5c00fdf1f58b4139</id>
    <committed-date>2009-02-11T07:46:38-08:00</committed-date>
    <authored-date>2009-02-11T07:46:38-08:00</authored-date>
    <message>bump version to 1.1.99.4</message>
    <tree>b3c8d44a831ee83536c1f453a026954ce866a35d</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab43136051ae2119eb64e5eeaa78e7fa113f2ea2</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/07ab4ccac6880f5f6e6846a844c868335e5dda57</url>
    <id>07ab4ccac6880f5f6e6846a844c868335e5dda57</id>
    <committed-date>2009-02-11T07:45:58-08:00</committed-date>
    <authored-date>2009-02-11T07:45:58-08:00</authored-date>
    <message>Fixes for generated rspec.rake
- rspec's rake tasks are not loaded when running &quot;rake gems&quot; or any of
  its subtasks
- only warn when rspec is not installed when trying to invoke an rspec
  rake task</message>
    <tree>f1061e91fa0c77452727c49802637250d977a545</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>881120a0f5f73467bc97db1993f10b9e0cb6c0e1</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/ab43136051ae2119eb64e5eeaa78e7fa113f2ea2</url>
    <id>ab43136051ae2119eb64e5eeaa78e7fa113f2ea2</id>
    <committed-date>2009-02-11T00:32:24-08:00</committed-date>
    <authored-date>2009-02-11T00:32:24-08:00</authored-date>
    <message>bump version to 1.1.99.3</message>
    <tree>7d3da628c916a948e2f1b69ea8f3aaf53d8ac1af</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0dcd6fb30f17f2f0645d47f87ceb30a61f997020</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/881120a0f5f73467bc97db1993f10b9e0cb6c0e1</url>
    <id>881120a0f5f73467bc97db1993f10b9e0cb6c0e1</id>
    <committed-date>2009-02-11T00:28:31-08:00</committed-date>
    <authored-date>2009-02-11T00:28:31-08:00</authored-date>
    <message>bump version to 1.1.99.2</message>
    <tree>d288844b7a26bb1df5fb14d17f0a8c8c91923e30</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef83f96822ff595115bf7624d384985faeee3434</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/0dcd6fb30f17f2f0645d47f87ceb30a61f997020</url>
    <id>0dcd6fb30f17f2f0645d47f87ceb30a61f997020</id>
    <committed-date>2009-02-11T00:17:50-08:00</committed-date>
    <authored-date>2009-02-11T00:17:43-08:00</authored-date>
    <message>use :format =&gt; 'xml' for generated specs

[#683 state:resolved milestone:'Next Release']</message>
    <tree>85d895b4165ab6921fc306d7e2171d77f910be2c</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0e285e522f48ddf5749d89f1d09ed85fb5448207</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/ef83f96822ff595115bf7624d384985faeee3434</url>
    <id>ef83f96822ff595115bf7624d384985faeee3434</id>
    <committed-date>2009-02-10T23:56:24-08:00</committed-date>
    <authored-date>2009-02-10T23:56:24-08:00</authored-date>
    <message>bump version to 1.1.99.1</message>
    <tree>53721c428abd15d24007d8b83a4b620f0f0707b8</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>872149262adbf911b6dd1f6c07805f4bdd3b5939</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/0e285e522f48ddf5749d89f1d09ed85fb5448207</url>
    <id>0e285e522f48ddf5749d89f1d09ed85fb5448207</id>
    <committed-date>2009-02-10T23:49:06-08:00</committed-date>
    <authored-date>2009-02-10T23:49:06-08:00</authored-date>
    <message>update manifest and gemspec</message>
    <tree>2623534ac8dc2fbd9dfcace94dd1621d0cc7bffd</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4297b36fadb0b386c7b098b0a84586fac53779f6</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/872149262adbf911b6dd1f6c07805f4bdd3b5939</url>
    <id>872149262adbf911b6dd1f6c07805f4bdd3b5939</id>
    <committed-date>2009-02-10T22:51:16-08:00</committed-date>
    <authored-date>2009-02-10T22:51:16-08:00</authored-date>
    <message>Set ActiveSupport::TestCase as the base class for ExampleGroups. This
ensures that config.include MyModule includes MyModule in all example
group types.</message>
    <tree>10dd91fd5d82d4a8902f1e86da83cae8440eb6e0</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fd66e5564510252ac58561956de8e0a6d837fdfd</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/4297b36fadb0b386c7b098b0a84586fac53779f6</url>
    <id>4297b36fadb0b386c7b098b0a84586fac53779f6</id>
    <committed-date>2009-02-10T22:49:15-08:00</committed-date>
    <authored-date>2009-02-10T22:49:15-08:00</authored-date>
    <message>fix generated routing specs (introduced bug a few commits back)</message>
    <tree>46fd862caeeefc22efaf7469465a75dfe3561d47</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6287d13b9f8299edea3adf89fc8847758c064cf8</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/fd66e5564510252ac58561956de8e0a6d837fdfd</url>
    <id>fd66e5564510252ac58561956de8e0a6d837fdfd</id>
    <committed-date>2009-02-10T03:02:56-08:00</committed-date>
    <authored-date>2009-02-10T03:02:56-08:00</authored-date>
    <message>words</message>
    <tree>10d3f91a7e2e2ddace07838b3a363ebe6893e130</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6ab451817c8967a92672a24ef102d37c06ad622</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/6287d13b9f8299edea3adf89fc8847758c064cf8</url>
    <id>6287d13b9f8299edea3adf89fc8847758c064cf8</id>
    <committed-date>2009-02-10T03:01:33-08:00</committed-date>
    <authored-date>2009-02-10T03:01:33-08:00</authored-date>
    <message>add layout and stylesheet to rspec_scaffold generator (per rails 2.3)</message>
    <tree>d117ccacb253609d9491a20bad3059c41f5ddecf</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ffb29aeccd47cfcd92b490de95e26afbc68f76ac</id>
      </parent>
    </parents>
    <author>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </author>
    <url>http://github.com/dchelimsky/rspec-rails/commit/d6ab451817c8967a92672a24ef102d37c06ad622</url>
    <id>d6ab451817c8967a92672a24ef102d37c06ad622</id>
    <committed-date>2009-02-10T02:47:43-08:00</committed-date>
    <authored-date>2009-02-10T02:47:43-08:00</authored-date>
    <message>use declarative docstrings in rspec_scaffold generator</message>
    <tree>454c7b93cd697f3c76c12e07d96bec30fb1de2fe</tree>
    <committer>
      <name>David Chelimsky</name>
      <email>dchelimsky@gmail.com</email>
    </committer>
  </commit>
</commits>
