Tagged Questions
0
votes
0answers
29 views
Rails Kaminari Error two requisitions GET dont render
So, I'm using the Rails gem kaminari but I have a big problem, I make a filter im my finances, and this filter is in Ajax, so I have this in my routes.rb (I change GET to POST to make it work but it ...
0
votes
1answer
165 views
Pagination in a partial using AJAX
I've asked this question before, but I think I've figured what the problem may be.
I have a page, which holds a table div. I use an AJAX call to get a table (not a partial, its just another ...
0
votes
0answers
186 views
Ajax + kaminari pagination for different models on a single page and custom partial
Im using Rails 3+ and in a nut shell i have jquery tools tabs on a page that display a list of designs in one tab and a table in another tab, i wish to ajax both of these. Let me preface this by ...
0
votes
0answers
343 views
Infinite Scroll with Kaminari, Sausage.js, jQuery and Bootstrap
For some reason, my infinite scroll triggers when I'm scrolling to the bottom of a modal (using Twitter Bootstrap). So, if a user has a modal up, the area behind the modal continues to paginate.
Is ...
0
votes
1answer
185 views
Kaminari with AJAX, unable to paginate
I've followed the AJAX Kaminari example here: https://github.com/amatsuda/kaminari_example/tree/ajax
I've successfully generated the partial and table. However, pressing the pages in the pagination ...
1
vote
1answer
168 views
Ajax updating pagination in rails
I have a page where a user can enter a message, and subsequently that message will appear below on the page. These messages are intended to be paginated.
I am trying to do this with Ajax. Currently my ...
0
votes
1answer
441 views
Issue in kaminari ajax pagination
Am using kaminari ajax pagination in my project. It is working fine, But contents are displaying number of pages times in the page. For example if number of items per pages is 7, then it is displaying ...
1
vote
1answer
838 views
Kaminari ajax, it does NOT works, rails 3.1 and Mongoid
I'm following https://github.com/amatsuda/kaminari_example/commits/ajax. I'm using kaminari 0.12.4. (I had check with 0.13.0 and and does not work). Without ajax does works fine.
I have in ...
4
votes
2answers
2k views
Multiple pagination with kaminari via Ajax
I want to apply multiple pagination with Kaminari via Ajax now here is my code for controller
def user_note
@user = current_user
@notes = Bookmark.where('user_id = ? && note is not ...
2
votes
1answer
505 views
Pagination does not work after Ajax call in Rails
I am using plugin Kaminari for pagination. I am Ajaxifing my application and I encountered a problem. I have a form with paginated data plus form for filtering data (both via Ajax). At start ...
1
vote
1answer
434 views
How to specify a controller & action for Ajax pagination with Kaminari?
I'm using the Kaminari gem for my ruby on rails application (For anybody still using will_paginate, I would recommend to consider switching! Much cleaner and more versatile).
The problem I have is ...
2
votes
2answers
2k views
Rails3.1 infinite/endless scroll
I want to make my project's feed_item go endless,
I am using kaminari in Rails, can anyone suggest a good way to implement infinite/endless scroll rather than this: ...
2
votes
2answers
5k views
Rails3 - Sort and Paginate with Kaminari + AJAX + unobtrusive javascript
I have successfully set up an ajax pagination with Kaminari.
In order to add a sort feature I followed this great Railscast and replaced will_paginate by Kaminari.
The pagination works great but the ...

