public
Description: Rails plugin to produce a sortable, paginated, searchable table for any model
Homepage: http://www.cablecarsoftware.com
Clone URL: git://github.com/kovacs/sortable.git
name age message
file README Wed Jul 15 21:54:01 -0700 2009 update readme [kovacs]
file Rakefile Tue Jan 20 12:20:40 -0800 2009 Initial commit [kovacs]
file TODO Tue Jun 30 16:09:24 -0700 2009 update plugin to use cablecar namespace [kovacs]
directory example/ Tue Jun 30 16:09:24 -0700 2009 update plugin to use cablecar namespace [kovacs]
directory images/ Tue Jun 30 17:49:18 -0700 2009 add arrow images and logo background image to p... [kovacs]
file init.rb Tue Jun 30 17:49:18 -0700 2009 add arrow images and logo background image to p... [kovacs]
file install.rb Tue Jan 20 12:20:40 -0800 2009 Initial commit [kovacs]
directory lib/ Tue Jun 30 18:12:50 -0700 2009 add doc for search array [kovacs]
directory test/ Tue Jun 30 16:09:24 -0700 2009 update plugin to use cablecar namespace [kovacs]
directory views/ Fri Jul 17 20:42:16 -0700 2009 Changed send to instance_eval to allow nested c... [augustf]
README
Sortable
========

See my blog posting on sortable here: http://javathehutt.blogspot.com/2009/06/mo-simple-sortable-tables-in-rails.html

For more usage information see sortable.rb and sortable_helper.rb. Also see the example app in the example dir as
well as the tests that go along with it.