Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing method that is never used | Aaron Patterson | 2010-08-06 | 1 | -6/+0 |
| | |||||
* | PERF: this hash only ever has one value, also avoid inject | Aaron Patterson | 2010-08-06 | 1 | -4/+6 |
| | |||||
* | initializing instance variables, converting to attr-reader | Aaron Patterson | 2010-08-06 | 1 | -4/+5 |
| | |||||
* | unfactoring module inclusion | Aaron Patterson | 2010-08-06 | 1 | -26/+23 |
| | |||||
* | initializing instance variables | Aaron Patterson | 2010-08-06 | 1 | -6/+6 |
| | |||||
* | removing a fancy map | Aaron Patterson | 2010-08-06 | 1 | -2/+2 |
| | |||||
* | add an operator to inequality | Aaron Patterson | 2010-08-06 | 1 | -0/+1 |
| | |||||
* | inject([]) is a fancy map! | Aaron Patterson | 2010-08-06 | 1 | -3/+2 |
| | |||||
* | removing unused code | Aaron Patterson | 2010-08-06 | 1 | -7/+0 |
| | |||||
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -7/+0 |
| | |||||
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 2 | -13/+0 |
| | |||||
* | removing unused code | Aaron Patterson | 2010-08-06 | 1 | -4/+0 |
| | |||||
* | removing unused code | Aaron Patterson | 2010-08-06 | 1 | -4/+0 |
| | |||||
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -7/+0 |
| | |||||
* | unfactoring more module inclusion | Aaron Patterson | 2010-08-06 | 1 | -50/+47 |
| | |||||
* | unfactoring to use concrete delegate methods | Aaron Patterson | 2010-08-04 | 1 | -3/+9 |
| | |||||
* | separating test code from implementation code | Aaron Patterson | 2010-08-04 | 1 | -7/+0 |
| | |||||
* | PERF: delegate is slow, lets just write a delegate method | Aaron Patterson | 2010-08-04 | 1 | -1/+5 |
| | |||||
* | unfactoring DefaultOperations | Aaron Patterson | 2010-08-04 | 1 | -16/+13 |
| | |||||
* | removing Group#==, improving Group test | Aaron Patterson | 2010-08-04 | 1 | -7/+0 |
| | |||||
* | unfactoring JOIN to_sql | Aaron Patterson | 2010-08-02 | 1 | -0/+4 |
| | |||||
* | unfactoring WHERE to_sql | Aaron Patterson | 2010-08-02 | 1 | -0/+4 |
| | |||||
* | removing module for faster method lookup | Aaron Patterson | 2010-07-30 | 1 | -13/+10 |
| | |||||
* | PERF: cache the engine in the formatter | Aaron Patterson | 2010-07-30 | 1 | -5/+2 |
| | |||||
* | PERF: reducing call stack | Aaron Patterson | 2010-07-30 | 3 | -11/+8 |
| | |||||
* | removing Table#== as it is not actually used | Aaron Patterson | 2010-07-30 | 2 | -8/+1 |
| | |||||
* | caching existence of a table | Aaron Patterson | 2010-07-30 | 1 | -4/+4 |
| | |||||
* | changing default value to TrueClass | Aaron Patterson | 2010-07-30 | 2 | -8/+2 |
| | |||||
* | PERF: eliminating a case statement | Aaron Patterson | 2010-07-30 | 2 | -8/+2 |
| | |||||
* | PERF caching engine, converting to an attr_reader | Aaron Patterson | 2010-07-30 | 1 | -5/+2 |
| | |||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -11/+0 |
| | |||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -11/+0 |
| | |||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -11/+0 |
| | |||||
* | PERF: removing def engine | Aaron Patterson | 2010-07-30 | 1 | -11/+0 |
| | |||||
* | variable name clarity | Aaron Patterson | 2010-07-30 | 1 | -2/+2 |
| | |||||
* | better tests for Taken constructor, removing Take#== | Aaron Patterson | 2010-07-30 | 1 | -7/+0 |
| | |||||
* | better tests for Where construction, removing Where#== | Aaron Patterson | 2010-07-30 | 1 | -7/+0 |
| | |||||
* | PERF: where is only ever called with 0 or 1 arguments. eliminate *args | Aaron Patterson | 2010-07-30 | 2 | -2/+6 |
| | |||||
* | PERF: fewer objects, short circuit unless necessary | Aaron Patterson | 2010-07-30 | 1 | -3/+6 |
| | |||||
* | PERF: fewer function calls | Aaron Patterson | 2010-07-30 | 1 | -6/+7 |
| | |||||
* | initialize our instance variables | Aaron Patterson | 2010-07-29 | 1 | -2/+7 |
| | |||||
* | PERF: fewer objects, pass through on values | Aaron Patterson | 2010-07-29 | 1 | -1/+8 |
| | |||||
* | fewer function calls | Aaron Patterson | 2010-07-29 | 1 | -1/+2 |
| | |||||
* | PERF: avoid *args | Aaron Patterson | 2010-07-29 | 1 | -1/+3 |
| | |||||
* | PERF: pushing christener down for faster method lookup and calling | Aaron Patterson | 2010-07-29 | 2 | -2/+4 |
| | |||||
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 6 | -13/+11 |
| | |||||
* | fisting postgres tests. thanks santiago! | Aaron Patterson | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | if-else logic doesn't needed | Santiago Pastorino | 2010-07-28 | 1 | -5/+1 |
| | |||||
* | call map to make perftools reports more nice | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | refactor for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -12/+14 |
| |