aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Removing unused Pathname extensionBryan Helmkamp2009-05-181-9/+0
|
* Expand usages of #hash_on. The #hash definition it produces looks broken, ↵Bryan Helmkamp2009-05-181-10/+0
| | | | but leaving it for now
* Removing Object#metaclass definition (it's already in ActiveSupport)Bryan Helmkamp2009-05-171-6/+0
|
* Removing unused array extensionsBryan Helmkamp2009-05-171-17/+0
|
* Include modules to extend core classes to improve inspectabilityBryan Helmkamp2009-05-176-63/+88
|
* WhitespaceBryan Helmkamp2009-05-175-10/+10
|
* using in memory relations as results from sql relationNick Kallen2009-05-171-0/+5
| | | | | | | Conflicts: lib/arel/algebra/primitives/expression.rb lib/arel/algebra/relations/relation.rb
* recursive memory operations now possibleBryan Helmkamp2009-05-171-7/+0
| | | | | | Conflicts: lib/arel/algebra/relations/relation.rb
* most in memory operations save join and groupBryan Helmkamp2009-05-173-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 structuresBryan Helmkamp2009-05-175-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