aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/singular_association.rb
Commit message (Expand)AuthorAgeFilesLines
* This is comment for singular association.kennyj2012-11-021-1/+1
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-8/+8
* s/scoped/scope/Jon Leighton2012-08-011-2/+2
* Ensure that the foreign key gets set when doing record.create_association or ...Jon Leighton2011-07-081-2/+11
* Assign the association attributes to the associated record before the before_...Jon Leighton2011-06-301-2/+1
* Don't pass a block as we are yieldingAndrew White2011-05-171-1/+1
* Add block setting of attributes to singular associationsAndrew White2011-05-171-5/+6
* Pass the attribute and option hashes to build_associationAndrew White2011-05-171-6/+6
* Don't use mass-assignment protection when setting foreign keys or association...Jon Leighton2011-05-121-9/+9
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-8/+8
* 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