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
2005-07-18 11:06:41 +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 Allow unspecified join-table columns to use to their default values when adding to a habtm collection 2005-07-18 11:06:41 +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