<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,23 @@
 TODO:
-Add your code to lib/paginate.rb
+
+- Rails helpers:
+  Probably similar to Helpers::Merb. I just don't use Rails enough right now to
+  work through it.
+
+- Check for dependencies:
+  When, for example, Paginate::DM is extended into a class, verify that dm-core
+  and dm-aggregates are loaded. This would give me more timely errors than
+  finding out when #paginate is first called.
+  
+- Generic ORM module:
+  If dependencies are checked for, this would allow a way to use Paginators::ORM
+  through a module without the dependency check.
+
+- Includes for ORM collections:
+  For example:
+  
+      DataMapper::Collection.__send__(:include, Paginate::DM)
+      
+  What's the best way to do this?
+  Something similar for AR?
+  Maybe Paginate::auto_includes which would include such as the above</diff>
      <filename>TODO</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>494f8909d235c29579bf84440f04ce5dd92e1703</id>
    </parent>
  </parents>
  <author>
    <name>Jared Morgan</name>
    <email>jmorgan@morgancreative.net</email>
  </author>
  <url>http://github.com/jm81/paginate/commit/7fb40dc827feacdb4821fde4577592f8e8e05453</url>
  <id>7fb40dc827feacdb4821fde4577592f8e8e05453</id>
  <committed-date>2009-06-23T14:45:49-07:00</committed-date>
  <authored-date>2009-06-23T14:45:49-07:00</authored-date>
  <message>Add notes to TODO of features I plan to add eventually.</message>
  <tree>6e632b6c77fd1227136e1a4b9efe82666872af40</tree>
  <committer>
    <name>Jared Morgan</name>
    <email>jmorgan@morgancreative.net</email>
  </committer>
</commit>
