aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Table.new can take a hash for the second paramAaron Patterson2010-08-131-0/+12
|
* project works with stringsAaron Patterson2010-08-131-0/+20
|
* limits are addedAaron Patterson2010-08-122-0/+36
|
* full sql statement generationAaron Patterson2010-08-121-0/+44
|
* to_sql visitor startedAaron Patterson2010-08-122-0/+18
|
* adding first nodeAaron Patterson2010-08-121-0/+17
|
* tables can fetch attributesAaron Patterson2010-08-122-1/+52
|
* starting a spec for the tableAaron Patterson2010-08-121-18/+19
|
* stripping the spec helperAaron Patterson2010-08-122-9/+0
|
* lib is already in the load pathAaron Patterson2010-08-101-4/+1
|
* unfactoring module inclusionAaron Patterson2010-08-061-1/+1
|
* add an operator to inequalityAaron Patterson2010-08-061-0/+6
|
* removing test code from implementationAaron Patterson2010-08-068-43/+67
|
* removing test code from implementationAaron Patterson2010-08-061-1/+4
|
* removing test code from implementationAaron Patterson2010-08-061-4/+17
|
* unfactoring more module inclusionAaron Patterson2010-08-061-1/+1
|
* separating test code from implementation codeAaron Patterson2010-08-041-1/+4
|
* adding a spec for Group#to_sqlAaron Patterson2010-08-041-0/+2
|
* removing Group#==, improving Group testAaron Patterson2010-08-041-1/+4
|
* removing module for faster method lookupAaron Patterson2010-07-301-1/+1
|
* removing Table#== as it is not actually usedAaron Patterson2010-07-301-8/+0
|
* PERF: removing another def engineAaron Patterson2010-07-301-1/+1
|
* PERF: removing another def engineAaron Patterson2010-07-301-1/+1
|
* PERF: removing another def engineAaron Patterson2010-07-301-1/+1
|
* 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
| |