aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #22116 from gsamokovarov/fix-form-for-block-testYves Senn2015-10-291-2/+3
|\
| * Fix a faulty form_for testGenadi Samokovarov2015-10-291-2/+3
* | Merge pull request #21431 from ojab/masterRafael Mendonça França2015-09-261-0/+21
|\ \
| * | Handle nested fields_for by adding indexes to record_nameojab2015-08-301-0/+21
* | | Add a hidden field on the collection_radio_buttonsMauro George2015-09-241-4/+9
| |/ |/|
* | :hocho: TyposAkira Matsuda2015-09-211-1/+1
|/
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-241-26/+29
* Make disable_with default in submit_tagJustin Schiff2015-08-111-9/+9
* Override default form builder for a controllerKevin McPhillips2015-04-131-0/+24
* Accept lambda as child_index option in #fields_for methodKarol Galanciak2015-04-051-0/+17
* Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_forMiklos Fazekas2015-02-061-0/+12
* Add tests to make sure label and placeholder respect to_modelRafael Mendonça França2015-02-051-0/+42
* Eliminate a ruby warning in a test in Action ViewYuki Nishijima2015-01-171-1/+5
* Only use the `_before_type_cast` in the form when from user inputSean Griffin2015-01-141-0/+17
* Add tests with an explanation of why we're using `_before_type_cast`Sean Griffin2015-01-141-3/+4
* Revert "Don't use the `_before_type_cast` version of attributes in the form"Sean Griffin2015-01-141-1/+1
* Don't use the `_before_type_cast` version of attributes in the formSean Griffin2015-01-141-1/+1
* Merge pull request #17973 from maurogeorge/file_field_hidden_fieldRafael Mendonça França2015-01-021-5/+20
|\
| * Add a hidden_field on the file_fieldMauro George2015-01-021-5/+20
|/
* Fix options overwritten by superJose Añasco2014-12-091-0/+5
* Add `:enforce_utf8` option to form_forclaudiob2014-11-201-3/+33
* Improve test of private properties of objects in form tagsRafael Mendonça França2014-10-311-28/+9
* Use public_send for form tagsagius2014-10-311-0/+27
* Honor public/private in ActionView::Helpers::Tags::Base#valueTobias Pfeiffer2014-10-311-0/+6
* remove un-needed sortschneems2014-10-071-8/+7
* Merge pull request #16488 from agrobbin/form-label-builderJeremy Kemper2014-08-251-0/+9
|\
| * provide a builder for form labels to customize wrapping around I18n contentAlex Robbin2014-08-201-0/+9
* | just use the placeholder tag value if it is passed as a StringAlex Robbin2014-08-221-4/+19
* | add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-221-0/+168
* | Revert "Add I18n support for `:placeholder` HTML option is passed to form fie...Jeremy Kemper2014-08-211-168/+0
|/
* add I18n support for `:placeholder` HTML option is passed to form fieldsAlex Robbin2014-08-121-0/+168
* adding missing test for text area value before type castEugene Gilburg2014-07-191-0/+7
* Add String support for min/max attributes on DatetimeFieldTodd Bealmear2014-06-301-0/+64
* Merge pull request #15715 from zuhao/refactor_actionview_cleanup_I18n_transla...Yves Senn2014-06-141-2/+4
|\
| * Clean up I18n stored translations after test.Zuhao Wan2014-06-141-2/+5
|/
* Include label value in i18n attribute lookupJoshua Cody2014-05-061-0/+9
* Add test for using ActionView::Helpers::FormHelper.label with block and htmlZachary Scott2014-04-221-0/+7
* Merge pull request #14738 from tilsammans/pull/11407Rafael Mendonça França2014-04-171-3/+4
|\
| * Remove wrapping div with inline styles for hidden form fields.Joost Baaij2014-04-141-3/+4
* | Use the index on hidden fieldRafael Mendonça França2014-04-141-1/+1
|/
* refactor, with_locale is not needed because I18n is mocked.Yves Senn2014-02-241-7/+5
* Fix ActionView label translation for more than 10 nested elementsVladimir Krylov2014-02-241-0/+14
* refactor, extract `with_locale` helper.Yves Senn2014-02-241-87/+79
* Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-051-1/+1
* Label only accepts `:index` and `:namespace` attributes from the inputAndriel Nuernberg2013-12-051-0/+36
* handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-221-0/+36
* form_for - fix :namespace and :as options clashAdam Niedzielski2013-09-091-0/+12
* text_area should handle nil value option like text_fieldJoel Cogen2013-07-241-0/+7
* Remove `FormBuilder` deprecation warning about block argument and associated ...Vipul A M2013-07-021-12/+0
* fetch value(s) from stringified optionsJon Rowe2013-06-291-0/+17