Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ruby 1.9: Improve the way we spec this | Bryan Helmkamp | 2009-11-09 | 1 | -2/+2 |
| | |||||
* | Switch from rr to RSpec mocks. rr has issues on 1.9.2pre | Bryan Helmkamp | 2009-11-09 | 1 | -3/+3 |
| | |||||
* | Create Predicates module to match directory structure | Bryan Helmkamp | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | Fix almost all Ruby warnings during spec suite | Bryan Helmkamp | 2009-09-20 | 3 | -5/+5 |
| | |||||
* | 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 | 13 | -13/+13 |
| | | | | specs on Ruby 1.9 since . is no longer in the load path. | ||||
* | Fix bug in Order equality where Descending.new(attribute) was == ↵ | Bryan Helmkamp | 2009-05-17 | 1 | -0/+10 |
| | | | | Ascending.new(attribute) | ||||
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 13 | -43/+43 |
| | |||||
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 1 | -5/+5 |
| | | | | | | | Conflicts: lib/arel/algebra/primitives/expression.rb lib/arel/algebra/relations/relation.rb | ||||
* | reorganizing tests | Nick Kallen | 2009-05-17 | 13 | -0/+389 |