aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/reflection.rb
Commit message (Expand)AuthorAgeFilesLines
* Bring back +extra_conditions+. This effectively reverts 386b7bfd9d78a6d8c8bc7...Carl Lerche2010-04-031-1/+2
* Make the query built by has_many ...., :dependent => :____ lazy since all the...Carl Lerche2010-04-021-0/+10
* cleaning up some test warningsAaron Patterson2010-03-141-3/+5
* Renamed AssociationReflection #collection_association? to #collection?.Eloy Duran2010-01-081-5/+5
* Moved the validation logic to the association reflection and refactored autos...Eloy Duran2010-01-071-0/+13
* Cleanup some code in nested_attributes.rb, autosave_association.rb, and assoc...Eloy Duran2010-01-071-1/+4
* Add AssociationReflection#collection_association? which returns true if it's ...Eloy Duran2010-01-071-1/+8
* Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...Murray Steele2009-12-281-5/+5
* Add inverse polymorphic association support. [#3520 state:resolved]George Ogata2009-12-281-2/+12
* Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-1/+1
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-3/+1
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-0/+21
* Ensure belongs_to association with a counter cache in name spaced model works...Adam Cooper2009-03-061-1/+1
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+5
* Cache columns for has_and_belongs_to_many associationslukeludwig2009-01-171-0/+8
* Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflect...Pratik Naik2008-10-041-1/+17
* Introduce ActiveRecord::Reflection::ThroughReflection to simplify hm:t reflec...Pratik Naik2008-10-041-53/+66
* Add special AssociationReflection methods for creating association objects, a...Hongli Lai (Phusion)2008-09-091-0/+35
* Don't raise exception when comparing ActiveRecord::Reflection. [#842 state:re...Ryan Bates2008-08-161-1/+1
* Cache sanitized conditions in reflection object for associationsPratik Naik2008-06-271-0/+4
* Merge docrails:Pratik Naik2008-05-091-1/+13
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+7
* Improve documentation.Pratik Naik2008-04-051-8/+13
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-051-0/+4
* Docfix (closes #10252)David Heinemeier Hansson2007-11-251-1/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-2/+2
* Change belongs_to so that the foreign_key assumption is taken from the associ...Rick Olson2007-07-161-1/+1
* Allow a polymorphic :source for has_many :through associations. Closes #7143...Rick Olson2007-03-131-2/+6
* Aggregate reflection klass works with nested :class_nameJeremy Kemper2007-01-141-35/+32
* [DOCS] Apply more documentation for ActiveRecord Reflection. Closes #4055 [R...Rick Olson2007-01-051-5/+19
* fix association exception messages, fix them so the error messages actually d...Rick Olson2006-07-201-2/+2
* Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind]David Heinemeier Hansson2006-04-061-1/+1
* Added descriptive error messages for invalid has_many :through associations: ...Rick Olson2006-04-051-0/+4
* pass the correct reflection to HasManyThroughAssociationPolymorphicErrorRick Olson2006-03-301-1/+1
* Change has_many :through to use the :source option to specify the source asso...Rick Olson2006-03-241-6/+3
* Allow has_many :through associations to find the source association by settin...Rick Olson2006-03-191-7/+12
* Allow has_many :through to work on has_many associations (closes #3864) [sco@...Rick Olson2006-03-191-2/+4
* Raise error when trying to select many polymorphic objects with has_many :thr...Rick Olson2006-03-191-0/+31
* Fix that has_many :through honors the foreign key set by the belongs_to assoc...Rick Olson2006-03-181-0/+6
* Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]Rick Olson2006-03-161-3/+4
* Make counter cache work when replacing an association (closes #3245). Thanks ...Jamis Buck2006-03-041-0/+8
* Add more documentation for Reflection. [robby@planetargon.com]. Closes #4001Michael Koziarski2006-02-281-1/+4
* Dont require association classes before theyre supposed to be used (closes #3...David Heinemeier Hansson2006-02-271-4/+0
* Fixed that reflections would bleed across class boundaries in single-table in...David Heinemeier Hansson2006-02-251-2/+4
* Reflections don't attempt to resolve module nesting of association classes. S...Jeremy Kemper2006-02-221-3/+2
* Added option to Base.reflection_of_all_associations to specify a specific ass...David Heinemeier Hansson2005-12-271-3/+5
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-38/+48
* Made association extensions use simpler block syntaxDavid Heinemeier Hansson2005-11-061-4/+4
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-1/+1