1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Rafael Mendonça França 8338481070
Fix inversable associations when they are self-referencing
Self-referencing associations have the foreign key in both the owner of
the association and the source. Because of that we need to check in both
before telling if an object matches or not the foreign key.
2020-11-11 20:22:34 +00:00
..
active_record Fix inversable associations when they are self-referencing 2020-11-11 20:22:34 +00: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 Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
arel.rb Merge pull request #38719 from eileencodes/refactor-fetch_attribute 2020-03-13 16:26:49 -04:00