1. 12 Mar, 2012 1 commit
  2. 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
  3. 05 Mar, 2012 1 commit
  4. 02 Mar, 2012 11 commits
  5. 01 Mar, 2012 2 commits
  6. 29 Feb, 2012 1 commit
  7. 24 Feb, 2012 4 commits
  8. 23 Feb, 2012 2 commits
  9. 19 Feb, 2012 1 commit
  10. 17 Feb, 2012 8 commits
  11. 15 Feb, 2012 1 commit
  12. 11 Feb, 2012 1 commit
  13. 10 Feb, 2012 3 commits
  14. 06 Feb, 2012 2 commits
  15. 03 Feb, 2012 1 commit