rails--rails/activerecord/lib/active_record/associations
John Hawthorn 7990e8fa9d
Merge pull request #41180 from jhawthorn/prefill_associations_fix_empty
Use length == 0 instead of empty? in Preloader
2021-01-19 13:29:36 -08:00
..
builder
join_dependency Fix through association with through scope which has joins 2021-01-06 21:29:11 +09:00
preloader
alias_tracker.rb
association.rb Improve `strict_loading` violation error message 2021-01-13 15:05:51 -05:00
association_scope.rb Fix through association with through scope which has joins 2021-01-06 21:29:11 +09:00
belongs_to_association.rb Use `_read_attribute` instead of [] 2021-01-11 23:19:21 +00:00
belongs_to_polymorphic_association.rb Use `_read_attribute` instead of [] 2021-01-11 23:19:21 +00:00
collection_association.rb
collection_proxy.rb
foreign_association.rb
has_many_association.rb
has_many_through_association.rb
has_one_association.rb
has_one_through_association.rb
join_dependency.rb Fix joins that reserved word association is referenced in `where` 2021-01-18 16:24:22 +09:00
preloader.rb Merge pull request #41180 from jhawthorn/prefill_associations_fix_empty 2021-01-19 13:29:36 -08:00
singular_association.rb
through_association.rb