1. 14 Feb, 2014 6 commits
  2. 11 Feb, 2014 1 commit
  3. 07 Feb, 2014 8 commits
  4. 05 Feb, 2014 1 commit
  5. 31 Jan, 2014 3 commits
  6. 29 Jan, 2014 10 commits
  7. 28 Jan, 2014 1 commit
  8. 27 Jan, 2014 1 commit
  9. 24 Jan, 2014 2 commits
  10. 15 Jan, 2014 1 commit
  11. 10 Jan, 2014 2 commits
  12. 08 Jan, 2014 1 commit
  13. 06 Jan, 2014 2 commits
  14. 03 Jan, 2014 1 commit
    • Delegate binmode and binmode? in AbstractAdapter · 6a6f8552
      AbstractAdapter wasn't delegating `binmode` or `binmode?` to the
      underlying @tempfile object. `binmode` is useful for cases where the
      Adapter object gets handed on to another library expecting an `IO`
      object holding image data. We ran into this with Prawn and people using
      `prawnto` in conjunction with Paperclip. Prawn wants to ensure the `IO`
      is in binmode for embedding the image data.
      Matt Patterson committed