aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations/join.rb
Commit message (Collapse)AuthorAgeFilesLines
* some cleanup, notes for further cleanup/investigationNick Kallen2008-05-161-17/+14
|
* thinks must get worse before they get betterNick Kallen2008-05-151-6/+8
|
* experimenting with new binding stuffNick Kallen2008-05-151-5/+7
|
* fixed defect with select inside of alias joined to the same table (yikes)Nick Kallen2008-05-141-2/+2
|
* fixed defect in aliasNick Kallen2008-05-131-3/+5
|
* some slight performance improvementsNick Kallen2008-05-121-4/+4
|
* performance optimizationNick Kallen2008-05-051-2/+2
|
* better column disambiguationNick Kallen2008-05-051-3/+6
|
* last of the cleanup -- FOR THE MOMENTNick Kallen2008-05-041-23/+1
|
* cleanupNick Kallen2008-05-041-24/+29
|
* cleanupNick Kallen2008-05-041-10/+1
|
* cleanupNick Kallen2008-05-041-4/+4
|
* cleanupNick Kallen2008-05-041-10/+6
|
* minor cleanupNick Kallen2008-05-041-6/+1
|
* Table names seem to be disambiguated.Nick Kallen2008-05-041-24/+18
| | | | - Code is a mess, about to undergo some refactoring
* finally fixed table aliasing issuesNick Kallen2008-05-011-19/+15
| | | | - the solution is currently ugly, but i have an idea how to clean it up
* naming of aliased relations seemed to be solved; now aggregate relations are ↵Nick Kallen2008-05-011-7/+11
| | | | still broken
* the big obstacleNick Kallen2008-04-301-0/+5
|
* automatically aliasing tablesNick Kallen2008-04-281-22/+26
|
* attribute disambiguationNick Kallen2008-04-271-11/+3
|
* - new todo itemsNick Kallen2008-04-191-0/+5
| | | | | - alias to_sql to to_s - added column_for to join (untested)
* officially renamed active_relation to arelNick Kallen2008-04-181-0/+92