| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support in memory ordering better. | Carl Lerche | 2010-03-12 | 2 | -11/+4 |
* | Start writing integration specs for arel. | Carl Lerche | 2010-03-11 | 1 | -0/+9 |
* | Make sure string join relations can be chained | Pratik Naik | 2010-01-13 | 1 | -0/+4 |
* | Attributes may be an Arel value which doesn't respond to aggregation?, don't ... | Emilio Tagua | 2009-12-29 | 1 | -1/+1 |
* | Added having to use in combination with group to filter records. | Emilio Tagua | 2009-12-28 | 1 | -0/+13 |
* | Added lock to Arel, allowing a locking read if required. | Emilio Tagua | 2009-12-27 | 1 | -0/+12 |
* | Added "from" method, allowing to specify custom from clauses. | Emilio Tagua | 2009-12-27 | 1 | -0/+6 |
* | Expand usages of #hash_on. The #hash definition it produces looks broken, but... | Bryan Helmkamp | 2009-05-18 | 1 | -1/+8 |
* | Removing two unused externalizable? methods | Bryan Helmkamp | 2009-05-17 | 2 | -8/+0 |
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 6 | -10/+10 |
* | joining across engines in either direction | Bryan Helmkamp | 2009-05-17 | 1 | -1/+9 |
* | made block stuff read nicer | Bryan Helmkamp | 2009-05-17 | 3 | -3/+6 |
* | most in memory operations save join and group | Bryan Helmkamp | 2009-05-17 | 1 | -1/+2 |
* | join sql stuff moved into sql adapter | Bryan Helmkamp | 2009-05-17 | 1 | -3/+11 |
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 8 | -0/+134 |