🎵 Celiz Davidad 🎶

Results 120 comments of 🎵 Celiz Davidad 🎶

If you're specifying the param names in your configuration, you should only have to call `paginate json: users`. Can you try removing the other arguments and seeing if that works?

Hey folks; I'm definitely thinking about this, but there's a lot of potential with this cursor based paginator. I'm weighing the removal of Kaminari and WillPaginate as possible dependencies, as...

@accessd That's definitely another possibility, and it'd make it easier to support patches to the kaminari/will_paginate paginators instead of having to backport them to previous versions… So far I think...

@mikeyduece What tutorials are you looking at?

Hmmm my guess is this is due to #107… Are you configuring `api-pagination` to not include the `Total` header? The main reason that people configure this is due to expensive...

Hmm that seems wrong to me. By default, the params would be `page` and `per_page`, not `page[number]` and `page[size]`. Are you sure you didn't have this configured already?

@danramteke Is your app open source, by any chance? If not, would you be able to reproduce this in a fresh rails app using kaminari and api-pagination and send me...

Hey all, sorry that there's still an issue with this. I'm still happy to look into this, but I haven't experienced the issue, so having access to the source code...