aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | caching quoted valuesAaron Patterson2010-09-262-5/+11
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | hoe sets the default task for usAaron Patterson2010-09-241-3/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding mit licenseAaron Patterson2010-09-241-0/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Arel is MIT licensed.Bryan Helmkamp2010-09-241-0/+20
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating versionAaron Patterson2010-09-242-3/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing the version fileAaron Patterson2010-09-243-5/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating Rakefile with development dependenciesAaron Patterson2010-09-242-2/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding a manifest, converting to Hoe, generating gemspecAaron Patterson2010-09-246-176/+156
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing unused rake tasksAaron Patterson2010-09-242-28/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing more unused filesAaron Patterson2010-09-247-140/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | deleting lots of unused filesAaron Patterson2010-09-247-210/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | specs run without an AR connectionAaron Patterson2010-09-241-0/+85
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing tasks that hoe will provideAaron Patterson2010-09-241-54/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | use a real editorAaron Patterson2010-09-241-5/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | turning on warningsAaron Patterson2010-09-241-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing the v1 rake taskAaron Patterson2010-09-241-12/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | shuffling around the spec directoryAaron Patterson2010-09-2490-4898/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | yay, more oracle hacksAaron Patterson2010-09-242-2/+14
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fixing formattingAaron Patterson2010-09-241-10/+11
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | avoid modifying the ast in certain casesAaron Patterson2010-09-242-2/+34
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding offset edgeAaron Patterson2010-09-241-0/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding more oracle hacksAaron Patterson2010-09-242-0/+31
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | dealing with limits and offsetsAaron Patterson2010-09-242-1/+38
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | creating a subquery when there is an order and a limitAaron Patterson2010-09-242-1/+19
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding an oracle visitorAaron Patterson2010-09-247-3/+57
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | using the connection pool while visitingAaron Patterson2010-09-242-3/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | caching visitor on a per engine basisAaron Patterson2010-09-232-15/+22
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | changing accessor to a writerAaron Patterson2010-09-231-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing duplicate codeAaron Patterson2010-09-231-4/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | moving visitors aroundAaron Patterson2010-09-239-52/+58
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | moving expression up to function classAaron Patterson2010-09-232-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | reordering order clauses :'(Aaron Patterson2010-09-231-1/+9
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | writing code that makes me sadAaron Patterson2010-09-231-1/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding a select statment visitorAaron Patterson2010-09-232-1/+29
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding a postgres adapterAaron Patterson2010-09-234-8/+23
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | ignoring aliasAaron Patterson2010-09-232-1/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | quoting update values using the columnAaron Patterson2010-09-222-3/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | constructor can take column infoAaron Patterson2010-09-212-8/+26
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fixing tests for mysql2Aaron Patterson2010-09-211-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | making stuff work on mysqlAaron Patterson2010-09-218-13/+64
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | supporting ranges for IN statementsAaron Patterson2010-09-206-3/+49
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | dealing with empty in statementsAaron Patterson2010-09-202-1/+10
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing some debugging code. oops!Aaron Patterson2010-09-201-4/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | using aliases for terminal nodesAaron Patterson2010-09-201-10/+11
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | from does not need to be a listAaron Patterson2010-09-205-13/+13
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding crazy code to fix the last two AR testsAaron Patterson2010-09-203-3/+40
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | if FROM is a string, convert to string literalAaron Patterson2010-09-182-1/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | returning nil for tables that do not existAaron Patterson2010-09-182-21/+21
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | remove if defined?Aaron Patterson2010-09-171-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | using a Hash with default proc to memoize dispatch methodsMike Dalessio2010-09-161-9/+4
| | | | | | | | | | | | | | | |