without more information i think that is the association models. you need change select inputs for record_selects and in the controller with associated models: conf.columns[:associated_model].actions_for_association_links = [:show]
On Tuesday, October 9, 2012 9:16:07 AM UTC-5, praveen wrote: > > Using AS 3.2.3 ,rails 3.2, ruby 1.9.3 > I have embedded a active scaffold in view file of an action and > this embedded AS has huge data.So before loading the table, it is showing > a link(controller name) but user will thought it is just a link (because > its taking 45 sec to load the table). > > In AS 2.3, It was loading the table(embedded active scaffold ) before > showing the page. > I want old functionality. > > Thanks in advance > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To view this discussion on the web visit https://groups.google.com/d/msg/activescaffold/-/CnghmG3AdGQJ. 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.
