Does someone have a complete list of model types that be specified when generating a model scaffolding
e.g.
foo:string
bar:text
baz:boolean
etc…
And what do these types map to in terms of default UI elements? Text field, Text area, radio button, checkbox, etc…
The attributes are SQL types, hence the following are supported:
:binary:boolean:date:datetime:decimal:float:integer:primary_key:string:text:time:timestampThese are documented under column in the Active Record API.