active_scaffold
CRUD generator
A tool for generating CRUD interfaces in Ruby-based web applications.
Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
1k stars
26 watching
329 forks
Language: Ruby
last commit: 17 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
amranidev/scaffold-interface | Automates the creation of CRUD interfaces for web applications using Laravel | 912 |
davydovanton/hanami-scaffold | A tool to generate CRUD actions in one command for Hanami applications | 12 |
sohelamin/crud-generator | Automates the creation of common application components | 1,406 |
autoforce/apicasso | An abstract API design as a Rails-based mountable engine to speed-up development of CRUD JSON APIs | 32 |
tiborsaas/iscaffold | Generates a basic CRUD application in CodeIgniter based on a database design | 88 |
nurisakbar/garuda-crud-generator | A CodeIgniter 3 CRUD generator with Datatables serverside and AdminLTE integration. | 70 |
jungsoft/crudry | A utility library for generating and translating CRUD (Create, Read, Update, Delete) functions in Elixir applications. | 90 |
scoumbourdis/grocery-crud | A PHP Codeigniter framework library that creates a full functional CRUD system without requiring custom JavaScript or CSS modifications. | 1,008 |
woowabros/nestjs-library-crud | A library that automatically generates CRUD REST APIs for NestJS applications using TypeORM entities. | 198 |
brainlabs/ci-gen | Automates creation of CodeIgniter CRUD applications with form builder and validation tools. | 53 |
mwsimple/admincrudbundle | A Symfony bundle providing a basic CRUD controller for entities | 20 |
crepe/crepe | A lightweight Ruby framework for building fast and flexible APIs | 128 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
laralib/l5scaffold | Automated scaffold generator for Laravel 5.x web applications. | 315 |
bestmomo/scafold | Scafold is a package that adds scaffolding functionality to Laravel, streamlining the process of creating and managing templates for web applications. | 117 |