My setup: Rails 2.3.10, Ruby 1.8.7
I use the will_paginate plugin and for a specific user, I need to implement a leaderboard function showing the page on which his rating belongs, is there any way to do this?
UPDATE: Ideally, this is done without returning all records in the first place, so this negates the key benefit of using will_paginate.
source share