| Commit message (Expand) | Author | Age | Files | Lines |
* | stripping the spec helper | Aaron Patterson | 2010-08-12 | 1 | -38/+0 |
* | unfactoring module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 |
* | add an operator to inequality | Aaron Patterson | 2010-08-06 | 1 | -0/+6 |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -1/+4 |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -4/+17 |
* | unfactoring more module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 |
* | separating test code from implementation code | Aaron Patterson | 2010-08-04 | 1 | -1/+4 |
* | adding a spec for Group#to_sql | Aaron Patterson | 2010-08-04 | 1 | -0/+2 |
* | removing Group#==, improving Group test | Aaron Patterson | 2010-08-04 | 1 | -1/+4 |
* | removing module for faster method lookup | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
* | better tests for Taken constructor, removing Take#== | Aaron Patterson | 2010-07-30 | 1 | -1/+3 |
* | better tests for Where construction, removing Where#== | Aaron Patterson | 2010-07-30 | 1 | -2/+11 |
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 2 | -7/+7 |
* | refactor for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | initializing variables, removing == | Aaron Patterson | 2010-07-28 | 1 | -2/+4 |
* | Enumerable implements #first | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | speed up method lookup and reduce API footprint | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | #hash #eql? and #== were only used in tests. removed them and wrote better tests | Aaron Patterson | 2010-07-28 | 2 | -12/+17 |
* | fixing spec case for method lookup improvement | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | PERF: *args is slow. also removing a non-feature | Aaron Patterson | 2010-07-27 | 1 | -2/+2 |
* | inequality is a special case of equality | Aaron Patterson | 2010-07-20 | 2 | -0/+48 |
* | CRUD is not being reused, so we should not expose it | Aaron Patterson | 2010-07-20 | 1 | -1/+1 |
* | use Session.instance rather than Session.new for easier code | Aaron Patterson | 2010-07-20 | 2 | -12/+12 |
* | a short inspect is not helpful | Aaron Patterson | 2010-07-20 | 2 | -12/+0 |
* | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 2 | -3/+2 |
* | Restrictions should be able to contain multiple predicates. | Carl Lerche | 2010-03-23 | 1 | -0/+1 |
* | Move the relation "integration" specs to specs/relations | Carl Lerche | 2010-03-12 | 1 | -31/+0 |
* | Organize the matchers a bit more | Carl Lerche | 2010-03-12 | 1 | -87/+0 |
* | Add support for a NOT predicate | Carl Lerche | 2010-03-12 | 1 | -0/+33 |
* | We're obviously writing specs for arel. No need for a sub directory. | Carl Lerche | 2010-03-12 | 21 | -0/+883 |