aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* joins are starting to work betterAaron Patterson2010-09-071-0/+14
* adding joins method to TableAaron Patterson2010-09-071-0/+8
* adding backwards compat methodsAaron Patterson2010-09-061-0/+27
* select manager responds to orderAaron Patterson2010-09-061-0/+7
* deep copies of statements aren't necessary. shallow copy the top-level arrays.Mike Dalessio2010-08-305-30/+16
* fixing typos in specMike Dalessio2010-08-301-2/+2
* specs for DeleteManager deep copyMike Dalessio2010-08-301-0/+11
* we can visit the date!Aaron Patterson2010-08-241-0/+4
* adding order clauses method to the select managerAaron Patterson2010-08-241-0/+11
* adding string join nodes and a visitor to produce backwards compatible "join_...Aaron Patterson2010-08-241-2/+2
* project takes *args nowAaron Patterson2010-08-231-3/+9
* AND nodes are supportedAaron Patterson2010-08-232-0/+18
* delete delegates to the connectionAaron Patterson2010-08-232-0/+13
* making sure update delegates to update and insert delegates to insertAaron Patterson2010-08-232-1/+53
* adding count nodesAaron Patterson2010-08-231-0/+19
* orders are workingAaron Patterson2010-08-224-8/+39
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-08-1910-0/+144
|\
| * DeleteStatement deep copyMike Dalessio2010-08-191-0/+17
| * cleaning up describe/it block namesMike Dalessio2010-08-193-5/+5
| * SelectCore deep copies attributesMike Dalessio2010-08-191-0/+23
| * Statement nodes deep-copy AST nodesMike Dalessio2010-08-193-0/+60
| * TreeManager classes deep-copy their statements.Mike Dalessio2010-08-195-0/+44
* | adding outer joinsAaron Patterson2010-08-192-2/+26
* | joins can be createdAaron Patterson2010-08-183-3/+33
|/
* delete manager addedAaron Patterson2010-08-182-0/+67
* fixing update supportAaron Patterson2010-08-182-0/+18
* adding some activerecord compatibilityAaron Patterson2010-08-161-0/+18
* OR nodes are somewhat workingAaron Patterson2010-08-163-0/+43
* sql visitor can deal with TrueClassAaron Patterson2010-08-161-0/+4
* table responds to takeAaron Patterson2010-08-161-0/+8
* IN seems to workAaron Patterson2010-08-165-7/+30
* quoting strings from equality statements, adding to_dotAaron Patterson2010-08-161-0/+9
* update is working on the select managerAaron Patterson2010-08-142-0/+56
* update manager is workingAaron Patterson2010-08-141-0/+18
* basic updates are workingAaron Patterson2010-08-141-0/+43
* inserts have the correct syntaxAaron Patterson2010-08-132-4/+41
* insert manager implements "insert"Aaron Patterson2010-08-132-0/+26
* inserts are starting to take shapeAaron Patterson2010-08-131-2/+41
* insert manager is starting to take shapeAaron Patterson2010-08-134-23/+56
* table responds to "project"Aaron Patterson2010-08-131-0/+10
* Table.new can take a hash for the second paramAaron Patterson2010-08-131-0/+12
* project works with stringsAaron Patterson2010-08-131-0/+20
* limits are addedAaron Patterson2010-08-122-0/+36
* full sql statement generationAaron Patterson2010-08-121-0/+44
* to_sql visitor startedAaron Patterson2010-08-122-0/+18
* adding first nodeAaron Patterson2010-08-121-0/+17
* tables can fetch attributesAaron Patterson2010-08-122-1/+52
* starting a spec for the tableAaron Patterson2010-08-121-18/+19
* stripping the spec helperAaron Patterson2010-08-122-9/+0
* lib is already in the load pathAaron Patterson2010-08-101-4/+1