| Commit message (Expand) | Author | Age | Files | Lines |
* | Aggregate reflection klass works with nested :class_name | Jeremy Kemper | 2007-01-14 | 1 | -35/+32 |
* | [DOCS] Apply more documentation for ActiveRecord Reflection. Closes #4055 [R... | Rick Olson | 2007-01-05 | 1 | -5/+19 |
* | fix association exception messages, fix them so the error messages actually d... | Rick Olson | 2006-07-20 | 1 | -2/+2 |
* | Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind] | David Heinemeier Hansson | 2006-04-06 | 1 | -1/+1 |
* | Added descriptive error messages for invalid has_many :through associations: ... | Rick Olson | 2006-04-05 | 1 | -0/+4 |
* | pass the correct reflection to HasManyThroughAssociationPolymorphicError | Rick Olson | 2006-03-30 | 1 | -1/+1 |
* | Change has_many :through to use the :source option to specify the source asso... | Rick Olson | 2006-03-24 | 1 | -6/+3 |
* | Allow has_many :through associations to find the source association by settin... | Rick Olson | 2006-03-19 | 1 | -7/+12 |
* | Allow has_many :through to work on has_many associations (closes #3864) [sco@... | Rick Olson | 2006-03-19 | 1 | -2/+4 |
* | Raise error when trying to select many polymorphic objects with has_many :thr... | Rick Olson | 2006-03-19 | 1 | -0/+31 |
* | Fix that has_many :through honors the foreign key set by the belongs_to assoc... | Rick Olson | 2006-03-18 | 1 | -0/+6 |
* | Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson] | Rick Olson | 2006-03-16 | 1 | -3/+4 |
* | Make counter cache work when replacing an association (closes #3245). Thanks ... | Jamis Buck | 2006-03-04 | 1 | -0/+8 |
* | Add more documentation for Reflection. [robby@planetargon.com]. Closes #4001 | Michael Koziarski | 2006-02-28 | 1 | -1/+4 |
* | Dont require association classes before theyre supposed to be used (closes #3... | David Heinemeier Hansson | 2006-02-27 | 1 | -4/+0 |
* | Fixed that reflections would bleed across class boundaries in single-table in... | David Heinemeier Hansson | 2006-02-25 | 1 | -2/+4 |
* | Reflections don't attempt to resolve module nesting of association classes. S... | Jeremy Kemper | 2006-02-22 | 1 | -3/+2 |
* | Added option to Base.reflection_of_all_associations to specify a specific ass... | David Heinemeier Hansson | 2005-12-27 | 1 | -3/+5 |
* | Added preliminary support for join models [DHH] Added preliminary support for... | David Heinemeier Hansson | 2005-12-03 | 1 | -38/+48 |
* | Made association extensions use simpler block syntax | David Heinemeier Hansson | 2005-11-06 | 1 | -4/+4 |
* | Fix docs (closes #2491) | David Heinemeier Hansson | 2005-10-26 | 1 | -1/+1 |
* | r2979@asus: jeremy | 2005-07-10 01:51:00 -0700 | Jeremy Kemper | 2005-07-10 | 1 | -30/+32 |
* | Speeded up eager loading a whole bunch | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+5 |
* | Added MacroReflection#macro which will return a symbol describing the macro u... | David Heinemeier Hansson | 2005-02-27 | 1 | -4/+10 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+126 |