1. 24 1月, 2018 2 次提交
    • S
      Allow attributes with a proc default to be marshalled · 0af36c62
      Sean Griffin 提交于
      We don't implement much custom marshalling logic for these objects, but
      the proc default case needs to be handled separately. Unfortunately
      there's no way to just say "do what you would have done but with this
      value for one ivar", so we have to manually implement `marshal_load` as
      well.
      
      The test case is a little bit funky, but I'd really like an equality
      test in there, and there's no easy way to add one now that this is out
      of AR (since the `attributes` method isn't here)
      
      Fixes #31216
      0af36c62
    • R
      Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-default · 6003dafc
      Ryuta Kamizono 提交于
      Fix actionmailer lambda default
      6003dafc
  2. 23 1月, 2018 15 次提交
  3. 22 1月, 2018 9 次提交
  4. 21 1月, 2018 1 次提交
  5. 20 1月, 2018 5 次提交
  6. 19 1月, 2018 8 次提交