I am trying to do a “Twitter like” pagination with a “More” button to load results with Kaminari.
I found this question here
But I can’t figure out how to make it works and if it’s a good approach.
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean you need a “more” button? How about creating a helper like this?
I’m ready to include this kind of helper methods to the gem if you find it useful, so please let me know what you think. Thanks!