bouchard / thumbs_up

Dead-Simple Vote and Karma Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

users ranking based on karma

dhirajbajaj opened this issue · comments

is there Something like user.karma_ranking soa s to get the users based on karma they have earned.

No there is not, but feel free to implement it (in #find_most_karmic)... much of the code can be reused or altered from the #karma method (has_karma.rb#L31).

If you get there, let me know with a pull request and I'll add it in!

Any chance we can see this happening? I tried sorting it in rails but it will soon be too slow as the list of users grow.

Would love to see this feature finally being added.