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
*
Delegate Association#options to the reflection, and replace 'reflection.optio...
Jon Leighton
2011-02-21
1
-0
/
+8
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-1
/
+1
*
Ensure that association_ids uses the correct attribute where the association ...
Jon Leighton
2011-02-18
1
-0
/
+4
*
DRY up the code which instantiates the association proxy
Jon Leighton
2011-01-11
1
-0
/
+25
*
Implement deprecated version of AssociationReflection#primary_key_name, which...
Jon Leighton
2011-01-03
1
-0
/
+6
*
Have a proper AssociationReflection#foreign_type method rather than using opt...
Jon Leighton
2011-01-03
1
-0
/
+4
*
Rename AssociationReflection#primary_key_name to foreign_key, since the optio...
Jon Leighton
2010-12-31
1
-7
/
+7
*
Now we can drop-kick AssociationReflection#dependent_conditions into oblivion.
Jon Leighton
2010-12-31
1
-11
/
+0
*
Raise an error for associations which try to go :through a polymorphic associ...
Jon Leighton
2010-12-23
1
-1
/
+5
*
Improved strategy for updating a belongs_to association when the foreign key ...
Jon Leighton
2010-12-23
1
-1
/
+4
*
Don't allow a has_one association to go :through a collection association [#2...
Jon Leighton
2010-12-23
1
-0
/
+4
*
Fix problem where wrong keys are used in JoinAssociation when an association ...
Jon Leighton
2010-12-20
1
-0
/
+4
*
Fix various issues with the :primary_key option in :through associations [#24...
Jon Leighton
2010-12-15
1
-1
/
+5
*
reduce method calls
Aaron Patterson
2010-12-16
1
-1
/
+1
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
1
-11
/
+9
*
use grep instead of select + is_a?
Aaron Patterson
2010-10-20
1
-2
/
+2
*
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
[next]