Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 1 | -3/+3 |
* | `type_cast_for_database` -> `serialize` | Sean Griffin | 2015-02-17 | 1 | -6/+6 |
* | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 1 | -7/+7 |
* | Introduce `ActiveRecord::Base#accessed_fields` | Sean Griffin | 2015-01-20 | 1 | -0/+19 |
* | Deprecate `false` as the way to halt AR callbacks | claudiob | 2015-01-02 | 1 | -0/+1 |
* | Implement `==` on `Type::Value` and `Attribute` | Sean Griffin | 2014-08-15 | 1 | -0/+30 |
* | rename MiniTest to Minitest | Rajarshi Das | 2014-08-02 | 1 | -1/+1 |
* | `Attribute` should know about its name | Sean Griffin | 2014-06-26 | 1 | -12/+25 |
* | Encapsulate the creation of `Attribute` objects | Sean Griffin | 2014-06-26 | 1 | -0/+26 |
* | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -0/+103 |