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

bootstrap-2.0 no method inputs #51

Closed mreq closed 12 years ago

mreq commented 12 years ago

Great work there!

Did the syntax changed somehow? I tried upgrading to the bootstrap-2.0 branch but am getting undefined method 'inputs' for #<TwitterBootstrapFormFor::FormBuilder:0x00000004687460> on previously working code.

Thanks in advance.

PS: I am using rails 3.2.1

stouset commented 12 years ago

Yep. Check the README.md for the new syntax. Let me know if you have any problems.

Sorry for the brief reply. Away camping this weekend, so only have my cell on me.

mreq commented 12 years ago

Oh, I searched the wrong branch. My bad. Thanks for this great gem!

mhuggins commented 11 years ago

The README.md file in master is showing the inputs method, and I'm getting the same error. Which README should I be looking at?

stouset commented 11 years ago

bootstrap-2.0 if you're using that branch.