<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>4a97d9a31b5fc4ef3dacf3a194fd6592423c2a5e</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/ca03e61d1a5c7c2402c0856e9eca80551d798d75</url>
    <id>ca03e61d1a5c7c2402c0856e9eca80551d798d75</id>
    <committed-date>2008-11-02T13:10:08-08:00</committed-date>
    <authored-date>2008-11-02T13:10:08-08:00</authored-date>
    <message>Removed debugger line. Oops.</message>
    <tree>d32ae9b0d27f615bd1dfefcc63e19e0f3b1e0bce</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4f42375b7652a5a5e6b89ec61557118483b16114</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/4a97d9a31b5fc4ef3dacf3a194fd6592423c2a5e</url>
    <id>4a97d9a31b5fc4ef3dacf3a194fd6592423c2a5e</id>
    <committed-date>2008-10-31T13:07:47-07:00</committed-date>
    <authored-date>2008-10-31T13:07:47-07:00</authored-date>
    <message>Improved README.</message>
    <tree>9f770d3c49d7325c79c9d346506d52759e815caa</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2fac151e73c1649fe5c619a6506ab4aa2e95cbd</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/4f42375b7652a5a5e6b89ec61557118483b16114</url>
    <id>4f42375b7652a5a5e6b89ec61557118483b16114</id>
    <committed-date>2008-10-31T12:59:14-07:00</committed-date>
    <authored-date>2008-10-31T12:59:14-07:00</authored-date>
    <message>Updated CHANGELOG.</message>
    <tree>e8c9ad0bf73e723225a8c31c56a239cb44a20720</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61ab15579986f9240f3d74a6f8affcaa13ebfa77</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/f2fac151e73c1649fe5c619a6506ab4aa2e95cbd</url>
    <id>f2fac151e73c1649fe5c619a6506ab4aa2e95cbd</id>
    <committed-date>2008-10-31T12:40:04-07:00</committed-date>
    <authored-date>2008-10-31T12:38:23-07:00</authored-date>
    <message>Fixed logic error with slug generation. Resolves ticket #7. Thanks to Tim
Kadom for reporting the bug that this commit fixes.</message>
    <tree>858beecf4218e0bdad544b30210769ae189380d0</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64f7bf2d7d0601c876c6798f03b1c4ffef9fbb7a</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/61ab15579986f9240f3d74a6f8affcaa13ebfa77</url>
    <id>61ab15579986f9240f3d74a6f8affcaa13ebfa77</id>
    <committed-date>2008-10-31T07:59:07-07:00</committed-date>
    <authored-date>2008-10-31T07:56:14-07:00</authored-date>
    <message>Made friendly_id::make_slugs update records in chunks of 1000 to avoid running
out of memory with large datasets. Thanks to Tim Kadom for this update
(resolves ticket #6).</message>
    <tree>51aaac1cb54657262ee98923bb34cc5a81597037</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>acdad26a87096b8724871f3df366f2525b40f8fe</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/64f7bf2d7d0601c876c6798f03b1c4ffef9fbb7a</url>
    <id>64f7bf2d7d0601c876c6798f03b1c4ffef9fbb7a</id>
    <committed-date>2008-10-31T07:42:01-07:00</committed-date>
    <authored-date>2008-10-30T14:49:14-07:00</authored-date>
    <message>Fixed some compatibility issues with Rails 2.0.x. Fixed generated join syntax
(closes ticket #3). Made some access to slugs load more lazily to improve
performance. Removed usage of Edge Rails' parameterize method since it doesn't
properly support the full western character set yet. Removed some extra
whitespace.</message>
    <tree>fde4b9bdc7225fcb81221b167f29e9f25ca1e1cb</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c9617e3256e2ed8270d2b6ad4cd14bb3ab2eb1d</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/acdad26a87096b8724871f3df366f2525b40f8fe</url>
    <id>acdad26a87096b8724871f3df366f2525b40f8fe</id>
    <committed-date>2008-10-22T10:20:26-07:00</committed-date>
    <authored-date>2008-10-22T10:20:26-07:00</authored-date>
    <message>Updated CHANGELOG.</message>
    <tree>53d222ff7f7ad27a37ac35f42c8752fd9fe37001</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>89601d10ba528cdbae18688affe0314dfe0e5381</id>
      </parent>
    </parents>
    <author>
      <name>Adam Cig&#225;nek</name>
      <email>adam.ciganek@gmail.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/4c9617e3256e2ed8270d2b6ad4cd14bb3ab2eb1d</url>
    <id>4c9617e3256e2ed8270d2b6ad4cd14bb3ab2eb1d</id>
    <committed-date>2008-10-22T10:17:56-07:00</committed-date>
    <authored-date>2008-10-22T10:17:56-07:00</authored-date>
    <message>Added support for reseved slugs.</message>
    <tree>2245f924ccbe146e34a2055755adcf2f3a7a0fd5</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>869da046279a5916223cd0be2873de1bfb56e594</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/89601d10ba528cdbae18688affe0314dfe0e5381</url>
    <id>89601d10ba528cdbae18688affe0314dfe0e5381</id>
    <committed-date>2008-10-22T09:36:41-07:00</committed-date>
    <authored-date>2008-10-22T09:36:41-07:00</authored-date>
    <message>More README tweaking.</message>
    <tree>bcb5877f72433d2d233dede0d25326f9c12e73ab</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>592edd7dda34c375d79927526d22f9538f9df60e</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/869da046279a5916223cd0be2873de1bfb56e594</url>
    <id>869da046279a5916223cd0be2873de1bfb56e594</id>
    <committed-date>2008-10-22T09:34:53-07:00</committed-date>
    <authored-date>2008-10-22T09:34:53-07:00</authored-date>
    <message>Tweaked README.</message>
    <tree>5c7c07356581b6f6b4185eb5c8734b6ec302e6f3</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52afd76f3670a7a4b8ae2a4ceb2dbdf6c87d75f8</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/592edd7dda34c375d79927526d22f9538f9df60e</url>
    <id>592edd7dda34c375d79927526d22f9538f9df60e</id>
    <committed-date>2008-10-22T09:24:12-07:00</committed-date>
    <authored-date>2008-10-22T09:24:12-07:00</authored-date>
    <message>Improved README.</message>
    <tree>325a01a04594af1f451b9294273276b8a95f6014</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7bc48684be037d3c28f3211c39f2f3da41511968</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/52afd76f3670a7a4b8ae2a4ceb2dbdf6c87d75f8</url>
    <id>52afd76f3670a7a4b8ae2a4ceb2dbdf6c87d75f8</id>
    <committed-date>2008-10-22T08:33:14-07:00</committed-date>
    <authored-date>2008-10-22T08:33:14-07:00</authored-date>
    <message>Updated CHANGELOG</message>
    <tree>2966d7f6cd6f969ff81790f58f895d76db483f74</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3223e9879f16dfef29cf2b73bd17256e99151881</id>
      </parent>
    </parents>
    <author>
      <name>Bence Nagy</name>
      <email>nagybence@tipogral.hu</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/7bc48684be037d3c28f3211c39f2f3da41511968</url>
    <id>7bc48684be037d3c28f3211c39f2f3da41511968</id>
    <committed-date>2008-10-21T12:13:39-07:00</committed-date>
    <authored-date>2008-10-21T12:13:39-07:00</authored-date>
    <message>Corrected find in case if a friendly_id begins with number</message>
    <tree>0ea7f4f9fe70a3833b408b1ade5906c9d021ec70</tree>
    <committer>
      <name>Bence Nagy</name>
      <email>nagybence@tipogral.hu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ca4a7aad2f5506623bfbf1ce2059fe6a96900d6f</id>
      </parent>
    </parents>
    <author>
      <name>Bence Nagy</name>
      <email>nagybence@tipogral.hu</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/3223e9879f16dfef29cf2b73bd17256e99151881</url>
    <id>3223e9879f16dfef29cf2b73bd17256e99151881</id>
    <committed-date>2008-10-17T01:19:07-07:00</committed-date>
    <authored-date>2008-10-17T01:19:07-07:00</authored-date>
    <message>Making migration Rails Edge compatible.</message>
    <tree>bba5adc1bc51f47985e4bfcab257d027819adbdf</tree>
    <committer>
      <name>Bence Nagy</name>
      <email>nagybence@tipogral.hu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48ab818ccded97f7fe2753a68a6a6c2888e53e11</id>
      </parent>
    </parents>
    <author>
      <name>Bence Nagy</name>
      <email>nagybence@tipogral.hu</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/ca4a7aad2f5506623bfbf1ce2059fe6a96900d6f</url>
    <id>ca4a7aad2f5506623bfbf1ce2059fe6a96900d6f</id>
    <committed-date>2008-10-16T23:42:44-07:00</committed-date>
    <authored-date>2008-10-16T23:42:44-07:00</authored-date>
    <message>Using plugin's normalize in strip_diacritics.</message>
    <tree>f5d6e4a4d1d8b5b230d5d91620c58af6cf746d65</tree>
    <committer>
      <name>Bence Nagy</name>
      <email>nagybence@tipogral.hu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab8d07dd04f2c0c47ae2ee8dbae2a18601c0f6a2</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/48ab818ccded97f7fe2753a68a6a6c2888e53e11</url>
    <id>48ab818ccded97f7fe2753a68a6a6c2888e53e11</id>
    <committed-date>2008-10-09T14:17:45-07:00</committed-date>
    <authored-date>2008-10-09T14:17:45-07:00</authored-date>
    <message>Added support for Edge Rails' Inflector::parameterize. Made some minor
formatting tweaks. Big thanks to Florian A&#223;mann for some excellent refactoring
and feature enhancements.</message>
    <tree>04bdb364cffd1a8b07cef5e24511281287e2af83</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@randomba.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3370ed2fbd404af9c9f012ca163ea94d10ef152f</id>
      </parent>
    </parents>
    <author>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/ab8d07dd04f2c0c47ae2ee8dbae2a18601c0f6a2</url>
    <id>ab8d07dd04f2c0c47ae2ee8dbae2a18601c0f6a2</id>
    <committed-date>2008-10-09T07:37:46-07:00</committed-date>
    <authored-date>2008-10-09T07:37:46-07:00</authored-date>
    <message>Finder got a facelift again, should work almost as expected now.
Removed Randomba namespace.</message>
    <tree>d0881f796fbbffefd3b0aca2bb417415f72520b8</tree>
    <committer>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dd367e6970d1bbb5d102b4981b6186f6387826c1</id>
      </parent>
    </parents>
    <author>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/3370ed2fbd404af9c9f012ca163ea94d10ef152f</url>
    <id>3370ed2fbd404af9c9f012ca163ea94d10ef152f</id>
    <committed-date>2008-10-09T03:12:42-07:00</committed-date>
    <authored-date>2008-10-09T03:12:42-07:00</authored-date>
    <message>Converted protected finder_slug setter to public introduce_finder_slug initializer.</message>
    <tree>16ce8e26df157f4b9b908e2f79f4056ac203c07c</tree>
    <committer>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e454394863145cf90dc79608e45443ca5da78734</id>
      </parent>
    </parents>
    <author>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/dd367e6970d1bbb5d102b4981b6186f6387826c1</url>
    <id>dd367e6970d1bbb5d102b4981b6186f6387826c1</id>
    <committed-date>2008-10-09T02:42:04-07:00</committed-date>
    <authored-date>2008-10-09T02:42:04-07:00</authored-date>
    <message>Fixed finder behaviour.</message>
    <tree>a301af96ed79663a3856ed1905c527a9ade4c1ce</tree>
    <committer>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72cc23984f0688f5a68a9c550424bd6dc75bfed5</id>
      </parent>
    </parents>
    <author>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/e454394863145cf90dc79608e45443ca5da78734</url>
    <id>e454394863145cf90dc79608e45443ca5da78734</id>
    <committed-date>2008-10-06T06:51:09-07:00</committed-date>
    <authored-date>2008-10-06T06:51:09-07:00</authored-date>
    <message>Refactored friendly_id plugin.

 * moved `require` for iconv to init.rb
 * removed `require` for Unicode, use rails its handler instead
 * replaced magic numbers with constants
 * don't overwrite find, alias_method_chain find_one and find_some instead
 * include polymorphic assoc when find_some and use_slug=true
 * slugs do behave more like ids now
 * can find by mixture of ids and slugs
 * reformatted code and comments</message>
    <tree>984fa5d13d6f762b64fdf70387bb12b6fea9e01f</tree>
    <committer>
      <name>Florian A&#223;mann</name>
      <email>flazy@fork.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>abe7efe3faee949e9de168fcf548d955bf684d4b</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/72cc23984f0688f5a68a9c550424bd6dc75bfed5</url>
    <id>72cc23984f0688f5a68a9c550424bd6dc75bfed5</id>
    <committed-date>2008-08-25T15:17:15-07:00</committed-date>
    <authored-date>2008-08-25T15:17:15-07:00</authored-date>
    <message>Moved strip_diacritics into Slug for easier reuse/better organization. Put
class methods inside class &lt;&lt; self block.</message>
    <tree>132250318ec49916d7bb7e07bcfb72fb2a242709</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eb170ce467532473eafde4bb4125a9165481f6c0</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/abe7efe3faee949e9de168fcf548d955bf684d4b</url>
    <id>abe7efe3faee949e9de168fcf548d955bf684d4b</id>
    <committed-date>2008-07-25T11:05:15-07:00</committed-date>
    <authored-date>2008-07-25T11:05:15-07:00</authored-date>
    <message>Fixed bad Github urls and updated repository links.</message>
    <tree>6b3574440b7b03ec9860487a27099afaf8af71a9</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0114ba8e8a225981d26e00c2a600b1dd1c9e3a99</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/eb170ce467532473eafde4bb4125a9165481f6c0</url>
    <id>eb170ce467532473eafde4bb4125a9165481f6c0</id>
    <committed-date>2008-07-25T07:21:30-07:00</committed-date>
    <authored-date>2008-07-25T07:21:30-07:00</authored-date>
    <message>Added small change to allow friendly_id to work with STI. (David Ramalho)</message>
    <tree>f9782eaabe22f197b175eb9da0564b3faa09c7de</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4527a3459e68fcdd45135f3bd9ff362b00bc6d43</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/0114ba8e8a225981d26e00c2a600b1dd1c9e3a99</url>
    <id>0114ba8e8a225981d26e00c2a600b1dd1c9e3a99</id>
    <committed-date>2008-07-25T06:01:48-07:00</committed-date>
    <authored-date>2008-07-25T06:01:48-07:00</authored-date>
    <message>Added lighthouse URL.</message>
    <tree>56f0725f3756cb7d5953e67774ada51e5b662021</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>78b38a5b7d64bc813d0347058b7306fe19f117ab</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/4527a3459e68fcdd45135f3bd9ff362b00bc6d43</url>
    <id>4527a3459e68fcdd45135f3bd9ff362b00bc6d43</id>
    <committed-date>2008-07-14T14:20:55-07:00</committed-date>
    <authored-date>2008-07-14T14:20:55-07:00</authored-date>
    <message>Updated changelog.</message>
    <tree>88ce8d8c988d1009703d912a0e2794792a1551ce</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed5e32b916c7b7a1b3ac2ba2c7603e2908f1640c</id>
      </parent>
      <parent>
        <id>a2a6a784331cc733318d69bdd5c486fe08640c16</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/78b38a5b7d64bc813d0347058b7306fe19f117ab</url>
    <id>78b38a5b7d64bc813d0347058b7306fe19f117ab</id>
    <committed-date>2008-07-14T14:16:00-07:00</committed-date>
    <authored-date>2008-07-14T14:16:00-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/alistairholt/friendly_id into alistairholt/master</message>
    <tree>6919e54b72d5052adf0774e7aaef5a4f7c39dbd1</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38f23b8d6507cdd5892fece9787953a5093868d6</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/ed5e32b916c7b7a1b3ac2ba2c7603e2908f1640c</url>
    <id>ed5e32b916c7b7a1b3ac2ba2c7603e2908f1640c</id>
    <committed-date>2008-07-14T14:12:26-07:00</committed-date>
    <authored-date>2008-07-14T14:12:26-07:00</authored-date>
    <message>Added support for namespaced models in Rakefile. (David Ramalho)</message>
    <tree>d5f076190d525a1280a8eac3d64dd468f8154bb1</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38f23b8d6507cdd5892fece9787953a5093868d6</id>
      </parent>
    </parents>
    <author>
      <name>Alistair Holt</name>
      <email>alistairholt@gmail.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/a2a6a784331cc733318d69bdd5c486fe08640c16</url>
    <id>a2a6a784331cc733318d69bdd5c486fe08640c16</id>
    <committed-date>2008-07-02T03:10:32-07:00</committed-date>
    <authored-date>2008-07-02T03:10:32-07:00</authored-date>
    <message>Added 'straight' apostrophe, opening 'curly' apostrophe and 'curly' quotes stripping to Slug::normalize</message>
    <tree>6caae425f4ed58458203227c344579890bd4c954</tree>
    <committer>
      <name>Alistair Holt</name>
      <email>alistairholt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d917a682f57c62816807325a2b18998f12cd5cb3</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/38f23b8d6507cdd5892fece9787953a5093868d6</url>
    <id>38f23b8d6507cdd5892fece9787953a5093868d6</id>
    <committed-date>2008-06-23T16:39:26-07:00</committed-date>
    <authored-date>2008-06-23T16:39:26-07:00</authored-date>
    <message>Revert &quot;Allow friendly_id to accept conditions when using slugs.&quot;

This reverts commit 09382b50e388a0b6c06915382977ddfe98dc3c79.</message>
    <tree>1c9cd06ce83589590372325f979fa0a2c1458043</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>56a1ab7457f2845c7f37d052e2a5fd172b479627</id>
      </parent>
    </parents>
    <author>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </author>
    <url>http://github.com/norman/friendly_id/commit/d917a682f57c62816807325a2b18998f12cd5cb3</url>
    <id>d917a682f57c62816807325a2b18998f12cd5cb3</id>
    <committed-date>2008-06-23T16:38:12-07:00</committed-date>
    <authored-date>2008-06-23T16:38:12-07:00</authored-date>
    <message>Revert &quot;Updated changelog.&quot;

This reverts commit 93947ac90abf9848124dca74f22345a6fa91f62f.</message>
    <tree>4d5a8315b74c9bfbd1fe18859734614b33a53944</tree>
    <committer>
      <name>Norman Clarke</name>
      <email>norman@addthree.com</email>
    </committer>
  </commit>
</commits>
