cainlevy / recordselect
- Source
- Commits
- Network (9)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Thu Dec 27 14:54:44 -0800 2007 | |
| |
MIT-LICENSE | Thu Mar 01 09:07:02 -0800 2007 | |
| |
README | Sun Aug 19 15:46:30 -0700 2007 | |
| |
Rakefile | Fri Mar 02 15:47:38 -0800 2007 | |
| |
app/ | Wed Dec 16 23:19:50 -0800 2009 | |
| |
assets/ | Wed Dec 16 23:59:01 -0800 2009 | |
| |
init.rb | Thu Jul 02 07:26:50 -0700 2009 | |
| |
install.rb | Thu Mar 01 09:07:02 -0800 2007 | |
| |
lib/ | Wed Oct 07 02:30:53 -0700 2009 | |
| |
test/ | Thu Mar 01 09:07:02 -0800 2007 | |
| |
uninstall.rb | Fri Mar 02 14:35:51 -0800 2007 |
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.
