Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed where_values_hash from AR::NullRelation | Paul Nikitochkin | 2013-09-28 | 1 | -4/+0 |
* | Make NullRelation a bit more like a real relation by returning 0 for #calcula... | Ben Woosley | 2013-05-10 | 1 | -1/+5 |
* | No point in memoizing a simple literal string. | Ben Woosley | 2013-05-10 | 1 | -1/+1 |
* | Delegate all calculations to the scope. | Jon Leighton | 2012-11-09 | 1 | -0/+4 |
* | Nullify the relation at a more general level. | Jon Leighton | 2012-11-09 | 1 | -1/+1 |
* | improve NullRelation docs [ci skip] | Vijay Dev | 2012-07-21 | 1 | -1/+0 |
* | Fix typos and add nodocs to NullRelation | Oscar Del Ben | 2012-07-17 | 1 | -1/+1 |
* | unused method arguments | Akira Matsuda | 2012-06-01 | 1 | -7/+6 |
* | modulize AR::NullRelation | Akira Matsuda | 2012-06-01 | 1 | -2/+2 |
* | Override AR::Relation methods in NullRelation. | Juanjo Bazán | 2012-04-11 | 1 | -0/+53 |
* | Added `none` query method to return zero records. | Juanjo Bazán | 2012-01-31 | 1 | -0/+10 |