Paginating

from will_paginate source code:

# Example:

PP Junty wrote:

from will_paginate source code:

# Example: # # @developers = Developer.paginate_by_sql ['select * from developers where salary > ?', 80000], :page => params[:page], :per_page => 3

Great, looks promising. How would I find the most recent timestamp? 'where max(created_at') ?

Thanks!!