September 21, 2008
Posted by roadburn
Rails Pagination
From :
http://github.com/mislav/will_paginate/tree/master
Installation
1 | $script/plugin install git://github.com/mislav/will_paginate.git |
Usage
@posts = Post.paginate :page => params[:page], :order => 'created_at DESC' #In the view, page links can be rendered with a single view helper: <%= will_paginate @posts %>
No Comments Yet
You can be the first to comment!
Leave a comment