Yes, largely. I have administrative views that I want to scaffold, and user views that I don't. In my initial ActiveScaffolding, my scaffold on admin interfaces would bump into my regular rails code and insist that the other controller have active_scaffold.
I added config.columns[:unit].ui_type=:select for the references to remove that complaint, but then I loose the ability to create those records from the table. I have some thoughts about routes and multiple controllers but wanted to see if there was a good way to do this before I get myself in trouble :). Thanks, Nick On Wed, Jun 3, 2009 at 2:39 PM, G. Sobrinho <[email protected]>wrote: > Need you to run scaffold and activescaffold on the same controller? > > 2009/6/3 vanweerd <[email protected]> > > >> Hi, >> >> Is it possible to configure ActiveScaffold to not intercept regular >> restful actions? e.g. be able to run the regular rails restful >> scaffolding in parallet with the ActiveScaffold. >> >> e.g. for a blog posts controller >> >> localhost:3000/posts => displays the rails generated scaffolding >> >> localhost:3000/active/posts >> or localhost:3000/posts2 => displays the ActiveScaffold. >> >> Ideally, I'd like to create an alternate UI under an "active" root. >> >> Thanks, >> Nick >> >> >> >> > > > -- > Atenciosamente, > > Gabriel Sobrinho > +55 31 8775 8378 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
