Browse the Ruby on Rails Community.

You are here: Browse Railsplugins model_auto_completer

model_auto_completer

= model_auto_completer

Description

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.

Usage

This plugin offers three helpers and a class method for controllers. See the documentation of ModelAutoCompleterHelper.

Installation

To install model_auto_completer run

script/plugin install svn://rubyforge.org/var/svn/model-ac/trunk/vendor/plugins/model_auto_completer

In Rails 2 you need the auto_complete plugin as well:

script/plugin install auto_complete
Copyright

(C) 2007-2008 {ASPgems S.L.}[http://www.aspgems.com]

== License

This code is available under the MIT license.

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly


Homepage: http://agilewebdevelopment.com/plugins/model_auto_completer