manish thanki
manish thanki

Reputation: 63

how can we use will_paginate in ruby on rails 3.0.3

is their will_paginate will support to ruby on rails 3.0.3?

Upvotes: 0

Views: 488

Answers (2)

Kunday
Kunday

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

Laz
Laz

Reputation: 3538

Yes. In beta - https://github.com/mislav/will_paginate/tree/rails3.

Upvotes: 3

Related Questions