Collection of utility, configuration, etc., for admin areas in different projects. Theme based on Modular Admin
Add to your gemfile:
gem 'kadmin', git: '[email protected]:barcoo/kadmin.git'
If you wish to use the web front-end, make sure to require 'kadmin'
See the test application test/dummy
for more info.
Clone, bundle install
Make sure test coverage stays > 90%, and make sure master
stays green.
Note: eventually use one of the popular git release scripts to tag, create tag notes, etc., based on git changelog.
When you want to create a new release, use the rake task cim:release
(in the main Rakefile)
bundle exec rake cim:release
TODOs:
- Finish form objects (destruction and creation) + tests + examples
- Make a generic typehead-select form object
- Wrap Finder objects + view helpers