1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Eugene Kenny d3599d8aff Use index_by and index_with wherever possible
Using `index_by` or `index_with` is more concise than `each_with_object`
and more performant than `map { ... }.to_h` or `Hash[map { ... }]`.
2020-03-05 01:24:14 +00:00
..
actionpack Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
activerecord perform_caching config affects collection caching 2019-12-05 21:46:02 +01:00
fixtures Add a regression test that ActionText caught 2020-02-27 16:47:22 -08:00
lib Remove validations from example components 2020-02-20 09:48:25 -07:00
template Use index_by and index_with wherever possible 2020-03-05 01:24:14 +00:00
ujs update from PR #36222 2020-02-12 13:31:43 -05:00
abstract_unit.rb Merge pull request #25214 from maclover7/jm-av-tests 2019-12-18 12:23:11 -03:00
active_record_unit.rb Run actionview tests in parallel 2019-06-05 18:40:08 -07:00