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
*
Integrate nested support into ThroughAssociationScope, using my concept of ge...
Jon Leighton
2010-10-02
1
-10
/
+40
*
Started implementing nested :through associations by using the existing struc...
Jon Leighton
2010-10-01
1
-0
/
+15
*
Initial nested_has_many_through support [#1152]
Bodaniel Jeanes
2010-09-26
1
-3
/
+3
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-13
/
+13
*
applied guidelines to "# =>"
Paco Guzman
2010-08-12
1
-1
/
+1
*
Tidy up previous commit.
José Valim
2010-08-02
1
-14
/
+12
*
returns not returned . fixing documentation for reflection
Neeraj Singh
2010-07-30
1
-28
/
+30
*
bringing consistency in comments
Neeraj Singh
2010-07-24
1
-14
/
+17
*
Adds basic description and title.
Rizwan Reza
2010-06-16
1
-15
/
+30
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-4
/
+4
*
Bring back +extra_conditions+. This effectively reverts 386b7bfd9d78a6d8c8bc7...
Carl Lerche
2010-04-03
1
-1
/
+2
*
Make the query built by has_many ...., :dependent => :____ lazy since all the...
Carl Lerche
2010-04-02
1
-0
/
+10
*
cleaning up some test warnings
Aaron Patterson
2010-03-14
1
-3
/
+5
*
Renamed AssociationReflection #collection_association? to #collection?.
Eloy Duran
2010-01-08
1
-5
/
+5
*
Moved the validation logic to the association reflection and refactored autos...
Eloy Duran
2010-01-07
1
-0
/
+13
*
Cleanup some code in nested_attributes.rb, autosave_association.rb, and assoc...
Eloy Duran
2010-01-07
1
-1
/
+4
*
Add AssociationReflection#collection_association? which returns true if it's ...
Eloy Duran
2010-01-07
1
-1
/
+8
*
Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...
Murray Steele
2009-12-28
1
-5
/
+5
*
Add inverse polymorphic association support. [#3520 state:resolved]
George Ogata
2009-12-28
1
-2
/
+12
*
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
[next]