I am new with kaminari (ruby) and I just implemented the kaminari infinite scroll. I followed the tutorial step by step and I noticed that the JQuery makes 7 get requests to load one page whitch is a lot. I think it's a bug. How can we lower this to one call ?
You will find here the JQuery code https://raw.githubusercontent.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js
Thanks !