Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails Admin vs. ActiveAdmin [closed]

I've been looking into some rails admin plugins and came across these:

https://github.com/gregbell/active_admin

https://github.com/sferik/rails_admin

https://github.com/thoughtbot/administrate (EDIT: added later)

Any suggestions as to which one to go with. I would need it to support model associations and file uploads abilities.

like image 885
erickreutz Avatar asked Jun 30 '11 23:06

erickreutz


2 Answers

I vote for rails_admin. I like its looks and the fact that out of the box all the models are available for administration. The history feature is quite useful too.

Any project with Yehuda Katz as a mentor should be a safe bet.

like image 65
Harish Shetty Avatar answered Oct 14 '22 10:10

Harish Shetty


I personally think the two could be merged, and have just raised the issue on both projects:

  • https://github.com/sferik/rails_admin/issues/799
  • https://github.com/gregbell/active_admin/issues/677

I think it would be great to take the best parts from both, and collaborate on the missing pieces.

like image 26
ndbroadbent Avatar answered Oct 14 '22 08:10

ndbroadbent