https://github.com/apiqcms/kms_models
The most powerful extension for KMS
https://github.com/apiqcms/kms_models
cms kms kms-models ruby ruby-on-rails rubyonrails
Last synced: 3 months ago
JSON representation
The most powerful extension for KMS
- Host: GitHub
- URL: https://github.com/apiqcms/kms_models
- Owner: apiqcms
- License: mit
- Created: 2016-10-01T13:44:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T18:00:32.000Z (about 8 years ago)
- Last Synced: 2025-10-26T00:48:29.562Z (4 months ago)
- Topics: cms, kms, kms-models, ruby, ruby-on-rails, rubyonrails
- Language: Ruby
- Size: 94.7 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
## KMS Models
[](https://travis-ci.org/apiqcms/kms_models)
[](https://codeclimate.com/github/apiqcms/kms_models)
This extension adds "Models" section in [KMS](https://github.com/apiqcms/kms) and allows to define custom models on-the-fly. Supported fields for definition in Model: String, Text, Checkbox, File, HasMany, BelongsTo. Note that this extension requires at least PostgreSQL 9.2 because of JSON column type.
## Installation
1. Add to Gemfile
gem "kms_models"
# or for edge version:
gem "kms_models", github: "webgradus/kms_models"
2. Run generator:
rails g kms_models:install
3. Copy migrations:
rails kms_models:install:migrations
4. Migrate:
bundle exec rails db:migrate
5. Recompile assets:
bundle exec rails assets:precompile
6. Restart KMS instance
## Getting started
Please watch this video to start using KMS Models:
[](https://youtu.be/_INzPDZimsA "Getting started with KMS Models extension")
## Contributing
Please follow [CONTRIBUTING.md](CONTRIBUTING.md).