Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Override respond_to? in ActiveRecord::Relation to go with | Emilio Tagua | 2009-08-18 | 1 | -0/+8 |
* | Inline initializer setup. | Emilio Tagua | 2009-08-18 | 1 | -2/+1 |
* | Use immutable relation objects to generate queries. | Emilio Tagua | 2009-08-18 | 1 | -37/+34 |
* | Use explicit method definition instead of metaprogramming. | Emilio Tagua | 2009-08-18 | 1 | -11/+16 |
* | Relation#joins! should know what to join instead of delegating to | Emilio Tagua | 2009-08-18 | 1 | -7/+13 |
* | Use finder options as relation method names to provide more familiar | Emilio Tagua | 2009-08-18 | 1 | -8/+24 |
* | Use ARel's joins when building a query for finding records with included | Emilio Tagua | 2009-08-14 | 1 | -3/+9 |
* | Added collection iteration to AR::Relation. | Emilio Tagua | 2009-08-03 | 1 | -0/+4 |
* | Added ActiveRecord::Relation tests. Allow Relation to accept conditional | Emilio Tagua | 2009-07-31 | 1 | -1/+14 |
* | Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR... | Emilio Tagua | 2009-07-21 | 1 | -0/+39 |