cainlevy / recordselect

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

This URL has Read+Write access

scambra (author)
Thu Oct 08 00:35:10 -0700 2009
cainlevy (committer)
Thu Oct 08 10:46:00 -0700 2009
commit  3281aff9697f397795fd2763ae7a3076194d23c9
tree    610c19e0f7fe745163599e5b4b0cc18a4da61810
parent  525e9c37d3f4129fa994035ef40434efd68b5475
recordselect / README
100644 11 lines (7 sloc) 0.829 kb
1
2
3
4
5
6
7
8
9
10
11
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.