Closed allaire closed 11 years ago
Hey there @allaire,
Kaminari should work out of the box. will_paginate
is a dependency, but we only require the collection class - so, it's still a dependency (and even then it's usually only for the client code, not the api stuff) - so it shouldn't conflict with kaminari.
If you do run into any issues, let me know.
Since I've not heard back, I'm going to close this off - let me know if there is still an issue and I'll reopen.
Hi, we're already using Kaminari in our rails app, is there an option to use it instead of having will_paginate in dependency in the gemspec? I see there's already some code/spec with kaminari, I don't know if it's 100% functional though!
Thanks