1. 11 1月, 2019 1 次提交
  2. 10 1月, 2019 2 次提交
  3. 09 1月, 2019 3 次提交
  4. 08 1月, 2019 1 次提交
  5. 05 1月, 2019 4 次提交
  6. 04 1月, 2019 2 次提交
  7. 03 1月, 2019 1 次提交
  8. 02 1月, 2019 3 次提交
  9. 01 1月, 2019 3 次提交
  10. 30 12月, 2018 3 次提交
  11. 28 12月, 2018 1 次提交
  12. 21 12月, 2018 2 次提交
  13. 20 12月, 2018 2 次提交
  14. 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
  15. 17 12月, 2018 1 次提交
  16. 11 12月, 2018 1 次提交
  17. 08 12月, 2018 1 次提交
  18. 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
  19. 06 12月, 2018 1 次提交
  20. 05 12月, 2018 2 次提交
  21. 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
  22. 01 12月, 2018 2 次提交