aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/belongs_to.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed metaclass from the has_many dependency destroy method. Fixes #2954Dmitry Polushkin2011-12-311-2/+4
* avoid warningsJosh Susser2011-11-271-3/+3
* association methods are now generated in modulesJosh Susser2011-11-151-3/+3
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+83