This engine is building to create an adminzone in where manage events and services from an event enterprise. To provide a webapp from an adminzone separate from it
rails plugin new cadmin --mountable -d postgresql --skip-action-cable --skip-bootsnap --skip-bundle --skip-javascript --skip-keeps
--skip-listen --skip-spring --skip-system-test --skip-turbolinks --skip-webpack-install --skip-yarn
How to use my plugin.
Add this line to your application's Gemfile:
gem 'cadmin'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cadmin
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.