Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:brynary/arel | Emilio Tagua | 2010-05-27 | 6 | -6/+6 |
|\ | |||||
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 6 | -6/+6 |
| | | |||||
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵ | Ernie Miller | 2010-05-21 | 1 | -1/+3 |
|/ | | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates) | ||||
* | Return nil when looking up an attribute by name that does not exist instead ↵ | Carl Lerche | 2010-04-03 | 1 | -2/+9 |
| | | | | of returning a fictitious attribute. | ||||
* | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 1 | -0/+35 |
| | |||||
* | Add a bunch of specs for attribute type casting. | Carl Lerche | 2010-03-12 | 5 | -0/+360 |