aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder
Commit message (Expand)AuthorAgeFilesLines
* Use human attribute name to show the dependent destroy messageRafael Mendonça França2012-02-011-1/+2
* fix has_one, has_many restrict error messageManoj2012-02-011-1/+2
* Merge pull request #4799 from arunagw/warning_fixed_for_indentationsAaron Patterson2012-01-311-1/+1
|\
| * warning removed: mismatched indentationsArun Agrawal2012-01-311-1/+1
* | Put spaces between the words at deprecation warningRafael Mendonça França2012-01-311-3/+3
|/
* suggested fixes for :dependent => :restrict deprecation.Manoj2012-01-311-1/+1
* Same method for has_many and has_one associationsPaco Guzman2012-01-313-30/+17
* Easy dependent_restrict error messagePaco Guzman2012-01-312-4/+2
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-293-3/+35
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-1/+1
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+2
* Removed metaclass from the has_many dependency destroy method. Fixes #2954Dmitry Polushkin2011-12-312-8/+5
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* 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