Posted by Rob Anderton on August 22nd, 2010 @ 10:04 – 30 comments
Updated on October 11th, 2010 @ 23:38
Tagged with view
With a final release of Rails 3 edging closer every day it seems like a good time to revisit some of my old articles from the last few years and bring them up to date.
Back in the summer of 2008 I wrote about custom link renderers using will_paginate and, as it is still one of the most popular posts on the blog, it’s the one I’ve decided to refresh first. Don’t worry if you haven’t read the original article as I’ll be covering the same things here. So without further ado, let’s get stuck in!
Read more of this entry
Posted by Rob Anderton on August 3rd, 2008 @ 16:10 – 46 comments
Updated on August 22nd, 2010 @ 23:00
Tagged with view
Mislav’s will_paginate plugin (and Gem) has become the de facto standard for pagination in Rails, replacing the often derided classic pagination from the dark days before Rails 2.0. If you haven’t used will_paginate before then Ryan Bates’ RailsCast is a good introduction, although be warned that it is just over a year old and there have been a number of changes to the plugin in that time (the current version is 2.3.2 2.3.6).
Read more of this entry