aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/join_dependency/join_part.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Remove useless `aliased_table_name` in `JoinDependency`Ryuta Kamizono2017-07-151-5/+0
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove unused `JoinPart#name`Ryuta Kamizono2017-05-221-4/+0
* Ensure that inverse associations are set before running callbacksSean Griffin2016-08-311-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* Remove defunct ivarsBen Woosley2014-09-281-1/+0
* build the association graph functionallyAaron Patterson2013-10-211-2/+2
* 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-20/+3
* | keep a cache on the alias objectAaron Patterson2013-10-141-5/+0
* | move alias building to the table nodeAaron Patterson2013-10-141-4/+0
* | push the node->AR cache up one levelAaron Patterson2013-10-131-6/+1
* | pull parent and alias tacker from the nodes.Aaron Patterson2013-10-111-6/+1
|/
* no reason to do this column addition and subtraction businessAaron Patterson2013-10-111-1/+1
* refactor a little so we can remove some methodsAaron Patterson2013-10-101-3/+0
* delete unused codeAaron Patterson2013-10-101-10/+0
* simplify each method.Aaron Patterson2013-10-101-8/+2
* 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