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 branch - Passing false in second parameter crashes #52

Open fwouts opened 12 years ago

fwouts commented 12 years ago

The following code, which works on the master branch (Bootstrap 1):

f.text_field :name, false

triggers an error: wrong number of arguments (3 for 2)

Maybe the README needs to be updated?