1. 25 1月, 2018 9 次提交
  2. 24 1月, 2018 11 次提交
  3. 23 1月, 2018 18 次提交
  4. 22 1月, 2018 2 次提交
    • L
      Ignores a default subclass when `becomes(Parent)` · 35623316
      Leonel Galan 提交于
      Fixes issue described in #30399: A default value on the
      inheritance column prevented `child.becomes(Parent)` to return
      an instance of `Parent` as expected, instead it returns an instance
      of the default subclass.
      
      The change was introduced by #17169 and it was meant to affect
      initialization, alone. Where `Parent.new` is expected to return
      an instance of the default subclass.
      35623316
    • M
      Merge pull request #24964 from vipulnsward/true-false · 7bb0b397
      Matthew Draper 提交于
      Don't perform unnecessary check with false, just use true/false values
      7bb0b397