aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/association.rb
Commit message (Expand)AuthorAgeFilesLines
* extract deprecated association options to active_record_deprecated_findersJon Leighton2012-07-131-43/+0
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-0/+43
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-131-6/+15
* Refactor define_restrict_dependency_method using reflectionPaco Guzman2012-02-011-3/+3
* 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-311-0/+15
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-1/+15
* 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
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* avoid warningsJosh Susser2011-11-271-2/+2
* use GeneratedFeatureMethods module for associationsJosh Susser2011-11-271-3/+5
* association methods are now generated in modulesJosh Susser2011-11-151-5/+5
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+53