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-06-12 18:19:22 +01:00
..
builder Removes the restriction on primary key when joining in a habtm && test that it was properly removed 2011-05-26 00:54:51 -04: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 When preloading has_and_belongs_to_many associations, we should only instantiate one AR object per actual record in the database. (Even when IM is off.) 2011-03-04 15:16:07 -08:00
alias_tracker.rb AliasTracker.pluralize use pluralize_table_names of model 2011-05-20 22:54:55 -05:00
association.rb Allow polymorphic has_one to work when the association is set before the owner has been saved. Fixes #1524. 2011-06-08 00:32:49 +01:00
association_scope.rb use association_primary_key in AssociationScope#add_constraints 2011-05-26 11:00:27 +02:00
belongs_to_association.rb Rename target_klass to klass 2011-02-21 10:16:14 -08:00
belongs_to_polymorphic_association.rb Handle polymorphic_type NOT NULL-able columns as well. 2011-05-21 15:18:09 +02:00
collection_association.rb Replace inline lambdas with named methods 2011-06-12 18:19:22 +01:00
collection_proxy.rb remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
has_and_belongs_to_many_association.rb Only save the record once when calling create! on a collection association. Fixes #1360. 2011-05-31 20:32:09 +01:00
has_many_association.rb Only save the record once when calling create! on a collection association. Fixes #1360. 2011-05-31 20:32:09 +01:00
has_many_through_association.rb added an alias for new to build to the AR collection proxy, this corrects an issue where the collection proxies were not consistent 2011-06-01 00:01:35 +01:00
has_one_association.rb When you add a record to a polymorphic has_one, you should be able to access the owner from the associated record 2011-06-08 00:32:49 +01: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 Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
join_helper.rb AliasTracker.pluralize use pluralize_table_names of model 2011-05-20 22:54:55 -05:00
preloader.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00
singular_association.rb Don't pass a block as we are yielding 2011-05-17 22:33:36 +01:00
through_association.rb Ignore :includes on through associations 2011-05-24 07:21:32 +01:00