1. 31 3月, 2018 4 次提交
  2. 30 3月, 2018 15 次提交
  3. 29 3月, 2018 3 次提交
  4. 28 3月, 2018 2 次提交
  5. 27 3月, 2018 4 次提交
  6. 26 3月, 2018 2 次提交
  7. 25 3月, 2018 3 次提交
    • A
      Make engine check more explicit · 9232ba71
      Andrew White 提交于
      Not everything that responds to `routes` is a Rails engine - for example
      a Grape API endpoint will have a `routes` method but can't be used with
      `assert_recognizes` as it doesn't respond to `recognize_path_with_request`.
      
      Fixes #32312.
      9232ba71
    • Y
      Remove unused `serialize` method · 8881d843
      yuuji.yaginuma 提交于
      8881d843
    • E
      Don't unset foreign key when preloading missing record · 0cdeda58
      Eugene Kenny 提交于
      When a belongs to association's target is set, its foreign key is now
      updated to match the new target. This is the correct behaviour when a
      new record is assigned, but not when the existing record is preloaded.
      
      As long as we mark the association as loaded, we can skip setting the
      target when the record is missing and avoid clobbering the foreign key.
      0cdeda58
  8. 24 3月, 2018 1 次提交
  9. 23 3月, 2018 6 次提交