This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Edwin Moss (author)
Mon Aug 04 06:32:49 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Thu Dec 27 14:54:44 -0800 2007 | [cainlevy] |
| |
MIT-LICENSE | Thu Mar 01 09:07:02 -0800 2007 | [cainlevy] |
| |
README | Sun Aug 19 15:46:30 -0700 2007 | [cainlevy] |
| |
Rakefile | Fri Mar 02 15:47:38 -0800 2007 | [cainlevy] |
| |
assets/ | Wed Jul 23 16:18:07 -0700 2008 | [cainlevy] |
| |
init.rb | Thu Dec 27 20:55:31 -0800 2007 | [cainlevy] |
| |
install.rb | Thu Mar 01 09:07:02 -0800 2007 | [cainlevy] |
| |
lib/ | Mon Aug 04 06:32:49 -0700 2008 | [Edwin Moss] |
| |
test/ | Thu Mar 01 09:07:02 -0800 2007 | [cainlevy] |
| |
uninstall.rb | Fri Mar 02 14:35:51 -0800 2007 | [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.




