| Commit message (Expand) | Author | Age | Files | Lines |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 2 | -13/+0 |
* | separating test code from implementation code | Aaron Patterson | 2010-08-04 | 1 | -7/+0 |
* | 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 |
* | changing default value to TrueClass | Aaron Patterson | 2010-07-30 | 1 | -7/+1 |
* | 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 |
* | 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: pushing christener down for faster method lookup and calling | Aaron Patterson | 2010-07-29 | 1 | -1/+2 |
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 5 | -5/+5 |
* | call map to make perftools reports more nice | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | PERF: fewer objects, using attr_reader for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -6/+2 |
* | initializing variables, removing == | Aaron Patterson | 2010-07-28 | 1 | -7/+1 |
* | #hash #eql? and #== were only used in tests. removed them and wrote better tests | Aaron Patterson | 2010-07-28 | 1 | -14/+0 |
* | block not used | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | more class organization | Aaron Patterson | 2010-07-26 | 2 | -0/+17 |
* | more class organizing | Aaron Patterson | 2010-07-26 | 6 | -6/+23 |
* | removing useless file | Aaron Patterson | 2010-07-26 | 1 | -4/+0 |
* | 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 |
* | removing more meta programming | Aaron Patterson | 2010-07-25 | 1 | -3/+9 |
* | removing more metaprogramming | Aaron Patterson | 2010-07-25 | 1 | -4/+8 |
* | removing more metaprogramming | Aaron Patterson | 2010-07-25 | 2 | -11/+26 |
* | fixing warnings | Aaron Patterson | 2010-07-25 | 2 | -2/+1 |
* | unfactoring more meta programming | Aaron Patterson | 2010-07-20 | 1 | -3/+9 |
* | refactor to use inheritence | Aaron Patterson | 2010-07-20 | 1 | -2/+6 |
* | inheritence meow meow meow | Aaron Patterson | 2010-07-20 | 1 | -3/+0 |
* | Improve blocks usage. | Emilio Tagua | 2010-06-24 | 3 | -3/+3 |
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem... | Ernie Miller | 2010-05-21 | 1 | -7/+11 |
* | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 2 | -3/+2 |
* | Restrictions should be able to contain multiple predicates. | Carl Lerche | 2010-03-23 | 1 | -5/+5 |
* | Switch Arel::Relation to a module. This will allow for classes with Relation ... | Carl Lerche | 2010-03-22 | 1 | -2/+4 |
* | Add shared tests for skip | Carl Lerche | 2010-03-12 | 1 | -1/+2 |
* | Add full stack tests for #take | Carl Lerche | 2010-03-12 | 1 | -1/+2 |