Hacker News new | ask | show | jobs
Administrate – Rails framework for creating flexible admin dashboards (robots.thoughtbot.com)
15 points by graysonwright 3886 days ago
1 comments

Reminds me of https://github.com/activeadmin/activeadmin which is still being maintained apparently, and is incredibly flexible and useful. Won't replace a custom admin interface, but is pretty close.

I made a simple invoicing application a while back using activeadmin and it turned out pretty great: https://github.com/ianmurrays/active_invoices

Yep! We were heavily inspired by ActiveAdmin. We're hoping that dashboards built with Administrate are easier to maintain in the long run.