Alphabetical Pagination, version 0.2.3

Thanks to a few people’s input we’ve got a few improvements and fixes to our alphabetical pagination plugin.

There is now a handy helper you can use for the pagination links:

<%= alphabetically_paginate(@pins) %>

At a request from our user experience guru, it lists all the letters of the alphabet and links the active letters. For example:

New alphabetical pagination helper

The best news is, the old way still works, so it’s backwards compatible. You don’t have to use the helper if you don’t want to.