1. 02 5月, 2020 1 次提交
  2. 03 4月, 2020 1 次提交
  3. 31 3月, 2020 1 次提交
  4. 20 3月, 2020 1 次提交
  5. 10 3月, 2020 2 次提交
  6. 15 1月, 2020 1 次提交
  7. 19 12月, 2019 1 次提交
  8. 14 12月, 2019 1 次提交
  9. 10 12月, 2019 1 次提交
  10. 27 11月, 2019 1 次提交
  11. 05 11月, 2019 1 次提交
  12. 01 11月, 2019 1 次提交
  13. 12 10月, 2019 1 次提交
  14. 24 9月, 2019 1 次提交
  15. 27 8月, 2019 1 次提交
  16. 17 8月, 2019 1 次提交
  17. 05 8月, 2019 1 次提交
  18. 23 7月, 2019 1 次提交
  19. 08 7月, 2019 1 次提交
  20. 18 5月, 2019 1 次提交
  21. 25 4月, 2019 1 次提交
  22. 22 4月, 2019 1 次提交
  23. 19 4月, 2019 1 次提交
  24. 04 4月, 2019 1 次提交
  25. 23 3月, 2019 1 次提交
    • G
      Avoid creating ActionText::RichText records unnecessarily · ff7948b1
      George Claghorn 提交于
      Assigning a has_one association for a persisted record saves the change immediately, so attempting to read a rich-text attribute on a persisted record without a corresponding ActionText::RichText would eagerly create one. Avoid assigning the rich text association to fix.
      ff7948b1
  26. 18 3月, 2019 1 次提交
  27. 11 3月, 2019 1 次提交
    • E
      Prep release · 7c87fd56
      eileencodes 提交于
      * Update RAILS_VERSION
      * Bundle
      * rake update_versions
      * rake changelog:header
      7c87fd56
  28. 09 3月, 2019 3 次提交
  29. 07 3月, 2019 1 次提交
  30. 06 3月, 2019 1 次提交
  31. 26 2月, 2019 1 次提交
  32. 24 2月, 2019 1 次提交
  33. 22 2月, 2019 1 次提交
  34. 11 2月, 2019 1 次提交
    • R
      SQLite3: Implement `add_foreign_key` and `remove_foreign_key` · da584343
      Ryuta Kamizono 提交于
      I implemented Foreign key create in `create_table` for SQLite3 at
      #24743. This follows #24743 to implement `add_foreign_key` and
      `remove_foreign_key`.
      Unfortunately SQLite3 has one limitation that
      `PRAGMA foreign_key_list(table-name)` doesn't have constraint name.
      So we couldn't implement find/remove foreign key by name for now.
      
      Fixes #35207.
      Closes #31343.
      da584343
  35. 29 1月, 2019 3 次提交