1. 17 8月, 2011 2 次提交
  2. 05 8月, 2011 1 次提交
  3. 28 7月, 2011 1 次提交
  4. 17 6月, 2011 3 次提交
  5. 10 6月, 2011 1 次提交
  6. 07 6月, 2011 1 次提交
  7. 25 5月, 2011 1 次提交
  8. 13 5月, 2011 5 次提交
  9. 28 4月, 2011 3 次提交
    • J
      Merged pull request #198 from robdimarco/2-3-stable. · d793a561
      José Valim 提交于
      Patch for issue 6440 - Session Reset undefined method `destroy' for {}:Hash 
      d793a561
    • J
      Merged pull request #331 from daphonz/2-3-stable. · f424efe9
      José Valim 提交于
      Dynamic find_or_create_by_x_and_y always creates new records in Rails 2.3.11 
      f424efe9
    • C
      Fixing dynamic finders on associations to properly send arguments to the... · 9f7ff621
      Casey Dreier 提交于
      Fixing dynamic finders on associations to properly send arguments to the find_by_* method. Closes issue #330.
      
      Commit fdfc8e3b introduced a bugfix to prevent additional values passed
      to a dynamic find_or_create_by_x methods from confusing the finder.
      This patch also broke the essential behavior of this method on an
      association by incorrectly sending arguments to the find_by_x methods.
      The finder method would always see its inputs as a single array of
      values instead of individual arguments, almost guaranteeing that the
      finder call would be incorrect, and that we'd always create a new
      record instead.
      
      This patch adds a splat operator to the parameter array we send along to
      the dynamic finder so that it receives its inputs correctly, and
      includes an additional test to ensure that repeated calls to
      find_or_create_by_x only creates one new record.
      9f7ff621
  10. 14 4月, 2011 1 次提交
  11. 01 3月, 2011 2 次提交
  12. 20 2月, 2011 1 次提交
  13. 10 2月, 2011 1 次提交
  14. 09 2月, 2011 3 次提交
  15. 02 2月, 2011 1 次提交
  16. 20 1月, 2011 6 次提交
  17. 19 1月, 2011 1 次提交
  18. 11 1月, 2011 1 次提交
  19. 10 1月, 2011 1 次提交
  20. 02 1月, 2011 2 次提交
  21. 20 12月, 2010 1 次提交
  22. 08 12月, 2010 1 次提交