Rails Random Active Record with Pagination
- by Kevin Sylvestre
I need to find all records for a particular resource and display them in a random order, but with consistent pagination (you won't see the same record twice). I am using will_paginate. Any advice?