1. 20 1月, 2011 5 次提交
  2. 19 1月, 2011 1 次提交
  3. 11 1月, 2011 1 次提交
  4. 10 1月, 2011 1 次提交
  5. 02 1月, 2011 2 次提交
  6. 20 12月, 2010 1 次提交
  7. 08 12月, 2010 2 次提交
  8. 01 12月, 2010 2 次提交
  9. 17 11月, 2010 1 次提交
  10. 03 11月, 2010 1 次提交
  11. 27 10月, 2010 1 次提交
  12. 26 10月, 2010 1 次提交
  13. 22 10月, 2010 2 次提交
  14. 21 10月, 2010 2 次提交
    • T
      bug 1108: yield to block provided to find_or_create_by_x · bdfddb09
      toby cabot 提交于
      Starting in 2.3.8 we stopped yielding to blocks passed in to
      find_or_create_by_x methods.  This patch restores that behavior and
      adds a case to test it.
      bdfddb09
    • T
      bug 1108: fix a bug with find_or_create_by and additional values · fdfc8e3b
      toby cabot 提交于
      There was a bug with find_or_create_by_x introduced in 2.3.9 - if you
      included extra parameters for the create() then those parameters would
      confuse the find() so you'd never get to the create().  This patch
      filters the parameters so we only pass to find() the subset that it's
      interested in.  The code for the filtering was modelled on the code in
      base.rb's method_missing().
      fdfc8e3b
  15. 15 10月, 2010 2 次提交
  16. 12 10月, 2010 1 次提交
  17. 05 10月, 2010 2 次提交
  18. 01 10月, 2010 3 次提交
  19. 30 9月, 2010 2 次提交
  20. 29 9月, 2010 2 次提交
  21. 28 9月, 2010 1 次提交
  22. 27 9月, 2010 2 次提交
  23. 24 9月, 2010 2 次提交