api-pagination icon indicating copy to clipboard operation
api-pagination copied to clipboard

Empty collection response has next and last link with 1.1.1 Kaminari

Open cocoakekeyu opened this issue 6 years ago • 2 comments

As #62 say, I test in 1.1.0 and above Kaminari all will occur this problem.

At last I has to downgrade to 0.17 to fix it.

cocoakekeyu avatar Dec 13 '17 07:12 cocoakekeyu

I have had the same problem. So strange.

gvinicius avatar Mar 21 '18 05:03 gvinicius

I have checked it out with will_paginate, and I got the same problem. Then, I tried to add :json after the paginate, and I it works like magic.

gvinicius avatar Mar 21 '18 06:03 gvinicius