You can add render_component_vho to your Gemfile.
Anyway, you should improve performance for that embedded scaffold, is
too long, that's not good for your users. Try removing some columns
(mainly association columns), displaying less records per page, or
selecting only some columns if table has many columns (with
custom_finder_options). Also you can display only associated records
count and use counter_cache so you can disable eager loading and load
less records (it can be a great improvement for long associations):
conf.columns[:association].associated_limit = 0
conf.columns[:association].includes = nil
> --
> 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/-/iT4FQ8egTfQJ [1].
> To post to this group, send email to
actives...@googlegroups.com.
> To unsubscribe from this group, send email to
>
activescaffol...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/activescaffold?hl=en.
>
>
> Links:
> ------
> [1]
https://groups.google.com/d/msg/activescaffold/-/iT4FQ8egTfQJ