aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Add :group option, correspond to GROUP BY, to the find method and to the has_...Jeremy Kemper2005-11-101-1/+4
* Destroy associated has_and_belongs_to_many records after all before_destroy c...Jeremy Kemper2005-11-081-2/+11
* Deprecate the old, confusing :exclusively_dependent option in favor of :depen...Jeremy Kemper2005-11-081-9/+15
* Added :include as an option for association declarations [DHH]David Heinemeier Hansson2005-11-061-4/+10
* Sharper exampleDavid Heinemeier Hansson2005-11-061-4/+2
* Made association extensions use simpler block syntaxDavid Heinemeier Hansson2005-11-061-7/+38
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-031-4/+30
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-1/+1
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-11/+11
* Parenthesize :conditionsJeremy Kemper2005-10-181-2/+2
* Added support for using limits in eager loads that involve has_many and has_a...David Heinemeier Hansson2005-10-181-9/+54
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-8/+28
* Association validation does not belong in a before_save callback: move it int...Jeremy Kemper2005-10-021-40/+40
* Ticket #2156 - Use foreign_key inflection uniformlyJeremy Kemper2005-09-281-2/+2
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-281-1/+3
* Fixed saving a record with two unsaved belongs_to associations pointing to th...Jamis Buck2005-09-201-5/+7
* Fix eager loading error messages, allow :include to specify tables using stri...Nicholas Seckar2005-09-181-2/+3
* Refactored to a more readble form #1813David Heinemeier Hansson2005-09-111-3/+1
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-13/+14
* Revert [2040], caused assignment of belongs_to associations to fail in some c...Jamis Buck2005-08-241-5/+3
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-231-3/+5
* Added support for limit and offset with eager loading of has_one and belongs_...David Heinemeier Hansson2005-07-111-8/+28
* better error message for missing associations #1631 [courtenay]David Heinemeier Hansson2005-07-091-4/+11
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-061-2/+2
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-041-3/+43
* 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