1. 30 12月, 2012 1 次提交
  2. 29 12月, 2012 3 次提交
  3. 02 12月, 2012 3 次提交
  4. 22 11月, 2012 2 次提交
  5. 18 11月, 2012 1 次提交
  6. 16 11月, 2012 4 次提交
  7. 12 11月, 2012 1 次提交
  8. 10 11月, 2012 1 次提交
  9. 18 10月, 2012 1 次提交
  10. 16 10月, 2012 1 次提交
  11. 06 9月, 2012 1 次提交
  12. 03 8月, 2012 1 次提交
  13. 26 6月, 2012 1 次提交
  14. 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
  15. 22 6月, 2012 3 次提交
  16. 20 6月, 2012 2 次提交
  17. 31 5月, 2012 1 次提交
  18. 29 5月, 2012 2 次提交
  19. 27 5月, 2012 1 次提交
  20. 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
  21. 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
  22. 17 5月, 2012 3 次提交
  23. 16 5月, 2012 2 次提交
  24. 01 5月, 2012 2 次提交