Questions Recently Asked by Dave /users/recently_asked/50 Questions Recently Asked by Dave Mon, 01 Dec 2008 11:55:00 -0800 $0.00 - Hey Rich, What happened to your previous question...it *seems* like it got... http://guruza.com/question/240/reward-0.00 Hey Rich, What happened to your previous question...it *seems* like it got answered by besquared, but the answer does not show up at all. It looks like maybe only the tail end of the chat log was saved. At any rate (even though you may not need the answer any more), here's how I would have done it: First, in the find function, you use userid, but there is no userid field in user. Thus, the two places where you have userid should be prefixed with posts., as in posts.userid If that doesn't work, I'd go straight to SQL using the find_by_sql function: Users.find_by_sql "SELECT u.*, count(p.userid) postcount FROM users u, posts p WHERE p.userid = u.id GROUP BY p.userid ORDER BY postcount" Fri, 14 Jul 2006 01:54:28 -0700 $0.00 - I noticed that $0.00 postings are now allowed on Guruza ...how will Adam and ... http://guruza.com/question/174/reward-0.00 I noticed that $0.00 postings are now allowed on Guruza ...how will Adam and Rich make a living if reward-less questions are asked? Furthermore, doesn't this significantly increase the possibility of spamming? Fri, 30 Jun 2006 12:30:05 -0700