<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,7 +54,7 @@ class Person &lt; ActiveRecord::Base
   NUM_WALL_COMMENTS = 10
   NUM_RECENT = 8
   FEED_SIZE = 6
-  TIME_AGO_FOR_MOSTLY_ACTIVE = 2.month.ago
+  TIME_AGO_FOR_MOSTLY_ACTIVE = 4.month.ago
   # These constants should be methods, but I couldn't figure out how to use
   # methods in the has_many associations.  I hope you can do better.
   ACCEPTED_AND_ACTIVE =  [%(status = ? AND
@@ -156,7 +156,7 @@ class Person &lt; ActiveRecord::Base
       paginate(:all, :page =&gt; page,
                      :per_page =&gt; 10000,
                      :conditions =&gt; conditions_for_active,
-                     :order =&gt; &quot;created_at DESC&quot;)
+                     :order =&gt; &quot;created_at ASC&quot;)
     end
 
     def find_recent</diff>
      <filename>app/models/person.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af80dd8bab377b634a113aecaf6eaaf81aa18de5</id>
    </parent>
  </parents>
  <author>
    <name>BinarySeed</name>
    <email>binaryseed@mail.binaryseed.net</email>
  </author>
  <url>http://github.com/binaryseed/oscurrency/commit/94ade70975062552a366afcdf56b0341381cf80e</url>
  <id>94ade70975062552a366afcdf56b0341381cf80e</id>
  <committed-date>2009-06-15T14:38:45-07:00</committed-date>
  <authored-date>2009-06-15T14:38:45-07:00</authored-date>
  <message>recent=4month</message>
  <tree>271a2fe64cf084ce49ea74e7d915f763c155eea9</tree>
  <committer>
    <name>BinarySeed</name>
    <email>binaryseed@mail.binaryseed.net</email>
  </committer>
</commit>
