aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/join_dependency/join_base.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Merge branch 'master' into joindepAaron Patterson2013-10-151-1/+1
|\
| * use the cached arel tableAaron Patterson2013-10-151-1/+1
* | move column_names_with_alias on to the alias cache objectAaron Patterson2013-10-141-4/+0
* | pull parent and alias tacker from the nodes.Aaron Patterson2013-10-111-4/+0
|/
* make node search more efficientAaron Patterson2013-10-091-0/+5
* remove == so we can see where walking up parents occursAaron Patterson2013-10-091-5/+0
* push parent up to the superclassAaron Patterson2013-10-091-0/+4
* require the files we need so the classes are stand-aloneAaron Patterson2013-10-031-0/+2
* changed variable name active_record => base_klassNeeraj Singh2013-04-091-2/+2
* Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods...Jon Leighton2011-02-281-0/+24