Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytonyjan/admin_scaffold
admin scaffold generator
https://github.com/tonytonyjan/admin_scaffold
Last synced: about 2 months ago
JSON representation
admin scaffold generator
- Host: GitHub
- URL: https://github.com/tonytonyjan/admin_scaffold
- Owner: tonytonyjan
- License: mit
- Created: 2015-02-05T06:54:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T05:49:03.000Z (almost 10 years ago)
- Last Synced: 2024-11-11T07:38:12.758Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 135 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Admin Scaffold Generator
This gem is based on the methodology of building admin panel that first introducted by me in RailsConf Taiwan 2014.
- [Slides](http://tonytonyjan.net/slides/2014-04-25-better-rails-backstage/#/)
- [Video](https://www.youtube.com/watch?v=UsHVlfcU5sg)## Usage
```
rails g admin_scaffold:install
rails g admin_scaffold MODEL_NAME [attribute:type:index ...]
```