Live data from Hacker News

Active Admin - The missing administration framework for Ruby on Rails

activeadmin.info

1–10 of 45 posts

Re: Active Admin - The missing administration framework for Ruby on Rails

#9

This is amazing thanks! How similar is this to the Django admin panel?

It's very similar. Internally, its taking a different approach, but in the end, the goals of the projects are fairly close.

Active Admin provides similar features, but does so with a DSL instead of implementing classes, as is the case with Django Admin.

Re: Active Admin - The missing administration framework for Ruby on Rails

#10
Kudos to the developer for having a nicely presented web site for the project too, and not just a github repo. All too often, a lot of awesome projects hide on github without some upfront presentation of the work beyond a short README file.

The developer will know why their work is great and how it can help others, but you have to make it easy to recognize for the uninitiated too. That still applies for technical projects that are going to require advanced programming efforts to integrate anyway. Don't think of it as marketing, think of it as a necessary step to evangelizing your work and bringing its benefits to a wider audience.

Post reply on HN