aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* PERF: removing def engineAaron Patterson2010-07-301-2/+7
|
* better tests for Taken constructor, removing Take#==Aaron Patterson2010-07-301-1/+3
|
* better tests for Where construction, removing Where#==Aaron Patterson2010-07-301-2/+11
|
* PERF: removing many splatsAaron Patterson2010-07-296-19/+19
|
* refactor for faster method lookupAaron Patterson2010-07-281-1/+1
|
* implementing hash is a non-requirementAaron Patterson2010-07-281-7/+0
|
* initializing variables, removing ==Aaron Patterson2010-07-281-2/+4
|
* Enumerable implements #firstAaron Patterson2010-07-281-1/+1
|
* adding tests for the christenerAaron Patterson2010-07-281-0/+78
|
* speed up method lookup and reduce API footprintAaron Patterson2010-07-281-1/+1
|
* #hash #eql? and #== were only used in tests. removed them and wrote better testsAaron Patterson2010-07-282-12/+17
|
* fixing spec case for method lookup improvementAaron Patterson2010-07-271-1/+1
|
* PERF: *args is slow. also removing a non-featureAaron Patterson2010-07-271-2/+2
|
* PERF: eliminating method_missingAaron Patterson2010-07-271-7/+0
|
* replacing "let" with "tap"Aaron Patterson2010-07-257-9/+9
|
* fixing incompatibilities with ARAaron Patterson2010-07-211-0/+27
|
* inequality is a special case of equalityAaron Patterson2010-07-202-0/+48
|
* CRUD is not being reused, so we should not expose itAaron Patterson2010-07-201-1/+1
|
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-202-12/+12
|
* a short inspect is not helpfulAaron Patterson2010-07-202-12/+0
|
* Don't use a subquery when there are joins. Use a required alias for the ↵Emilio Tagua2010-06-231-4/+4
| | | | subquery.
* Add support for counting rows with conditions or limit using a subquery.Emilio Tagua2010-06-231-0/+18
|
* use subquery to get first records if DISTINCT is used (in Oracle compiler)Raimonds Simanovskis2010-06-191-0/+8
|
* Whitespace cleanupErnie Miller2010-05-272-3/+3
|
* Merge branch 'brynary'Ernie Miller2010-05-2618-33/+33
|\
| * Whitespace fixesBryan Helmkamp2010-05-2618-33/+33
| |
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵Ernie Miller2010-05-217-18/+79
|/ | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates)
* Tests for ranges with excluded ends and complementsErnie Miller2010-05-072-5/+82
|
* noteq -> not_eq, notmatches -> not_matches, notin -> not_inErnie Miller2010-05-071-4/+4
|
* Inequality shouldn't descend from equality, due to Rails type checks, and ↵Ernie Miller2010-05-071-3/+3
| | | | resolve conflicts from rebase
* Tests for notmatches and notin, and fixes for issues found in testsErnie Miller2010-05-073-10/+35
|
* Rename Attribute Not -> Inequality and add a Not predicate (complement)Ernie Miller2010-05-071-1/+1
|
* Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ↵Ernie Miller2010-05-071-0/+4
| | | | later)
* Merge remote branch 'spastorino/master'Emilio Tagua2010-04-221-0/+75
|\
| * build expression not(nil) as IS NOT NULLSantiago Pastorino2010-04-211-0/+75
| |
* | Return nil when looking up an attribute by name that does not exist instead ↵Carl Lerche2010-04-032-21/+9
| | | | | | | | of returning a fictitious attribute.
* | Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-025-7/+45
|/
* Restrictions should be able to contain multiple predicates.Carl Lerche2010-03-231-0/+1
|
* Cleanup the spec helper and spec rake task a bitCarl Lerche2010-03-235-24/+24
|
* Switch Arel::Relation to a module. This will allow for classes with Relation ↵Carl Lerche2010-03-221-1/+3
| | | | extended on them to represent relations themselves (as opposed to their instances being relations).
* 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-121-0/+23
|
* Add full stack tests for #takeCarl Lerche2010-03-121-0/+27
|
* Organize the matchers a bit moreCarl Lerche2010-03-128-93/+117
|
* Add support for a NOT predicateCarl Lerche2010-03-121-0/+33
|
* 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-127-50/+424
|
* Attributes should be typedCarl Lerche2010-03-1210-26/+33
|