1. 20 2月, 2015 1 次提交
  2. 02 2月, 2015 1 次提交
    • E
      Fix validations on child record when record parent has validate: false · 27aa4dda
      eileencodes 提交于
      Fixes #17621. This 5 year old (or older) issue causes validations to fire
      when a parent record has `validate: false` option and a child record is
      saved. It's not the responsibility of the model to validate an
      associated object unless the object was created or modified by the
      parent.
      
      Clean up tests related to validations
      
      `assert_nothing_raised` is not benefiting us in these tests
      Corrected spelling of "respects"
      It's better to use `assert_not_operator` over `assert !r.valid`
      27aa4dda
  3. 03 1月, 2015 1 次提交
  4. 28 7月, 2014 1 次提交
  5. 10 6月, 2014 1 次提交
  6. 14 12月, 2013 1 次提交
  7. 12 12月, 2013 1 次提交
  8. 03 12月, 2013 1 次提交
  9. 23 5月, 2013 1 次提交
  10. 09 2月, 2013 1 次提交
  11. 09 1月, 2013 1 次提交
  12. 22 12月, 2012 1 次提交
  13. 05 12月, 2012 1 次提交
    • C
      Replace comments' non-breaking spaces with spaces · 019df988
      claudiob 提交于
      Sometimes, on Mac OS X, programmers accidentally press Option+Space
      rather than just Space and don’t see the difference. The problem is
      that Option+Space writes a non-breaking space (0XA0) rather than a
      normal space (0x20).
      
      This commit removes all the non-breaking spaces inadvertently
      introduced in the comments of the code.
      019df988
  14. 04 11月, 2012 1 次提交
  15. 23 10月, 2012 1 次提交
  16. 21 10月, 2012 1 次提交
  17. 06 8月, 2012 1 次提交
  18. 03 8月, 2012 2 次提交
  19. 30 7月, 2012 2 次提交
  20. 06 7月, 2012 1 次提交
  21. 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
  22. 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
  23. 06 1月, 2012 1 次提交
  24. 26 10月, 2011 1 次提交
  25. 11 10月, 2011 1 次提交
  26. 13 4月, 2011 1 次提交
    • P
      Remove `#among?` from Active Support · 733bfa63
      Prem Sichanugrist 提交于
      After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now.
      
      It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`.
      733bfa63
  27. 12 4月, 2011 1 次提交
  28. 11 4月, 2011 1 次提交
  29. 12 3月, 2011 1 次提交
  30. 08 3月, 2011 1 次提交
  31. 07 3月, 2011 1 次提交
  32. 16 9月, 2010 1 次提交
  33. 03 9月, 2010 1 次提交
  34. 02 9月, 2010 1 次提交
  35. 14 8月, 2010 2 次提交
  36. 03 8月, 2010 1 次提交
  37. 30 7月, 2010 1 次提交