I have an application I've developed where there is a record of data which is entered line by line, I've got that working fine. The form now only has one field, because that's all the data which is required. I would like to make it simpler by providing a text_area, and the user would enter a list of values and on submit have the controller or the model parse the data into records and append them into the table. I've looked for examples of the correct 'Rails way' of doing this type of process, but everything looks like a single record posted. Does anyone know of a Gem or module which will make this simpler?
Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

