rails--rails/activerecord/lib
André Luis Leal Cardoso Junior 07392f50d4 Remove unused requires on lib/active_record/associations.rb
"active_support/core_ext/string/conversions" was added on 3f1cdb85b8 for `constantize`.

Also, "active_support/core_ext/string/conversions" does not define `constantize` anymore.

"active_support/core_ext/enumerable" was added on ea290e77e6 for `index_by`.

Moved the require to 'lib/active_record/associations/collection_association.rb' where it's still used

Both usages of `index_by` and `constantize` at this file were removed at 52f8e4b9da (diff-7c2226b7a4aa7f86f7d9e5e16b10686056c02efc725a60e378b5f9d7e52e8403)
2021-02-06 12:54:22 -03:00
..
active_record Remove unused requires on lib/active_record/associations.rb 2021-02-06 12:54:22 -03:00
arel Properly support `reverse_order` on relations with `nulls_first` or `nulls_last` calls 2020-09-08 11:20:46 -04:00
rails/generators The abstract parent class file generated via generator should not be pluralized 2020-08-02 22:25:57 +05:30
active_record.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00
arel.rb Merge pull request #38719 from eileencodes/refactor-fetch_attribute 2020-03-13 16:26:49 -04:00