edwinmoss / recordselect forked from cainlevy/recordselect

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

This URL has Read+Write access

name age message
file .gitignore Tue Nov 04 13:18:18 -0800 2008 Upgraded to Rails 2.x [Edwin Moss]
file CHANGELOG Thu Dec 27 14:54:44 -0800 2007 er, that last commit was for issue 28, not 38 [cainlevy]
file MIT-LICENSE Thu Mar 01 09:07:02 -0800 2007 [cainlevy]
file README Sun Aug 19 15:46:30 -0700 2007 a little documentation cleanup [cainlevy]
file Rakefile Fri Mar 02 15:47:38 -0800 2007 documentation [cainlevy]
directory assets/ Wed Dec 16 12:31:09 -0800 2009 Fix issue with encoding/decoding of the label b... [Edwin Moss]
file init.rb Thu Dec 27 20:55:31 -0800 2007 adding a FormBuilder helper, which enables simp... [cainlevy]
file install.rb Thu Mar 01 09:07:02 -0800 2007 [cainlevy]
directory lib/ Wed Dec 16 12:31:09 -0800 2009 Fix issue with encoding/decoding of the label b... [Edwin Moss]
directory test/ Thu Mar 01 09:07:02 -0800 2007 [cainlevy]
file things.todo Wed Feb 04 12:57:43 -0800 2009 Fix partial name conflict with ActiveScaffold -... [Edwin Moss]
file uninstall.rb Fri Mar 02 14:35:51 -0800 2007 adding plugin uninstall.rb [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.