aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/singular_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-1/+1
* Added some more documentation for define_readers and define_writer of the Ass...aditya-kapoor2013-05-151-0/+4
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-1/+1
* Use method compilation for association methodsJon Leighton2012-08-101-11/+11
* Unprivatise all the thingsJon Leighton2012-08-101-13/+11
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-131-1/+3
* avoid warningsJosh Susser2011-11-271-3/+3
* association methods are now generated in modulesJosh Susser2011-11-151-3/+3
* removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-13/+0
* Add block setting of attributes to singular associationsAndrew White2011-05-171-6/+6
* Bring back obj.association_loaded? as a deprecated method. Fixes #472.Jon Leighton2011-05-111-0/+13
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+32