public
Description: Demonstrate using will_paginate with Rails scaffolding.
Clone URL: git://github.com/mhw/crud_paginate.git
name age message
file .gitmodules Fri Apr 25 03:25:27 -0700 2008 Add my fork of the will_paginate plugin. [mhw]
file README Fri Apr 25 03:15:27 -0700 2008 Explain what this project is supposed to be about. [mhw]
file Rakefile Fri Apr 25 02:18:36 -0700 2008 Create new app. [mhw]
directory app/ Fri Apr 25 03:59:56 -0700 2008 List last_name before first_name to match sort ... [mhw]
directory config/ Fri Apr 25 03:53:26 -0700 2008 Add actions to create some fake people using th... [mhw]
directory db/ Fri Apr 25 03:07:45 -0700 2008 Add database schema. [mhw]
directory doc/ Fri Apr 25 02:18:36 -0700 2008 Create new app. [mhw]
directory lib/ Fri Apr 25 02:19:18 -0700 2008 Ignore some stuff, mark empty directories. [mhw]
directory log/ Fri Apr 25 02:19:18 -0700 2008 Ignore some stuff, mark empty directories. [mhw]
directory public/ Fri Apr 25 03:07:38 -0700 2008 Generate scaffold for a simple person table. [mhw]
directory script/ Fri Apr 25 02:18:36 -0700 2008 Create new app. [mhw]
directory test/ Fri Apr 25 03:07:38 -0700 2008 Generate scaffold for a simple person table. [mhw]
directory tmp/ Fri Apr 25 02:19:18 -0700 2008 Ignore some stuff, mark empty directories. [mhw]
directory vendor/ Fri Apr 25 03:25:27 -0700 2008 Add my fork of the will_paginate plugin. [mhw]
README
A simple (or sample) application to demonstrate will_paginate working with
the standard Rails scaffolding.

Mark H. Wilkinson <mhw@dangerous-techniques.com>