1. 29 8月, 2018 6 次提交
  2. 28 8月, 2018 10 次提交
  3. 27 8月, 2018 4 次提交
  4. 25 8月, 2018 12 次提交
  5. 24 8月, 2018 7 次提交
  6. 23 8月, 2018 1 次提交
    • R
      Fix numericality validator to still use value before type cast except Active Record · 47a6d788
      Ryuta Kamizono 提交于
      The purpose of fe9547b6 is to work type casting to value from database.
      
      But that was caused not to use the value before type cast even except
      Active Record.
      
      There we never guarantees that the value before type cast was going to
      the used in this validation, but we should not change the behavior
      unless there is some particular reason.
      
      To restore original behavior, still use the value before type cast if
      `came_from_user?` is undefined (i.e. except Active Record).
      
      Fixes #33651.
      Fixes #33686.
      47a6d788