Good pagination option?

Hi,
I want to do pagination in Rails 2.2.
I have a confusion which pagination should I use?
“Will_paginate or Paginator.new”

Also I want to retrieve only those number of records which I have
specified in records per page.

Can anyone please help me out for this?

Thanks,
Tushar

On Jun 9, 11:20 am, Tushar G. [email protected]
wrote:

Hi,
I want to do pagination in Rails 2.2.
I have a confusion which pagination should I use?
“Will_paginate or Paginator.new”

will_paginate is pretty much the defacto thing for pagination

Fred