Infold
infold (internal tool + scaf*fold*) is a Ruby Gem that creates admin system like ActiveAdmin. However, no need to use DSL. Configure from GUI, and it'll automatically generate the code like Scaffold. This code is written in plain Ruby on Rails, easy readable and customizable.
Getting started
How it works
infold consists of two main steps:
Configure your admin system on the browser.
After installing infold, access http://localhost:3000/infold, you will be able to configure admin system on your browser.Generate source code automatically and customize.
After configured, infold will automatically generate source code according to your settings. The code is written in plain Ruby on Rails, so easy-to-customize. Feel free to customize your code to suit your needs.
Documentation
See docs.infold.dev for documentation.
Dependencies
infold is built with other open source projects:
License
The gem is available as open source under the terms of the MIT License.