cainlevy / recordselect

Replaces <select> tags with a full-HTML, RESTful JavaScript record browser (Rails plugin)

This URL has Read+Write access

name age message
file CHANGELOG Thu Dec 27 14:54:44 -0800 2007 er, that last commit was for issue 28, not 38 [cainlevy]
file MIT-LICENSE Thu Mar 01 09:07:02 -0800 2007 [cainlevy]
file README Sun Aug 19 15:46:30 -0700 2007 a little documentation cleanup [cainlevy]
file Rakefile Fri Mar 02 15:47:38 -0800 2007 documentation [cainlevy]
directory app/ Loading commit data...
directory assets/ Sat Aug 01 00:31:06 -0700 2009 fix not clear container Signed-off-by: Lance I... [alvin2ye]
file init.rb Thu Jul 02 07:26:50 -0700 2009 Explicitly load the record_select helper. [jhf]
file install.rb Thu Mar 01 09:07:02 -0800 2007 [cainlevy]
directory lib/ Wed Oct 07 02:30:53 -0700 2009 allow to skip adding a link, becuase it breaks ... [scambra]
directory test/ Thu Mar 01 09:07:02 -0800 2007 [cainlevy]
file uninstall.rb Fri Mar 02 14:35:51 -0800 2007 adding plugin uninstall.rb [cainlevy]
README
RecordSelect
============

(c) 2007 - Lance Ivy

RecordSelect is a Rails widget to help you pick one record out of many. I designed it as a more usable and performant 
alternative to generating a massive dropdown list. It relies on AJAX for the cooler uses (all the provided view helpers 
rely on JavaScript?) but can also function in a pure-http fashion (although multi-select support is provided in a 
pure-JavaScript implementation).

Please see the ActionView::Helpers::RecordSelectHelpers for the most common API. More documentation (and HOWTOs) can be 
found online at http://code.google.com/p/recordselect, and a demo application is available at 
http://recordselect.googlecode.com/svn/demo.

= DEPENDENCIES
This depends on the excellent Paginator gem by Bruce Williams. This simple gem is available at paginator.rubyforge.org.