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

。_饼干妹妹 提交于 2019-12-06 02:50:07

问题


Possible Duplicate:
Rails Admin vs. ActiveAdmin

I'm aware that there is already another question about this, but it was not so useful to me. I'm looking for an Admin generation tool for Rails and, apart from personal taste, I ca'nt decide whether use Rails Admin, Active Admin or other tools. HAve you had any experience with them? Can you suggest which you prefer, giving tech explanaitions and feedbacks?


回答1:


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!



来源:https://stackoverflow.com/questions/7526099/rails-admin-vs-active-admin-rails-admin-generation-tools

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