View the Project on GitHub codn/adminpanel
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:
bundle exec rake
adminpanel:section
see details
adminpanel:user
creates and displays password for admin@codn.mx user to log in.
Any questions, errors or feature suggestions are welcome in the issues