Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ...]
```