aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_helper
Commit message (Expand)AuthorAgeFilesLines
* Prefer I18n.with_localeGeorge Claghorn2019-02-211-12/+5
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-8/+8
* Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-4/+1
|\
| * Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-4/+1
* | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-6/+8
|\ \
| * | Remove private defSakshi Jain2018-09-231-6/+8
| |/
* / Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-5/+5
|/
* Turn on performance based copsDillon Welch2018-07-231-1/+2
* Fix leaking special form_with attributes into html attributesYurii Cherniavskyi2018-07-201-0/+17
* Remove unnecessary `with_default_enforce_utf8` methodyuuji.yaginuma2018-05-281-9/+0
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-0/+65
* 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-1/+1
* Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-0/+9
* Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-271-1/+1
* Change `form_with` to generates ids by defaultnpezza932017-11-251-190/+218
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+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-5/+5
|/
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-111-18/+18
* Don't support namespace in form_with.Kasper Timm Hansen2017-06-071-18/+0
* Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...kyuden2017-04-241-0/+2
* Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+22
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-191/+191
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-2/+1
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-231-1/+1
* Unneeded attr_accessor with side effectsAkira Matsuda2016-12-231-4/+0
* fields: support attributes not on model.Kasper Timm Hansen2016-12-181-0/+35
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-181-12/+69
* Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-151-0/+10
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-131-200/+200
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-211-0/+2134