Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing unused Pathname extension | Bryan Helmkamp | 2009-05-18 | 1 | -9/+0 |
| | |||||
* | Expand usages of #hash_on. The #hash definition it produces looks broken, ↵ | Bryan Helmkamp | 2009-05-18 | 1 | -10/+0 |
| | | | | but leaving it for now | ||||
* | Removing Object#metaclass definition (it's already in ActiveSupport) | Bryan Helmkamp | 2009-05-17 | 1 | -6/+0 |
| | |||||
* | Removing unused array extensions | Bryan Helmkamp | 2009-05-17 | 1 | -17/+0 |
| | |||||
* | Include modules to extend core classes to improve inspectability | Bryan Helmkamp | 2009-05-17 | 6 | -63/+88 |
| | |||||
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 5 | -10/+10 |
| | |||||
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 1 | -0/+5 |
| | | | | | | | Conflicts: lib/arel/algebra/primitives/expression.rb lib/arel/algebra/relations/relation.rb | ||||
* | recursive memory operations now possible | Bryan Helmkamp | 2009-05-17 | 1 | -7/+0 |
| | | | | | | Conflicts: lib/arel/algebra/relations/relation.rb | ||||
* | most in memory operations save join and group | Bryan Helmkamp | 2009-05-17 | 3 | -0/+19 |
| | | | | | | | | | | | | | Conflicts: lib/arel/algebra/extensions/object.rb lib/arel/algebra/primitives/value.rb lib/arel/engines/memory/relations.rb lib/arel/engines/sql/formatters.rb lib/arel/engines/sql/primitives.rb spec/arel/unit/relations/alias_spec.rb spec/arel/unit/relations/array_spec.rb spec/arel/unit/relations/order_spec.rb | ||||
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 5 | -0/+69 |
Conflicts: lib/arel.rb lib/arel/arel.rb lib/arel/engines/memory/predicates.rb lib/arel/engines/memory/relations/array.rb lib/arel/engines/sql/relations/table.rb |