I would like to have the user be able to edit a form which would include nested active scaffolds for each has_many association instead of using subforms like it does currently. I think that using nested scaffolds gives a more consistent look and feel and more flexibility such as sorting of records, using action_links on the group of records like the new batch action and other custom actions.
The important part for this to work, is that any actions performed on the nested (embedded) scaffold would just update (replace) that scaffold inline similar to how it works with nested scaffolds now. On Jan 6, 2:36 am, vhochstein <[email protected]> wrote: > Hi, > > I ve never tried, but it is an interesting idea. > What is your specific requirement for such a feature? > > -- > Volker > > On Jan 6, 12:08 am, Jeff Surrett <[email protected]> wrote: > > > > > Is there a way of having nested scaffolds appear for the associated > > tables instead of subforms in an update form? I tried to embed a > > scaffold in a form override but when I update a record in the embedded > > scaffold, it takes me the main page for that scaffold instead of > > updating inline. I am using Vhochstein's rails 3 branch of AS. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
