Is there a rails-y way to implement an HTML select that lets you add
items to the select list on the fly? Contents of the select would come
from a table; basically you’d be adding records to a one table while
editing a many record.
That could be coded by hand, but I’m wondering if there’s an existing
helper or something that packages it up rails-style.