Active Admin - The missing administration framework for Ruby on Rails
1–10 of 45 posts
Re: Active Admin - The missing administration framework for Ruby on Rails
#2Awesome!
Re: Active Admin - The missing administration framework for Ruby on Rails
#3[deleted]
Re: Active Admin - The missing administration framework for Ruby on Rails
#4The code is as beautiful as the interface.
Re: Active Admin - The missing administration framework for Ruby on Rails
#5This is amazing thanks! How similar is this to the Django admin panel?
Re: Active Admin - The missing administration framework for Ruby on Rails
#6This is way better than ActiveScaffold ever was! awesome.
Re: Active Admin - The missing administration framework for Ruby on Rails
#7As someone who uses this on a few of his own projects, let me just say that ActiveAdmin is a game changer.
Re: Active Admin - The missing administration framework for Ruby on Rails
#8I've been having good luck with rails_admin[1], which is currently in the process of receiving a nice facelift[2].
Re: Active Admin - The missing administration framework for Ruby on Rails
#9This 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
#10Kudos 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.