1. 15 Jun, 2012 3 commits
  2. 31 May, 2012 2 commits
  3. 24 Apr, 2012 1 commit
  4. 04 Apr, 2012 1 commit
  5. 30 Mar, 2012 5 commits
  6. 23 Mar, 2012 2 commits
  7. 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
  8. 12 Dec, 2011 3 commits
  9. 18 Nov, 2011 1 commit
  10. 21 Oct, 2011 1 commit
  11. 14 Oct, 2011 3 commits
  12. 07 Sep, 2011 1 commit
  13. 29 Jul, 2010 2 commits
  14. 23 Jul, 2010 3 commits
  15. 21 Jul, 2010 2 commits