Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract deprecated code | Jon Leighton | 2012-04-25 | 1 | -4/+2 |
* | Extract deprecated code | Jon Leighton | 2012-04-25 | 1 | -9/+8 |
* | Removes caching from ActiveRecord::Core::ClassMethods#relation | Benedikt Deicke | 2012-04-03 | 1 | -2/+2 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -2/+16 |
* | Avoid obscure &Proc.new thing | Jon Leighton | 2012-03-21 | 1 | -2/+2 |
* | Remove valid_scope_name? check - use ruby | Jon Leighton | 2012-03-21 | 1 | -11/+1 |
* | no need for cast | Jon Leighton | 2012-03-21 | 1 | -1/+0 |
* | no need for lvar | Jon Leighton | 2012-03-21 | 1 | -3/+1 |
* | app code in general wants Time.current, not Time.now | Xavier Noria | 2011-12-28 | 1 | -3/+3 |
* | call scope within unscoped to prevent duplication of where values | Sergey Nartimov | 2011-12-17 | 1 | -1/+1 |
* | Move DefaultScope and NamedScope under Scoping | Jon Leighton | 2011-12-15 | 1 | -0/+202 |