1. 13 4月, 2011 1 次提交
  2. 28 3月, 2011 2 次提交
  3. 26 3月, 2011 1 次提交
  4. 14 2月, 2011 1 次提交
  5. 08 2月, 2011 1 次提交
  6. 30 1月, 2011 4 次提交
  7. 12 1月, 2011 1 次提交
  8. 21 12月, 2010 1 次提交
  9. 23 11月, 2010 1 次提交
  10. 17 11月, 2010 1 次提交
  11. 16 11月, 2010 2 次提交
  12. 09 11月, 2010 1 次提交
  13. 01 10月, 2010 1 次提交
  14. 29 9月, 2010 1 次提交
  15. 01 9月, 2010 1 次提交
  16. 20 8月, 2010 1 次提交
  17. 17 8月, 2010 1 次提交
  18. 28 7月, 2010 1 次提交
  19. 15 7月, 2010 1 次提交
  20. 14 7月, 2010 1 次提交
  21. 13 7月, 2010 1 次提交
  22. 09 7月, 2010 1 次提交
  23. 30 6月, 2010 1 次提交
  24. 05 6月, 2010 1 次提交
  25. 19 5月, 2010 1 次提交
  26. 15 5月, 2010 1 次提交
  27. 04 4月, 2010 1 次提交
  28. 28 3月, 2010 1 次提交
  29. 09 3月, 2010 1 次提交
  30. 13 12月, 2009 2 次提交
  31. 12 12月, 2009 1 次提交
  32. 03 12月, 2009 1 次提交
    • M
      Fix instance_eval calls to association proxies · 49e943c4
      Mat Brown 提交于
      In the current stable, ActiveRecord::Associations::AssociationProxy#method_missing calls yield() if a block is given, causing the block to always be evaluated in its calling context. However, in the case of instance_eval, correct behavior requires that the block be passed directly to the @target, rather than being evaluated inside a different block. Incidentally, this also simplifies the code slightly.
      
      [#3412 state:committed]
      Signed-off-by: NJeremy Kemper <jeremy@bitsweat.net>
      49e943c4
  33. 10 11月, 2009 1 次提交
  34. 08 9月, 2009 1 次提交