gravityblast / web-app-theme

A simple theme for web apps
Other
2.45k stars 387 forks source link

Support for Formtastic form generation #46

Open gotmayonase opened 12 years ago

gotmayonase commented 12 years ago

When generating themed views, you can now pass --formtastic to have the forms generated using the Formtastic format.

I tweaked base.css to remove some generic styles on <fieldset>s and <ol>s, and then modified the associated template views.

Calls to form_for were replaced with semantic_form_for, and all inputs are generated using f.input with appropriate label, container, and input classes added.