Hi, I''m having trouble finding a elegant way to edit multiple objects in the same form (line items). Can someone point a resource to a patter for the design of the view? A rails plugin can also be handy. Thanks, Tiago Franco -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Gama Franco wrote:> Hi, > > I''m having trouble finding a elegant way to edit multiple objects in the > same form (line items). > > Can someone point a resource to a patter for the design of the view? A > rails plugin can also be handy. > > Thanks, > Tiago FrancoThis thread might help, as will p. 499 of the Agile book (2nd ed.) http://www.ruby-forum.com/topic/120100 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Dondi Stroma wrote:> Gama Franco wrote: >> Hi, >> >> I''m having trouble finding a elegant way to edit multiple objects in the >> same form (line items). >> >> Can someone point a resource to a patter for the design of the view? A >> rails plugin can also be handy. >> >> Thanks, >> Tiago Franco > > This thread might help, as will p. 499 of the Agile book (2nd ed.) > > http://www.ruby-forum.com/topic/120100Thanks Dondi. That was what I was looking for. But my view is slight different since I''m using render partial for a collection. Anyway the code of the controller is straight forward. Regards :) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---