1. 23 Dec, 2014 1 commit
  2. 09 Dec, 2014 1 commit
  3. 08 Jul, 2014 1 commit
  4. 22 Feb, 2014 1 commit
  5. 21 Feb, 2014 1 commit
  6. 07 Feb, 2014 2 commits
  7. 31 Jan, 2014 1 commit
  8. 24 Jan, 2014 2 commits
  9. 22 Oct, 2013 1 commit
  10. 31 Jul, 2013 1 commit
  11. 19 Jul, 2013 1 commit
  12. 17 May, 2013 1 commit
  13. 22 Feb, 2013 1 commit
  14. 27 Nov, 2012 1 commit
  15. 31 Oct, 2012 1 commit
  16. 14 Sep, 2012 1 commit
  17. 07 Sep, 2012 1 commit
    • Bump to 3.2.0 · 26f44c6d
      * Bug fix: Use the new correct Amazon S3 encryption header.
      * Bug fix: The rake task respects the updated_at column.
      * Bug fix: Strip newline from content type.
      * Feature: Fog file visibility can be specified per style.
      * Feature: Autonatically rotate images.
      * Feature: Reduce class-oriented programming of the attachment definitions.
      Mike Burns committed
  18. 21 Jul, 2012 1 commit
    • Bump to 3.1.4 · 70f0f1fe
      Happy pi release!
      
            3.141592653589793238462643383279
          5028841971693993751058209749445923
         07816406286208998628034825342117067
         9821    48086         5132
        823      06647        09384
       46        09550        58223
       17        25359        4081
                 2848         1117
                 4502         8410
                 2701         9385
                21105        55964
                46229        48954
                9303         81964
                4288         10975
               66593         34461
              284756         48233
              78678          31652        71
             2019091         456485       66
            9234603           48610454326648
           2133936            0726024914127
           3724587             00660631558
           817488               152092096
      Prem Sichanugrist committed
  19. 13 Jul, 2012 1 commit
  20. 18 Jun, 2012 1 commit
  21. 16 Jun, 2012 1 commit
  22. 15 Jun, 2012 1 commit
  23. 05 May, 2012 1 commit
  24. 04 May, 2012 3 commits
  25. 20 Apr, 2012 1 commit
  26. 03 Apr, 2012 1 commit
  27. 09 Mar, 2012 1 commit
    • Change the default :url and :path to avoid conflicts. Closes #727. · 26f4d409
      The new default :path and :include include the name of the model and
      also nests the model ID under a series of subdirectories, improving
      filesystem access speed when more than 1024 models have saved
      attachments.
      
      The easiest way to upgrade is to add an explicit :url and :path to your
      has_attached_file calls:
      
          has_attached_file :avatar,
            :path => ":rails_root/public/system/:attachment/:id/:style/:filename",
            :url => "/system/:attachment/:id/:style/:filename"
      Mike Burns committed
  28. 24 Feb, 2012 1 commit
  29. 10 Feb, 2012 1 commit
  30. 27 Jan, 2012 1 commit
  31. 13 Jan, 2012 1 commit