I'm working on styling up my scaffold form page in my rails 4 application and was wondering if anyone had some tips. Is it possible to easily make a bootstrap form and change some fields for the f.select , f.date_field, f.text_field
parts of a scaffolded form?
I was also looking into this gem formtastic-bootstrap which may automatically do what I'm trying to.