1. 18 11月, 2012 3 次提交
  2. 17 11月, 2012 6 次提交
  3. 16 11月, 2012 4 次提交
  4. 14 11月, 2012 1 次提交
  5. 13 11月, 2012 3 次提交
  6. 12 11月, 2012 4 次提交
  7. 11 11月, 2012 1 次提交
    • J
      Make ActiveRecord::Delegation#method_missing threadsafe · 12d6d3a6
      Jon Leighton 提交于
      Two threads may be in method_missing at the same time. If so, they might
      both try to define the same delegator method.
      
      Such a situation probably wouldn't result in a particularly spectacular
      bug as one method would probably just be overridden by an identical
      method, but it could cause warnings to pop up. (It could be worse if
      method definition is non-atomic in a particular implementation.)
      
      (We will also need this mutex shortly anyway, see #8127.)
      12d6d3a6
  8. 10 11月, 2012 3 次提交
  9. 09 11月, 2012 11 次提交
  10. 08 11月, 2012 3 次提交
  11. 07 11月, 2012 1 次提交