Questions tagged [will-paginate]

The Ruby pagination tool for efficient navigation.

Rails pagination will only show the link to the current page

Is there a way to show only the current page link with the << Previous link hidden when on the first page and next >> link hidden when on the last page? It should look like this: On the first page: 1 | next >> On the last page (with 4 pages): << ...

Utilizing jQuery to dynamically add results and prevent duplicate entries in will_paginate

I am currently using will_paginate to easily manage the comments pagination in my Rails 3 application, and so far it's been working flawlessly. At the moment, I have set up the display to show 10 comments per page. However, whenever I add a new comme ...

Whenever the browser page refreshes, ajax will_paginate inexplicably resets the page back to

I'm new to Ruby on Rails (RoR) and I have an application in which I am using Ajax with will_paginate, similar to what is shown in #174 Pagination with AJAX - RailsCasts. Everything is working fine, but I have encountered an issue where if I select a page u ...