heartcombo--simple_form/test/form_builder
Ryan McGeary 715f815f61 Add default_form_class and allow form class overrides
This is especially useful with bootstrap forms where you might want to
switch to a `form-inline` layout even though the default is a
`form-horizontal`.

This deprecates SimpleForm.form_class in favor of
SimpleForm.default_form_class.

e.g.
config.default_form_class = "form-horizontal"
simple_form_for @user, html: { class: "form-inline" }
2014-07-23 18:04:49 -04:00
..
association_test.rb Update missing test description removing "should" [ci skip] 2014-05-22 09:07:03 -03:00
button_test.rb improve form_builder's tests description and remove 'should' 2014-05-14 14:18:43 -03:00
error_notification_test.rb Whitespaces 2014-03-11 19:13:59 -03:00
error_test.rb improve form_builder's tests description and remove 'should' 2014-05-14 14:18:43 -03:00
general_test.rb Add default_form_class and allow form class overrides 2014-07-23 18:04:49 -04:00
hint_test.rb Move tests to the right place and add missing case 2014-06-23 16:10:00 -03:00
input_field_test.rb improve form_builder's tests description and remove 'should' 2014-05-14 14:18:43 -03:00
label_test.rb remove warning of label_text method in wrapper, when replace html 2014-06-19 16:11:27 +08:00
wrapper_test.rb Use better names to the wrapper 2014-06-23 16:14:29 -03:00