aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Make has_one with :conditions hash scope build or creation of the associated ...Luciano G Panaro2009-09-281-1/+3
* Added some documentation about setting :autosave => false on an association.Eloy Duran2009-09-121-3/+4
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-17/+36
* Revert "Assert primary key does not exist in habtm when the association is de...Jeremy Kemper2009-09-021-11/+11
* Assert primary key does not exist in habtm when the association is defined, i...José Valim2009-09-011-12/+12
* Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-2/+29
* Changed to use klass instead of constantizing in assign_ids generated methodDmitry Ratnikov2009-08-091-1/+1
* Fix for nested :include with namespaced models.Rich Bradley2009-08-091-1/+1
* 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