rails--rails/activerecord/lib/active_record/associations
David Heinemeier Hansson e9426d2264 Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@741 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-22 13:58:22 +00:00
..
association_collection.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
association_proxy.rb Fixed that the belongs_to and has_one proxy would fail a test like 'if project.manager' -- this unfortunately also means that you can't call methods like project.manager.build unless there already is a manager on the project #492 [Tim Bates] 2005-01-18 11:07:03 +00:00
belongs_to_association.rb Fixed that the belongs_to and has_one proxy would fail a test like 'if project.manager' -- this unfortunately also means that you can't call methods like project.manager.build unless there already is a manager on the project #492 [Tim Bates] 2005-01-18 11:07:03 +00:00
has_and_belongs_to_many_association.rb Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm] 2005-02-22 13:58:22 +00:00
has_many_association.rb Added the option of supplying an array of ids and attributes to Base#update, so that multiple records can be updated at once (inspired by #526/Duane Johnson). Added the option of supplying an array of attributes to Base#create, so that multiple records can be created at once. Added that Base#delete and Base#destroy both can take an array of ids to delete/destroy #336. Added that has_many association build and create methods can take arrays of record data like Base#create and Base#build to build/create multiple records at once. 2005-01-25 12:45:01 +00:00
has_one_association.rb Fixed that the belongs_to and has_one proxy would fail a test like 'if project.manager' -- this unfortunately also means that you can't call methods like project.manager.build unless there already is a manager on the project #492 [Tim Bates] 2005-01-18 11:07:03 +00:00