aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-031-0/+10
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-1/+1
* Fixed problem with eager loading when using a has_and_belongs_to_many associa...David Heinemeier Hansson2005-06-261-1/+1
* Fixed that clear_association_cache doesn't delete new associations on new rec...David Heinemeier Hansson2005-06-251-1/+1
* Fixed docs #856David Heinemeier Hansson2005-06-211-4/+3
* Fixed saving of in-memory association structures to happen as a after_create/...David Heinemeier Hansson2005-06-171-1/+5
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-161-1/+17
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-101-1/+1
* Added a second parameter to the build and create method for has_one that cont...David Heinemeier Hansson2005-06-061-3/+4
* Added note of limitation for #1279David Heinemeier Hansson2005-05-211-1/+2
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-191-0/+2
* Fixed association picture referenceDavid Heinemeier Hansson2005-04-301-1/+1
* Dont reload on empty associationsDavid Heinemeier Hansson2005-04-191-2/+4
* Fixed order of loading in eager associationsDavid Heinemeier Hansson2005-04-191-10/+16
* Fixed that :get, :post, and the others should take a flash array as the third...David Heinemeier Hansson2005-04-191-0/+3
* Added documentation about :limit not working with eager loadingDavid Heinemeier Hansson2005-04-191-3/+6
* Speeded up eager loading a whole bunchDavid Heinemeier Hansson2005-04-181-50/+38
* Updated documentation here and thereDavid Heinemeier Hansson2005-04-181-7/+3
* Added documentation for new Base.find API and eager association loadingDavid Heinemeier Hansson2005-04-181-0/+35
* Refactored a bitDavid Heinemeier Hansson2005-04-181-5/+1
* Changed habtm eager loading to also use joinsDavid Heinemeier Hansson2005-04-181-26/+10
* Dont initialize the association proxy for nil recordsDavid Heinemeier Hansson2005-04-141-0/+1
* Moved build_association and create_association for has_one and belongs_to out...David Heinemeier Hansson2005-04-121-12/+31
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-101-31/+118
* Use :foreign_key option if specified on the associationDavid Heinemeier Hansson2005-04-051-2/+2
* Dont include multiple versions of the same association objectDavid Heinemeier Hansson2005-04-041-1/+1
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-031-3/+17
* Allow order, conditions, and joins in finds that include associationsDavid Heinemeier Hansson2005-04-031-3/+8
* Only include associations when the relevant rows have contentDavid Heinemeier Hansson2005-04-031-1/+1
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-031-1/+55
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+0
* Added that model.items.delete(child) will delete the child, not just set the ...David Heinemeier Hansson2005-04-021-1/+4
* Fixed that :counter_cache option would look for a line_items_count column for...David Heinemeier Hansson2005-03-231-2/+2
* Added destruction of dependent objects in has_one associations when a new ass...David Heinemeier Hansson2005-03-061-1/+2
* Finished polishing API docsDavid Heinemeier Hansson2005-02-231-1/+1
* Documentation fixes #694David Heinemeier Hansson2005-02-231-2/+2
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-5/+5
* The create and build methods are only available for has_one/belongs_to if an ...David Heinemeier Hansson2005-01-251-2/+3
* Cleanup the proxy rollback #492David Heinemeier Hansson2005-01-181-14/+6
* Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...David Heinemeier Hansson2005-01-181-4/+49
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-164/+164
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-111-2/+2
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-1/+1
* Updated documentation for associations #387 [canadaduane]David Heinemeier Hansson2005-01-011-7/+10
* Moved support into Active SupportDavid Heinemeier Hansson2004-12-291-56/+1
* Fixed that the const_missing autoload assumes the requested constant is set b...David Heinemeier Hansson2004-12-281-1/+1
* Added Base#clear_association_cache to empty all the cached associations #347 ...David Heinemeier Hansson2004-12-221-0/+7
* Deal with associated classes that doesnt reside in their own filesDavid Heinemeier Hansson2004-12-201-1/+7
* Checked in the proper version of const_missingDavid Heinemeier Hansson2004-12-201-17/+17