aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* defining a list of predicate methods for easy metaprogrammingAaron Patterson2010-07-281-0/+15
|
* cleaning up code formattingAaron Patterson2010-07-271-1/+4
|
* faster method lookup againAaron Patterson2010-07-271-27/+24
|
* oops! removing debug putsAaron Patterson2010-07-272-5/+0
|
* fixing spec case for method lookup improvementAaron Patterson2010-07-271-1/+1
|
* speed up method lookupAaron Patterson2010-07-271-92/+89
|
* PERF: reducing delegate methodsAaron Patterson2010-07-273-1/+13
|
* PERF: *args is slow. also removing a non-featureAaron Patterson2010-07-272-3/+11
|
* block not usedAaron Patterson2010-07-271-1/+1
|
* removing more dead codeAaron Patterson2010-07-271-6/+0
|
* PERF: dead code is deadAaron Patterson2010-07-271-1/+0
|
* PERF: NERD RAGE. never called with a block, so no need to testAaron Patterson2010-07-271-3/+2
|
* PERF: again. never called with a block, so no need to test :-(Aaron Patterson2010-07-271-2/+1
|
* PERF: never called with a block, so no need to testAaron Patterson2010-07-271-3/+2
|
* never called with a block, so no reason to testAaron Patterson2010-07-271-1/+0
|
* fixing AR incompatibilityAaron Patterson2010-07-271-1/+1
|
* constantize is not requiredAaron Patterson2010-07-271-1/+1
|
* PERF: fewer objectsAaron Patterson2010-07-273-4/+12
|
* removing duplicate codeAaron Patterson2010-07-271-3/+0
|
* PERF: removing more method missingAaron Patterson2010-07-272-33/+35
|