<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -93,6 +93,9 @@ module WillPaginate
       # It uses +paginate+ internally; therefore it accepts all of its options.
       # You can specify a starting page with &lt;tt&gt;:page&lt;/tt&gt; (default is 1). Default
       # &lt;tt&gt;:order&lt;/tt&gt; is &lt;tt&gt;&quot;id&quot;&lt;/tt&gt;, override if necessary.
+      #
+      # See http://weblog.jamisbuck.org/2007/4/6/faking-cursors-in-activerecord where
+      # Jamis Buck describes this and also uses a more efficient way for MySQL.
       def paginated_each(options = {}, &amp;block)
         options = { :order =&gt; 'id', :page =&gt; 1 }.merge options
         options[:page] = options[:page].to_i</diff>
      <filename>lib/will_paginate/finder.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <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>
