Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix almost all Ruby warnings during spec suite | Bryan Helmkamp | 2009-09-20 | 5 | -10/+8 |
| | |||||
* | Whitespace | Bryan Helmkamp | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | Use load path rather than relative path for spec_helper requires. Also fixes ↵ | Jeremy Kemper | 2009-09-14 | 20 | -20/+20 |
| | | | | specs on Ruby 1.9 since . is no longer in the load path. | ||||
* | Better inspect output for Expressions | Bryan Helmkamp | 2009-05-18 | 1 | -0/+6 |
| | |||||
* | Fix bug in Order equality where Descending.new(attribute) was == ↵ | Bryan Helmkamp | 2009-05-17 | 2 | -2/+12 |
| | | | | Ascending.new(attribute) | ||||
* | Add spec for Attribute#inspect | Bryan Helmkamp | 2009-05-17 | 1 | -0/+6 |
| | |||||
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 20 | -100/+100 |
| | |||||
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 3 | -8/+16 |
| | | | | | | | Conflicts: lib/arel/algebra/primitives/expression.rb lib/arel/algebra/relations/relation.rb | ||||
* | reorganizing tests | Nick Kallen | 2009-05-17 | 20 | -0/+766 |