Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `_was` and `changes` for in-place mutations of AR attributes | Sean Griffin | 2014-08-16 | 1 | -2/+6 |
* | Implement `==` on `Type::Value` and `Attribute` | Sean Griffin | 2014-08-15 | 1 | -0/+7 |
* | Move writing unknown column exception to null attribute | Sean Griffin | 2014-06-26 | 1 | -0/+5 |
* | `Attribute` should know about its name | Sean Griffin | 2014-06-26 | 1 | -20/+27 |
* | Encapsulate the creation of `Attribute` objects | Sean Griffin | 2014-06-26 | 1 | -11/+17 |
* | Move behavior of `read_attribute` to `AttributeSet` | Sean Griffin | 2014-06-25 | 1 | -0/+27 |
* | add missing `:nodoc:` for recent refactorings. [ci skip] | Yves Senn | 2014-06-24 | 1 | -3/+3 |
* | Refactor in-place dirty checking to use the attribute object | Sean Griffin | 2014-06-16 | 1 | -0/+19 |
* | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -0/+56 |