1. 24 6月, 2015 1 次提交
  2. 23 6月, 2015 18 次提交
  3. 22 6月, 2015 16 次提交
  4. 21 6月, 2015 3 次提交
  5. 20 6月, 2015 2 次提交
    • Y
      Merge pull request #20636 from dcrec1/isolated_test · 34012244
      Yves Senn 提交于
      fix test not failing when executed isolated
      34012244
    • S
      Include `Enumerable` in `ActiveRecord::Relation` · b644964b
      Sean Griffin 提交于
      After discussing, we've decided it makes more sense to include it. We're
      already forwarding every conflicting method to `to_a`, and there's no
      conflation of concerns. `Enumerable` has no mutating methods, and it
      just allows us to simplify the code. No existing methods will have a
      change in behavior. Un-overridden Enumerable methods will simply
      delegate to `each`.
      
      [Sean Griffin & bogdan]
      b644964b