public
Fork of cainlevy/recordselect
Description: Replaces <select> tags with a full-HTML, RESTful JavaScript record browser (Rails plugin)
Homepage: http://code.google.com/p/recordselect
Clone URL: git://github.com/edwinmoss/recordselect.git
Edwin Moss (author)
Thu Jun 25 11:49:40 -0700 2009
commit  9531eabe018336dee8ed67ffc6dfa3bb3dae287c
tree    cac4ff53db75ea5d36235da30e3ef1e7e3df9b9b
parent  290693a434e96b1577c95a9b71e2ebfdbfc62712 parent  13ca8777f802d4c463d0e415443bbfe8b72abb11
name age message
file .gitignore Loading commit data...
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/
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/
directory test/ Thu Mar 01 09:07:02 -0800 2007 [cainlevy]
file things.todo
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.