lorint / admin_panel_comparison

Comparison of six different Rails admin panel solutions
36 stars 9 forks source link

Compare Admin Panels!

An analysis of six popular admin panel gems for use with Ruby on Rails:

Active Admin

https://activeadmin.info/

Avo

https://avohq.io/

Forest

https://www.forestadmin.com/

Motor Admin

https://www.getmotoradmin.com/ruby-on-rails

Rails Admin

https://github.com/railsadminteam/rails_admin

Trestle

https://trestle.io/


Also considering adding ThoughtBot's Administrate and Chris Oliver's madmin.

Troubleshooting

If you get:

The asset "active_admin.css" is not present in the asset pipeline.

then do this:

bin/rails g active_admin:assets

(But it really should already be there.)