aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | insert manager is starting to take shapeAaron Patterson2010-08-1312-52/+121
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | table responds to "project"Aaron Patterson2010-08-133-1/+16
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding a relation thingAaron Patterson2010-08-133-0/+15
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Table.new can take a hash for the second paramAaron Patterson2010-08-132-3/+16
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | table responds to where, column info is cachedAaron Patterson2010-08-131-3/+8
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | project works with stringsAaron Patterson2010-08-136-17/+41
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | limits are addedAaron Patterson2010-08-128-10/+78
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | full sql statement generationAaron Patterson2010-08-126-0/+102
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | to_sql visitor startedAaron Patterson2010-08-126-0/+64
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding some deprecated classesAaron Patterson2010-08-124-0/+21
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding first nodeAaron Patterson2010-08-125-3/+37
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | tables can fetch attributesAaron Patterson2010-08-126-6/+100
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | starting a spec for the tableAaron Patterson2010-08-122-19/+20
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | stripping the spec helperAaron Patterson2010-08-122-9/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding a table and engineAaron Patterson2010-08-124-2/+31
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | clean slateAaron Patterson2010-08-1265-2513/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | speeding up Engine#connectionAaron Patterson2010-08-111-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | ivar lookup is slightly fasterAaron Patterson2010-08-111-3/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | use empty? over all?Aaron Patterson2010-08-111-1/+5
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | lib is already in the load pathAaron Patterson2010-08-101-4/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: reduce calls to Hash#[]Aaron Patterson2010-08-061-3/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing parameter requirement for matching_attributesAaron Patterson2010-08-062-14/+9
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing method that is never usedAaron Patterson2010-08-061-6/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: this hash only ever has one value, also avoid injectAaron Patterson2010-08-061-4/+6
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | initializing instance variables, converting to attr-readerAaron Patterson2010-08-061-4/+5
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring module inclusionAaron Patterson2010-08-062-27/+24
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | initializing instance variablesAaron Patterson2010-08-061-6/+6
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing a fancy mapAaron Patterson2010-08-061-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | add an operator to inequalityAaron Patterson2010-08-062-0/+7
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | inject([]) is a fancy map!Aaron Patterson2010-08-061-3/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unused codeAaron Patterson2010-08-061-7/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing test code from implementationAaron Patterson2010-08-069-50/+67
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing test code from implementationAaron Patterson2010-08-063-14/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unused codeAaron Patterson2010-08-061-4/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unused codeAaron Patterson2010-08-061-4/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing test code from implementationAaron Patterson2010-08-062-11/+17
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring more module inclusionAaron Patterson2010-08-062-51/+48
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring to use concrete delegate methodsAaron Patterson2010-08-041-3/+9
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | separating test code from implementation codeAaron Patterson2010-08-042-8/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: delegate is slow, lets just write a delegate methodAaron Patterson2010-08-041-1/+5
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring DefaultOperationsAaron Patterson2010-08-041-16/+13
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding a spec for Group#to_sqlAaron Patterson2010-08-041-0/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing Group#==, improving Group testAaron Patterson2010-08-042-8/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring JOIN to_sqlAaron Patterson2010-08-021-0/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring WHERE to_sqlAaron Patterson2010-08-021-0/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing module for faster method lookupAaron Patterson2010-07-302-14/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: cache the engine in the formatterAaron Patterson2010-07-301-5/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: reducing call stackAaron Patterson2010-07-303-11/+8
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing Table#== as it is not actually usedAaron Patterson2010-07-303-16/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | caching existence of a tableAaron Patterson2010-07-301-4/+4
| | | | | | | | | | | | | | | | | |