aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2009-07-251-5/+71
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-3/+6
* Use map! instead of map for <association>_idsPratik Naik2009-07-131-2/+2
* Optimize <association>_ids for hm:t with belongs_to sourcePratik Naik2009-07-131-1/+8
* HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.Adam Milligan2009-06-121-7/+2
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Fixed limited eager loading associations with numbers in the name [#2668 stat...Benjamin Floering2009-05-181-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-4/+2
* Fixed eager load error on find with include => [:table_name] and hash conditi...Anthony Crumley2009-05-101-4/+16
* honour :inverse_of for joins based includeFrederick Cheung2009-05-101-2/+8
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-3/+9
* Ensure :dependent => :delete_all works for association with hash conditionsPratik Naik2009-04-201-1/+1
* Ensure JoinAssociation uses aliased table name when multiple associations hav...Pratik Naik2009-04-201-1/+1
* Added :touch option to belongs_to associations that will touch the parent rec...David Heinemeier Hansson2009-04-161-23/+45
* Ensure NoMethodError isn't raised when some of the nested eager loaded associ...Murray Steele2009-03-121-4/+9
* Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:res...Adam Milligan2009-03-071-1/+1
* Ensure belongs_to association with a counter cache in name spaced model works...Adam Cooper2009-03-061-3/+1
* Ensure self referential HABTM associations raise an exception if association_...Tom Lea2009-03-061-0/+10
* Force all internal calls to Array#to_sentence to use English [#2010 state:res...David Heinemeier Hansson2009-02-271-1/+1
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-271-118/+2
* Merge with docrailsPratik Naik2009-02-241-36/+29
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+16
* Merge docrailsPratik Naik2009-02-011-4/+5
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-43/+48
* Make belongs_to :dependent => :destroy destroy self before associated object...Ben VandenBos2009-01-161-2/+2
* Merge commit 'fred/pullable'Pratik Naik2008-12-301-2/+2
|\
| * Fix to_sentence being used with options removed by 273c77Frederick Cheung2008-12-271-1/+1
| * Fix :include of has_many associations with :primary_key optionFrederick Cheung2008-12-261-1/+1
* | Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-18/+18
|/
* Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...Frederick Cheung2008-12-211-3/+3
* Fix has many through not quoting table names [#1163 state:resolved]Karthik Krishnan2008-12-201-1/+1
* Merge docrailsPratik Naik2008-12-191-5/+5
* Don't include table_name twiceFrederick Cheung2008-12-181-1/+1
* Ensure :include checks joins when determining if it can preload [#528 state:r...Frederick Cheung2008-12-181-10/+33
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-4/+8
* Ensure hash conditions on referenced tables are considered when eager loading...Paul2008-11-261-0/+1
* Autoload ActiveRecord filesJoshua Peek2008-11-241-10/+12
* Added :counter_sql as a valid key for habtm associationsTekin Suleyman2008-11-071-1/+1
* Merge docrails. Remove unnecessary files.Pratik Naik2008-11-021-0/+8
* Make sure habtm use class variable to list association valid keysLuca Guidi2008-11-011-9/+12
* Skip collection ids reader optimization if using :finder_sqlJeremy Kemper2008-10-231-1/+1
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-1/+2
* Remove the functionality introduce in 28d3390Michael Koziarski2008-10-101-12/+1
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-101-0/+5
* Merge docrailsPratik Naik2008-10-051-2/+6
* Refactor configure_dependency_for_has_many to use a few more methods.Hongli Lai (Phusion)2008-09-241-3/+34
* Add Model#delete instance method, similar to Model.delete class method. [#108...Hongli Lai (Phusion2008-09-211-2/+2
* applied patch to fix the associations with blocks in modules bug from an old ...Adeh DeSandies2008-09-201-4/+4
* Fixed an error triggered by a reload followed by a foreign key assignment.Nathaniel Talbott2008-09-201-1/+5