aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* unfactoring to use concrete delegate methodsAaron Patterson2010-08-041-3/+9
|
* separating test code from implementation codeAaron Patterson2010-08-042-8/+4
|
* PERF: delegate is slow, lets just write a delegate methodAaron Patterson2010-08-041-1/+5
|
* unfactoring DefaultOperationsAaron Patterson2010-08-041-16/+13
|
* adding a spec for Group#to_sqlAaron Patterson2010-08-041-0/+2
|
* removing Group#==, improving Group testAaron Patterson2010-08-042-8/+4
|
* unfactoring JOIN to_sqlAaron Patterson2010-08-021-0/+4
|
* unfactoring WHERE to_sqlAaron Patterson2010-08-021-0/+4
|
* removing module for faster method lookupAaron Patterson2010-07-302-14/+11
|
* PERF: cache the engine in the formatterAaron Patterson2010-07-301-5/+2
|
* PERF: reducing call stackAaron Patterson2010-07-303-11/+8
|
* removing Table#== as it is not actually usedAaron Patterson2010-07-303-16/+1
|
* caching existence of a tableAaron Patterson2010-07-301-4/+4
|
* changing default value to TrueClassAaron Patterson2010-07-302-8/+2
|
* PERF: eliminating a case statementAaron Patterson2010-07-302-8/+2
|
* PERF caching engine, converting to an attr_readerAaron Patterson2010-07-301-5/+2
|
* PERF: removing another def engineAaron Patterson2010-07-302-12/+1
|
* PERF: removing another def engineAaron Patterson2010-07-302-12/+1
|
* PERF: removing another def engineAaron Patterson2010-07-302-12/+1
|
* PERF: removing def engineAaron Patterson2010-07-302-13/+7
|
* variable name clarityAaron Patterson2010-07-301-2/+2
|
* better tests for Taken constructor, removing Take#==Aaron Patterson2010-07-302-8/+3
|
* better tests for Where construction, removing Where#==Aaron Patterson2010-07-302-9/+11
|
* PERF: where is only ever called with 0 or 1 arguments. eliminate *argsAaron Patterson2010-07-302-2/+6
|
* PERF: fewer objects, short circuit unless necessaryAaron Patterson2010-07-301-3/+6
|
* PERF: fewer function callsAaron Patterson2010-07-301-6/+7
|
* initialize our instance variablesAaron Patterson2010-07-291-2/+7
|
* PERF: fewer objects, pass through on valuesAaron Patterson2010-07-291-1/+8
|
* fewer function callsAaron Patterson2010-07-291-1/+2
|
* PERF: avoid *argsAaron Patterson2010-07-291-1/+3
|
* PERF: pushing christener down for faster method lookup and callingAaron Patterson2010-07-292-2/+4
|
* PERF: removing many splatsAaron Patterson2010-07-2912-32/+30
|
* fisting postgres tests. thanks santiago!Aaron Patterson2010-07-291-1/+1
|
* if-else logic doesn't neededSantiago Pastorino2010-07-281-5/+1
|
* call map to make perftools reports more niceAaron Patterson2010-07-281-1/+1
|
* refactor for faster method lookupAaron Patterson2010-07-282-13/+15
|
* PERF: fewer objects, less lambdas, less memoryAaron Patterson2010-07-281-4/+3
|
* implementing hash is a non-requirementAaron Patterson2010-07-282-15/+0
|
* PERF: fewer objects, using attr_reader for faster method lookupAaron Patterson2010-07-281-6/+2
|
* initializing variables, removing ==Aaron Patterson2010-07-282-9/+5
|
* Enumerable implements #firstAaron Patterson2010-07-282-12/+5
|
* no code is faster than no codeAaron Patterson2010-07-281-9/+0
|
* speed up hash calculation and hash methodAaron Patterson2010-07-281-7/+6
|
* no need for a lambdaAaron Patterson2010-07-282-5/+7
|
* adding tests for the christenerAaron Patterson2010-07-281-0/+78
|
* speed up method lookup and reduce API footprintAaron Patterson2010-07-282-15/+12
|
* simplifying the ChristenerAaron Patterson2010-07-283-12/+12
|
* PostgreSQLCompiler#select_sql fixedSantiago Pastorino2010-07-281-12/+20
|
* fixing a typo!Aaron Patterson2010-07-281-2/+2
|
* #hash #eql? and #== were only used in tests. removed them and wrote better testsAaron Patterson2010-07-283-26/+17
|