Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 490 Bytes

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