aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/ /
* / Fix typo at form_helper docs [ci skip]Pablo Herrero2014-10-291-2/+2
|/
* Remove wrapping <div> in form helpers from docclaudiob2014-09-221-13/+5
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-191-1/+1
|\
| * Uppercase HTML in docs.Hendy Tanata2014-08-081-1/+1
* | Merge pull request #15889 from carnesmedia/model-nameRafael Mendonça França2014-08-171-2/+2
|\ \ | |/ |/|
| * Use #model_name on instances instead of classesAmiel Martin2014-06-241-2/+2
* | Add String support for min/max attributes on DatetimeFieldTodd Bealmear2014-06-301-0/+48
* | Tiny documentation fixes [ci skip]Robin Dupret2014-06-291-1/+1
|/
* call `capture` fewer times from `form_for`Aaron Patterson2014-06-021-1/+2
* :cry::gun: use an empty hash for magical speed.Aaron Patterson2014-05-121-1/+5
* Add test for using ActionView::Helpers::FormHelper.label with block and htmlZachary Scott2014-04-221-0/+1
* Fix 'fields_for' doc typo.Cakey | Buddy Magsipoc2014-03-101-2/+2
* Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-051-4/+4
* Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-2/+2
* Merge pull request #13138 from gsamokovarov/remove-cattr-requiresGuillermo Iguaran2013-12-021-1/+1
|\
| * Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* | Make ActionView::Tags loading tread safeRafael Mendonça França2013-12-021-1/+0
|/