1. 05 May, 2012 1 commit
  2. 04 May, 2012 3 commits
  3. 20 Apr, 2012 1 commit
  4. 03 Apr, 2012 1 commit
  5. 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
  6. 24 Feb, 2012 1 commit
  7. 10 Feb, 2012 1 commit
  8. 27 Jan, 2012 1 commit
  9. 13 Jan, 2012 1 commit