Hi Jerome, If you are searching for basic action_link management examples you may find guides for rails 3 here: http://vhochstein.wordpress.com/2010/09/30/actionlink-response-and-ignore/ http://vhochstein.wordpress.com/2010/12/03/activescaffold-confirmation-of-actionlinks/ http://vhochstein.wordpress.com/2010/12/20/activescaffold-actionlinks-and-icons/ http://vhochstein.wordpress.com/2010/11/26/activescaffold-grouping-actions/
and for sure in the activescaffold docs itself. -- Volker On Feb 16, 8:17 pm, jerome187 <[email protected]> wrote: > just meaning that after the duplication process is done it would > redirect you to the new (or just the filled in form?) record. > > I really just need to know how to put another link in the list view > next to edit/view/delete I think I can figure out the rest > > On Feb 14, 11:52 pm, vhochstein <[email protected]> wrote: > > > Hi Jerome, > > > what do you mean by redirect to duplicate when it s done?? > > - show a create view (cause duplicate is nt stored in db so far) > > - show an update view (cause duplicate is already stored in db) > > - just insert a new record (your duplicate) into list view > > > -- > > Volker > > > On Feb 14, 8:17 pm, Jerome Stonebridge <[email protected]> > > wrote: > > > > I would like to add a custom button next to the Edit Delete View button > > > in list view, for duplicating records, for one of my models. The model > > > is so complicated that they can't be plainly duplicated, so I just need > > > to pass in the id of a record to a custom controller action where the > > > duplication can take place, and redirect to the duplicate when its done. > > > > I'm wondering if there is an easy way to add such a button to one model's > > > list view -- 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.
