aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/reflection.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* r2979@asus: jeremy | 2005-07-10 01:51:00 -0700Jeremy Kemper2005-07-101-30/+32
* Speeded up eager loading a whole bunchDavid Heinemeier Hansson2005-04-181-1/+5
* Added MacroReflection#macro which will return a symbol describing the macro u...David Heinemeier Hansson2005-02-271-4/+10
* InitialDavid Heinemeier Hansson2004-11-241-0/+126