aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor convert_direct_upload_option_to_urlRafael Mendonça França2017-08-031-0/+31
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-2/+2
* Expectation firstAkira Matsuda2017-07-021-4/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-3/+3
|/
* Set correct "routes" in tests casesbogdanvlviv2017-02-201-2/+2
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-207/+207
* Merge pull request #27463 from y-yagi/fix_26931Rafael França2016-12-281-1/+3
|\
| * do not mutate `object_name` of class in `fields_for`yuuji.yaginuma2016-12-271-1/+3
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-3/+3
|/
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-231-1/+1
* Unneeded attr_accessor with side effectsAkira Matsuda2016-12-231-4/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-21/+21
* Merge pull request #26516 from grosser/grosser/assertRafael França2016-09-161-1/+1
|\
| * improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* | Rename test to match what it doesclaudiob2016-09-151-1/+1
|/
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-3/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-54/+54
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-10/+4
* modernizes hash syntax in actionviewXavier Noria2016-08-061-4/+4
* applies new string literal convention in actionview/testXavier Noria2016-08-061-162/+162
* Change datetime to datetime-local helper tagHerminio Torres2016-06-211-80/+18
* Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"eileencodes2016-06-211-20/+5
* Deprecate `datetime_field` and `datetime_field_tag` helpers.Wojciech Wnętrzak2016-03-311-8/+24
* Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...Rafael Mendonça França2016-03-051-21/+3
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-2/+2
* Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su...Rafael França2016-01-041-3/+21
|\
| * downcase default submit button value's model nameSteven Spiel2016-01-011-3/+21
* | Fix collection_radio_buttons' hidden_field name and make it appear before the...Santiago Pastorino2015-12-311-18/+18
|/
* Fix week_field returning invalid valueChristoph2015-11-101-4/+10
* 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