aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra
Commit message (Expand)AuthorAgeFilesLines
* Add grouped predicates (_any/_all) and refactored predication method definitionsErnie Miller2010-05-072-38/+60
* Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ...Ernie Miller2010-05-072-7/+17
* Return nil when looking up an attribute by name that does not exist instead o...Carl Lerche2010-04-031-8/+1
* Remove commented out codeCarl Lerche2010-04-021-4/+0
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-027-27/+99
* Handle ranges with excluded end.Emilio Tagua2010-03-291-1/+5
* Use ActiveSupport beta since beta1 is not released yet. Added singleton_class...Emilio Tagua2010-03-251-0/+13
* Restrictions should be able to contain multiple predicates.Carl Lerche2010-03-231-5/+5
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-225-7/+11
* Fix uninitialized ivar warningEmilio Tagua2010-03-221-0/+1
* Add shared tests for skipCarl Lerche2010-03-121-1/+2
* Add full stack tests for #takeCarl Lerche2010-03-121-1/+2
* Support in memory ordering better.Carl Lerche2010-03-123-11/+21
* Add support for a NOT predicateCarl Lerche2010-03-122-0/+5
* Add a bunch of specs for attribute type casting.Carl Lerche2010-03-122-13/+11
* Attributes should be typedCarl Lerche2010-03-128-0/+102
* Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-03-121-0/+9
|\
| * Start writing integration specs for arel.Carl Lerche2010-03-111-0/+9
* | Add accessibility to projections applied to the relation.Emilio Tagua2010-03-122-1/+2
|/
* Arel doesn't has to know if a table or column exists.Emilio Tagua2010-03-101-2/+3
* Make sure string join relations can be chainedPratik Naik2010-01-131-0/+4
* Add support for table aliasingPratik Naik2010-01-011-1/+1
* Attributes may be an Arel value which doesn't respond to aggregation?, don't ...Emilio Tagua2009-12-291-1/+1
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-284-2/+17
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-274-1/+19
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-274-2/+10
* Pull primitives up one levelBryan Helmkamp2009-09-305-5/+0
* Create Predicates module to match directory structureBryan Helmkamp2009-09-302-37/+39
* Move extensions directories to core_extensionsBryan Helmkamp2009-09-306-4/+4
* Fix almost all Ruby warnings during spec suiteBryan Helmkamp2009-09-201-1/+1
* WhitespaceBryan Helmkamp2009-09-205-5/+5
* Accept Arel::Value in hash values and treat them properly.Emilio Tagua2009-08-141-1/+1
* Better inspect output for ExpressionsBryan Helmkamp2009-05-181-0/+4
* Removing unused Pathname extensionBryan Helmkamp2009-05-181-9/+0
* Expand usages of #hash_on. The #hash definition it produces looks broken, but...Bryan Helmkamp2009-05-183-13/+18
* Removing Object#metaclass definition (it's already in ActiveSupport)Bryan Helmkamp2009-05-171-6/+0
* Fix bug in Order equality where Descending.new(attribute) was == Ascending.ne...Bryan Helmkamp2009-05-171-4/+9
* Removing two unused externalizable? methodsBryan Helmkamp2009-05-172-8/+0
* Removing unused array extensionsBryan Helmkamp2009-05-172-18/+0
* Include modules to extend core classes to improve inspectabilityBryan Helmkamp2009-05-176-63/+88
* WhitespaceBryan Helmkamp2009-05-1718-41/+41
* joining across engines in either directionBryan Helmkamp2009-05-171-1/+9
* initial implementation of cross-engine joinBryan Helmkamp2009-05-171-2/+3
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-1/+1
* using in memory relations as results from sql relationNick Kallen2009-05-176-6/+19
* performing in memory joinsNick Kallen2009-05-171-0/+4
* recursive memory operations now possibleBryan Helmkamp2009-05-174-11/+22
* made block stuff read nicerBryan Helmkamp2009-05-174-3/+11
* most in memory operations save join and groupBryan Helmkamp2009-05-178-7/+59
* moved table-related stuff into sql engineNick Kallen2009-05-171-1/+1