Ardent Admin

Ardent admin is an engine that provides a basic CRUD admin interface for your application. Here's what Ardent Admin tries to achieve:

Plug and play admin interface for simple CRUD models. That looks purdy and is responsive.

If you find yourself duplicating lots of code to build multiple CRUD models then this will be the gem for you. If you want to have a more custom admin interface then maybe something like Active Admin would be better for you.

Usage

Installation

Add this line to your application's Gemfile:

gem 'ardent_admin', :git => 'https://github.com/jonathanyeong/ardent_admin'

And then execute:

$ bundle

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.