| Path: | README |
| Last Update: | Tue Apr 15 10:53:14 +0200 2008 |
model_auto_completer provides auto completion for models. That is, the user autocompletes a text field, and the widget manages a hidden field that stores the ID of the selected model.
This plugin offers three helpers and a class method for controllers. See the documentation of ModelAutoCompleterHelper.
To install model_auto_completer run
script/plugin install http://model-ac.rubyforge.org/svn/trunk/vendor/plugins/model_auto_completer
In Rails 2 you need the auto_complete plugin as well:
script/plugin install auto_complete
If you prefer Subversion the repository is at
svn://rubyforge.org/var/svn/model-ac/trunk/vendor/plugins/model_auto_completer
(C) 2007-2008 ASPgems S.L.
This code is available under the MIT license.