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-05-22 21:25:02 +01:00
..
builder Add block setting of attributes to singular associations 2011-05-17 22:16:24 +01: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 Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
association_scope.rb Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552. 2011-05-22 21:25:02 +01: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 Pass the attribute and option hashes to build_association 2011-05-17 20:43:30 +01:00
collection_proxy.rb Implement proxy_owner, proxy_target and proxy_reflection methods on CollectionProxy with deprecations. Fixes #1148. 2011-05-19 23:28:44 +01:00
has_and_belongs_to_many_association.rb Move the code which builds a scope for through associations into a generic AssociationScope class which is capable of building a scope for any association. 2011-03-10 19:04:00 +00:00
has_many_association.rb Move the code which builds a scope for through associations into a generic AssociationScope class which is capable of building a scope for any association. 2011-03-10 19:04:00 +00:00
has_many_through_association.rb singular and collection relations in AR can now specify mass-assignment security options (:as and :without_protection) in build, create and create! methods. 2011-05-01 23:30:07 +02:00
has_one_association.rb Don't remove the target if it has already been destroyed 2011-05-11 14:22:22 +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 Don't use select() values from the join model of a through association. Fixes #508. 2011-05-11 08:56:01 +01:00