heartcombo--simple_form/test
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
..
action_view_extensions Add default_form_class and allow form class overrides 2014-07-23 18:04:49 -04:00
components improve components's tests description and remove 'should' 2014-05-14 14:18:18 -03:00
form_builder Add default_form_class and allow form class overrides 2014-07-23 18:04:49 -04:00
generators Update the tests 2014-03-21 15:46:08 -03:00
inputs Assert the html tag is not escaped 2014-07-10 14:09:15 -03:00
support Add mapping to uuid 2014-07-07 21:14:49 -03:00
simple_form_test.rb Warn users if Simple Form is not configured in the application 2014-04-02 18:30:54 -03:00
test_helper.rb Configure the url helpers correctly 2014-03-10 15:18:49 -03:00