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
Mingdong Luo 549d171a90 Merge branch 'master' into pr/18316
Conflicts:
	activerecord/CHANGELOG.md
2015-01-31 19:23:48 -08:00
..
builder Provide a better error message on :required association 2015-01-28 11:32:10 +02:00
join_dependency Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
preloader Remove most type related predicates from Column 2015-01-30 11:42:54 -07:00
alias_tracker.rb Move #type_caster to alias tracker initialize 2015-01-02 17:15:31 -05:00
association.rb Inject the PredicateBuilder into the Relation instance 2014-12-26 13:53:56 -07:00
association_scope.rb Go through normal where logic in AssociationScope 2015-01-26 15:49:29 -07:00
belongs_to_association.rb Improve consistency of counter caches updating in memory 2015-01-26 12:37:29 -07:00
belongs_to_polymorphic_association.rb
collection_association.rb Move flattening records added to an association farther out 2015-01-26 11:36:13 -07:00
collection_proxy.rb Remove support to activerecord-deprecated_finders 2015-01-02 12:06:24 -03:00
foreign_association.rb Share foreign_key_present? implementation in _has_ associations 2014-12-31 00:19:09 +03:00
has_many_association.rb Improve consistency of counter caches updating in memory 2015-01-26 12:37:29 -07:00
has_many_through_association.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
has_one_association.rb Deprecate false as the way to halt AR callbacks 2015-01-02 15:31:56 -08:00
has_one_through_association.rb
join_dependency.rb Fix n+1 query problem when eager loading nil associations (fixes #18312) 2015-01-03 13:31:54 -06:00
preloader.rb Don't rely on the internal representation of join values 2015-01-27 11:04:56 -07:00
singular_association.rb default scopes should break the cache on singulur_association. 2014-11-08 17:03:54 +09:00
through_association.rb Don't rely on relation mutability when building through associations 2015-01-24 19:51:26 -07:00