pagination

Hi, I am new to rails and developing a networking site.I am finding difficulty with pagination since i am working on rails 2.0.0. can somebody help me with the definition of paginate function. Thanx

tanya wrote:

Hi, I am new to rails and developing a networking site.I am finding difficulty with pagination since i am working on rails 2.0.0. can somebody help me with the definition of paginate function. Thanx

Try will_paginate plugin

If this is a new project, *DO NOT* start with an old Rails version. You'll only run into trouble, and bugs that have been fixed already.

--Matt Jones

Paged scopes seems interesting. I have not tried it, but I expect to do it soon. Here is the link http://code.matthewhollingworth.net/