1. 05 1月, 2019 2 次提交
  2. 04 1月, 2019 2 次提交
  3. 03 1月, 2019 1 次提交
  4. 02 1月, 2019 3 次提交
  5. 01 1月, 2019 3 次提交
  6. 30 12月, 2018 3 次提交
  7. 28 12月, 2018 1 次提交
  8. 25 12月, 2018 1 次提交
  9. 21 12月, 2018 2 次提交
  10. 20 12月, 2018 2 次提交
  11. 19 12月, 2018 2 次提交
    • S
      Single nest config in configuration guides · 61854ac3
      Sam Bostock 提交于
      Double nesting of configuration is not supported (without using an
      intermediate object), even though the docs suggest it is.
      
      [ci-skip]
      61854ac3
    • B
      Add option to set parallel test worker count to the physical core count of the machine (#34735) · e9f6ce61
      Bogdan 提交于
      * Add option to set parallel test worker count to the physical core count of the machine
      
      Also, use the physical core count of the machine as
      the default number of workers, and  generate the `test_helper.rb` file
      with `parallelize(workers: :number_of_processors)`
      
      Closes #34734
      
      * Ensure that we always test parallel testing
      
      Since #34734 we decided to use the physical core count of the machine as
      the default number of workers in the parallel testing, we need to
      ensure that some tests use at least 2 workers because we could
      run those tests on VM that has only 1 physical core.
      It also fixes tests failures on the CI since Travis server we are using
      has only one physical core.
      See https://travis-ci.org/rails/rails/jobs/469281088#L2352
      e9f6ce61
  12. 17 12月, 2018 1 次提交
  13. 11 12月, 2018 1 次提交
  14. 08 12月, 2018 1 次提交
  15. 07 12月, 2018 1 次提交
    • D
      Abort early if generator command fails (#34420) · f173ec77
      David Rodríguez 提交于
      * No need to go through ruby
      
      * Abort early if a generator command fails
      
      * Reuse `rails_command` method
      
      * Bump thor minimum dependency to 0.20.3
      
      * Add some minimal docs
      
      * Add a changelog entry
      
      * Restore original logging
      f173ec77
  16. 06 12月, 2018 1 次提交
  17. 05 12月, 2018 3 次提交
  18. 03 12月, 2018 1 次提交
    • B
      Improve parallel testing guide [ci skip] · 4973a764
      bogdanvlviv 提交于
      - Fix formatting
      - Don't repeat "Active Record automatically handles creating and migrating a new
        database for each worker to use."
      - Tell that AR loads the schema to a database for each process(Related to #33479)
      - Clarify that `parallelize_teardown` is executed for each process
      4973a764
  19. 01 12月, 2018 2 次提交
  20. 29 11月, 2018 1 次提交
  21. 27 11月, 2018 1 次提交
  22. 26 11月, 2018 2 次提交
  23. 25 11月, 2018 1 次提交
    • Y
      Bump the minimum version of PostgreSQL to 9.3 · 6fb128d1
      Yasuo Honda 提交于
      https://www.postgresql.org/support/versioning/
      
      - 9.1 EOLed on September 2016.
      - 9.2 EOLed on September 2017.
      
      9.3 is also not supported since Nov 8, 2018.  https://www.postgresql.org/about/news/1905/
      I think it may be a little bit early to drop PostgreSQL 9.3 yet.
      
      * Deprecated `supports_ranges?` since no other databases support range data type
      
      * Add `supports_materialized_views?` to abstract adapter
      Materialized views itself is supported by other databases, other connection adapters may support them
      
      * Remove `with_manual_interventions`
      It was only necessary for PostgreSQL 9.1 or earlier
      
      * Drop CI against PostgreSQL 9.2
      6fb128d1
  24. 23 11月, 2018 1 次提交
  25. 22 11月, 2018 1 次提交