aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* do not mutate `object_name` of class in `fields_for`yuuji.yaginuma2016-12-271-1/+2
* fields: support attributes not on model.Kasper Timm Hansen2016-12-181-0/+2
* [ci skip] fields don't output ids by default anymore.Kasper Timm Hansen2016-12-181-2/+2
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-181-1/+13
* [ci skip] Replace remote with local in form_with doc.Kasper Timm Hansen2016-12-181-1/+1
* Make attributes output in html opt-in.Kasper Timm Hansen2016-12-181-1/+1
* Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-151-4/+0
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-131-3/+28
* Fix warning: method redefined; discarding old fieldsRyuta Kamizono2016-11-251-1/+1
* form_helper typo fix [ci skip]ota42y2016-11-221-1/+1
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-211-2/+341
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* fix document for radio_buttonshingo-nakanishi2016-09-011-1/+2
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-9/+9
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionview/libXavier Noria2016-08-061-13/+13
* Change datetime to datetime-local helper tagHerminio Torres2016-06-211-38/+7
* Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"eileencodes2016-06-211-18/+0
* Fix a typo in `time_field` [ci skip]Jake Worth2016-06-051-1/+1
* Deprecate `datetime_field` and `datetime_field_tag` helpers.Wojciech Wnętrzak2016-03-311-0/+4
* Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...Rafael Mendonça França2016-03-051-2/+0
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-2/+2
* downcase default submit button value's model nameSteven Spiel2016-01-011-0/+2
* [ci skip] Fix which method `FormHelper#date_field` try to callyui-knk2015-09-271-1/+1
* Merge pull request #21431 from ojab/masterRafael Mendonça França2015-09-261-1/+8
|\
| * Handle nested fields_for by adding indexes to record_nameojab2015-08-301-1/+8
* | Correcting output of `file_field` with `multiple` attribute option [ci skip]amitkumarsuroliya2015-09-221-2/+2
* | No need the `a`shingo.nakanishi2015-09-171-2/+2
* | Fixed helpers submit button Examples [ci skip]shingo.nakanishi2015-09-171-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-05-081-0/+1
|\
| * [ci skip] Add an example to ActionView::Helpers::FormBuilder#labelyui-knk2015-05-081-0/+1
* | [ci skip] Fix example codes of form_for methodyui-knk2015-05-021-26/+36
* | Override default form builder for a controllerKevin McPhillips2015-04-131-1/+3
|/
* Accept lambda as child_index option in #fields_for methodKarol Galanciak2015-04-051-1/+5
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-261-0/+1
|\
| * [ci skip] Add a line between code example and docsyui-knk2015-03-211-0/+1
* | Rework form helper example to use Person.newCarlos Antonio da Silva2015-03-211-3/+3
* | [ci skip] Check a result of `valid?` instead of `create`yui-knk2015-03-211-1/+2
|/
* Fix typos in ActionView::Helpers::FormBuilder comment [ci skip]Yu Haidong2015-02-261-1/+2
* Use a name that better reflect the return valueRafael Mendonça França2015-02-201-2/+2
* Merge pull request #17138 from jpcody/rename_default_form_builderRafael Mendonça França2015-02-201-2/+2
|\
| * Rename default_form_builder to avoid collisionJoshua Cody2014-10-011-2/+2
* | Remove RecordTagHelper, add extraction noticesTodd Bealmear2015-02-161-0/+2
* | Follow up to #17973 [ci skip]Robin Dupret2015-01-021-9/+10
* | Add a hidden_field on the file_fieldMauro George2015-01-021-0/+17
* | Bugfix config.action_view.default_form_builder optionBogdan Gusiev2014-12-011-1/+3
* | Merge pull request #17685 from claudiob/document-form-for-extra-optionsRafael Mendonça França2014-11-201-0/+15
|\ \
| * | Document *all* the options accepted by form_forclaudiob2014-11-201-0/+15
* | | Add `:enforce_utf8` option to form_forclaudiob2014-11-201-0/+3
|/ /