1. 28 2月, 2020 2 次提交
  2. 25 2月, 2020 2 次提交
  3. 24 2月, 2020 1 次提交
  4. 23 2月, 2020 1 次提交
  5. 19 2月, 2020 1 次提交
  6. 14 2月, 2020 1 次提交
  7. 13 2月, 2020 7 次提交
  8. 11 2月, 2020 1 次提交
  9. 08 2月, 2020 2 次提交
  10. 07 2月, 2020 1 次提交
  11. 05 2月, 2020 6 次提交
  12. 02 2月, 2020 2 次提交
  13. 01 2月, 2020 2 次提交
  14. 29 1月, 2020 4 次提交
  15. 28 1月, 2020 4 次提交
  16. 27 1月, 2020 2 次提交
  17. 26 1月, 2020 1 次提交
    • D
      Fix fallout from recent back ports · bf118202
      Daniel Ritz 提交于
      * there's no connection_db_config in Rails 6.0
      * remove_column and friends "options" changes.
      * merge conflict markers in activerecord/CHANGELOG.md
      
      Noticed while running tests for JRuby's AR-JDBC. While the Rails tests
      where running fine, our local ones broke during migration tests.
      Fixes are basically from master.
      
      Fixes #38315
      bf118202