Skip to content

hot-glue-for-rails/HGEnumWithPartials1

Repository files navigation

Proof of concept for Hot Glue feature Enums with Partials

use build commands:

rails generate hot_glue:scaffold Thing --modify='status{partial}' --gd --smart-layout

or to make the status non-editable:

 rails generate hot_glue:scaffold Thing --modify='status{partial}' --gd --smart-layout --show-only='status'

Node + Ruby versions are in .node-version and .ruby-version, respectively.

Setup

bin/setup

Start Rails

bin/dev

Run Specs

run with bin/rake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published