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 (
| 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/ | Fri Nov 20 07:17:43 -0800 2009 | |
| |
assets/ | Sat Aug 01 00:31:06 -0700 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.







