aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
* string passthrough for "group by"Nick Kallen2008-05-052-1/+7
|
* better column disambiguationNick Kallen2008-05-054-8/+14
|
* last of the cleanup -- FOR THE MOMENTNick Kallen2008-05-045-29/+24
|
* missing fileNick Kallen2008-05-041-0/+17
|
* cleanupNick Kallen2008-05-044-41/+38
|
* reorganizationNick Kallen2008-05-042-81/+79
|
* introducing structural recursionNick Kallen2008-05-043-25/+5
|
* cleanupNick Kallen2008-05-045-15/+120
|
* cleanupNick Kallen2008-05-041-105/+2
|
* cleanupNick Kallen2008-05-042-8/+4
|
* cleanupNick Kallen2008-05-041-10/+6
|
* additional testingNick Kallen2008-05-041-7/+2
|
* minor cleanupNick Kallen2008-05-046-46/+40
|
* Table names seem to be disambiguated.Nick Kallen2008-05-0410-77/+105
| | | | - Code is a mess, about to undergo some refactoring
* finally fixed table aliasing issuesNick Kallen2008-05-014-22/+20
| | | | - 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-016-22/+32
| | | | still broken
* the big obstacleNick Kallen2008-04-304-17/+11
|
* automatically aliasing tablesNick Kallen2008-04-287-42/+50
|
* attribute disambiguationNick Kallen2008-04-272-12/+6
|
* results of a select query are a hash indexed by attribute rather than stringNick Kallen2008-04-272-10/+12
|
* - new todo itemsNick Kallen2008-04-192-0/+6
| | | | | - alias to_sql to to_s - added column_for to join (untested)
* in fact, when doing subsequent orderings, we assume that the previous ↵Nick Kallen2008-04-181-5/+9
| | | | orderings have taken effect and therefore where the new ordering finds things equal, the previous ordering should take effect
* when ordering, the last order winsNick Kallen2008-04-181-9/+3
|
* officially renamed active_relation to arelNick Kallen2008-04-1834-0/+1090