Sha256: 00e6755e9ed8101e1fc5959265cb2f84e8c8685809b2ba5e7aa397589a8a31ca
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Kadmin [![GitHub release](https://img.shields.io/badge/release-0.3.0-blue.png)](https://github.com/barcoo/kadmin/releases/tag/0.3.0) Collection of utility, configuration, etc., for admin areas in different projects. ## Installation Add to your gemfile: ```ruby gem 'kadmin', git: 'git@github.com:barcoo/kadmin.git' ``` ## Web If you wish to use the web front-end, make sure to ```require 'kadmin'``` See the test application ```test/dummy``` for more info. ## Development Clone, bundle install Make sure test coverage stays > 90%, and make sure ```master``` stays green. ## Release ___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) ```shell bundle exec rake cim:release ``` ## Roadmap TODOs: * [ ] Finish form objects (destruction and creation) + tests + examples * [ ] Make a generic typehead-select form object * [x] Wrap Finder objects + view helpers
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kadmin-0.3.0 | README.md |