<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>9373d5120f1c0404736003f45385a851ebf10f9c</id>
      </parent>
      <parent>
        <id>32f5e93a5298094d10367395fd67d65727fcb1ec</id>
      </parent>
    </parents>
    <author>
      <name>(null)</name>
      <email>(null)</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/ab6fca53a8a66725899c0fab3e474b9c7e3a173e</url>
    <id>ab6fca53a8a66725899c0fab3e474b9c7e3a173e</id>
    <committed-date>2008-10-27T16:47:45-07:00</committed-date>
    <authored-date>2008-10-27T16:47:45-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/mislav/will_paginate</message>
    <tree>c6ba7fa5873c5098dc6aa27e8a0df0f5ef91a6bf</tree>
    <committer>
      <name>(null)</name>
      <email>(null)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f161d99c0cd4517b4954db214e49ba606ec70277</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/48fc49cfcfe90779ad4a36663671f9eac8faf458</url>
    <id>48fc49cfcfe90779ad4a36663671f9eac8faf458</id>
    <committed-date>2008-10-26T08:32:06-07:00</committed-date>
    <authored-date>2008-10-26T08:27:34-07:00</authored-date>
    <message>Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists</message>
    <tree>e24fb5ce8c1467c10268aa19925b4ed32aa54345</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a64e37757a1793a6bce3e7aed2558d1e224a2df</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/f161d99c0cd4517b4954db214e49ba606ec70277</url>
    <id>f161d99c0cd4517b4954db214e49ba606ec70277</id>
    <committed-date>2008-10-07T05:35:03-07:00</committed-date>
    <authored-date>2008-10-07T05:35:03-07:00</authored-date>
    <message>v2.3.5 bugfix release</message>
    <tree>76d883af95de9d74cee86d37f678e6f67f60192a</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de98ac9e7c451f204e2c5ba3158d274818ac9b36</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/0318fffa658911ee795e9c741f18616b3b651eb6</url>
    <id>0318fffa658911ee795e9c741f18616b3b651eb6</id>
    <committed-date>2008-10-07T04:48:39-07:00</committed-date>
    <authored-date>2008-10-07T04:48:39-07:00</authored-date>
    <message>bring back old named_scope_patch.rb and delete version-specific ones</message>
    <tree>21e3d8df3548a09324b8ee8e0348522911fc8374</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af80782c3a5537b8163b5f421c320d86c376385f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/1449867975e6561bf954942c6811ccacf7151d73</url>
    <id>1449867975e6561bf954942c6811ccacf7151d73</id>
    <committed-date>2008-10-07T02:32:59-07:00</committed-date>
    <authored-date>2008-10-07T02:32:59-07:00</authored-date>
    <message>fixed paginate(:from) with Rails versions &lt; 2.1 (references #244)</message>
    <tree>2065ede39ed68062e2e8f4339d926651b9dfb8e4</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b1fd990634d8be8b5729a42d4d6cbb4d01d8a5d</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/af80782c3a5537b8163b5f421c320d86c376385f</url>
    <id>af80782c3a5537b8163b5f421c320d86c376385f</id>
    <committed-date>2008-10-07T01:54:27-07:00</committed-date>
    <authored-date>2008-09-29T11:00:45-07:00</authored-date>
    <message>New named scope patches for 2.0.4 and 1.2.6. Change rake test_all to use 2.0.4 vs 2.0.2. Add an empty setup ArrayPaginationTest so that fixtures are not loaded for this case in 1.2.6 tests.</message>
    <tree>daa4dea6b36c29a29e134a89dbfc19182e5ff331</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>068702d65eb60d0908dd46d48791563aa338ac7f</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/6b1fd990634d8be8b5729a42d4d6cbb4d01d8a5d</url>
    <id>6b1fd990634d8be8b5729a42d4d6cbb4d01d8a5d</id>
    <committed-date>2008-10-07T01:54:27-07:00</committed-date>
    <authored-date>2008-09-29T09:32:02-07:00</authored-date>
    <message>Update latest named scope from rails 2.1.1</message>
    <tree>32511acaed246618e0ffc6d1cea5b72c8f0da20e</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39e77cfecb9c6ce5bfea5675aaceaa3c2989db51</id>
      </parent>
    </parents>
    <author>
      <name>Tobias Bielohlawek</name>
      <email>tobiasb@qype.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/068702d65eb60d0908dd46d48791563aa338ac7f</url>
    <id>068702d65eb60d0908dd46d48791563aa338ac7f</id>
    <committed-date>2008-10-07T01:50:13-07:00</committed-date>
    <authored-date>2008-10-07T01:50:13-07:00</authored-date>
    <message>scoped paginated_each now yields the block in an exclusive scope</message>
    <tree>a24d6a0d3b2a4adac03efb30701aa64f0587f123</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dd5cba24ec61345ab0d3fb2f6fbb45d1bc9a0865</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/d5fb4181a7aae5ddb9a3d81c973114ef44bf41a8</url>
    <id>d5fb4181a7aae5ddb9a3d81c973114ef44bf41a8</id>
    <committed-date>2008-09-30T12:31:38-07:00</committed-date>
    <authored-date>2008-09-30T12:31:38-07:00</authored-date>
    <message>doh! forgot to bump up version.rb</message>
    <tree>eba5e7273f32934682d06b9fe41029760166b8ff</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9d857ea3927bbd2a4c85bc46bd76520e0d1e102</id>
      </parent>
    </parents>
    <author>
      <name>Ben Pickles</name>
      <email>spideryoung@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/5adc2de1b9bd2bc90a3852de3b0dff90bb44d58f</url>
    <id>5adc2de1b9bd2bc90a3852de3b0dff90bb44d58f</id>
    <committed-date>2008-09-12T15:22:47-07:00</committed-date>
    <authored-date>2008-06-09T02:22:43-07:00</authored-date>
    <message>Cope with scoped :select when counting.</message>
    <tree>caf9c5409e62d46df8d8c467a71fcadc16a3e093</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f54bc393f184a49ad4ba7d44b304719cf2fc9ba2</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/057b6651834a9b56bdb3c168a07f9c0728711f15</url>
    <id>057b6651834a9b56bdb3c168a07f9c0728711f15</id>
    <committed-date>2008-08-28T16:03:40-07:00</committed-date>
    <authored-date>2008-08-28T16:03:40-07:00</authored-date>
    <message>release 2.3.3</message>
    <tree>8bf67dfa7469ee5533967bb159074ea0e57cb532</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48d409a2f4d1ff11021aab217791b818703a8c59</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/f54bc393f184a49ad4ba7d44b304719cf2fc9ba2</url>
    <id>f54bc393f184a49ad4ba7d44b304719cf2fc9ba2</id>
    <committed-date>2008-08-27T14:38:55-07:00</committed-date>
    <authored-date>2008-08-27T14:38:55-07:00</authored-date>
    <message>Ensure that paginate_by_sql doesn't change the original SQL query. Closes #235</message>
    <tree>d57c3aae57f3218a06b3860f9922ed67ba08255f</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8db0579b3dff5154f947a353cd245121b9aa3a73</id>
      </parent>
      <parent>
        <id>48d409a2f4d1ff11021aab217791b818703a8c59</id>
      </parent>
    </parents>
    <author>
      <name>Mike Vincent</name>
      <email>mike@cryingwhilecoding.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/9373d5120f1c0404736003f45385a851ebf10f9c</url>
    <id>9373d5120f1c0404736003f45385a851ebf10f9c</id>
    <committed-date>2008-08-26T20:12:07-07:00</committed-date>
    <authored-date>2008-08-26T20:12:07-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/mislav/will_paginate into biggu

Conflicts:

	README.rdoc</message>
    <tree>7b5405b3fbbf733429632f1b2fc478cc81cd0c2c</tree>
    <committer>
      <name>Mike Vincent</name>
      <email>mike@cryingwhilecoding.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a93720c9f27c763ed58ec3a4d3a2e6b1a02379f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/48d409a2f4d1ff11021aab217791b818703a8c59</url>
    <id>48d409a2f4d1ff11021aab217791b818703a8c59</id>
    <committed-date>2008-08-13T16:22:44-07:00</committed-date>
    <authored-date>2008-08-13T16:22:44-07:00</authored-date>
    <message>RDoc love (now live at http://mislav.caboo.se/static/will_paginate/doc/)</message>
    <tree>01917c72464d5d34e8f47abc798177c12bea3d93</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7a3b81b10724f4798aef93eecd45ed045366209d</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/9a93720c9f27c763ed58ec3a4d3a2e6b1a02379f</url>
    <id>9a93720c9f27c763ed58ec3a4d3a2e6b1a02379f</id>
    <committed-date>2008-08-13T04:37:55-07:00</committed-date>
    <authored-date>2008-08-13T04:37:55-07:00</authored-date>
    <message>rename :prev_label to :previous_label for consistency. old name still functions but is deprecated</message>
    <tree>909be9dac2f0ed287ac218bb7b33955e1a139621</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b3caa0a44bfd08596e218c306d6fc93a578bad34</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/853609ce634977e757945cf32b5560b906bfd057</url>
    <id>853609ce634977e757945cf32b5560b906bfd057</id>
    <committed-date>2008-05-16T04:02:06-07:00</committed-date>
    <authored-date>2008-05-16T04:02:06-07:00</authored-date>
    <message>CHANGELOG and bump up the tiny version number to 2.3.3</message>
    <tree>45f8b60d08e981a4c90d5151bf4f9c6086dcc9ae</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24260c3363d938bb42c94522a28585ead63a0c51</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/b3caa0a44bfd08596e218c306d6fc93a578bad34</url>
    <id>b3caa0a44bfd08596e218c306d6fc93a578bad34</id>
    <committed-date>2008-05-16T03:58:59-07:00</committed-date>
    <authored-date>2008-05-16T03:58:59-07:00</authored-date>
    <message>added test for parent commit (removing :include from count in ActiveRecord 2.1)</message>
    <tree>7c8d76620893e58937c1f123d7037e16c854bc0b</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef38bc83b7ff4b290a6b1f4d82df03585fbb7529</id>
      </parent>
    </parents>
    <author>
      <name>Denis Barushev</name>
      <email>barushev@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/24260c3363d938bb42c94522a28585ead63a0c51</url>
    <id>24260c3363d938bb42c94522a28585ead63a0c51</id>
    <committed-date>2008-05-16T03:42:05-07:00</committed-date>
    <authored-date>2008-05-15T11:11:22-07:00</authored-date>
    <message>Remove :include option from count_all query when it's possible.</message>
    <tree>ee9647cc8bed987a99cb2b7796e2d53e21b88a82</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>220067359c7da987fe5f6eb95343ad7e35b4c4bd</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/3c4725a98f24f311031d4d7ee61431f129e5566e</url>
    <id>3c4725a98f24f311031d4d7ee61431f129e5566e</id>
    <committed-date>2008-05-15T16:18:14-07:00</committed-date>
    <authored-date>2008-05-15T16:18:14-07:00</authored-date>
    <message>Oops, I used return in an iterator block. I obviously write too much JavaScript</message>
    <tree>d6e03e4464c92f525b49ed090a87f3e616917dd0</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>537f22c1432f3d03100927f07e9acdb5d64998ad</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/220067359c7da987fe5f6eb95343ad7e35b4c4bd</url>
    <id>220067359c7da987fe5f6eb95343ad7e35b4c4bd</id>
    <committed-date>2008-05-12T04:49:32-07:00</committed-date>
    <authored-date>2008-05-12T04:49:32-07:00</authored-date>
    <message>bump up the tiny version number to 2.3.2</message>
    <tree>3f08dc769f851d77b5637b1ca3c5cbafc71be056</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2fa688b9caf85053770e5c7363e1b0784c1058f3</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/537f22c1432f3d03100927f07e9acdb5d64998ad</url>
    <id>537f22c1432f3d03100927f07e9acdb5d64998ad</id>
    <committed-date>2008-05-12T04:48:11-07:00</committed-date>
    <authored-date>2008-05-12T04:48:11-07:00</authored-date>
    <message>ensure that 'href' values in pagination links are escaped URLs</message>
    <tree>c7a43296a2981c0ad55eabe3c9f2cb21ef50b065</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>802d8301923e570bc43ae61320fd02b223e22e8f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/2fa688b9caf85053770e5c7363e1b0784c1058f3</url>
    <id>2fa688b9caf85053770e5c7363e1b0784c1058f3</id>
    <committed-date>2008-05-04T11:47:39-07:00</committed-date>
    <authored-date>2008-05-04T11:47:39-07:00</authored-date>
    <message>v2.3.1, bugfix release</message>
    <tree>d2f05bb4842e3136190fe7b3351a12901a6bd898</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>43abd3b63d7040e77e48b356da6ebe4fd5620a65</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/802d8301923e570bc43ae61320fd02b223e22e8f</url>
    <id>802d8301923e570bc43ae61320fd02b223e22e8f</id>
    <committed-date>2008-05-04T11:42:22-07:00</committed-date>
    <authored-date>2008-05-04T11:42:22-07:00</authored-date>
    <message>another fix with pagination and custom routing: account for that the first page number may be implicit</message>
    <tree>b04272a83f7b6590d8b366d1b926bb11663b7a03</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e45f01bd13fae007412896335d266983e11ec03</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/87d3d8df099b08e3b5d81a5aaa1064325a7edbca</url>
    <id>87d3d8df099b08e3b5d81a5aaa1064325a7edbca</id>
    <committed-date>2008-04-29T13:26:47-07:00</committed-date>
    <authored-date>2008-04-29T13:13:24-07:00</authored-date>
    <message>release 2.3.0</message>
    <tree>0bdd03cdc42004baf19c31d0123796fb08eca4cf</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5586e8ea4b99394baa4a60539e766aa9d2a8a8b6</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/2e45f01bd13fae007412896335d266983e11ec03</url>
    <id>2e45f01bd13fae007412896335d266983e11ec03</id>
    <committed-date>2008-04-29T12:59:28-07:00</committed-date>
    <authored-date>2008-04-29T12:59:28-07:00</authored-date>
    <message>CHANGED LinkRenderer to receive collection, options and reference to view template NOT in constructor, but with the #prepare method.
This is a step towards supporting passing of LinkRenderer (or subclass) instances that may be preconfigured in some way.</message>
    <tree>a5d917a1ff32f6f5e558bf0480d2f696f14e4e9b</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc485b2cc28cfdb306d8f04879d760043f03833c</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/85e6d44e738d0bf27cbbcc6cdd60d994a9c3e1c5</url>
    <id>85e6d44e738d0bf27cbbcc6cdd60d994a9c3e1c5</id>
    <committed-date>2008-04-29T12:06:21-07:00</committed-date>
    <authored-date>2008-04-28T19:51:54-07:00</authored-date>
    <message>allow renderer to be a LinkRenderer instance or a class and make it easier to override rendering a link.</message>
    <tree>a184af8d00df8ff2223a4bef4860f86aba29d33f</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eacdb75555d7839b3d7da952c2fc65cd7516a6a3</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/cc485b2cc28cfdb306d8f04879d760043f03833c</url>
    <id>cc485b2cc28cfdb306d8f04879d760043f03833c</id>
    <committed-date>2008-04-29T11:59:21-07:00</committed-date>
    <authored-date>2008-04-29T11:59:21-07:00</authored-date>
    <message>changed page_entries_info() method to adjust its output according to humanized class name of collection items.

  page_entries_info(@posts)  #-&gt;  &quot;Displaying all 12 posts&quot;

Override this with :entry_name parameter.</message>
    <tree>2ffea50a03cc25eada975766977658dea3768a05</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54bc63e86635a7b44539a2a550b726d1e4353462</id>
      </parent>
    </parents>
    <author>
      <name>Piotr Usewicz</name>
      <email>piotr@layer22.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/b77af9bea177052deb09c0207f5dcfa6ea3bf0e6</url>
    <id>b77af9bea177052deb09c0207f5dcfa6ea3bf0e6</id>
    <committed-date>2008-04-26T17:26:50-07:00</committed-date>
    <authored-date>2008-04-26T17:26:50-07:00</authored-date>
    <message>Added option to specify entry name in page_entries_info</message>
    <tree>1fd3e94e8d5b241bf3a94c91d07555f14f518e40</tree>
    <committer>
      <name>Piotr Usewicz</name>
      <email>piotr@layer22.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2597f456cfd4659a37701f29326f19b474d64ac3</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/8db0579b3dff5154f947a353cd245121b9aa3a73</url>
    <id>8db0579b3dff5154f947a353cd245121b9aa3a73</id>
    <committed-date>2008-04-25T10:09:15-07:00</committed-date>
    <authored-date>2008-04-25T10:09:15-07:00</authored-date>
    <message>Fails gracefully and outputs a warning to stderr if activeresource can't be found.</message>
    <tree>8a48e9736ee9dc3f5f26c76919b7ed8eb7395fd5</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>123a42569ebd3a86083bdb1c271be5e6fe2b4e9f</id>
      </parent>
    </parents>
    <author>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/8edc7a75038fe0c35d5007c9014b64809e563a86</url>
    <id>8edc7a75038fe0c35d5007c9014b64809e563a86</id>
    <committed-date>2008-04-24T11:16:19-07:00</committed-date>
    <authored-date>2008-04-24T11:03:15-07:00</authored-date>
    <message>Updated a little documentation formatting.</message>
    <tree>a46bac499604a1e39dad0b8ddf9aba4c39e067ec</tree>
    <committer>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>611f65404e7c399c1f78c7bb6dcfb2df5abc14f2</id>
      </parent>
    </parents>
    <author>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/123a42569ebd3a86083bdb1c271be5e6fe2b4e9f</url>
    <id>123a42569ebd3a86083bdb1c271be5e6fe2b4e9f</id>
    <committed-date>2008-04-24T11:16:19-07:00</committed-date>
    <authored-date>2008-04-24T10:16:28-07:00</authored-date>
    <message>Added more documentation, and defined a per_page method with a default of 30 instead of relying on Array's default per_page.</message>
    <tree>cf6247131e3ab3651283d29cf4e5fdd7ef47114a</tree>
    <committer>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1641f3c93a4108c9f28c158487057ef770b1a49</id>
      </parent>
    </parents>
    <author>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/611f65404e7c399c1f78c7bb6dcfb2df5abc14f2</url>
    <id>611f65404e7c399c1f78c7bb6dcfb2df5abc14f2</id>
    <committed-date>2008-04-24T11:16:19-07:00</committed-date>
    <authored-date>2008-04-24T08:12:35-07:00</authored-date>
    <message>Added documentation, made the :params and :params =&gt; :page parameters required, and added the ability to use default per_page values by defining a &quot;per_page&quot; class method.</message>
    <tree>d9865e7c5fdd138fdd6c115b37943004bbe85622</tree>
    <committer>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9eb40a88e00f186e9e250bc7c8deaafb47b1f3a6</id>
      </parent>
    </parents>
    <author>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/b1641f3c93a4108c9f28c158487057ef770b1a49</url>
    <id>b1641f3c93a4108c9f28c158487057ef770b1a49</id>
    <committed-date>2008-04-24T11:13:45-07:00</committed-date>
    <authored-date>2008-04-24T06:12:38-07:00</authored-date>
    <message>Added a &quot;paginate&quot; method for ActiveResource. This will paginate the resulting Array if one is returned, otherwise it will also deal properly with servers that return &quot;collection&quot;s.</message>
    <tree>9cd842d6f4222442994b4c3717bb056fca33df29</tree>
    <committer>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>13e1f8504e3b6fa0870aa3adbbcadcd50901fbc9</id>
      </parent>
    </parents>
    <author>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/9eb40a88e00f186e9e250bc7c8deaafb47b1f3a6</url>
    <id>9eb40a88e00f186e9e250bc7c8deaafb47b1f3a6</id>
    <committed-date>2008-04-24T11:13:45-07:00</committed-date>
    <authored-date>2008-04-23T07:08:10-07:00</authored-date>
    <message>Fixed a bug that would paginate on the array (to create a WillPaginate::Collection) returned from ActiveResource instead of manually creating a WillPaginate::Collection.</message>
    <tree>3e9dd74800c0cc6b4cc8c54896888b11b077b41f</tree>
    <committer>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63058564bec5c989386e26fda7ceb47ec9f7f25e</id>
      </parent>
    </parents>
    <author>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </author>
    <url>http://github.com/agile/will_paginate/commit/13e1f8504e3b6fa0870aa3adbbcadcd50901fbc9</url>
    <id>13e1f8504e3b6fa0870aa3adbbcadcd50901fbc9</id>
    <committed-date>2008-04-24T11:13:45-07:00</committed-date>
    <authored-date>2008-04-22T12:46:17-07:00</authored-date>
    <message>Make sure ActiveResource is only extended once.</message>
    <tree>703de10311c464bf06c4cd405de773642ced85ae</tree>
    <committer>
      <name>Larry Diehl</name>
      <email>larry@izea.com</email>
    </committer>
  </commit>
</commits>
