aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder
Commit message (Expand)AuthorAgeFilesLines
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-133-3/+3
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-123-3/+3
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-113-3/+9
* Make clearing of HABTM join table contents happen in an after_destory callback.Murray Steele2011-03-231-12/+12
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-217-0/+430