i am building a site, with few models with relations and a lot of static pages. How I can manage static pages hierarchy in Active Admin or rails_admin? Please advice how I can set up CMS functionality with this tools. Thanks a lot.

link|improve this question

17% accept rate
feedback

1 Answer

I use rails_admin build a simple CMS site. the requirement is similar with yours.

suggest you build a model Menu or Category, you can make Menu as a tree.

try awesome_nested_set

rails_admin are friendly with ckeditor, with paperclip or carriarwave, you can let page insert image convniently. for these features what you should do is only edit the rails_admin.rb

for active_admin, it is too slow in development mode.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.