index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
reflection.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable has_many :through for going through a has_one association on the join ...
Gabe da Silveira
2009-08-10
1
-1
/
+1
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-3
/
+1
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
1
-0
/
+21
*
Ensure belongs_to association with a counter cache in name spaced model works...
Adam Cooper
2009-03-06
1
-1
/
+1
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+5
*
Cache columns for has_and_belongs_to_many associations
lukeludwig
2009-01-17
1
-0
/
+8
*
Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflect...
Pratik Naik
2008-10-04
1
-1
/
+17
*
Introduce ActiveRecord::Reflection::ThroughReflection to simplify hm:t reflec...
Pratik Naik
2008-10-04
1
-53
/
+66
*
Add special AssociationReflection methods for creating association objects, a...
Hongli Lai (Phusion)
2008-09-09
1
-0
/
+35
*
Don't raise exception when comparing ActiveRecord::Reflection. [#842 state:re...
Ryan Bates
2008-08-16
1
-1
/
+1
*
Cache sanitized conditions in reflection object for associations
Pratik Naik
2008-06-27
1
-0
/
+4
*
Merge docrails:
Pratik Naik
2008-05-09
1
-1
/
+13
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-8
/
+7
*
Improve documentation.
Pratik Naik
2008-04-05
1
-8
/
+13
*
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...
Jeremy Kemper
2008-01-05
1
-0
/
+4
*
Docfix (closes #10252)
David Heinemeier Hansson
2007-11-25
1
-1
/
+1
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-2
/
+2
*
Change belongs_to so that the foreign_key assumption is taken from the associ...
Rick Olson
2007-07-16
1
-1
/
+1
*
Allow a polymorphic :source for has_many :through associations. Closes #7143...
Rick Olson
2007-03-13
1
-2
/
+6
*
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