ActiveAdmin - Administration Framework For Ruby on Rails Applications
Active Admin is a Ruby on Rails plugin for generating administration style interfaces. It abstracts common business application patterns to make it simple for developers to implement beautiful and elegant interfaces with very little effort.
Filtering and listing resources is one of the most important tasks for administering a web application. Active Admin provides many different tools for you to build a compelling interface into your data for the admin staff.
Built in, Active Admin has the following index renderers:
- Table: A table drawn with each row being a resource
- Grid: A set of rows and columns each cell being a resource
- Blocks: A set of rows (not tabular) each row being a resource
- Blog: A title and body content, similar to a blog index
All index pages also support scopes, filters, pagination, action items, and sidebar sections.
Active Admin’s interface was designed from the ground up for non-technical users. It makes it easy for developers to build highly usable interfaces that customers will actually enjoy using. Active Admin is released as a Ruby Gem. The gem is to be installed within a Ruby on Rails 3 application.
Requirements: Ruby on Rails 3+
Demo: http://activeadmin.info
License: Other License