edwinmoss / recordselect forked from cainlevy/recordselect
- Source
- Commits
- Network (9)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
9531eab
Edwin Moss (author)
Thu Jun 25 11:49:40 -0700 2009
recordselect / README
| bcd0fdc1 » | cainlevy | 2007-03-02 | 1 | RecordSelect | |
| 79c37070 » | cainlevy | 2007-03-01 | 2 | ============ | |
| 3 | |||||
| 4 | (c) 2007 - Lance Ivy | ||||
| 5 | |||||
| 696ef21e » | cainlevy | 2007-08-19 | 6 | 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). | |
| 79c37070 » | cainlevy | 2007-03-01 | 7 | ||
| 696ef21e » | cainlevy | 2007-08-19 | 8 | 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. | |
| bcd0fdc1 » | cainlevy | 2007-03-02 | 9 | ||
| 10 | = DEPENDENCIES | ||||
| 11 | This depends on the excellent Paginator gem by Bruce Williams. This simple gem is available at paginator.rubyforge.org. | ||||
