aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/singular_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Add additional text to NotImplementedErrors [#6328 state:resolved]Mike Gehard2011-03-121-1/+1
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+16
* Singular associations no longer use a proxy, so no need to check for the prox...Jon Leighton2011-02-211-6/+0
* Associations - where possible, call attributes methods rather than directly a...Jon Leighton2011-02-211-1/+1
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-2/+2
* Let's be less blasé about method visibility on association proxiesJon Leighton2011-01-301-0/+1
* We shouldn't be using scoped.scoping { ... } to build associated records, as ...Jon Leighton2011-01-301-6/+9
* find_target can also go into SingularAssociationJon Leighton2011-01-161-0/+4
* Abstract a bit more into SingularAssociationJon Leighton2011-01-161-0/+6
* Abstract common code from BelongsToAssociation and HasOneAssociation into Sin...Jon Leighton2011-01-161-0/+31