1. 03 12月, 2019 1 次提交
  2. 24 11月, 2019 1 次提交
  3. 11 11月, 2019 1 次提交
  4. 09 11月, 2019 1 次提交
  5. 07 11月, 2019 1 次提交
  6. 30 10月, 2019 1 次提交
  7. 07 10月, 2019 1 次提交
  8. 14 9月, 2019 2 次提交
  9. 23 7月, 2019 2 次提交
  10. 20 7月, 2019 1 次提交
    • G
      Preserve existing attachment assignment behavior for upgraded apps · 400b2103
      George Claghorn 提交于
      Assigning to a collection of attachments appends rather than replacing, as in 5.2. Existing 5.2 apps that rely on this behavior will no longer break when they're upgraded to 6.0.
      
      For apps generated on 6.0 or newer, assigning replaces the existing attachments in the collection. #attach should be used to add new attachments to the collection without removing existing ones.
      
      I expect that we'll deprecate the old behavior in 6.1.
      
      Closes #36374.
      400b2103
  11. 27 6月, 2019 1 次提交
  12. 25 6月, 2019 1 次提交
  13. 21 6月, 2019 1 次提交
  14. 16 6月, 2019 1 次提交
  15. 05 6月, 2019 1 次提交
  16. 28 5月, 2019 1 次提交
  17. 23 5月, 2019 1 次提交
  18. 14 5月, 2019 1 次提交
  19. 13 5月, 2019 1 次提交
  20. 12 5月, 2019 2 次提交
  21. 07 5月, 2019 2 次提交
  22. 28 4月, 2019 2 次提交
  23. 24 4月, 2019 2 次提交
  24. 06 4月, 2019 1 次提交
  25. 05 4月, 2019 1 次提交
  26. 02 4月, 2019 1 次提交
  27. 30 3月, 2019 1 次提交
  28. 25 3月, 2019 2 次提交
  29. 24 3月, 2019 1 次提交
  30. 23 3月, 2019 1 次提交
    • P
      Add config.disable_sandbox option to Rails console · b2710525
      Prem Sichanugrist 提交于
      A long-running `rails console --sandbox` could cause a database server
      to become out-of-memory as it's holding on to changes that happen on the
      database.
      
      Given that it's common for Ruby on Rails application with huge
      traffic to have separate write database and read database, we should
      allow the developers to disable this sandbox option to prevent someone
      from accidentally causing the Denial-of-Service on their server.
      b2710525
  31. 20 3月, 2019 1 次提交
  32. 19 3月, 2019 1 次提交
  33. 07 3月, 2019 1 次提交