stouset / twitter_bootstrap_form_for

A Rails FormBuilder DSL for generating Twitter Bootstrap forms
https://github.com/stouset/twitter_bootstrap_form_for
MIT License
409 stars 110 forks source link

Remove Haml dependency, fixes #3 #4

Closed zzip closed 13 years ago

zzip commented 13 years ago

Haml templates are rewritten in code. Haml dependency is removed

This also fixes a problem i had when using inputs and actions in an erb template.

stouset commented 13 years ago

I made some nitpicky style tweaks and fixed a minor rendering bug, then merged it. Thanks!

stouset commented 13 years ago

I've pushed a new prerelease (1.0.0.rc2) to rubygems with your fix and another one. Let me know if you experience any issues with this build. If not, I'll go ahead and release 1.0.0 into the wild.

zzip commented 13 years ago

Works fine here with the latest changes, good the field_with_errors div is also fixed.

stouset commented 13 years ago

I'll go ahead and push 1.0 then. I'm not currently using inline fields, so I'm just going to release with what's available and implement them when someone (perhaps me) needs them.