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
2011-12-31 03:56:48 +00:00
..
builder Removed metaclass from the has_many dependency destroy method. Fixes #2954 2011-12-31 03:56:48 +00:00
join_dependency Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552. 2011-05-22 21:25:02 +01:00
preloader Deprecate implicit eager loading. Closes #950. 2011-12-29 14:27:33 +00:00
alias_tracker.rb The join_nodes must be passed to the JoinDependency initializer and therefore counted by the alias tracker. This is because the association_joins are aliased on initialization and then the tables are cached, so it is no use to alias the join_nodes later. Fixes #2556. 2011-08-29 15:05:47 +01:00
association.rb added failing tests for has_many, has_one and belongs_to associations with strict mass assignment sanitizer, fixed build_record to not merge creation_attributes, removed failing nested attributes tests (that feature was broken anyway) #4051 2011-12-21 21:10:15 +01:00
association_scope.rb Deprecate implicit eager loading. Closes #950. 2011-12-29 14:27:33 +00:00
belongs_to_association.rb Fix belongs_to polymorphic with custom primary key on target. 2011-09-26 15:42:34 +01:00
belongs_to_polymorphic_association.rb Fix private methods which are delegated to. This previously worked because Module#delegate previously ignored method visibility. 2011-08-15 12:38:44 +01:00
collection_association.rb bypass preloading for ids_reader 2011-12-18 10:59:24 +03:00
collection_proxy.rb Fix #3890. (Calling proxy_association in scope chain.) 2011-12-08 20:10:04 +00:00
has_and_belongs_to_many_association.rb Fix #3672 again (dependent: delete_all perf) 2011-12-14 19:20:19 +00:00
has_many_association.rb Fix #3672 again (dependent: delete_all perf) 2011-12-14 19:20:19 +00:00
has_many_through_association.rb Fix #3672 again (dependent: delete_all perf) 2011-12-14 19:20:19 +00:00
has_one_association.rb Only call set_owner_attributes for has_one association if target exists. 2011-07-04 18:43:09 +02:00
has_one_through_association.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
join_dependency.rb reintroduce patch from #726 to handle nested eager loading via associations 2011-11-30 18:12:24 -05:00
join_helper.rb a few minor performance improvements: fewer strings, fewer range objects, fewer method calls 2011-07-01 15:20:11 -07:00
preloader.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00
singular_association.rb Ensure that the foreign key gets set when doing record.create_association or record.create_association. Fixes #1960. 2011-07-08 21:03:54 +01:00
through_association.rb Fix #3247. 2011-11-03 10:23:42 +00:00