aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/class_methods/join_dependency.rb
Commit message (Expand)AuthorAgeFilesLines
* have table_aliases call count_aliases to set the default valueAaron Patterson2010-12-081-1/+3
* passing the ast to a table when the relation is a tableAaron Patterson2010-12-071-2/+0
* JoinDependency is always created with an AST nowAaron Patterson2010-12-071-4/+10
* passing the ast to JoinDependencyAaron Patterson2010-12-071-2/+11
* reduce string objects, reduce method callsAaron Patterson2010-12-071-4/+5
* save the AR reference rather than delegatingAaron Patterson2010-12-071-4/+5
* JoinBase initialize can be deletedAaron Patterson2010-11-301-2/+3
* alias should be a SQL literalAaron Patterson2010-11-241-1/+1
* adding a factory method to the join part for generating a table aliasAaron Patterson2010-11-241-1/+1
* use ARel rather than generate SQL stringsAaron Patterson2010-11-241-2/+3
* remove useless joinAaron Patterson2010-11-241-1/+1
* moving column_aliases to JoinDependencyAaron Patterson2010-11-241-0/+8
* breaking classes up in to respective filesAaron Patterson2010-11-231-0/+216