1. 28 11月, 2012 1 次提交
  2. 09 11月, 2012 1 次提交
  3. 30 10月, 2012 1 次提交
  4. 29 10月, 2012 3 次提交
  5. 16 8月, 2012 1 次提交
  6. 12 8月, 2012 2 次提交
  7. 03 8月, 2012 1 次提交
  8. 22 7月, 2012 1 次提交
  9. 11 7月, 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. 19 5月, 2012 1 次提交
    • C
      Clarify grouped_options_for_select method API, add changelog entry · 0e207a49
      Carlos Antonio da Silva 提交于
      Make the method API more clear by explicitly showing the expected
      arguments. This means that the options cannot be passed as second
      argument because we are not relying on extract_options! anymore,
      you are expected to give a selected key or `nil` if you want to pass
      options, as it is the last argument.
      
      Notice that this does not change the current method arguments contract
      available in 3.2, it just brings back the same functionality with the
      divider addition.
      0e207a49
  13. 17 5月, 2012 3 次提交
  14. 16 5月, 2012 1 次提交
  15. 15 5月, 2012 1 次提交
  16. 02 5月, 2012 1 次提交
  17. 14 3月, 2012 1 次提交
  18. 27 2月, 2012 1 次提交
  19. 22 2月, 2012 2 次提交
  20. 21 2月, 2012 2 次提交
  21. 03 2月, 2012 4 次提交
  22. 02 2月, 2012 6 次提交
  23. 01 2月, 2012 1 次提交
  24. 25 1月, 2012 1 次提交
  25. 18 1月, 2012 1 次提交