heartcombo--simple_form/lib/simple_form
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 simply add wrapper_options argument to label_text to avoid warning 2014-06-20 10:21:06 +08:00
helpers Define merge_wrapper_options in Base instead in a Helper 2014-03-11 19:19:13 -03:00
inputs Translate each option individually 2014-07-09 18:50:09 -03:00
wrappers Rename to optional to unless_blank 2014-06-23 16:11:35 -03:00
components.rb Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
error_notification.rb Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
form_builder.rb Realign 2014-07-07 21:36:07 -03:00
helpers.rb Define merge_wrapper_options in Base instead in a Helper 2014-03-11 19:19:13 -03:00
i18n_cache.rb Temporary refactoring. 2010-01-09 14:34:52 +01:00
inputs.rb Using the new eager load API from Rails 4 2013-01-02 13:14:40 -03:00
map_type.rb Fixed bug in MapType module when subclassing FormBuilder. 2011-04-06 08:37:14 +08:00
railtie.rb Warn users if Simple Form is not configured in the application 2014-04-02 18:30:54 -03:00
tags.rb Option fetch is unnecessary for item_label_class 2014-05-17 17:56:14 +12:00
version.rb Release 3.1.0.rc2 2014-07-07 21:37:22 -03:00
wrappers.rb Deal only with objets in the Wrapper API 2014-03-10 18:06:55 -03:00