1. 30 Mar, 2012 10 commits
  2. 27 Mar, 2012 4 commits
  3. 26 Mar, 2012 2 commits
  4. 23 Mar, 2012 14 commits
  5. 18 Mar, 2012 1 commit
  6. 16 Mar, 2012 3 commits
  7. 12 Mar, 2012 3 commits
  8. 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
  9. 05 Mar, 2012 1 commit
  10. 02 Mar, 2012 1 commit