aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.4.0Emilio Tagua2010-06-082-2/+2
|
* Remove unnecessary code since AS beta1 is out.Emilio Tagua2010-05-311-13/+0
|
* Merge remote branch 'ernie/master'Emilio Tagua2010-05-272-3/+3
|\
| * Whitespace cleanupErnie Miller2010-05-272-3/+3
| |
| * Merge branch 'brynary'Ernie Miller2010-05-2632-116/+116
| |\
* | \ Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-05-2732-116/+116
|\ \ \ | |/ / |/| / | |/
| * Whitespace fixesBryan Helmkamp2010-05-2632-116/+116
| |
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵Ernie Miller2010-05-2110-28/+93
|/ | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates)
* No longer define predications using metaprogramming.Ernie Miller2010-05-141-36/+116
|
* Removal of operator overridesErnie Miller2010-05-071-19/+1
|
* Tests for ranges with excluded ends and complementsErnie Miller2010-05-072-5/+82
|
* noteq -> not_eq, notmatches -> not_matches, notin -> not_inErnie Miller2010-05-072-7/+7
|
* Inequality shouldn't descend from equality, due to Rails type checks, and ↵Ernie Miller2010-05-077-18/+12
| | | | resolve conflicts from rebase
* Alternate syntax for Predicate#and and Predicate#or, using & and |Ernie Miller2010-05-071-0/+8
|
* Support predicate complements and alternate not syntax (overload BasicObject#!)Ernie Miller2010-05-077-51/+166
|
* Tests for notmatches and notin, and fixes for issues found in testsErnie Miller2010-05-076-21/+106
|
* Rename Attribute Not -> Inequality and add a Not predicate (complement)Ernie Miller2010-05-075-10/+27
|
* Cleaner support for Ranges with excluded end.Ernie Miller2010-05-071-0/+10
|
* Add grouped predicates (_any/_all) and refactored predication method definitionsErnie Miller2010-05-073-38/+78
|
* Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ↵Ernie Miller2010-05-078-8/+52
| | | | later)
* Merge remote branch 'spastorino/master'Emilio Tagua2010-04-225-1/+90
|\
| * build expression not(nil) as IS NOT NULLSantiago Pastorino2010-04-215-1/+90
| |
* | Return nil when looking up an attribute by name that does not exist instead ↵Carl Lerche2010-04-033-29/+10
| | | | | | | | of returning a fictitious attribute.
* | Remove commented out codeCarl Lerche2010-04-021-4/+0
| |
* | Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-0216-42/+160
|/
* Handle ranges with excluded end.Emilio Tagua2010-03-291-1/+5
|
* Bump the version to 0.3.3Emilio Tagua2010-03-251-1/+1
|
* Use ActiveSupport beta since beta1 is not released yet. Added ↵Emilio Tagua2010-03-252-1/+14
| | | | singleton_class until beta1 is out.
* Bump the version to 0.3.2Emilio Tagua2010-03-252-3/+4
|
* Use adapter add_limit_offset! method when building query.Emilio Tagua2010-03-252-19/+5
|
* Add a GemfileCarl Lerche2010-03-231-0/+9
|
* Bump up the AS dependency to 3.0.0.beta1Carl Lerche2010-03-231-1/+1
|
* Restrictions should be able to contain multiple predicates.Carl Lerche2010-03-233-6/+7
|
* Cleanup the spec helper and spec rake task a bitCarl Lerche2010-03-237-31/+34
|
* Rake is a better build tool than Thor. Move the gem building and releasing ↵Carl Lerche2010-03-236-376/+70
| | | | tasks to the Rakefile.
* Switch Arel::Relation to a module. This will allow for classes with Relation ↵Carl Lerche2010-03-2214-17/+25
| | | | extended on them to represent relations themselves (as opposed to their instances being relations).
* Fix uninitialized ivar warningEmilio Tagua2010-03-221-0/+1
|
* Merge remote branch 'tenderlove/master'Carl Lerche2010-03-151-0/+1
|\
| * fixing uninitialized ivar warningAaron Patterson2010-03-141-0/+1
| |
* | Add specs for simple in memory joins.Carl Lerche2010-03-121-0/+40
| |
* | Move the relation "integration" specs to specs/relationsCarl Lerche2010-03-122-31/+31
|/
* Add shared tests for skipCarl Lerche2010-03-122-1/+25
|
* Add full stack tests for #takeCarl Lerche2010-03-122-1/+29
|
* Support in memory ordering better.Carl Lerche2010-03-123-11/+21
|
* Organize the matchers a bit moreCarl Lerche2010-03-128-93/+117
|
* Add support for a NOT predicateCarl Lerche2010-03-125-0/+48
|
* We're obviously writing specs for arel. No need for a sub directory.Carl Lerche2010-03-1257-0/+0
|
* This seems like it accidentally got included into the repoCarl Lerche2010-03-121-0/+0
|
* Add a bunch of specs for attribute type casting.Carl Lerche2010-03-129-63/+435
|
* Attributes should be typedCarl Lerche2010-03-1224-39/+188
|