diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-06-09 12:30:12 -0600 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-06-09 12:30:12 -0600 |
commit | c93dbfef36c9b095121650beec2362de42d6b715 (patch) | |
tree | 04020266c12d13eedfc318fd15bd7c8d787851a5 /actionpack | |
parent | a5c12cbd3c0e9b392edb9e4eb13dcdd256327acd (diff) | |
download | rails-c93dbfef36c9b095121650beec2362de42d6b715.tar.gz rails-c93dbfef36c9b095121650beec2362de42d6b715.tar.bz2 rails-c93dbfef36c9b095121650beec2362de42d6b715.zip |
Make `_before_type_cast` actually be before type cast
- The following is now true for all types, all the time
- `model.attribute_before_type_cast == given_value`
- `model.attribute == model.save_and_reload.attribute`
- `model.attribute == model.dup.attribute`
- `model.attribute == YAML.load(YAML.dump(model)).attribute`
- Removes the remaining types implementing `type_cast_for_write`
- Simplifies the implementation of time zone aware attributes
- Brings tz aware attributes closer to being implemented as an attribute
decorator
- Adds additional point of control for custom types
Diffstat (limited to 'actionpack')
0 files changed, 0 insertions, 0 deletions