List of Rails Model Types

Viewed 103133

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

2 Answers
Related