firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Generate appropriate field types for forms #59

Closed jelaniwoods closed 3 years ago

jelaniwoods commented 5 years ago

Currently it only checks for a column of type text and then makes a textarea (or boolean/checkbox). The gem should be flexible enough to work with date, time, datetime, float, etc.

jelaniwoods commented 5 years ago

Maybe this will be helpful https://stackoverflow.com/a/35942735

jelaniwoods commented 3 years ago

Resolved in https://github.com/firstdraft/draft_generators/commit/41116bcc029ff7337b6c1ba0c9749262c3ab535b