thabenksta Mechanic From: kansas city Registered: 2006-06-15 Posts: 383 Website I hate pagination, it's always a big pain in the rump. Luckily Rails has helpers that make it almost effortless, for most situations. The paginate helper method will write SQL queries that offset and limit the result set. There's also the Paginator class that helps with the previous and next stuff. The problem for me t