Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #hash #eql? and #== were only used in tests. removed them and wrote better tests | Aaron Patterson | 2010-07-28 | 1 | -14/+0 |
* | defining a list of predicate methods for easy metaprogramming | Aaron Patterson | 2010-07-28 | 1 | -0/+15 |
* | cleaning up code formatting | Aaron Patterson | 2010-07-27 | 1 | -1/+4 |
* | faster method lookup again | Aaron Patterson | 2010-07-27 | 1 | -27/+24 |
* | oops! removing debug puts | Aaron Patterson | 2010-07-27 | 1 | -4/+0 |
* | speed up method lookup | Aaron Patterson | 2010-07-27 | 1 | -92/+89 |
* | PERF: reducing delegate methods | Aaron Patterson | 2010-07-27 | 2 | -1/+12 |
* | PERF: *args is slow. also removing a non-feature | Aaron Patterson | 2010-07-27 | 1 | -1/+9 |
* | block not used | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | removing more dead code | Aaron Patterson | 2010-07-27 | 1 | -6/+0 |
* | PERF: dead code is dead | Aaron Patterson | 2010-07-27 | 1 | -1/+0 |
* | PERF: NERD RAGE. never called with a block, so no need to test | Aaron Patterson | 2010-07-27 | 1 | -3/+2 |
* | PERF: again. never called with a block, so no need to test :-( | Aaron Patterson | 2010-07-27 | 1 | -2/+1 |
* | PERF: never called with a block, so no need to test | Aaron Patterson | 2010-07-27 | 1 | -3/+2 |
* | never called with a block, so no reason to test | Aaron Patterson | 2010-07-27 | 1 | -1/+0 |
* | constantize is not required | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | PERF: fewer objects | Aaron Patterson | 2010-07-27 | 1 | -1/+8 |
* | removing duplicate code | Aaron Patterson | 2010-07-27 | 1 | -3/+0 |
* | PERF: a block is never given to this method, so stop checking | Aaron Patterson | 2010-07-26 | 2 | -3/+4 |
* | PERF: symbol to proc is slow, lets remove it | Aaron Patterson | 2010-07-26 | 1 | -1/+1 |
* | PERF: removing *args calls, do not call send on protected methods then they a... | Aaron Patterson | 2010-07-26 | 1 | -20/+18 |
* | PERF: cache christener, initialize hash in initialize | Aaron Patterson | 2010-07-26 | 1 | -0/+1 |
* | more class reorganization | Aaron Patterson | 2010-07-26 | 1 | -0/+4 |
* | more class reorganization | Aaron Patterson | 2010-07-26 | 1 | -2/+28 |
* | reorganizing classes more | Aaron Patterson | 2010-07-26 | 1 | -0/+11 |
* | reorganizing more classes | Aaron Patterson | 2010-07-26 | 1 | -0/+16 |
* | reorganizing classes | Aaron Patterson | 2010-07-26 | 2 | -10/+70 |
* | more class organization | Aaron Patterson | 2010-07-26 | 2 | -0/+17 |
* | more class organizing | Aaron Patterson | 2010-07-26 | 7 | -6/+27 |
* | reducing files | Aaron Patterson | 2010-07-26 | 1 | -1/+5 |
* | initializing ivars | Aaron Patterson | 2010-07-26 | 1 | -0/+1 |
* | removing unused code | Aaron Patterson | 2010-07-26 | 1 | -15/+1 |
* | better organizing classes | Aaron Patterson | 2010-07-26 | 2 | -0/+8 |
* | removing more duplication | Aaron Patterson | 2010-07-26 | 4 | -6/+76 |
* | removing unhelful organization | Aaron Patterson | 2010-07-26 | 1 | -0/+66 |
* | removing useless file | Aaron Patterson | 2010-07-26 | 2 | -5/+0 |
* | removing unhelpful organization | Aaron Patterson | 2010-07-26 | 1 | -1/+58 |
* | inject is slow, lets use Hash[] and map {} | Aaron Patterson | 2010-07-25 | 1 | -3/+3 |
* | do not use a module as it slows down method lookup | Aaron Patterson | 2010-07-25 | 1 | -8/+4 |
* | replacing "let" with "tap" | Aaron Patterson | 2010-07-25 | 1 | -4/+0 |
* | removing unused file | Aaron Patterson | 2010-07-25 | 2 | -33/+0 |
* | removing more metaprogramming | Aaron Patterson | 2010-07-25 | 1 | -2/+13 |
* | unfactoring metaprogramming | Aaron Patterson | 2010-07-25 | 1 | -2/+3 |
* | more unfactoring | Aaron Patterson | 2010-07-25 | 1 | -2/+13 |
* | more unfactoring | Aaron Patterson | 2010-07-25 | 1 | -4/+20 |
* | initializing variables | Aaron Patterson | 2010-07-25 | 1 | -0/+1 |
* | more unfactoring before we refactor | Aaron Patterson | 2010-07-25 | 1 | -3/+24 |
* | more unfactoring before we refactor | Aaron Patterson | 2010-07-25 | 1 | -3/+24 |
* | unfactoring more metaprogramming | Aaron Patterson | 2010-07-25 | 1 | -3/+9 |
* | moving engine to the child class for future refactoring | Aaron Patterson | 2010-07-25 | 1 | -1/+11 |