Git Product home page Git Product logo

admin_panel_comparison's Introduction

Compare Admin Panels!

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

Active Admin

  • The "original" admin panel -- still widely used for new projects today
  • Ruby-centric markup design using Arbre
  • Has CSV, XML, and JSON export

https://activeadmin.info/

Avo

  • Attractive interface using the newest front-end technology
  • Paid option adds dashboards / menu editing / inline editing
  • Built by Adrian Marin

https://avohq.io/

Forest

  • Semi-Saas where you keep the database, and the Forest servers only know the tables, columns, and associations. Data is delivered by an agent to the forest servers which render pages.
  • Paid option adds visualisation / charting / workflow enhancements
  • Lots of traction, having secured significant funding

https://www.forestadmin.com/

Motor Admin

  • Very lean
  • Has GUI Form Builder / CSV export
  • Configuration all done in database tables instead of an initializer file
  • Paid option available
  • Built by Pete Matsyburka

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

Rails Admin

  • The "original" sexier alternative admin panel
  • Has CSV export
  • Built by a very dedicated soul -- Mitsuhiro Shibuya

https://github.com/railsadminteam/rails_admin

Trestle

  • Automatically adds routes without having to modify routes.rb
  • Offers a Ruby-centric DSL via a well thought out set of helpers
  • Pretty lean
  • Built by Sam Pohlenz

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

admin_panel_comparison's People

Contributors

lorint avatar paul-bob avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.