1. 04 6月, 2014 1 次提交
    • S
      Keep column defaults in type cast form · ed559d4b
      Sean Griffin 提交于
      The contract of `_field_changed?` assumes that the old value is always
      type cast. That is not the case for the value in `Column#default` as
      things are today. It appears there are other public methods that
      assume that `Column#default` is type cast, as well. The reason for this
      change originally was because the value gets put into `@raw_attributes`
      in initialize. This reverts to the old behavior on `Column`, and updates
      `initialize` to make sure that the values are in the right format.
      ed559d4b
  2. 03 6月, 2014 19 次提交
  3. 02 6月, 2014 17 次提交
  4. 01 6月, 2014 3 次提交