aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroyRafael Mendonça França2013-05-061-1/+4
* Revert "Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-012-21/+0
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-202-0/+21
* Fix #3672 again (dependent: delete_all perf)Jon Leighton2011-12-142-2/+8
* avoid warningsJosh Susser2011-11-276-15/+15
* use GeneratedFeatureMethods module for associationsJosh Susser2011-11-272-7/+13
* association methods are now generated in modulesJosh Susser2011-11-157-30/+25
* Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-12/+10
* Removes the restriction on primary key when joining in a habtm && test that i...Mohammad El-Abid2011-05-261-4/+0
* 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
* 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