| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor to use inheritence | Aaron Patterson | 2010-07-20 | 1 | -2/+6 |
* | inheritence meow meow meow | Aaron Patterson | 2010-07-20 | 2 | -3/+4 |
* | inequality is a special case of equality | Aaron Patterson | 2010-07-20 | 1 | -8/+2 |
* | superclass == works great! | Aaron Patterson | 2010-07-20 | 1 | -4/+0 |
* | comparing children directly | Aaron Patterson | 2010-07-20 | 1 | -8/+1 |
* | partial unfuck | Aaron Patterson | 2010-07-20 | 1 | -5/+2 |
* | use OO instead of meta programming | Aaron Patterson | 2010-07-20 | 1 | -10/+16 |
* | remove useless metaprogramming | Aaron Patterson | 2010-07-20 | 1 | -1/+1 |
* | use OO to avoid meta programming | Aaron Patterson | 2010-07-20 | 1 | -6/+5 |
* | classify is not needed, so removing | Aaron Patterson | 2010-07-20 | 1 | -2/+5 |
* | use Session.instance rather than Session.new for easier code | Aaron Patterson | 2010-07-20 | 1 | -1/+1 |
* | a short inspect is not helpful | Aaron Patterson | 2010-07-20 | 1 | -4/+0 |
* | Improve blocks usage. | Emilio Tagua | 2010-06-24 | 5 | -6/+6 |
* | Speed up Header#each by avoiding &block creation | Jeremy Kemper | 2010-06-23 | 1 | -2/+2 |
* | Remove unnecessary code since AS beta1 is out. | Emilio Tagua | 2010-05-31 | 1 | -13/+0 |
* | Merge branch 'master' of github.com:brynary/arel | Emilio Tagua | 2010-05-27 | 5 | -58/+58 |
|\ |
|
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 5 | -58/+58 |
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem... | Ernie Miller | 2010-05-21 | 1 | -7/+11 |
|/ |
|
* | No longer define predications using metaprogramming. | Ernie Miller | 2010-05-14 | 1 | -36/+116 |
* | Removal of operator overrides | Ernie Miller | 2010-05-07 | 1 | -19/+1 |
* | noteq -> not_eq, notmatches -> not_matches, notin -> not_in | Ernie Miller | 2010-05-07 | 1 | -3/+3 |
* | Inequality shouldn't descend from equality, due to Rails type checks, and res... | Ernie Miller | 2010-05-07 | 1 | -1/+7 |
* | Alternate syntax for Predicate#and and Predicate#or, using & and | | Ernie Miller | 2010-05-07 | 1 | -0/+8 |
* | Support predicate complements and alternate not syntax (overload BasicObject#!) | Ernie Miller | 2010-05-07 | 2 | -24/+124 |
* | Tests for notmatches and notin, and fixes for issues found in tests | Ernie Miller | 2010-05-07 | 1 | -5/+18 |
* | Rename Attribute Not -> Inequality and add a Not predicate (complement) | Ernie Miller | 2010-05-07 | 2 | -2/+11 |
* | Add grouped predicates (_any/_all) and refactored predication method definitions | Ernie Miller | 2010-05-07 | 2 | -38/+60 |
* | Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ... | Ernie Miller | 2010-05-07 | 2 | -7/+17 |
* | Return nil when looking up an attribute by name that does not exist instead o... | Carl Lerche | 2010-04-03 | 1 | -8/+1 |
* | Remove commented out code | Carl Lerche | 2010-04-02 | 1 | -4/+0 |
* | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 7 | -27/+99 |
* | Handle ranges with excluded end. | Emilio Tagua | 2010-03-29 | 1 | -1/+5 |
* | Use ActiveSupport beta since beta1 is not released yet. Added singleton_class... | Emilio Tagua | 2010-03-25 | 1 | -0/+13 |
* | Restrictions should be able to contain multiple predicates. | Carl Lerche | 2010-03-23 | 1 | -5/+5 |
* | Switch Arel::Relation to a module. This will allow for classes with Relation ... | Carl Lerche | 2010-03-22 | 5 | -7/+11 |
* | Fix uninitialized ivar warning | Emilio Tagua | 2010-03-22 | 1 | -0/+1 |
* | Add shared tests for skip | Carl Lerche | 2010-03-12 | 1 | -1/+2 |
* | Add full stack tests for #take | Carl Lerche | 2010-03-12 | 1 | -1/+2 |
* | Support in memory ordering better. | Carl Lerche | 2010-03-12 | 3 | -11/+21 |
* | Add support for a NOT predicate | Carl Lerche | 2010-03-12 | 2 | -0/+5 |
* | Add a bunch of specs for attribute type casting. | Carl Lerche | 2010-03-12 | 2 | -13/+11 |
* | Attributes should be typed | Carl Lerche | 2010-03-12 | 8 | -0/+102 |
* | Merge branch 'master' of github.com:brynary/arel | Emilio Tagua | 2010-03-12 | 1 | -0/+9 |
|\ |
|
| * | Start writing integration specs for arel. | Carl Lerche | 2010-03-11 | 1 | -0/+9 |
* | | Add accessibility to projections applied to the relation. | Emilio Tagua | 2010-03-12 | 2 | -1/+2 |
|/ |
|
* | Arel doesn't has to know if a table or column exists. | Emilio Tagua | 2010-03-10 | 1 | -2/+3 |
* | Make sure string join relations can be chained | Pratik Naik | 2010-01-13 | 1 | -0/+4 |
* | Add support for table aliasing | Pratik Naik | 2010-01-01 | 1 | -1/+1 |
* | Attributes may be an Arel value which doesn't respond to aggregation?, don't ... | Emilio Tagua | 2009-12-29 | 1 | -1/+1 |
* | Added having to use in combination with group to filter records. | Emilio Tagua | 2009-12-28 | 4 | -2/+17 |