aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: eliminating method_missingAaron Patterson2010-07-276-27/+12
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: avoiding more method missingAaron Patterson2010-07-272-4/+21
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: caching engine, fewer calls to method_missingAaron Patterson2010-07-261-1/+6
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: a block is never given to this method, so stop checkingAaron Patterson2010-07-262-3/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: symbol to proc is slow, lets remove itAaron Patterson2010-07-261-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | PERF: removing *args calls, do not call send on protected methods then they ↵Aaron Patterson2010-07-262-29/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are public methods
| | * | | | | | | | | | | | | | | | PERF: cache christener, initialize hash in initializeAaron Patterson2010-07-263-6/+13
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing cattr_accessorAaron Patterson2010-07-262-2/+10
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more class reorganizationAaron Patterson2010-07-262-6/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more class reorganizationAaron Patterson2010-07-264-36/+41
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | reorganizing classes moreAaron Patterson2010-07-265-29/+13
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | reorganizing more classesAaron Patterson2010-07-265-29/+16
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | reorganizing classesAaron Patterson2010-07-264-76/+70
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more class organizationAaron Patterson2010-07-263-21/+17
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more class organizingAaron Patterson2010-07-268-39/+27
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | reducing filesAaron Patterson2010-07-263-11/+5
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | initializing ivarsAaron Patterson2010-07-261-0/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unused codeAaron Patterson2010-07-261-15/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | better organizing classesAaron Patterson2010-07-264-14/+8
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing more duplicationAaron Patterson2010-07-269-118/+90
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unhelful organizationAaron Patterson2010-07-263-104/+66
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing more useless filesAaron Patterson2010-07-263-6/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing useless fileAaron Patterson2010-07-262-5/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unhelpful organizationAaron Patterson2010-07-263-101/+58
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | speed up method lookup by not mixing in modulesAaron Patterson2010-07-252-31/+21
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | inject is slow, lets use Hash[] and map {}Aaron Patterson2010-07-251-3/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | do not use a module as it slows down method lookupAaron Patterson2010-07-251-8/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | replacing "let" with "tap"Aaron Patterson2010-07-258-13/+9
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unused fileAaron Patterson2010-07-252-33/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | the rest of the unfactoring!Aaron Patterson2010-07-251-3/+12
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing more metaprogrammingAaron Patterson2010-07-251-2/+13
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring metaprogrammingAaron Patterson2010-07-251-2/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more unfactoringAaron Patterson2010-07-251-2/+13
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more unfactoringAaron Patterson2010-07-251-4/+20
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | initializing variablesAaron Patterson2010-07-251-0/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more unfactoring before we refactorAaron Patterson2010-07-251-3/+24
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | more unfactoring before we refactorAaron Patterson2010-07-251-3/+24
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | unfactoring more metaprogrammingAaron Patterson2010-07-251-3/+9
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | moving engine to the child class for future refactoringAaron Patterson2010-07-251-1/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing more meta programmingAaron Patterson2010-07-251-3/+9
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing more metaprogrammingAaron Patterson2010-07-251-4/+8
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing more metaprogrammingAaron Patterson2010-07-252-11/+26
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | fixing warningsAaron Patterson2010-07-254-4/+3
| | | | | | | | | | | | | | | | | |