aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Prefer I18n.with_localeGeorge Claghorn2019-02-211-40/+32
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-7/+7
* Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-0/+1
|\
| * Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+1
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-3/+3
|/
* Turn on performance based copsDillon Welch2018-07-231-1/+2
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-0/+37
* Change translation key of submit_tag from module_name_class_name to module_na...Rui Onodera2018-02-271-1/+19
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-3/+3
* Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-271-1/+1
* Add test to make sure form_for is not affected byRafael Mendonça França2017-11-251-0/+32
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* 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