1. 13 4月, 2012 2 次提交
  2. 30 3月, 2012 1 次提交
  3. 26 3月, 2012 1 次提交
  4. 14 3月, 2012 1 次提交
  5. 12 3月, 2012 1 次提交
  6. 28 2月, 2012 1 次提交
  7. 22 2月, 2012 1 次提交
  8. 01 2月, 2012 1 次提交
  9. 30 1月, 2012 1 次提交
  10. 04 1月, 2012 1 次提交
  11. 28 12月, 2011 1 次提交
  12. 24 12月, 2011 1 次提交
  13. 09 11月, 2011 1 次提交
  14. 05 9月, 2011 2 次提交
  15. 11 8月, 2011 1 次提交
  16. 09 8月, 2011 1 次提交
    • J
      Make it the responsibility of the connection to hold onto an ARel visitor for... · 7db90aa7
      Jon Leighton 提交于
      Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
      7db90aa7
  17. 20 7月, 2011 1 次提交
  18. 19 7月, 2011 1 次提交
  19. 23 6月, 2011 1 次提交
  20. 25 5月, 2011 1 次提交
  21. 24 5月, 2011 1 次提交
  22. 21 5月, 2011 1 次提交
  23. 20 5月, 2011 1 次提交
  24. 09 5月, 2011 1 次提交
    • N
      Fix for #371 · 92c10760
      Nick Howard 提交于
      if a query contains a limit or an offset, ActiveRecord::FinderMethods#find_last had inconsistent behavior.
      
      If the records were loaded, it returned the last record in the cached list.
      If they were not, it reversed the order of the query and changed the limit to one.
      If the earlier limit was less than the total matching the query in the db,
      it would return a different record than if the records had been cached.
      
      This commit changes find_last so that it loads the records when getting the
      last record on a query containing a limit or an offset, which makes the behavior consistent.
      92c10760
  25. 26 4月, 2011 1 次提交
  26. 22 4月, 2011 1 次提交
  27. 14 4月, 2011 1 次提交
  28. 12 4月, 2011 1 次提交
  29. 04 4月, 2011 1 次提交
  30. 29 3月, 2011 1 次提交
  31. 26 3月, 2011 3 次提交
  32. 25 3月, 2011 1 次提交
  33. 01 3月, 2011 1 次提交
  34. 04 2月, 2011 1 次提交
  35. 09 1月, 2011 1 次提交
  36. 08 1月, 2011 1 次提交