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
2019-12-20 17:02:49 +01:00
..
builder :polymorphic, :as, and :foreign_type are valid for polymorphic association 2019-11-10 10:54:58 +09:00
join_dependency Maintain extra joins for string or complex arel conditions 2019-10-04 13:29:18 +09:00
preloader Fix preloading on AR::Relation where records are duplicated by a join 2019-06-06 15:14:40 +03:00
alias_tracker.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
association.rb Refactor association.scoping not to rely on klass.all 2019-10-22 00:06:31 +09:00
association_scope.rb Reuse AR::Association#find_target method 2018-12-27 11:53:27 +02:00
belongs_to_association.rb Make has_many inversing opt-in 2019-10-11 15:55:46 -04:00
belongs_to_polymorphic_association.rb Add methods to the public API of ActiveRecord::Inheritance 2019-10-17 16:56:07 -04:00
collection_association.rb Fix collection callbacks not terminating when abort is thrown 2019-11-06 18:19:33 +09:00
collection_proxy.rb Fix ArgumentError: wrong number of arguments (given 3, expected 2) 2019-09-13 10:43:29 +09:00
foreign_association.rb Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28078) 2019-01-15 23:03:20 +09:00
has_many_association.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
has_many_through_association.rb Merge pull request #35799 from leboshi/master 2019-03-31 09:11:25 +09:00
has_one_association.rb Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28078) 2019-01-15 23:03:20 +09:00
has_one_through_association.rb
join_dependency.rb Retain selections with includes and joins 2019-12-03 20:45:12 -05:00
preloader.rb Remove extra the in preloader docs 2019-12-20 17:02:49 +01:00
singular_association.rb Make the method signature of association.build the same as klass.build and relation.build 2019-10-20 02:51:59 +09:00
through_association.rb