<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>1694bb814831a775beb0624a1d2947a90700046d</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b00a298c02df8ab68e18bc107e41ce35533e1af1</url>
    <id>b00a298c02df8ab68e18bc107e41ce35533e1af1</id>
    <committed-date>2008-04-06T06:18:39-07:00</committed-date>
    <authored-date>2008-04-06T06:18:39-07:00</authored-date>
    <message>fix will_paginate for yet another Rails edge change (r9230)</message>
    <tree>40d35050d2d0be7c9205f119b5d819c4fdb39141</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>acc6716ebb8c503efa4f14553ea255cbb0f201c7</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/1694bb814831a775beb0624a1d2947a90700046d</url>
    <id>1694bb814831a775beb0624a1d2947a90700046d</id>
    <committed-date>2008-04-05T08:03:26-07:00</committed-date>
    <authored-date>2008-04-05T08:03:26-07:00</authored-date>
    <message>document WillPaginate.enable_named_scope(false)</message>
    <tree>612f74c891429803de96894908ae64a06611654d</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e65d717597ff6164d14efdb298b045c478c6ba7c</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/acc6716ebb8c503efa4f14553ea255cbb0f201c7</url>
    <id>acc6716ebb8c503efa4f14553ea255cbb0f201c7</id>
    <committed-date>2008-04-05T07:55:12-07:00</committed-date>
    <authored-date>2008-04-05T07:55:12-07:00</authored-date>
    <message>remove most of irrelevant named_scope stuff from RDoc</message>
    <tree>daeac2bf58c0ed398404e2940dd1e4e5308bf643</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17a05b7d173364214125978ce1a7c73958407899</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/e65d717597ff6164d14efdb298b045c478c6ba7c</url>
    <id>e65d717597ff6164d14efdb298b045c478c6ba7c</id>
    <committed-date>2008-04-05T07:37:12-07:00</committed-date>
    <authored-date>2008-04-05T07:37:12-07:00</authored-date>
    <message>opt-in for named_scope with WillPaginate.enable_named_scope (because of heavy monkeypatching, it's off by default)</message>
    <tree>a6b82e322dc174fd897e44b39bd939d061e649b8</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ceefd5e69c8c4a136ede9d90c3da71f6442cbe1b</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/17a05b7d173364214125978ce1a7c73958407899</url>
    <id>17a05b7d173364214125978ce1a7c73958407899</id>
    <committed-date>2008-04-05T07:16:57-07:00</committed-date>
    <authored-date>2008-04-05T07:16:57-07:00</authored-date>
    <message>crazy monkeypatching to enable named_scope on associations in Rails 1.2.6/2.0.2 ... but finally it works!!</message>
    <tree>2112eca3c9beba426e733c5acb5e0b4a6bee2a27</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0036735a2f3ef71255316ca3064c7aa1e1ddc044</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/ceefd5e69c8c4a136ede9d90c3da71f6442cbe1b</url>
    <id>ceefd5e69c8c4a136ede9d90c3da71f6442cbe1b</id>
    <committed-date>2008-04-05T04:43:16-07:00</committed-date>
    <authored-date>2008-04-05T04:43:11-07:00</authored-date>
    <message>tweak comment for WillPaginate::NamedScope</message>
    <tree>22d8cb6756d6865c73c3246209c1dc8a0093a0dc</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>841124e792ed164b323feb38d6618eac19ee023b</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/0036735a2f3ef71255316ca3064c7aa1e1ddc044</url>
    <id>0036735a2f3ef71255316ca3064c7aa1e1ddc044</id>
    <committed-date>2008-04-05T04:43:16-07:00</committed-date>
    <authored-date>2008-03-25T19:41:32-07:00</authored-date>
    <message>backport ActiveRecord named_scope from Rails 2.1</message>
    <tree>a320b70ac0d40ccffc0c2501e1bed61ca527ce10</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba73fca96572de414578972a05032c12cfd40afa</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/841124e792ed164b323feb38d6618eac19ee023b</url>
    <id>841124e792ed164b323feb38d6618eac19ee023b</id>
    <committed-date>2008-04-04T21:50:39-07:00</committed-date>
    <authored-date>2008-04-04T21:50:39-07:00</authored-date>
    <message>assert_queries!</message>
    <tree>e5e127e140e58555f677a7d197fa32f79793a105</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d8a06568ac0259ed1371d13e866d5fab0623fdd</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/ba73fca96572de414578972a05032c12cfd40afa</url>
    <id>ba73fca96572de414578972a05032c12cfd40afa</id>
    <committed-date>2008-04-04T21:05:16-07:00</committed-date>
    <authored-date>2008-04-04T21:05:16-07:00</authored-date>
    <message>resolve #204 once and for all!</message>
    <tree>0d37184831d235170c470ff179cd3559a8850e3f</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64d6ef16a9b0e01d85f960d337ba92d87abf3c50</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/1d8a06568ac0259ed1371d13e866d5fab0623fdd</url>
    <id>1d8a06568ac0259ed1371d13e866d5fab0623fdd</id>
    <committed-date>2008-04-04T20:58:21-07:00</committed-date>
    <authored-date>2008-04-04T20:58:21-07:00</authored-date>
    <message>Reduce File.dirname cruft: invoke individual tests with -Ilib:test parameter.
Stolen assert_queries from Rails, let's put it to good use in finder_test.rb</message>
    <tree>705216b2dc9f98b3dc86c6d823666307816f5116</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fb03e55fac89545262e75737ecc380b5ad50d3f2</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/64d6ef16a9b0e01d85f960d337ba92d87abf3c50</url>
    <id>64d6ef16a9b0e01d85f960d337ba92d87abf3c50</id>
    <committed-date>2008-04-04T19:45:07-07:00</committed-date>
    <authored-date>2008-04-04T19:45:07-07:00</authored-date>
    <message>better test for complex page parameter like 'developers[page]'</message>
    <tree>a632cc27708815cc84dd3011ee8691a575bd7eec</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>342b04260a1391e2d016dfe6f7c9c349faa7aceb</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/fb03e55fac89545262e75737ecc380b5ad50d3f2</url>
    <id>fb03e55fac89545262e75737ecc380b5ad50d3f2</id>
    <committed-date>2008-04-04T19:31:10-07:00</committed-date>
    <authored-date>2008-04-04T19:31:10-07:00</authored-date>
    <message>I don't need Hash#rec_merge, either</message>
    <tree>8bd7459eef79f3040ff6d6cf4163e3cb3ea23dda</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>421aee8052d3b9f65fe0ddfb5f81daf059176aa2</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/342b04260a1391e2d016dfe6f7c9c349faa7aceb</url>
    <id>342b04260a1391e2d016dfe6f7c9c349faa7aceb</id>
    <committed-date>2008-04-04T19:28:05-07:00</committed-date>
    <authored-date>2008-04-04T19:28:05-07:00</authored-date>
    <message>Rename LinkRenderer#url_options to `url_params` and refactor it for speed. Closes #197.
Remove `rec_merge!` from core_ext.rb because it is no longer needed.</message>
    <tree>595f2fa5d6ad4232d5ab19d79d7b78ba997b4e45</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b83bb77c9cdb9189c5791ef1e58d9bcefd0baf0</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/421aee8052d3b9f65fe0ddfb5f81daf059176aa2</url>
    <id>421aee8052d3b9f65fe0ddfb5f81daf059176aa2</id>
    <committed-date>2008-04-04T16:33:06-07:00</committed-date>
    <authored-date>2008-04-04T16:32:57-07:00</authored-date>
    <message>test rec_merge and rec_merge! separately</message>
    <tree>bb71456928cce27b8ee86a2d0aed593c6a07d323</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44fe4cc29d27f51b67fdadcf400d3e18dcea1cc0</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/2b83bb77c9cdb9189c5791ef1e58d9bcefd0baf0</url>
    <id>2b83bb77c9cdb9189c5791ef1e58d9bcefd0baf0</id>
    <committed-date>2008-04-04T16:33:06-07:00</committed-date>
    <authored-date>2008-04-02T19:43:52-07:00</authored-date>
    <message>add Hash#rec_merge to complement #rec_merge!</message>
    <tree>d2c756b23b9170bfcd305df595d283aa57b8161c</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5bd4767b35d106ae1229448e0510051435f7f718</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/44fe4cc29d27f51b67fdadcf400d3e18dcea1cc0</url>
    <id>44fe4cc29d27f51b67fdadcf400d3e18dcea1cc0</id>
    <committed-date>2008-04-04T07:18:15-07:00</committed-date>
    <authored-date>2008-04-04T07:18:15-07:00</authored-date>
    <message>doc love all around</message>
    <tree>ae63f8a215073641f53e5d2b73782cc48b86f22b</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c51c38bbf7f4f697e4f48b875127619d8b36947</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/5bd4767b35d106ae1229448e0510051435f7f718</url>
    <id>5bd4767b35d106ae1229448e0510051435f7f718</id>
    <committed-date>2008-04-04T06:24:21-07:00</committed-date>
    <authored-date>2008-04-04T06:24:21-07:00</authored-date>
    <message>deprecation notices if you use a collection that responds to old `page_count` in view helpers</message>
    <tree>4a5641e40631e6e29f408d629dfb7f8edc534cad</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>903950020764618d01c72d624aa78867ed397ae8</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/4c51c38bbf7f4f697e4f48b875127619d8b36947</url>
    <id>4c51c38bbf7f4f697e4f48b875127619d8b36947</id>
    <committed-date>2008-04-03T20:49:43-07:00</committed-date>
    <authored-date>2008-04-03T20:49:43-07:00</authored-date>
    <message>move Array#paginate definition to will_paginate/array.rb</message>
    <tree>bc77c255eaae76db42b89f969701be7427a1683d</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9158a472c6a515e1902c67f626ea2a62ec3d9312</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/903950020764618d01c72d624aa78867ed397ae8</url>
    <id>903950020764618d01c72d624aa78867ed397ae8</id>
    <committed-date>2008-04-03T20:35:04-07:00</committed-date>
    <authored-date>2008-04-03T20:35:04-07:00</authored-date>
    <message>Remove old, deprecated style of calling Array#paginate as &quot;paginate(page, per_page)&quot;. If you want to specify :page, :per_page or :total_entries, use a parameter hash.</message>
    <tree>198d57f09352aa3d9c2b4c5f7b5dfb4262345728</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f770b7c414d2dfdca8c83cc5d85ecc4ddf1f083</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/9158a472c6a515e1902c67f626ea2a62ec3d9312</url>
    <id>9158a472c6a515e1902c67f626ea2a62ec3d9312</id>
    <committed-date>2008-04-03T20:16:48-07:00</committed-date>
    <authored-date>2008-04-03T20:16:48-07:00</authored-date>
    <message>Rename WillPaginate::Collection#page_count to #total_pages for consistency. If you implemented this interface, change your implementation accordingly.</message>
    <tree>9f4066ebb7922e6da46773882feb4ab600e063b2</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c314477eb9c6cd7e32b183efd3dec4b00af1f2f0</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/3f770b7c414d2dfdca8c83cc5d85ecc4ddf1f083</url>
    <id>3f770b7c414d2dfdca8c83cc5d85ecc4ddf1f083</id>
    <committed-date>2008-04-03T19:36:28-07:00</committed-date>
    <authored-date>2008-04-03T19:36:28-07:00</authored-date>
    <message>Change gap in pagination links from '...' to '&lt;span class=&quot;gap&quot;&gt;&amp;hellip;&lt;/span&gt;'.
That way it can be better styled or manipulated via the DOM.</message>
    <tree>2864314b6f7a7c7f97d5351ea0fbf4e5347366be</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2597848fd36d57b9057b4fda9c6d1e81e0623841</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/c314477eb9c6cd7e32b183efd3dec4b00af1f2f0</url>
    <id>c314477eb9c6cd7e32b183efd3dec4b00af1f2f0</id>
    <committed-date>2008-04-03T07:29:25-07:00</committed-date>
    <authored-date>2008-04-03T07:29:25-07:00</authored-date>
    <message>add Lourens Naud&#233; to contributors</message>
    <tree>c0ad92bdcf718fed6a027d269bca8fd1168f0d5c</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cbca6dc09b3384a980a22efb9338f9dc1dd35bd3</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/2597848fd36d57b9057b4fda9c6d1e81e0623841</url>
    <id>2597848fd36d57b9057b4fda9c6d1e81e0623841</id>
    <committed-date>2008-04-03T07:22:28-07:00</committed-date>
    <authored-date>2008-04-03T07:22:28-07:00</authored-date>
    <message>rename with_pagination to paginated_section and add better docs and tests</message>
    <tree>bb80a60cd7cb9acdba4de14d81a9cc2cd35a9775</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>990e06daff50c6a74274c24297216693bf2f4aaa</id>
      </parent>
    </parents>
    <author>
      <name>Lourens Naude</name>
      <email>lourens@macbook-pros-computer.local</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/cbca6dc09b3384a980a22efb9338f9dc1dd35bd3</url>
    <id>cbca6dc09b3384a980a22efb9338f9dc1dd35bd3</id>
    <committed-date>2008-04-03T06:07:31-07:00</committed-date>
    <authored-date>2008-04-02T20:30:56-07:00</authored-date>
    <message>docs</message>
    <tree>4e9c43745d2e267ba48dec1d2d42da7807ee4004</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dfda32a6e3fe252dc62c06044958b3033d8b35c7</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/990e06daff50c6a74274c24297216693bf2f4aaa</url>
    <id>990e06daff50c6a74274c24297216693bf2f4aaa</id>
    <committed-date>2008-04-03T06:07:02-07:00</committed-date>
    <authored-date>2008-04-03T06:07:02-07:00</authored-date>
    <message>with_pagination( @collection, {} ) view helper for DRYing up header and footer pagination.</message>
    <tree>9e27743e7a0838ab0c6edcc010eba2ed193737ae</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d3c21f8e5af174cb79cfaa99a50908bf4ac2f7f</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/dfda32a6e3fe252dc62c06044958b3033d8b35c7</url>
    <id>dfda32a6e3fe252dc62c06044958b3033d8b35c7</id>
    <committed-date>2008-04-02T19:40:10-07:00</committed-date>
    <authored-date>2008-04-02T19:40:10-07:00</authored-date>
    <message>simplify association mixin code and fix pagination on HMT associations with edge Rails [9200]</message>
    <tree>f6ec1eb6b80d6902e94ebbef6b5c23bfccaee81f</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4c00a7a2ebf3722d6917a7332d3ff598f853890</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/3d3c21f8e5af174cb79cfaa99a50908bf4ac2f7f</url>
    <id>3d3c21f8e5af174cb79cfaa99a50908bf4ac2f7f</id>
    <committed-date>2008-04-02T18:33:30-07:00</committed-date>
    <authored-date>2008-04-02T18:33:30-07:00</authored-date>
    <message>add link to Jamis' #each from paginated_each</message>
    <tree>6580a878ad7442eec377134ffe940bdd34d3044e</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61c6ddeba2d60fe7876e6d4d99d6146d0e2d1216</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/b4c00a7a2ebf3722d6917a7332d3ff598f853890</url>
    <id>b4c00a7a2ebf3722d6917a7332d3ff598f853890</id>
    <committed-date>2008-04-02T18:29:27-07:00</committed-date>
    <authored-date>2008-04-02T18:29:27-07:00</authored-date>
    <message>Add paginated_each method for faking cursors.  [Rick Olson]
Changed that count is skipped when 0 records are returned on page 1.</message>
    <tree>7657ee4fcbb393eaca7c2d522bdb7bdfff737c15</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0fc17eb5ebdf4d30a1b8a5cb053f9a198a0def96</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/61c6ddeba2d60fe7876e6d4d99d6146d0e2d1216</url>
    <id>61c6ddeba2d60fe7876e6d4d99d6146d0e2d1216</id>
    <committed-date>2008-04-01T04:55:35-07:00</committed-date>
    <authored-date>2008-04-01T04:55:35-07:00</authored-date>
    <message>don't use `returning`. now Collection is independent from ActiveSupport</message>
    <tree>4a1d18103b9149b2bc57576013778c853a74f293</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>623ffdca6f6192bc2e11064e180b42313c561cd5</id>
      </parent>
    </parents>
    <author>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </author>
    <url>http://github.com/mislav/will_paginate/commit/0fc17eb5ebdf4d30a1b8a5cb053f9a198a0def96</url>
    <id>0fc17eb5ebdf4d30a1b8a5cb053f9a198a0def96</id>
    <committed-date>2008-04-01T04:18:56-07:00</committed-date>
    <authored-date>2008-04-01T04:18:56-07:00</authored-date>
    <message>don't require 'will_paginate' in will_paginate/collection.rb, which enables loading of WillPaginate::Collection in 3rd-party code without having to load all of WillPaginate</message>
    <tree>f99830be046c8ad613b322e287394111b11fab79</tree>
    <committer>
      <name>Mislav Marohni&#263;</name>
      <email>mislav.marohnic@gmail.com</email>
    </committer>
  </commit>
</commits>
