1. 15 May, 2014 1 commit
  2. 11 Mar, 2014 1 commit
    • Convert all of the tests from test/unit to RSpec · 1f3a7467
      This is a big one.
      
      This change converts all of the existing tests from test/unit to RSpec.
      It's been a long time coming, and was specifically prompted by the
      inability of minitest to work with Appraisal across the various Rails
      versions. Instead of ironing out that headache, converting to RSpec was
      preferable (after initial probing).
      
      Many assertions are still assertions and are housed in the Assertions
      module, but they should be converted as they get touched. Similarly,
      since we're touching all the tests/specs, we convert all the hashes from
      1.8 syntax to 1.9 syntax.
      Jon Yurek committed
  3. 15 Jan, 2014 1 commit
  4. 22 Oct, 2013 1 commit
  5. 08 Oct, 2013 1 commit
  6. 14 Aug, 2013 1 commit
  7. 25 Jul, 2013 1 commit
  8. 23 Jul, 2013 1 commit
  9. 22 Jul, 2013 1 commit
  10. 16 Jul, 2013 1 commit
    • Validate the attachment before we attach without calling valid? · 83f82ed2
      Using the ActiveRecord validations is smart in order to lessen load on
      the project to develop our own validators, but it's problematic in that
      calling `valid?` on the record fires off all the other validations --
      including those on fields which may not be set yet because of
      mass-assignment. This commit will "pre-validate" the attachment's fields
      so that it doesn't process an invalid attachment, but it does so by
      running its validations manually on assignment.
      Jon Yurek committed
  11. 25 Jun, 2013 1 commit
  12. 07 Jun, 2013 1 commit
  13. 24 May, 2013 1 commit
  14. 08 Feb, 2013 2 commits
  15. 16 Jan, 2013 1 commit
  16. 05 Dec, 2012 1 commit
  17. 19 Oct, 2012 1 commit
  18. 05 Oct, 2012 1 commit
  19. 16 Jul, 2012 1 commit
  20. 12 Jul, 2012 1 commit
  21. 29 Jun, 2012 1 commit
  22. 15 Jun, 2012 1 commit
  23. 24 Apr, 2012 2 commits
  24. 05 Apr, 2012 1 commit
  25. 30 Mar, 2012 1 commit
  26. 23 Mar, 2012 3 commits
  27. 12 Dec, 2011 2 commits
  28. 12 Nov, 2011 1 commit
  29. 07 Sep, 2011 1 commit
  30. 26 Jul, 2011 1 commit
  31. 07 Jul, 2011 1 commit
  32. 25 Jun, 2011 1 commit
  33. 19 May, 2011 1 commit
  34. 20 Apr, 2011 1 commit
  35. 06 Apr, 2011 1 commit