Questions tagged [kaminari]

A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Rails 3

A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Rails 3

572 questions
-1
votes
2 answers

RoR Adding pagination with Kaminari

I wanted to add some pagination to my rails project. I've already added Kaminari and I've managed to display only 10 records per page. But I'm already missing the next/prev arrow and the page indicator. I'm using…
-1
votes
1 answer

Rails Paginate Kaminari

In my home controller I have @list = Igraci.page(params[:page]).per(1) In the index view <%= paginate @list %> and got this error: undefined method 'page' for #
1 2 3
38
39