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.
|
feedback
|
|
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. 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. | |||
|
feedback
|