| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure string join relations can be chained | Pratik Naik | 2010-01-13 | 1 | -0/+4 |
* | Add support for table aliasing | Pratik Naik | 2010-01-01 | 1 | -1/+1 |
* | 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 | 4 | -2/+17 |
* | Added lock to Arel, allowing a locking read if required. | Emilio Tagua | 2009-12-27 | 4 | -1/+19 |
* | Added "from" method, allowing to specify custom from clauses. | Emilio Tagua | 2009-12-27 | 4 | -2/+10 |
* | Pull primitives up one level | Bryan Helmkamp | 2009-09-30 | 5 | -5/+0 |
* | Create Predicates module to match directory structure | Bryan Helmkamp | 2009-09-30 | 2 | -37/+39 |
* | Move extensions directories to core_extensions | Bryan Helmkamp | 2009-09-30 | 6 | -4/+4 |
* | Fix almost all Ruby warnings during spec suite | Bryan Helmkamp | 2009-09-20 | 1 | -1/+1 |
* | Whitespace | Bryan Helmkamp | 2009-09-20 | 5 | -5/+5 |
* | Accept Arel::Value in hash values and treat them properly. | Emilio Tagua | 2009-08-14 | 1 | -1/+1 |
* | Better inspect output for Expressions | Bryan Helmkamp | 2009-05-18 | 1 | -0/+4 |
* | Removing unused Pathname extension | Bryan Helmkamp | 2009-05-18 | 1 | -9/+0 |
* | Expand usages of #hash_on. The #hash definition it produces looks broken, but... | Bryan Helmkamp | 2009-05-18 | 3 | -13/+18 |
* | Removing Object#metaclass definition (it's already in ActiveSupport) | Bryan Helmkamp | 2009-05-17 | 1 | -6/+0 |
* | Fix bug in Order equality where Descending.new(attribute) was == Ascending.ne... | Bryan Helmkamp | 2009-05-17 | 1 | -4/+9 |
* | Removing two unused externalizable? methods | Bryan Helmkamp | 2009-05-17 | 2 | -8/+0 |
* | Removing unused array extensions | Bryan Helmkamp | 2009-05-17 | 2 | -18/+0 |
* | Include modules to extend core classes to improve inspectability | Bryan Helmkamp | 2009-05-17 | 6 | -63/+88 |
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 18 | -41/+41 |
* | joining across engines in either direction | Bryan Helmkamp | 2009-05-17 | 1 | -1/+9 |
* | initial implementation of cross-engine join | Bryan Helmkamp | 2009-05-17 | 1 | -2/+3 |
* | basic implementation of in memory insertions | Bryan Helmkamp | 2009-05-17 | 1 | -1/+1 |
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 6 | -6/+19 |
* | performing in memory joins | Nick Kallen | 2009-05-17 | 1 | -0/+4 |
* | recursive memory operations now possible | Bryan Helmkamp | 2009-05-17 | 4 | -11/+22 |
* | made block stuff read nicer | Bryan Helmkamp | 2009-05-17 | 4 | -3/+11 |
* | most in memory operations save join and group | Bryan Helmkamp | 2009-05-17 | 8 | -7/+59 |
* | moved table-related stuff into sql engine | Nick Kallen | 2009-05-17 | 1 | -1/+1 |
* | join sql stuff moved into sql adapter | Bryan Helmkamp | 2009-05-17 | 4 | -14/+19 |
* | removed function_sql in favor of polymorphism | Bryan Helmkamp | 2009-05-17 | 2 | -10/+18 |
* | consolidated files | Bryan Helmkamp | 2009-05-17 | 6 | -58/+50 |
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 27 | -0/+675 |