Logo_s
  • Find a Package
  • Check Live Licences
  • Register
  • FAQs
  • Login

Find software packages matching

Only search category

Browse categories
Packages 1-2 of 2 that are in category Paging:
  • Dec 19, 2008
    Will PaginatePermalink
    by Mislav Marohnić, PJ Hyett
    Ruby on Rails → Views → Paging
    Ruby on Rails → Database/Model → Find

    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.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Instructions Home Page Support
    I wrote this package

  • Jan 22, 2009
    WiceGrid 0.3Permalink
    by The WICE team
    Ruby on Rails → Views
    Ruby on Rails → Views → Paging
    Ruby on Rails → Database / Model → Find

    WiceGrid is a Rails plugin which does all dummy work for you when you need to render a table with:

    • paging
    • sortable columns
    • filtering by multiple columns
    • CSV export
    • saving queries (considered experimental as of version 0.3)

    Filters are added automatically according to the type of the underlying DB column, or can be customized. Filtering by more than one column at the same time is possible. More than one such grid can appear on a page, and manipulations with one grid do not have any impact on the other.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Prerequisites

    • Will Paginate (Version >= 2.3.2)

    Installation

    Release Notes Home Page Support

    Installation Instructions:

    script/plugin install http://svn.wice.eu/public/wice_grid

    or if you want to use svn externals to keep it up-to-date:

    script/plugin install -x http://svn.wice.eu/public/wice_grid
    I wrote this package

  • Privacy Policy
  • Terms of Use
  • Contact
  • About Rails Wheels