aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Change LEFT OUTER JOIN authors AS authors to LEFT OUTER JOIN authors authors ...David Heinemeier Hansson2006-03-161-9/+9
* Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]Rick Olson2006-03-161-3/+10
* Allow counter_cache to accept a column nameJamis Buck2006-03-091-3/+8
* format fix for locking [Michael Koziarski]Michael Koziarski2006-03-091-4/+7
* Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney...Rick Olson2006-03-061-7/+7
* slight change to eager associations table aliasing: use class_reflection, lik...Rick Olson2006-03-061-1/+1
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-051-46/+55
* Added cascading eager loading that allows for queries like Author.find(:all, ...David Heinemeier Hansson2006-03-041-133/+237
* Make counter_cache work with polymorphic belongs_toJamis Buck2006-03-041-12/+12
* Dont require association classes before theyre supposed to be used (closes #3...David Heinemeier Hansson2006-02-271-11/+2
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-101-1/+1
* Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...Jeremy Kemper2006-02-091-1/+1
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-14/+59
* Fixed that saving a model with multiple habtm associations, would only save t...Florian Weber2005-12-211-4/+1
* removed :piggyback in favor of just allowing :select on :through associationsTobias Lütke2005-12-201-1/+1
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-201-1/+1
* Fix typo in association docs. Closes #3296.Marcel Molina2005-12-201-1/+1
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-13/+24
* Fixed that using :include together with :conditions array in Base.find would ...David Heinemeier Hansson2005-12-081-3/+4
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-181/+202
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-021-31/+58
* Fixed bug where using update_attribute after pushing a record to a habtm asso...Florian Weber2005-11-231-1/+5
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-1/+1
* 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