1. 06 9月, 2012 1 次提交
  2. 03 8月, 2012 1 次提交
  3. 26 6月, 2012 1 次提交
  4. 24 6月, 2012 1 次提交
    • E
      Stop assuming strings for grouped calculations · a1c05dd8
      Ernie Miller 提交于
      Execute_grouped_calculation is one of those places where
      ActiveRecord forgets that it has ARel underpinnings, and
      assumes that the values provided to group_values are
      strings. This artificially hobbles otherwise functional
      code. This patch stops assuming that incoming values
      respond to to_sym, stops using string interpolation for
      table aliases on objects that support aliasing, and stops
      unnecessarily joining group_values on the relation.
      
      Additionally, it calls to_sql, if available, on objects
      sent to column_alias_for, in order to get a more reasonable
      alias string than a non-string's default to_str method.
      a1c05dd8
  5. 22 6月, 2012 3 次提交
  6. 20 6月, 2012 2 次提交
  7. 31 5月, 2012 1 次提交
  8. 29 5月, 2012 2 次提交
  9. 27 5月, 2012 1 次提交
  10. 24 5月, 2012 1 次提交
    • V
      Revert "Remove blank trailing comments" · 1ad0b378
      Vijay Dev 提交于
      This reverts commit fa6d921e.
      
      Reason: Not a fan of such massive changes. We usually close such changes
      if made to Rails master as a pull request. Following the same principle
      here and reverting.
      
      [ci skip]
      1ad0b378
  11. 20 5月, 2012 1 次提交
    • H
      Remove blank trailing comments · fa6d921e
      Henrik Hodne 提交于
      For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
      with the first match, and voilà! Note that the regex matches a little bit too
      much, so you probably want to `git add -i .` and go through every single diff
      to check if it actually should be changed.
      fa6d921e
  12. 17 5月, 2012 3 次提交
  13. 16 5月, 2012 2 次提交
  14. 01 5月, 2012 2 次提交
  15. 14 4月, 2012 1 次提交
  16. 13 4月, 2012 1 次提交
  17. 27 3月, 2012 1 次提交
  18. 28 2月, 2012 1 次提交
  19. 10 2月, 2012 2 次提交
  20. 08 2月, 2012 1 次提交
  21. 31 1月, 2012 1 次提交
  22. 23 12月, 2011 2 次提交
  23. 30 11月, 2011 1 次提交
  24. 14 8月, 2011 1 次提交
  25. 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
  26. 27 7月, 2011 1 次提交
  27. 05 7月, 2011 1 次提交
  28. 24 6月, 2011 1 次提交
  29. 01 6月, 2011 1 次提交
  30. 24 5月, 2011 1 次提交