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/active_record/associations
Ryuta Kamizono 609c58bfa6 Merge pull request #34609 from kamipo/delete_all_on_collection_proxy
Ensure that `delete_all` on collection proxy returns affected count
2018-12-04 15:48:22 +09:00
..
builder Fix call sites 2018-10-02 15:31:29 -04:00
join_dependency Avoid unneeded expanded column aliases array caching 2018-07-10 09:53:49 +09:00
preloader
alias_tracker.rb
association.rb Revert "Merge pull request #34538 from bogdan/reuse-find-target" 2018-11-28 01:09:35 +09:00
association_scope.rb
belongs_to_association.rb Refactor counter cache to extract decrement_counters_before_last_save on the belongs_to association 2018-09-27 22:59:12 +09:00
belongs_to_polymorphic_association.rb Don't update counter cache unless the record is actually saved 2018-09-19 05:29:21 +09:00
collection_association.rb Revert "Merge pull request #34538 from bogdan/reuse-find-target" 2018-11-28 01:09:35 +09:00
collection_proxy.rb Reset scope after collection delete 2018-12-04 00:16:42 -05:00
foreign_association.rb
has_many_association.rb Ensure that delete_all on collection proxy returns affected count 2018-12-04 14:33:31 +09:00
has_many_through_association.rb Ensure that delete_all on collection proxy returns affected count 2018-12-04 14:33:31 +09:00
has_one_association.rb
has_one_through_association.rb
join_dependency.rb Avoid unneeded expanded column aliases array caching 2018-07-10 09:53:49 +09:00
preloader.rb Restore preloaders_for_one method 2018-10-05 00:58:57 +09:00
singular_association.rb Revert "Merge pull request #34538 from bogdan/reuse-find-target" 2018-11-28 01:09:35 +09:00
through_association.rb