1. 14 11月, 2017 17 次提交
  2. 13 11月, 2017 13 次提交
  3. 12 11月, 2017 3 次提交
  4. 11 11月, 2017 4 次提交
    • R
      Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter · 4a65dfcb
      Ryuta Kamizono 提交于
      Follow up of #30360.
      4a65dfcb
    • R
      ee5cf14a
    • R
      Add missing autoload `Type` (#31123) · 24b59434
      Ryuta Kamizono 提交于
      Attribute modules (`Attribute`, `Attributes`, `AttributeSet`) uses
      `Type`, but referencing `Type` before the modules still fail.
      
      ```
      % ./bin/test -w test/cases/attribute_test.rb -n test_with_value_from_user_validates_the_value
      Run options: -n test_with_value_from_user_validates_the_value --seed 31876
      
      E
      
      Error:
      ActiveModel::AttributeTest#test_with_value_from_user_validates_the_value:
      NameError: uninitialized constant ActiveModel::AttributeTest::Type
          /Users/kamipo/src/github.com/rails/rails/activemodel/test/cases/attribute_test.rb:233:in `block in <class:AttributeTest>'
      
      bin/test test/cases/attribute_test.rb:232
      
      Finished in 0.002985s, 335.0479 runs/s, 335.0479 assertions/s.
      1 runs, 1 assertions, 0 failures, 1 errors, 0 skips
      ```
      
      Probably we need more autoloading at least `Type`.
      24b59434
    • R
      Relation merging should keep joining order · 4528dd63
      Ryuta Kamizono 提交于
      `joins_values.partition` will break joins values order. It should be
      kept as user intended order.
      
      Fixes #15488.
      4528dd63
  5. 10 11月, 2017 3 次提交