aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/join_dependency/join_part.rb
Commit message (Expand)AuthorAgeFilesLines
* add some convenient methods for avoiding array allocationsAaron Patterson2013-10-091-0/+3
* make node search more efficientAaron Patterson2013-10-091-0/+14
* remove == so we can see where walking up parents occursAaron Patterson2013-10-091-4/+0
* push parent up to the superclassAaron Patterson2013-10-091-1/+6
* convert JoinBase to a tree and remove the Node classAaron Patterson2013-10-091-1/+19
* don't access the reflections hashAaron Patterson2013-10-081-1/+1
* WhitespacesRafael Mendonça França2013-09-111-1/+2
* Reduce allocations when extracting AR modelsSam2013-09-111-1/+13
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-111-1/+1
|\
| * JoinPart is no longer an abstract classNeeraj Singh2013-04-081-1/+1
* | changed variable name active_record => base_klassNeeraj Singh2013-04-091-5/+5
|/
* No need to send public methodsAkira Matsuda2013-02-261-1/+1
* Fix eagerly loading associations without primary keysKelley Reynolds2012-02-091-1/+1
* TableAlias leg ordering has changed, so change accordinglyAaron Patterson2011-03-301-1/+1
* Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods...Jon Leighton2011-02-281-0/+78