pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-will-paginate



Module Name:    pkgsrc
Committed By:   jlam
Date:           Tue Apr 29 18:02:05 UTC 2008

Update of /cvsroot/pkgsrc/textproc/ruby-will-paginate
In directory ivanova.netbsd.org:/tmp/cvs-serv2168

Log Message:
Initial import of ruby18-will-paginate-2.2.2 as
textproc/ruby-will-paginate.

Pagination is just limiting the number of records displayed.  Why should
you let it get in your way while developing, then?  This library makes
magic happen.  Did you ever want to be able to do just this on a model:

    @posts = Post.paginate :page => params[:page],
                           :order => 'created_at DESC'

and then render the page links with a single view helper?  Well, now
you can.

    <%= will_paginate @posts %>

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/textproc/ruby-will-paginate/Makefile
N pkgsrc/textproc/ruby-will-paginate/DESCR
N pkgsrc/textproc/ruby-will-paginate/PLIST
N pkgsrc/textproc/ruby-will-paginate/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index