Reputation: 63
is their will_paginate will support to ruby on rails 3.0.3?
Upvotes: 0
Views: 488
Reputation: 1041
Yes, Its still in beta and we have used will paginate successfully in a production rails project.The bug that i have seen so far is the count of items at times is wrong. You can work around it by firing your own count query and populate it.
Upvotes: 0