aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-03-1223-75/+179
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Remove crazyCarl Lerche2010-03-112-28/+0
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Move all spec support files into spec/supportCarl Lerche2010-03-1120-44/+46
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Start writing integration specs for arel.Carl Lerche2010-03-112-0/+129
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Get the specs to start when an AR connection is not present.Carl Lerche2010-03-112-2/+3
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Latest ActiveSupport replaces metaclass with singleton_classCarl Lerche2010-03-111-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Add accessibility to projections applied to the relation.Emilio Tagua2010-03-122-1/+2
| | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Release v0.3.1Emilio Tagua2010-03-102-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Update release dates.Emilio Tagua2010-03-102-3/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Release v0.3.0Emilio Tagua2010-03-104-4/+12
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Arel doesn't has to know if a table or column exists.Emilio Tagua2010-03-105-9/+39
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Refactor thethe wayy to obtain primary key value.Emilio Tagua2010-03-011-6/+7
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Remove " AS " keyword from table aliasing.Emilio Tagua2010-03-015-45/+38
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Prevent from getting errors when trying to get primary key value.Emilio Tagua2010-03-011-6/+6
| | | | | | | | | | | | | | | | | |