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 8ad8bbaef8 Decouple building AliasTracker from JoinDependency
This is preparation to respect parent relation's alias tracking for
fixing #30681.
2017-10-08 22:12:42 +09:00
..
builder Remove the code that swapping scope and options 2017-09-18 08:25:02 +09:00
join_dependency Remove useless JoinInformation 2017-07-25 18:55:03 +09:00
preloader PERF: Partially recover some performance when preloading. 2017-09-26 08:37:06 +08:00
alias_tracker.rb Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
association.rb Scope in associations should treat nil as all 2017-09-04 03:51:24 +09:00
association_scope.rb Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
belongs_to_association.rb Fix broken doc for Active Record [ci skip] 2017-08-25 15:21:00 +09:00
belongs_to_polymorphic_association.rb Fix broken doc for Active Record [ci skip] 2017-08-25 15:21:00 +09:00
collection_association.rb Move duplicated code to delete_or_destroy in CollectionAssociation 2017-10-06 03:39:48 +09:00
collection_proxy.rb Delegate to Enumerable#find for CollectionProxy 2017-08-13 18:24:46 +09:00
foreign_association.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
has_many_association.rb Fix broken doc for Active Record [ci skip] 2017-08-25 15:21:00 +09:00
has_many_through_association.rb Fix broken doc for Active Record [ci skip] 2017-08-25 15:21:00 +09:00
has_one_association.rb Fix broken doc for Active Record [ci skip] 2017-08-25 15:21:00 +09:00
has_one_through_association.rb Fix broken doc for Active Record [ci skip] 2017-08-25 15:21:00 +09:00
join_dependency.rb Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
preloader.rb Early return if records.empty? in Preloader#preload 2017-09-18 08:08:24 +09:00
singular_association.rb Passing klass to StatementCache.new 2017-08-04 02:27:50 +09:00
through_association.rb Fix broken doc for Active Record [ci skip] 2017-08-25 15:21:00 +09:00