aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/class_methods/join_dependency
Commit message (Expand)AuthorAgeFilesLines
* dry up calls to table_aliasesAaron Patterson2010-12-081-4/+6
* remove code that could never be executedAaron Patterson2010-12-081-4/+0
* have table_aliases call count_aliases to set the default valueAaron Patterson2010-12-081-4/+0
* arel ignores the columns parameterAaron Patterson2010-12-081-2/+1
* arel is lazy about column information, so no need to pass it aroundAaron Patterson2010-12-071-1/+1
* no need for selfAaron Patterson2010-12-011-1/+1
* JoinBase initialize can be deletedAaron Patterson2010-11-301-8/+0
* removing interpolate_sql from join associationsAaron Patterson2010-11-291-5/+1
* moving method to subclass that actually uses the methodAaron Patterson2010-11-292-1/+5
* initialize instance variables in initialize... o_OAaron Patterson2010-11-241-2/+2
* adding a factory method to the join part for generating a table aliasAaron Patterson2010-11-241-0/+4
* breaking classes up in to respective filesAaron Patterson2010-11-233-0/+388