Adminpanel

View the Project on GitHub codn/adminpanel

Special Behavior

Modules

Generators

CoDN

This gem was created and is mantained by CoDN

Installation

Add this line to your application’s Gemfile:

gem 'adminpanel'

And then execute:

$ bundle

Run:

rails g adminpanel:initialize
rake db:migrate This create and seeds a user to the database (email: 'admin@admin.com', password: 'password').

NOTE THAT THIS GEM DEPENDS ON ImageMagick SO MAKE SURE YOU HAVE IT BEFORE ADDING ADMINPANEL TO YOUR GEMFILE

The core parts of this documentation are:

The available rake tasks are

bundle exec rake

Any questions, errors or feature suggestions are welcome in the issues