Super v0.17.0 – The first beta towards v1.0

I released a new version of Super, a lightweight admin framework for Rails. I focused on improving the filtering feature; it’s now more powerful and easier to customize.

After almost two years of development, I’m happy to say that this release is the first beta towards a stable v1.0 release. I’ve been using Super in several apps now, so I can comfortably say that upcoming releases shouldn’t break the public API, only add to it. But I’ll clearly note all deprecations and breaking changes in the CHANGELOG if it does happen.

Comparison to other admin frameworks

Here are my very subjective thoughts comparing Super to two of the admin frameworks I’ve used the most.

  • ActiveAdmin provides a big DSL that lets you customize its many features
  • Administrate doesn’t let you customize quite as much, but it provides a regular controller and regular ERB views that are completely overrideable
  • Super is also built on regular controllers and ERB views. It lets you customize a lot of the behavior by redefining controller methods. It’s lightweight and doesn’t pull in any Gem or NPM dependencies.

A chart comparing Super, ActiveAdmin, and Administrate.

I built Super because I wanted ActiveAdmin’s features but without the DSL nor the dependencies. Reducing dependencies was important to me because, from experience, one of the hardest parts of keeping your app updated is keeping your direct and transitive dependencies working nicely with each other.

If Super isn’t the right fit for you, I’d generally recommend picking ActiveAdmin for its many features and large community.

What’s next

A lot! I have a long list of features and improvements I’d like to add. But I’m going to prioritize writing more documentation and updating the demo to be a little more realistic.

Further reading

Posted on 2021-06-17 05:24 PM +0900
Contact
hello(at)zachahn(dot)com
© Copyright 2008–2023 Zach Ahn