1. 24 12月, 2015 1 次提交
    • D
      Add caveat to number_to_currency docs [ci skip] · d86c110b
      Derek Prior 提交于
      I've worked on a few applications that have gone through the
      internationalization process and had issues because they were using
      `number_to_currency`. The minute a user is allowed to change their
      locale, they can change the price displayed on a page from 10 US dollars
      to 10 Mexican Pesos, which is far from the same amount of money.
      
      Unlike other helpers that rely on i18n, `number_to_currency` does not
      produce equivalent results when the locale is changed.
      
      As I've explained this to a few groups of developers now, I thought it
      might make for a good caveat in the docs.
      d86c110b
  2. 22 9月, 2015 1 次提交
  3. 21 9月, 2015 1 次提交
  4. 24 5月, 2015 1 次提交
  5. 04 3月, 2015 1 次提交
  6. 03 2月, 2015 1 次提交
  7. 28 10月, 2014 1 次提交
  8. 11 6月, 2014 2 次提交
  9. 19 2月, 2014 1 次提交
  10. 04 12月, 2013 1 次提交
  11. 03 12月, 2013 1 次提交
  12. 10 11月, 2013 1 次提交
  13. 09 11月, 2013 1 次提交
  14. 20 6月, 2013 1 次提交
  15. 04 4月, 2013 1 次提交
  16. 05 12月, 2012 1 次提交
  17. 02 12月, 2012 1 次提交
  18. 29 10月, 2012 1 次提交
  19. 25 6月, 2012 1 次提交
  20. 29 5月, 2012 2 次提交
  21. 28 5月, 2012 1 次提交
  22. 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
  23. 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
  24. 19 5月, 2012 1 次提交
  25. 14 5月, 2012 1 次提交
  26. 08 5月, 2012 1 次提交
  27. 27 4月, 2012 1 次提交
  28. 26 4月, 2012 1 次提交
  29. 10 4月, 2012 1 次提交
  30. 03 4月, 2012 1 次提交
  31. 27 3月, 2012 1 次提交
  32. 25 1月, 2012 4 次提交
  33. 21 1月, 2012 3 次提交