rails--rails/activerecord/lib/active_record/associations
Jon Leighton 61555a0df1 allow AssociationProxy#scoped to take options so that API is the same as Base#scoped 2012-04-27 11:52:34 +01:00
..
builder Use human attribute name to show the dependent destroy message 2012-02-01 17:03:15 -02:00
join_dependency Avoid sanitize_sql when we can use Relation#where instead 2012-01-16 21:17:18 +00:00
preloader Fix #5667. Preloading should ignore scoping. 2012-03-30 16:19:32 +01:00
alias_tracker.rb fix associations when using per class databases 2012-02-10 17:41:01 -05:00
association.rb Fix #5563. Should reflect the most recent change to either of association / id. 2012-04-13 02:25:19 +09:00
association_scope.rb remove apply_finder_options call from AssociationScope 2012-04-13 13:17:43 +01:00
belongs_to_association.rb @stale_state should be nil when a model isn't saved. 2012-04-13 02:25:13 +09:00
belongs_to_polymorphic_association.rb @stale_state should be nil when a model isn't saved. 2012-04-13 02:25:13 +09:00
collection_association.rb Some refactor for association. 2012-04-12 23:28:31 +09:00
collection_proxy.rb allow AssociationProxy#scoped to take options so that API is the same as Base#scoped 2012-04-27 11:52:34 +01: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 Not need to pass join attributes to association build 2012-03-07 21:07:29 -03: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 fix associations when using per class databases 2012-02-10 17:41:01 -05:00
join_helper.rb Avoid sanitize_sql when we can use Relation#where instead 2012-01-16 21:17:18 +00: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 @stale_state should be nil when a model isn't saved. 2012-04-13 02:25:13 +09:00