rails/actionview/test
Sean Doyle 3b34cb9e39 Resolve bug in nested FormBuilder#field_id
As a follow-up to [#40127][], this commit adds a bug fix for nested form
builders (through either `fields_for` or `fields`) incorrectly
constructing a field's `[id]` attribute. To do so, treat the
`@object_name` with higher precedence than the `@object`, since that
will be provided as instance state during construction.

[#40127]: https://github.com/rails/rails/pull/40127
2021-07-13 18:16:36 -04:00
..
actionpack Return "test" as the controller_name in ActionView tests 2021-06-07 15:52:08 -07:00
activerecord Revert "Extract methods assert_queries and assert_no_queries" 2021-06-17 13:35:25 -04:00
fixtures chore: fix grammar, spelling and minor whitespace fix 2021-04-13 21:35:50 +10:00
lib Include layout when rendering objects from controllers 2020-10-14 11:49:45 -06:00
template Resolve bug in nested FormBuilder#field_id 2021-07-13 18:16:36 -04:00
ujs Fix spelling in CoffeeScript and JavaScript files [ci skip] 2021-05-05 11:08:33 +10:00
abstract_unit.rb Update test helper to call parallelize according to fork support 2021-01-25 13:50:41 -06:00
active_record_unit.rb Module#const_set is a public method 2020-09-15 17:19:37 +09:00