rails--rails/activerecord/lib/active_record/associations
David Heinemeier Hansson 0e92f36d75 Added callbacks on push_with_attributes #1594 [Florian Weber]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1698 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-05 07:20:24 +00:00
..
association_collection.rb Added callback hooks to association collections #1549 [Florian Weber] 2005-07-04 08:43:57 +00:00
association_proxy.rb Fixed order of loading in eager associations 2005-04-19 16:32:57 +00:00
belongs_to_association.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
has_and_belongs_to_many_association.rb Added callbacks on push_with_attributes #1594 [Florian Weber] 2005-07-05 07:20:24 +00:00
has_many_association.rb Pass association finder arguments through to the association class exactly as we received them. Fixes case where parent.children.find() is interpreted as Child.find([]) instead of Child.find(). 2005-06-24 20:23:38 +00:00
has_one_association.rb Replace the in-memory object, but dont orphan the existing one 2005-06-07 12:48:37 +00:00