<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>74e76ae7e846a15ea5809293eccda551e9cdedc4</id>
      </parent>
    </parents>
    <author>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/5eb9304489af5cb0314c971b55fe6fb75a0741b4</url>
    <id>5eb9304489af5cb0314c971b55fe6fb75a0741b4</id>
    <committed-date>2008-06-24T12:50:38-07:00</committed-date>
    <authored-date>2008-06-24T12:50:38-07:00</authored-date>
    <message>Added should_have_readonly_attributes

Added should_have_readonly_attributes ActiveRecord helper to
test attributes set with attr_readonly.</message>
    <tree>da6b4a6eb89d1598b1ce8ce9b6c42b480175f8f2</tree>
    <committer>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e96fc577e3ef8bcce0d2b16d657e46acec092b6</id>
      </parent>
      <parent>
        <id>b415bff884a3c25a058c2600f86da80d4fa28fde</id>
      </parent>
    </parents>
    <author>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/74e76ae7e846a15ea5809293eccda551e9cdedc4</url>
    <id>74e76ae7e846a15ea5809293eccda551e9cdedc4</id>
    <committed-date>2008-06-24T11:29:00-07:00</committed-date>
    <authored-date>2008-06-24T11:29:00-07:00</authored-date>
    <message>Merge branch 'thoughtbot/master'</message>
    <tree>e7ebae403373ffff72d57e8c2bb831189ac199f6</tree>
    <committer>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2442d1f6087041c18a2124bce4ea8a19599cde0f</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/b415bff884a3c25a058c2600f86da80d4fa28fde</url>
    <id>b415bff884a3c25a058c2600f86da80d4fa28fde</id>
    <committed-date>2008-06-23T09:36:31-07:00</committed-date>
    <authored-date>2008-06-23T09:36:31-07:00</authored-date>
    <message>Revert bunch of bad commits:

2442d1f6087041c18a2124bce4ea8a19599cde0f
35213b5a1b84c58064d8a13b50716b29a205ebb4
804f859435a3ffa3012466a8c3f745fdc8b33965
fc938bb18557c1f5a801e3e2a15c9e4e9f8f03db

Getting the following error when running tests in a real project:

  ...activesupport/lib/active_support/dependencies.rb:276:in `load_missing_constant': uninitialized constant Shoulda::ActiveRecord::Base (NameError)

Think this is because of the namespace changes, but not sure.  Will investigate later.</message>
    <tree>68163b7b5be0a08989a6894bf3db96e92710fe05</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35213b5a1b84c58064d8a13b50716b29a205ebb4</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/2442d1f6087041c18a2124bce4ea8a19599cde0f</url>
    <id>2442d1f6087041c18a2124bce4ea8a19599cde0f</id>
    <committed-date>2008-06-22T11:11:40-07:00</committed-date>
    <authored-date>2008-06-22T11:11:40-07:00</authored-date>
    <message>Cleaned up the config file logic and now only loading rails parts when the constants are already there.</message>
    <tree>fbbefe50b33b1c21e0cccce3d3dc61c063f5038a</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>804f859435a3ffa3012466a8c3f745fdc8b33965</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/35213b5a1b84c58064d8a13b50716b29a205ebb4</url>
    <id>35213b5a1b84c58064d8a13b50716b29a205ebb4</id>
    <committed-date>2008-06-22T10:35:50-07:00</committed-date>
    <authored-date>2008-06-22T10:35:50-07:00</authored-date>
    <message>documentation fixes</message>
    <tree>e84e12e3ef33c3049650ba88e999651eb8ac1b4b</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc938bb18557c1f5a801e3e2a15c9e4e9f8f03db</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/804f859435a3ffa3012466a8c3f745fdc8b33965</url>
    <id>804f859435a3ffa3012466a8c3f745fdc8b33965</id>
    <committed-date>2008-06-22T09:03:46-07:00</committed-date>
    <authored-date>2008-06-22T09:03:46-07:00</authored-date>
    <message>Rearranged a bunch of code</message>
    <tree>f926c1deb401639487faeb43a9fd3c4ffbf5b6a7</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e4222694b8373c2a6f56afd9cef99c9cb223aa9</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/fc938bb18557c1f5a801e3e2a15c9e4e9f8f03db</url>
    <id>fc938bb18557c1f5a801e3e2a15c9e4e9f8f03db</id>
    <committed-date>2008-06-22T08:40:10-07:00</committed-date>
    <authored-date>2008-06-22T08:40:10-07:00</authored-date>
    <message>Removed ThoughtBot module.

The ThoughtBot module had been added (by me) as a paranoid namespacing measure,
just in case any other code wanted to use a class or module named Shoulda.
Silly.</message>
    <tree>99ad1aca1f77a719235c0e73f0f5589ac799b28e</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dbcbacef313145fad452bf195e3b84dd48b29eb6</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/5e4222694b8373c2a6f56afd9cef99c9cb223aa9</url>
    <id>5e4222694b8373c2a6f56afd9cef99c9cb223aa9</id>
    <committed-date>2008-06-17T10:07:10-07:00</committed-date>
    <authored-date>2008-06-17T10:07:10-07:00</authored-date>
    <message>fixed order of doc files</message>
    <tree>68163b7b5be0a08989a6894bf3db96e92710fe05</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>730c2d338b09c92c23bd643c9539766afeeaf46c</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/dbcbacef313145fad452bf195e3b84dd48b29eb6</url>
    <id>dbcbacef313145fad452bf195e3b84dd48b29eb6</id>
    <committed-date>2008-06-17T10:03:25-07:00</committed-date>
    <authored-date>2008-06-17T10:03:25-07:00</authored-date>
    <message>Added contribution guidelines</message>
    <tree>294be4ee7a6f22d1032ef6f5cd64d49d20187262</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa21ea937436aa2f02fcea830da218616b149d59</id>
      </parent>
    </parents>
    <author>
      <name>August Lilleaas</name>
      <email>augustlilleaas@gmail.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/730c2d338b09c92c23bd643c9539766afeeaf46c</url>
    <id>730c2d338b09c92c23bd643c9539766afeeaf46c</id>
    <committed-date>2008-06-13T05:23:32-07:00</committed-date>
    <authored-date>2008-06-13T05:23:32-07:00</authored-date>
    <message>Calling should without a block piggybacks to should_eventually.</message>
    <tree>874b19855dd1e0a304b401a3861848f205594752</tree>
    <committer>
      <name>August Lilleaas</name>
      <email>augustlilleaas@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa21ea937436aa2f02fcea830da218616b149d59</id>
      </parent>
    </parents>
    <author>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/7e96fc577e3ef8bcce0d2b16d657e46acec092b6</url>
    <id>7e96fc577e3ef8bcce0d2b16d657e46acec092b6</id>
    <committed-date>2008-06-07T12:12:14-07:00</committed-date>
    <authored-date>2008-06-07T12:12:14-07:00</authored-date>
    <message>Corrected to hide scope when scope array is blank.</message>
    <tree>c1f86cda2ad2a98161ff9b7ca6d89cdfa5734f01</tree>
    <committer>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>09e40f4440bad1b4a8cf568f435945aaa10a9727</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/fa21ea937436aa2f02fcea830da218616b149d59</url>
    <id>fa21ea937436aa2f02fcea830da218616b149d59</id>
    <committed-date>2008-06-07T08:09:08-07:00</committed-date>
    <authored-date>2008-06-07T08:09:08-07:00</authored-date>
    <message>indenting fix</message>
    <tree>54a0cd7a010b7f65b04b8bcbfbc3c4b7b1a3d94c</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af11bb115ee4cca8c79c0dd7d87454ccc5f7da88</id>
      </parent>
      <parent>
        <id>911b2f7cb43e8afb1395e55be9334bcd533fe330</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/09e40f4440bad1b4a8cf568f435945aaa10a9727</url>
    <id>09e40f4440bad1b4a8cf568f435945aaa10a9727</id>
    <committed-date>2008-06-07T08:05:03-07:00</committed-date>
    <authored-date>2008-06-07T08:05:03-07:00</authored-date>
    <message>Merge git://github.com/nate/shoulda into pull-requests

* git://github.com/nate/shoulda:
  Scoping of uniqueness validations on multiple attributes</message>
    <tree>7e4812494dc108c1284746940ec7eb5a41c26c2c</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c78fe05a1897acc9455115725c09f408f5f67ba</id>
      </parent>
      <parent>
        <id>df7dbce012c69789f7f3bff500e2244a4fa1e173</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/af11bb115ee4cca8c79c0dd7d87454ccc5f7da88</url>
    <id>af11bb115ee4cca8c79c0dd7d87454ccc5f7da88</id>
    <committed-date>2008-06-07T08:01:43-07:00</committed-date>
    <authored-date>2008-06-07T08:01:43-07:00</authored-date>
    <message>Merge git://github.com/thechrisoshow/shoulda into pull-requests

* Fixed so you can specify dependent as symbol or string, and without :through option

* git://github.com/thechrisoshow/shoulda:
  Added dependent option to should_have_many</message>
    <tree>fba220cd56b2840b4d12d14ac82e4da865c7b0be</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c78fe05a1897acc9455115725c09f408f5f67ba</id>
      </parent>
    </parents>
    <author>
      <name>Nathan Sutton</name>
      <email>nate@sevenwire.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/911b2f7cb43e8afb1395e55be9334bcd533fe330</url>
    <id>911b2f7cb43e8afb1395e55be9334bcd533fe330</id>
    <committed-date>2008-05-29T16:48:39-07:00</committed-date>
    <authored-date>2008-05-29T16:48:39-07:00</authored-date>
    <message>Scoping of uniqueness validations on multiple attributes

Previously the :scoped_to option on the 'should_require_unique_attributes'
only allowed a single attribute to scope uniqueness.  This adds the ability to
scope to multiple attributes.  This also improves the documentation for the
method.</message>
    <tree>94e6a396be93466a321e221971873f75c6e3c8e9</tree>
    <committer>
      <name>Nathan Sutton</name>
      <email>nate@sevenwire.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2995ef728d224bd8fc02c8a9542b14a22c47bfb5</id>
      </parent>
      <parent>
        <id>ac5f2854a90fa542a92e46d0d145b53584e0a598</id>
      </parent>
    </parents>
    <author>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/df7dbce012c69789f7f3bff500e2244a4fa1e173</url>
    <id>df7dbce012c69789f7f3bff500e2244a4fa1e173</id>
    <committed-date>2008-05-23T07:51:00-07:00</committed-date>
    <authored-date>2008-05-23T07:51:00-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:thechrisoshow/shoulda</message>
    <tree>13bea3d6875c45d4ee62b3ea1d9c04b5d979a989</tree>
    <committer>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71e52d9c40638cdf8480f7a4d206aa99aab8a6db</id>
      </parent>
    </parents>
    <author>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/2995ef728d224bd8fc02c8a9542b14a22c47bfb5</url>
    <id>2995ef728d224bd8fc02c8a9542b14a22c47bfb5</id>
    <committed-date>2008-05-23T07:49:32-07:00</committed-date>
    <authored-date>2008-05-23T07:44:20-07:00</authored-date>
    <message>Added dependent option to should_have_many</message>
    <tree>13bea3d6875c45d4ee62b3ea1d9c04b5d979a989</tree>
    <committer>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71e52d9c40638cdf8480f7a4d206aa99aab8a6db</id>
      </parent>
    </parents>
    <author>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/ac5f2854a90fa542a92e46d0d145b53584e0a598</url>
    <id>ac5f2854a90fa542a92e46d0d145b53584e0a598</id>
    <committed-date>2008-05-23T07:44:20-07:00</committed-date>
    <authored-date>2008-05-23T07:44:20-07:00</authored-date>
    <message>rebase</message>
    <tree>13bea3d6875c45d4ee62b3ea1d9c04b5d979a989</tree>
    <committer>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4fd54cc270b7a35f7bab874ec57ad171825439f6</id>
      </parent>
      <parent>
        <id>2a7de9cca8fc688bd9f6741128005ab91af37e9a</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/9c78fe05a1897acc9455115725c09f408f5f67ba</url>
    <id>9c78fe05a1897acc9455115725c09f408f5f67ba</id>
    <committed-date>2008-05-19T21:18:25-07:00</committed-date>
    <authored-date>2008-05-19T21:18:25-07:00</authored-date>
    <message>Merge git://github.com/boone/shoulda into pull-requests

* git://github.com/boone/shoulda:
  should_protect_attributes works with attr_accessible</message>
    <tree>cd947ef032903eddadf4d19b7aeeaedb51dbb248</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a88049693b3d52c8170402079f337ce765f36f6</id>
      </parent>
      <parent>
        <id>71e52d9c40638cdf8480f7a4d206aa99aab8a6db</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/4fd54cc270b7a35f7bab874ec57ad171825439f6</url>
    <id>4fd54cc270b7a35f7bab874ec57ad171825439f6</id>
    <committed-date>2008-05-19T21:04:26-07:00</committed-date>
    <authored-date>2008-05-19T21:04:26-07:00</authored-date>
    <message>Merge git://github.com/thechrisoshow/shoulda into pull-requests</message>
    <tree>c99d64732da2267fc708a146478243cc60481de4</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7533bf912c381737a2587d059370ce30bb4cfbcf</id>
      </parent>
      <parent>
        <id>051edf42e8d5d8ccddffe96660a4effe5efac25f</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/5a88049693b3d52c8170402079f337ce765f36f6</url>
    <id>5a88049693b3d52c8170402079f337ce765f36f6</id>
    <committed-date>2008-05-18T13:59:24-07:00</committed-date>
    <authored-date>2008-05-18T13:59:24-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:thoughtbot/shoulda</message>
    <tree>8cb65ebb8e0d41237d18f687ae21de14e80adaf2</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b7c11859bb146517d5e638f01da02423900fd0d</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/7533bf912c381737a2587d059370ce30bb4cfbcf</url>
    <id>7533bf912c381737a2587d059370ce30bb4cfbcf</id>
    <committed-date>2008-05-18T13:59:04-07:00</committed-date>
    <authored-date>2008-05-18T13:59:04-07:00</authored-date>
    <message>renamed README file so that github displays the rdoc correctly</message>
    <tree>8cb65ebb8e0d41237d18f687ae21de14e80adaf2</tree>
    <committer>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>051edf42e8d5d8ccddffe96660a4effe5efac25f</id>
      </parent>
    </parents>
    <author>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/71e52d9c40638cdf8480f7a4d206aa99aab8a6db</url>
    <id>71e52d9c40638cdf8480f7a4d206aa99aab8a6db</id>
    <committed-date>2008-05-16T02:02:40-07:00</committed-date>
    <authored-date>2008-05-16T02:02:40-07:00</authored-date>
    <message>Fixed typo - added p to unsuported</message>
    <tree>90472fb32ff9111561bb59322f4b972ade3a1d07</tree>
    <committer>
      <name>Chris O'Sullivan</name>
      <email>thechrisoshow@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>051edf42e8d5d8ccddffe96660a4effe5efac25f</id>
      </parent>
    </parents>
    <author>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/2a7de9cca8fc688bd9f6741128005ab91af37e9a</url>
    <id>2a7de9cca8fc688bd9f6741128005ab91af37e9a</id>
    <committed-date>2008-05-11T16:48:57-07:00</committed-date>
    <authored-date>2008-05-11T16:48:57-07:00</authored-date>
    <message>should_protect_attributes works with attr_accessible

Applied Luke Francl's patch from this Lighthouse ticket:
http://thoughtbot.lighthouseapp.com/projects/5807/tickets/25-patch-make-should_protect_attributes-with-attr_accessible

Also modified to tag model to use attr_accessible and added a
should_protect_attributes test to tag's unit test.</message>
    <tree>6acfe9c7d96e1ea8a1ceec6e5a82dbcf00e8e94f</tree>
    <committer>
      <name>Mike Boone</name>
      <email>mike@boonedocks.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fd0df01f1a3f29e8225d403b296ab91b9b6055d6</id>
      </parent>
    </parents>
    <author>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/7b7c11859bb146517d5e638f01da02423900fd0d</url>
    <id>7b7c11859bb146517d5e638f01da02423900fd0d</id>
    <committed-date>2008-05-01T06:49:58-07:00</committed-date>
    <authored-date>2008-05-01T06:49:58-07:00</authored-date>
    <message>documentation fixes


git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@491 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
    <tree>d1db8e944fde378bf18e2b23b1699ce936136fb2</tree>
    <committer>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ac26e9da88e0863bf326430da7575b1b0036bfb</id>
      </parent>
    </parents>
    <author>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/fd0df01f1a3f29e8225d403b296ab91b9b6055d6</url>
    <id>fd0df01f1a3f29e8225d403b296ab91b9b6055d6</id>
    <committed-date>2008-05-01T06:49:51-07:00</committed-date>
    <authored-date>2008-05-01T06:49:51-07:00</authored-date>
    <message>forgot to remove an old email assertion


git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@490 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
    <tree>2a31aaa8eb3018edd42badc1d6631673014cdf3c</tree>
    <committer>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa37ef07af6c1a36da12c26f7ec2afc6b0e2499e</id>
      </parent>
    </parents>
    <author>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/6ac26e9da88e0863bf326430da7575b1b0036bfb</url>
    <id>6ac26e9da88e0863bf326430da7575b1b0036bfb</id>
    <committed-date>2008-05-01T06:49:45-07:00</committed-date>
    <authored-date>2008-05-01T06:49:45-07:00</authored-date>
    <message>small change to improve rdocs


git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@489 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
    <tree>43f90655e03a4e2d843aee2f6a9d1f4018af350a</tree>
    <committer>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0cd585928ff9e189a42ce58b8bf2c6cac8bbd201</id>
      </parent>
    </parents>
    <author>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/fa37ef07af6c1a36da12c26f7ec2afc6b0e2499e</url>
    <id>fa37ef07af6c1a36da12c26f7ec2afc6b0e2499e</id>
    <committed-date>2008-05-01T06:49:38-07:00</committed-date>
    <authored-date>2008-05-01T06:49:38-07:00</authored-date>
    <message>fixed should_have_and_belong_to to test for the join table


git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@488 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
    <tree>f2dd24073247c9ccd8572e4d778c39247bcdad55</tree>
    <committer>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d9f16f0878518ee27d22adc652fe02a8219cf1f</id>
      </parent>
    </parents>
    <author>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/0cd585928ff9e189a42ce58b8bf2c6cac8bbd201</url>
    <id>0cd585928ff9e189a42ce58b8bf2c6cac8bbd201</id>
    <committed-date>2008-05-01T06:49:29-07:00</committed-date>
    <authored-date>2008-05-01T06:49:29-07:00</authored-date>
    <message>added should_have_indices to test for database indices


git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@487 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
    <tree>378bbc14fb925c3b1c535be2425e762f39b168d7</tree>
    <committer>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a5f76fb315810cf70f5e50cfc020a70a97cfcb0</id>
      </parent>
    </parents>
    <author>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </author>
    <url>http://github.com/boone/shoulda/commit/2d9f16f0878518ee27d22adc652fe02a8219cf1f</url>
    <id>2d9f16f0878518ee27d22adc652fe02a8219cf1f</id>
    <committed-date>2008-05-01T06:49:20-07:00</committed-date>
    <authored-date>2008-05-01T06:49:20-07:00</authored-date>
    <message>small test name changes


git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@486 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
    <tree>05f4f0a94ffe66e9ea02bbb2dc313e705e489daf</tree>
    <committer>
      <name>tsaleh</name>
      <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
    </committer>
  </commit>
</commits>
