aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor predication methods to be available to SqlLiterals as well.Ernie Miller2010-10-271-0/+1
* version bumpAaron Patterson2010-10-131-1/+1
* bumping versionAaron Patterson2010-10-131-3/+1
* adding an easy way for sql literal nodesAaron Patterson2010-09-281-2/+4
* caching quoted valuesAaron Patterson2010-09-261-0/+4
* updating versionAaron Patterson2010-09-241-1/+1
* removing the version fileAaron Patterson2010-09-241-1/+3
* moving visitors aroundAaron Patterson2010-09-231-6/+1
* adding a postgres adapterAaron Patterson2010-09-231-5/+7
* making stuff work on mysqlAaron Patterson2010-09-211-0/+1
* refactoring expressions to a moduleAaron Patterson2010-09-141-0/+1
* backwards compatAaron Patterson2010-09-101-1/+1
* adding order clauses method to the select managerAaron Patterson2010-08-241-0/+1
* adding string join nodes and a visitor to produce backwards compatible "join_...Aaron Patterson2010-08-241-0/+1
* Squashed commit of the following:Aaron Patterson2010-08-231-0/+1
* delete manager addedAaron Patterson2010-08-181-0/+1
* adding some activerecord compatibilityAaron Patterson2010-08-161-0/+1
* Rails references Arel::Expression, adding an unused module for nowAaron Patterson2010-08-161-0/+1
* adding deprecated crud module for backwards compatAaron Patterson2010-08-161-0/+2
* basic updates are workingAaron Patterson2010-08-141-0/+1
* adding a dot visitor to make our lives easierAaron Patterson2010-08-131-0/+1
* insert manager is starting to take shapeAaron Patterson2010-08-131-0/+2
* adding a relation thingAaron Patterson2010-08-131-0/+6
* project works with stringsAaron Patterson2010-08-131-2/+4
* full sql statement generationAaron Patterson2010-08-121-0/+1
* to_sql visitor startedAaron Patterson2010-08-121-0/+1
* adding some deprecated classesAaron Patterson2010-08-121-0/+1
* adding first nodeAaron Patterson2010-08-121-0/+1
* tables can fetch attributesAaron Patterson2010-08-121-0/+3
* adding a table and engineAaron Patterson2010-08-121-2/+3
* clean slateAaron Patterson2010-08-121-12/+0
* removing cattr_accessorAaron Patterson2010-07-261-1/+0
* reorganizing classes moreAaron Patterson2010-07-261-0/+2
* removing more duplicationAaron Patterson2010-07-261-0/+1
* Rake is a better build tool than Thor. Move the gem building and releasing ta...Carl Lerche2010-03-231-2/+2
* Get the specs to start when an AR connection is not present.Carl Lerche2010-03-111-1/+2
* Release v0.3.1Emilio Tagua2010-03-101-1/+1
* Release v0.3.0Emilio Tagua2010-03-101-2/+2
* Release v0.2.1Bryan Helmkamp2010-02-051-1/+1
* Release v0.2.0Bryan Helmkamp2010-01-311-1/+1
* Dont require activerecordPratik Naik2010-01-091-3/+0
* This is 0.2.pre nowBryan Helmkamp2009-11-101-1/+1
* Dropping Jeweler in favor of some simple Thor tasks (for Gemcutter)Bryan Helmkamp2009-10-271-0/+2
* Autoload Arel::SessionBryan Helmkamp2009-09-301-3/+5
* When Arel is loaded the $LOAD_PATH should already be set properly, so don't m...Bryan Helmkamp2009-09-201-1/+0
* Cherry pick AS extensions.Emilio Tagua2009-09-141-0/+4
* Remove explicit rubygems require. Use Active Support provided by Active Recor...Jeremy Kemper2009-09-141-7/+1
* Require active_support and active_record by name in LOAD_PATH instead of gem ...Jeremy Kemper2009-09-141-2/+2
* Merge commit 'brynary/master'Emilio Tagua2009-05-261-0/+13
|\
| * reorganized file structuresBryan Helmkamp2009-05-171-5/+1