Rails Admin vs Active Admin : Rails Admin generation tools [duplicate]

拜拜、爱过 提交于 2019-12-04 06:56:50

I haven't tried Rails Admin, but Active Admin is pretty nice. Active Admin is flexible in the sense that it lets you customize the admin panel at great length, but requires a little bit of Rails (and Ruby) knowledge, and a few conventions here and there.

There is a nice video cast on Active Admin on this website active admin @ railscast.com

I personally prefer to manage objects directly from the front page (Authorization, Sessions, etc...), but all in all it depends what you intend to do for a website. For an e-commerce solution, having an admin panel is useful, but on the other hand I find it overkill for a blog ;).

hope it helps!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!