aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/activerecord/form_helper_activerecord_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-0/+3
|\
| * Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+3
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
|/
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* 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-2/+2
|/
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-231-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-24/+24
* modernizes hash syntax in actionviewXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionview/testXavier Noria2016-08-061-5/+5
* :put_litter_in_its_place: Unused methodsAkira Matsuda2015-04-251-4/+0
* Remove wrapping div with inline styles for hidden form fields.Joost Baaij2014-04-141-4/+5
* Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-051-1/+1
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+91