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
Yves Senn f69f20e4ff Merge pull request #14855 from laurocaetano/fix_polymorphic_with_string_key
Fix polymorphic eager load with foreign_key as String.
2014-05-21 08:51:32 +02:00
..
builder Prevented belongs_to: touch propagating up if there are no changes being saved 2014-05-21 07:34:53 +08:00
join_dependency Merge branch 'master' into adequaterecord 2014-04-07 15:26:13 -07:00
preloader Merge pull request #14855 from laurocaetano/fix_polymorphic_with_string_key 2014-05-21 08:51:32 +02:00
alias_tracker.rb add factory methods for empty alias trackers 2014-02-14 18:01:12 -08:00
association.rb Prevent foreign_key_for? from type casting all attributes 2014-02-21 15:41:12 +01:00
association_scope.rb Refactor AssociationScope#get_bind_values 2014-05-05 17:42:14 -04:00
belongs_to_association.rb Hide BelongsToAssociation#increment_counters and #decrement_counters 2014-04-15 14:35:02 -04:00
belongs_to_polymorphic_association.rb Fix nil assignment to polymorphic belongs_to 2013-12-18 04:52:24 -07:00
collection_association.rb early return on delete and destroy methods 2014-05-18 07:52:04 -04:00
collection_proxy.rb fix CollectionProxy delete_all documentation 2014-04-06 20:47:36 -04:00
has_many_association.rb remove count var 2014-05-13 21:01:28 -04:00
has_many_through_association.rb rename delete_all_records to delete_or_nullify_all_records 2014-05-13 20:56:34 -04:00
has_one_association.rb Fixes problem with replacing has_one association record with itself 2013-11-11 14:19:12 +04:00
has_one_through_association.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
join_dependency.rb deprecate, join, preload, eager load of instance dependent associations. 2014-05-10 13:51:31 +02:00
preloader.rb fix multiple hash preloads. Fixes #14994 2014-05-20 10:16:57 -07:00
singular_association.rb use statement cache for belongs_to relations 2014-04-22 11:28:21 -05:00
through_association.rb Merge pull request #14573 from habermann24/has_many_through_fix 2014-04-22 17:20:52 -05:00