aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_helper
Commit message (Expand)AuthorAgeFilesLines
* 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