HowTo: Pagination

Pagination was removed from the core of Rails. Among the solutions that can be found on the internet, the mislav-will_paginate plug-in is among the easiest to implement.

Note: the pagination is implemented on the page level, it will modify the URL string on the GET request.

Follow the installation instructions here.

Follow the section on “Using Rails 2.1 gem dependencies”.

That should install the mislav-will_paginate gem. Doing a gem list will show you its there.

Usage instructions can be found here.

Follow

Get every new post delivered to your Inbox.