ruby-on-railsmerit-gem

Sorting users by points (using merit gem)


What's the best way to order a users list by their points generated by the merit gem? I'm having difficulty doing so because merit probably doesn't save it's data in the db.

So far, I'm caching merit points in the users table, I was just wondering if there's a better way.


Solution

  • The closest solution I have found is https://github.com/tute/merit/wiki/How-to-show-a-points-leaderboard