Skip to content
/ kadmin Public
forked from barcoo/kadmin

Shared helpers, layouts, templates, components, etc., for building an admin for any Rails application.

Notifications You must be signed in to change notification settings

adler99/kadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kadmin

GitHub release

Collection of utility, configuration, etc., for admin areas in different projects. Theme based on Modular Admin

Installation

Add to your gemfile:

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)

bundle exec rake cim:release

Roadmap

TODOs:

  • Finish form objects (destruction and creation) + tests + examples
  • Make a generic typehead-select form object
  • Wrap Finder objects + view helpers

About

Shared helpers, layouts, templates, components, etc., for building an admin for any Rails application.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.2%
  • CSS 33.1%
  • Ruby 2.1%
  • Other 0.6%