Sha256: dc3b251ce713aa34e7fe3931e5fa91cde8b119b574d9d83f84df6663ec5353b3

Contents?: true

Size: 1.1 KB

Versions: 16

Compression:

Stored size: 1.1 KB

Contents

# Super Scaffolding Options

There are different flags you can pass to the Super Scaffolding command which gives you more flexibility over creating your model. Add the flag of your choice to **the end** of the command for the option to take effect.
```
rails generate super_scaffold Project Team description:text_field --sortable
```

Most of these include skipping particular functionalities, so take a look at what's available here and pass the flag that applies to your use-case.

| Option | Description |
|--------|-------------|
| `--sortable` | [Details here](/docs/super-scaffolding/sortable.md) |
| `--namespace=customers` | [Details here](/docs/namespacing.md) |
| `--navbar="ti-world"` | Pass the Themify icon or Font Awesome icon of your choice to automatically add it to the navbar* |
| `--only-index` | Only scaffold the index view for a model"` |
| `--skip-views` | |
| `--skip-form` | |
| `--skip-locales` | |
| `--skip-api` | |
| `--skip-model` | |
| `--skip-controller` | |
| `--skip-routes` | |

*This option is only available for top-level models, which are models that are direct children of the `Team` model.

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bullet_train-1.14.0 docs/super-scaffolding/options.md
bullet_train-1.13.0 docs/super-scaffolding/options.md
bullet_train-1.12.3 docs/super-scaffolding/options.md
bullet_train-1.12.2 docs/super-scaffolding/options.md
bullet_train-1.12.1 docs/super-scaffolding/options.md
bullet_train-1.12.0 docs/super-scaffolding/options.md
bullet_train-1.11.0 docs/super-scaffolding/options.md
bullet_train-1.10.0 docs/super-scaffolding/options.md
bullet_train-1.9.0 docs/super-scaffolding/options.md
bullet_train-1.8.5 docs/super-scaffolding/options.md
bullet_train-1.8.4 docs/super-scaffolding/options.md
bullet_train-1.8.3 docs/super-scaffolding/options.md
bullet_train-1.8.2 docs/super-scaffolding/options.md
bullet_train-1.8.1 docs/super-scaffolding/options.md
bullet_train-1.8.0 docs/super-scaffolding/options.md
bullet_train-1.7.23 docs/super-scaffolding/options.md