Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PERF: reduce calls to Hash#[] | Aaron Patterson | 2010-08-06 | 1 | -3/+3 |
* | removing parameter requirement for matching_attributes | Aaron Patterson | 2010-08-06 | 1 | -0/+9 |
* | initializing instance variables | Aaron Patterson | 2010-08-06 | 1 | -6/+6 |
* | removing unused code | Aaron Patterson | 2010-08-06 | 1 | -7/+0 |
* | PERF: cache the engine in the formatter | Aaron Patterson | 2010-07-30 | 1 | -5/+2 |
* | PERF: reducing call stack | Aaron Patterson | 2010-07-30 | 2 | -11/+0 |
* | removing Table#== as it is not actually used | Aaron Patterson | 2010-07-30 | 1 | -7/+0 |
* | caching existence of a table | Aaron Patterson | 2010-07-30 | 1 | -4/+4 |
* | PERF: where is only ever called with 0 or 1 arguments. eliminate *args | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
* | PERF: fewer function calls | Aaron Patterson | 2010-07-30 | 1 | -6/+7 |
* | 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 | 1 | -1/+2 |
* | 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 |
* | implementing hash is a non-requirement | Aaron Patterson | 2010-07-28 | 1 | -8/+0 |
* | simplifying the Christener | Aaron Patterson | 2010-07-28 | 2 | -8/+10 |
* | PostgreSQLCompiler#select_sql fixed | Santiago Pastorino | 2010-07-28 | 1 | -12/+20 |
* | oops! removing debug puts | Aaron Patterson | 2010-07-27 | 1 | -1/+0 |
* | PERF: reducing delegate methods | Aaron Patterson | 2010-07-27 | 1 | -0/+1 |
* | fixing AR incompatibility | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | PERF: fewer objects | Aaron Patterson | 2010-07-27 | 2 | -3/+4 |
* | PERF: removing more method missing | Aaron Patterson | 2010-07-27 | 2 | -33/+35 |
* | PERF: eliminating method_missing | Aaron Patterson | 2010-07-27 | 5 | -20/+12 |
* | PERF: avoiding more method missing | Aaron Patterson | 2010-07-27 | 2 | -4/+21 |
* | PERF: caching engine, fewer calls to method_missing | Aaron Patterson | 2010-07-26 | 1 | -1/+6 |
* | PERF: removing *args calls, do not call send on protected methods then they a... | Aaron Patterson | 2010-07-26 | 1 | -9/+18 |
* | PERF: cache christener, initialize hash in initialize | Aaron Patterson | 2010-07-26 | 2 | -6/+12 |
* | removing cattr_accessor | Aaron Patterson | 2010-07-26 | 1 | -1/+10 |
* | more class reorganization | Aaron Patterson | 2010-07-26 | 1 | -6/+0 |
* | more class reorganization | Aaron Patterson | 2010-07-26 | 2 | -34/+0 |
* | reorganizing classes more | Aaron Patterson | 2010-07-26 | 3 | -29/+0 |
* | reorganizing more classes | Aaron Patterson | 2010-07-26 | 4 | -29/+0 |
* | reorganizing classes | Aaron Patterson | 2010-07-26 | 2 | -66/+0 |
* | more class organization | Aaron Patterson | 2010-07-26 | 1 | -21/+0 |
* | more class organizing | Aaron Patterson | 2010-07-26 | 1 | -33/+0 |
* | reducing files | Aaron Patterson | 2010-07-26 | 2 | -10/+0 |
* | better organizing classes | Aaron Patterson | 2010-07-26 | 2 | -14/+0 |
* | removing more duplication | Aaron Patterson | 2010-07-26 | 3 | -112/+0 |
* | removing unhelful organization | Aaron Patterson | 2010-07-26 | 2 | -104/+0 |
* | removing more useless files | Aaron Patterson | 2010-07-26 | 3 | -6/+2 |
* | removing unhelpful organization | Aaron Patterson | 2010-07-26 | 2 | -100/+0 |
* | speed up method lookup by not mixing in modules | Aaron Patterson | 2010-07-25 | 2 | -31/+21 |
* | the rest of the unfactoring! | Aaron Patterson | 2010-07-25 | 1 | -3/+12 |
* | fixing warnings | Aaron Patterson | 2010-07-25 | 1 | -1/+1 |
* | fixing incompatibilities with AR | Aaron Patterson | 2010-07-21 | 3 | -4/+3 |
* | take advantage of inheritence for easier codes | Aaron Patterson | 2010-07-20 | 2 | -4/+4 |
* | inequality is a special case of equality | Aaron Patterson | 2010-07-20 | 2 | -2/+2 |
* | delegate and call cached connection | Aaron Patterson | 2010-07-20 | 1 | -3/+4 |
* | avoid double call to to_s, avoid present? | Aaron Patterson | 2010-07-20 | 1 | -1/+5 |