Package rails-plugin-will_paginate: Information

    Binary package: rails-plugin-will_paginate
    Version: 2.3.11-alt1
    Architecture: noarch
    Build time:  Jul 6, 2009, 05:14 PM
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: Most awesome pagination solution for Rails
    Description: 
    Pagination is just limiting the number of records displayed. Why
    should you let it get in your way while developing, then? This
    plugin makes magic happen. Did you ever want to be able to do
    just this on a model:
    
      Post.paginate :page => 1, :order => 'created_at DESC'
    
    ... and then render the page links with a single view helper?
    Well, now you can.


    List of contributors:
    Sir Raorn

    Last changed


    June 30, 2009 Sir Raorn 2.3.11-alt1
    - [2.3.11]
    Sept. 9, 2008 Sir Raorn 2.3.3-alt1
    - [2.3.3]
    July 13, 2008 Sir Raorn 2.3.2-alt1
    - Built for Sisyphus