Sutto / rocket_pants

API building tools on top of ActionController. Also, an awesome name.
MIT License
981 stars 130 forks source link

Kaminari instead of will_paginate #72

Closed allaire closed 11 years ago

allaire commented 11 years ago

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

Sutto commented 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.

Sutto commented 11 years ago

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.