Sha256: 55fb42ead20127cdc0b04d9c8e047c76e63052c6d932effadfdb53b9ca282118
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
h1. dm-is-paginated h2. What dm-is-paginated is a simple pagination plugin for DataMapper. h2. Installing <pre>sudo gem install dm-is-paginated</pre> h2. Demonstration of usage You can specify the page with :page => number. You can also specify the items per page with :per_page => number. Example: <pre syntax="ruby">@page_count, @pages = Post.paginated :page => @current_page</pre> h2. Google Groups / Mailing List "http://groups.google.com/group/dm-is-paginated":http://groups.google.com/group/dm-is-paginated h2. How to report a bug or make a feature request Visit our ticket "tracker":http://rubyforge.org/tracker/?group_id=6843 h2. How to submit patches Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above. You can fetch the source from github: <pre>git clone git://github.com/lholden/dm-is-paginated.git</pre> h3. Build and test instructions <pre>cd dm-is-paginated rake test rake install_gem</pre> h2. License This code is free to use under the terms of the "MIT license":http://dm-is-paginated.rubyforge.org/rdoc/files/License_txt.html. h2. Contact Comments are welcome, and can be sent via "Google Groups":http://groups.google.com/group/dm-is-paginated.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
myabc-dm-is-paginated-0.0.1 | website/index.txt |