Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pointless `private` | Sean Griffin | 2014-11-17 | 1 | -2/+0 |
* | Don't freeze the same hash we use for memoization | Sean Griffin | 2014-11-14 | 1 | -6/+7 |
* | Allow `LazyAttributeHash` to be marshalled | Sean Griffin | 2014-11-14 | 1 | -13/+17 |
* | Correctly determine if an attribute is uninitialized | Sean Griffin | 2014-11-14 | 1 | -1/+1 |
* | Reduce the amount of work performed when instantiating AR models | Sean Griffin | 2014-11-14 | 1 | -15/+63 |
* | Revert "Improve performance of AR object instantiation" | Sean Griffin | 2014-11-14 | 1 | -18/+3 |
* | Remove unneccesary default parameters | Sean Griffin | 2014-11-05 | 1 | -1/+1 |
* | Improve performance of AR object instantiation | Sean Griffin | 2014-11-05 | 1 | -3/+18 |
* | some object allocation reduction for new AR objects | Aaron Patterson | 2014-09-27 | 1 | -2/+5 |
* | `Attribute` should know about its name | Sean Griffin | 2014-06-26 | 1 | -4/+3 |
* | Encapsulate the creation of `Attribute` objects | Sean Griffin | 2014-06-26 | 1 | -1/+1 |
* | Move behavior of `read_attribute` to `AttributeSet` | Sean Griffin | 2014-06-25 | 1 | -0/+33 |